Get rid of format warning in bug-vfprintf-nargs.c.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2
3         * stdio-common/bug-vfprintf-nargs.c (do_test):
4         Cast value to intptr_t to avoid format warning
5         for usage with PRIdPTR printing macro.
6
7 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
8
9         * libio/tst-widetext.c (do_test):
10         Use format type %td instead of %Zd for ptrdiff_t
11         in order to avoid format warning.
12
13 2014-12-17  Andreas Schwab  <schwab@suse.de>
14
15         * nscd/mem.c (gc): Add size_t cast to match printf format.
16
17 2014-12-16  Roland McGrath  <roland@hack.frob.com>
18
19         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
20         (init): Apply PTR_MANGLE to pointers before storing them.
21         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
22         before using them.
23
24 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
25
26         [BZ #17719]
27         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
28         define as weak alias of __memrchr.
29         (__memrchr): Do not define as strong alias of memrchr.
30         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
31         Remove variable.
32         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
33         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
34         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
35
36         [BZ #17717]
37         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
38         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
39         (if_indextoname): Rename to __if_indextoname and define as weak
40         alias of __if_indextoname.  Use libc_hidden_weak.
41         (if_freenameindex): Rename to __if_freenameindex and define as
42         weak alias of __if_freenameindex.
43         (if_nameindex): Rename to __if_nameindex and define as weak alias
44         of __if_nameindex.
45         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
46         __if_nametoindex and define as weak alias of __if_nametoindex.
47         Use libc_hidden_weak.
48         (if_freenameindex): Rename to __if_freenameindex and define as
49         weak alias of __if_freenameindex.
50         (if_nameindex): Rename to __if_nameindex and define as weak alias
51         of __if_nameindex.
52         (if_indextoname): Rename to __if_indextoname and define as weak
53         alias of __if_indextoname.  Use libc_hidden_weak.
54         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
55         __if_nametoindex and define as weak alias of __if_nametoindex.
56         Use libc_hidden_weak.
57         (if_freenameindex): Rename to __if_freenameindex and define as
58         weak alias of __if_freenameindex.  Use libc_hidden_weak.
59         (if_nameindex_netlink): Use __if_freenameindex instead of
60         if_freenameindex.
61         (if_nameindex): Rename to __if_nameindex and define as weak alias
62         of __if_nameindex.  Use libc_hidden_weak.
63         (if_indextoname): Rename to __if_indextoname and define as weak
64         alias of __if_indextoname.  Use libc_hidden_weak.
65         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
66         libc_hidden_proto.
67         [!_ISOMAC] (__if_freenameindex): Likewise.
68         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
69         if_nametoindex.
70         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
71         variable.
72         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
73         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
74         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
75         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
76         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
77         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
78         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
79
80         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
81         Remove variable.
82         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
83         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
84
85 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
86
87         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
88         subscript above bounds'
89
90         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
91         bounds.
92
93 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
94
95         * libio/tst-fopenloc.c: Use test-skeleton.c.
96
97         * stdlib/tst-bsearch.c: Use test-skeleton.c.
98         (entry): Rename to ITEM.
99         (do_test, comp): Adjust.
100
101         * stdio-common/tst-fseek.c: Use test-skeleton.c.
102
103 2014-12-16  Torvald Riegel  <triegel@redhat.com>
104
105         * string/tester.c: Include <libc-internal.h>.
106         (test_memset): Ignore -Wmemset-transposed-args.
107
108 2014-12-16  Torvald Riegel  <triegel@redhat.com>
109
110         * misc/tst-mntent2.c (do_test): Fix warning.
111
112 2014-12-16  Torvald Riegel  <triegel@redhat.com>
113
114         * elf/tst-unique4lib.cc(a): Mark as used.
115
116 2014-12-16  Florian Weimer  <fweimer@redhat.com>
117
118         [BZ #17630]
119         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
120         names.
121
122 2014-12-16  Allan McRae  <allan@archlinux.org>
123
124         * stdio-common/Makefile (tests): Re-add bug26.
125
126 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
127
128         [BZ #17657]
129         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
130         static array.
131
132 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
133
134         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
135         (__lll_lock_wait): Likewise.
136         (__lll_timedlock_wait): Likewise.
137         (__lll_timedwait_tid): Likewise.
138         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
139         (__lll_robust_timedlock_wait): Likewise.
140         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
141         (lll_cond_trylock): Likewise.
142         (__lll_lock): Likewise.
143         (__lll_robust_lock): Likewise.
144         (__lll_cond_lock): Likewise.
145         (lll_robust_cond_lock): Likewise.
146         (__lll_timedlock): Likewise.
147         (__lll_robust_timedlock): Likewise.
148         (__lll_unlock): Likewise.
149         (__lll_robust_unlock): Likewise.
150         (lll_wait_tid): Likewise.
151         (lll_timedwait_tid): Likewise.
152
153 2014-12-15  Torvald Riegel  <triegel@redhat.com>
154
155         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
156
157 2014-12-15  Torvald Riegel  <triegel@redhat.com>
158
159         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
160
161 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
162
163         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
164         * stdio-common/tst-sprintf.c: Likewise.
165
166 2014-12-15  Torvald Riegel  <triegel@redhat.com>
167
168         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
169
170 2014-12-15  Jeff Law  <law@redhat.com>
171
172         [BZ #16617]
173         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
174         on the heap.  (CVE-2012-3406)
175         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
176         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
177         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
178
179 2014-12-15  Will Newton  <will.newton@linaro.org>
180
181         * manual/install.texi: Bump required version of texinfo
182         to 4.7 from 4.5.
183         * INSTALL: Regenerated.
184         * configure.ac: Check for makeinfo version 4.7 and above.
185         * configure: Regenerated.
186
187 2014-12-12  Roland McGrath  <roland@hack.frob.com>
188
189         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
190         PREFIX, string constant to insert between directory and name.
191         * sysdeps/posix/shm_open.c: Update caller.
192         * sysdeps/posix/shm_unlink.c: Likewise.
193         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
194         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
195         (SEM_SHM_PREFIX): New macro.
196         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
197         [$(have-thread-library) = no].
198         * nptl/Makefile (libpthread-routines): Add shm-directory.
199         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
200         * sysdeps/nptl/shm-directory.h: New file.
201         * sysdeps/posix/shm-directory.c
202         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
203         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
204         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
205         INTERNAL_SYSCALL.
206         (__where_is_shmfs): Function removed.
207         (mountpoint, defaultmount, defaultdir, __namedsem_once):
208         Variables removed.
209         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
210         Use SHM_GET_NAME.
211         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
212
213         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
214         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
215         unconditional for use inside libpthread.
216         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
217
218 2014-12-12  Roland McGrath  <roland@hack.frob.com>
219
220         * nptl/pthread_getaffinity.c: New file.
221         * nptl/pthread_setaffinity.c: New file.
222         * nptl/pthread_getname.c: New file.
223         * nptl/pthread_setname.c: New file.
224
225         * nptl/pthread_create.c (START_THREAD_DEFN)
226         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
227
228 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
229             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
230
231         * resolv/res_send.c (send_vc): Disable warning resplen may
232         be used uninitialized.
233
234 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
235
236         * nptl/tst-mutex6.c
237         (ATTR_NULL): New define checks ATTR against NULL.
238         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
239         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
240
241 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
242
243         [BZ #17581]
244         * malloc/hooks.c
245         (mem2mem_check): Revert my previous change.
246         (malloc_check_get_size): Revert my previous change.
247         (mem2chunk_check): Revert my previous change.
248
249 2014-12-11  Roland McGrath  <roland@hack.frob.com>
250
251         * sysdeps/posix/shm-directory.c: New file.
252         * sysdeps/posix/shm-directory.h: New file.
253         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
254         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
255         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
256         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
257         Transmute EPERM to EACCES.
258         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
259         from ...
260         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
261         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
262
263 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
264
265         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
266         pointer and cast to uintptr_t.
267         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
268         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
269         Add cast to avoid warning.
270         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
271
272 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
273
274         * nptl/semaphore.h: Move to ...
275         * sysdeps/pthread/semaphore.h: ... here.
276         * Makefile (installed-headers): Change nptl/semaphore.h to
277         sysdeps/pthread/semaphore.h.
278
279 2014-12-11  Roland McGrath  <roland@hack.frob.com>
280
281         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
282         generated error format strings.
283
284         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
285         -Wformat-extra-args warnings for scanf formats.
286         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
287         test of zero-length format (duh).
288         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
289         corner-case scanf format test.
290         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
291         generated fprintf format string.
292         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
293         corner-case sprintf format tests.
294         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
295         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
296         -Wformat-extra-args warnings throughout.
297         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
298         (CFLAGS-scanf4.c): Likewise.
299         (CFLAGS-scanf7.c): Likewise.
300         (CFLAGS-tst-sprintf.c): Likewise.
301         (CFLAGS-tst-printf.c): Likewise.
302         (CFLAGS-tst-printfsz.c): Likewise.
303
304 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
305
306         * include/cpio.h: New file.
307         * include/fmtmsg.h: Likewise.
308
309         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
310         corresponding format argument to size_t.
311         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
312         arguments.
313         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
314         corresponding format argument to size_t.
315         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
316         arguments.
317         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
318         corresponding format argument to size_t.
319         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
320         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
321         (CFLAGS-tst-mbswcs2.c): Likewise.
322         (CFLAGS-tst-mbswcs3.c): Likewise.
323         (CFLAGS-tst-mbswcs4.c): Likewise.
324         (CFLAGS-tst-mbswcs5.c): Likewise.
325         (CFLAGS-tst-trans.c): Likewise
326
327 2014-12-11  Roland McGrath  <roland@hack.frob.com>
328
329         * posix/regexbug1.c (main): Use "%s" format with regerror results,
330         rather than assuming they won't contain any '%'s.
331
332 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
333
334         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
335         inhibit_loop_to_libcall to avoid recursive calls.
336         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
337         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
338
339 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
340
341         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
342         prototype.
343
344 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
345
346         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
347         integer value instead of boolean.
348
349 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
350
351         * malloc/malloc.c: Fix powerof2 check.
352
353 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
354
355         * locale/programs/locfile.h (maybe_swap_uint32):
356         Remove inline and add unused attribute.
357
358 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
359
360         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
361         Truncating assembler expression to a .long expression.
362
363 2014-12-11  Andreas Schwab  <schwab@suse.de>
364
365         * elf/rtld.c (struct map_args): Constify str member.
366         (do_preload): Constify fname argument.
367
368 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
369
370         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
371         constants definition.
372
373 2014-12-11  Andreas Schwab  <schwab@suse.de>
374
375         [BZ #16657]
376         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
377         FORCE_ELISION instead of DO_ELISION.
378         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
379         Remove.
380         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
381         Likewise.
382
383         * iconvdata/gconv-modules: Remove duplicate entry.
384
385 2014-12-11  Will Newton  <will.newton@linaro.org>
386
387         Merge gettext 0.19.3 into intl/.
388
389         This involves a number of cosmetic changes to comments
390         and ANSI function definitions and prototypes throughout
391         all the files. The gettext copyright header is used but
392         with the date ranges taken from the glibc copy.
393
394         * NEWS: Add gettext merge to 2.21.
395         * intl/bindtextdom.c: Switch to gettext copyright.
396         Use ANSI definitions and prototypes.
397         Use gl_* locking primitives rather than __libc_* ones.
398         Use __builtin_expect rather than __glibc_likely/unlikely.
399         * intl/dcgettext.c: Switch to gettext copyright.
400         Use ANSI definitions and prototypes.
401         * intl/dcigettext.c: Switch to gettext copyright.
402         Use ANSI definitions and prototypes.
403         (INTDIV0_RAISES_SIGFPE): New define.
404         Use gl_* locking primitives rather than __libc_* ones.
405         Include eval-plural.h instead of plural-eval.c.
406         Use __builtin_expect rather than __glibc_likely/unlikely.
407         * intl/dcngettext.c: Switch to gettext copyright.
408         Use ANSI definitions and prototypes.
409         * intl/dgettext.c: Likewise.
410         * intl/dngettext.c: Likewise.
411         * intl/plural-eval.c: Renamed to...
412         * intl/eval-plural.h: ...this.
413         * intl/explodename.c: Switch to gettext copyright.
414         Use ANSI definitions and prototypes.
415         (_nl_explode_name): Use strchr instead of __rawmemchr.
416         * intl/finddomain.c: Switch to gettext copyright.
417         Use ANSI definitions and prototypes.
418         Use gl_* locking primitives rather than __libc_* ones.
419         (_nl_find_domain): Use malloc rather than alloca for
420         allocation of temporary locale name.
421         * intl/gettext.c: Switch to gettext copyright.
422         Use ANSI definitions and prototypes.
423         * intl/gettextP.h: Switch to gettext copyright.
424         Use ANSI definitions and prototypes.
425         Use gl_* locking primitives rather than __libc_* ones.
426         * intl/gmo.h: Switch to gettext copyright.
427         (struct sysdep_string): Move struct segment_pair outside of
428         struct definition.
429         * intl/hash-string.c: Use ANSI definitions and prototypes.
430         * intl/hash-string.h: Switch to gettext copyright.
431         Use ANSI definitions and prototypes.
432         * intl/l10nflist.c: Switch to gettext copyright.
433         Use ANSI definitions and prototypes.
434         (_nl_normalize_codeset): Avoid integer overflow.
435         * intl/loadinfo.h: Switch to gettext copyright.
436         Use ANSI definitions and prototypes.
437         (LIBINTL_DLL_EXPORTED): New define.
438         (PATH_SEPARATOR): New define.
439         * intl/loadmsgcat.c: Switch to gettext copyright.
440         * intl/localealias.c: Switch to gettext copyright.
441         Use ANSI definitions and prototypes.
442         (_nl_expand_alias): Use PATH_SEPARATOR.
443         * intl/ngettext.c: Switch to gettext copyright.
444         Use ANSI definitions and prototypes.
445         * intl/plural-exp.c: Likewise.
446         * intl/plural-exp.h: Switch to gettext copyright.
447         Use ANSI definitions and prototypes.
448         (struct expression): Move definition of enum operator outside
449         of struct definition.
450         * intl/plural.c: Regenerate.
451         * intl/plural.y: Switch to gettext copyright.
452         Use ANSI definitions and prototypes.
453         Port to bison 3.0.
454         * intl/textdomain.c: Switch to gettext copyright.
455         Use ANSI definitions and prototypes.
456         Use gl_* locking primitives rather than __libc_* ones.
457
458 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
459
460         * debug/warning-nop.c: Add used atrribute.
461
462 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
463
464         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
465
466         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
467         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
468         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
469
470 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
471             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
472
473         [BZ #17634]
474         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
475         Undefine after defining function.  Define as weak alias of
476         __wcschr.  Use libc_hidden_weak.
477         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
478         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
479         (libc_hidden_def): Also define __GI___wcschr alias.
480         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
481         __wcschr and define as weak alias of __wcschr.
482         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
483         __wcschr.
484         [!WCSCHR] (DEFAULT_WCSCHR): Define.
485         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
486         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
487         libc_hidden_weak.  Do not use libc_hidden_def.
488         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
489         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
490         __GI___wcschr alias.
491         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
492         [IS_IN (libc)] (wcschr): Define as macro expanding to
493         __redirect_wcschr.
494         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
495         [IS_IN (libc)] (__wcschr_power6): Likewise.
496         [IS_IN (libc)] (__wcschr_power7): Likewise.
497         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
498         instead of wcschr.
499         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
500         __libc_wcschr.
501         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
502         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
503         __wcschr and define as weak alias of __wcschr.  Use
504         libc_hidden_builtin_def.
505         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
506         as weak alias of __wcschr.  Use libc_hidden_weak.
507         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
508         wcschr.
509         * time/era.c (_nl_init_era_entries): Likewise.
510         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
511         variable.
512         (test-xfail-XPG3/time.h/linknamespace): Likewise.
513         (test-xfail-XPG4/time.h/linknamespace): Likewise.
514
515 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
516
517         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
518         format for long int variable.
519
520 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
521
522         [BZ #10672]
523         * manual/search.texi: (Array Sort Function): Remove claim how to make
524         qsort stable.
525
526 2014-12-10  Andreas Schwab  <schwab@suse.de>
527
528         [BZ #12847]
529         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
530         user-controlled locks.
531
532 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
533
534         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
535         register.
536
537 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
538
539         * configure.ac (--disable-werror): New configure option.
540         (enable_werror): New AC_SUBST.
541         * configure: Regenerated.
542         * config.make.in (enable-werror): New variable.
543         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
544         -Wno-error=undef.
545         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
546         * manual/install.texi (Configuring and compiling): Document
547         --disable-werror.
548         * INSTALL: Regenerated.
549         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
550         (CFLAGS-tst-chk2.c): Likewise.
551         (CFLAGS-tst-chk3.c): Likewise.
552         (CFLAGS-tst-chk4.cc): Likewise.
553         (CFLAGS-tst-chk5.cc): Likewise.
554         (CFLAGS-tst-chk6.cc): Likewise.
555         (CFLAGS-tst-lfschk1.c): Likewise.
556         (CFLAGS-tst-lfschk2.c): Likewise.
557         (CFLAGS-tst-lfschk3.c): Likewise.
558         (CFLAGS-tst-lfschk4.cc): Likewise.
559         (CFLAGS-tst-lfschk5.cc): Likewise.
560         (CFLAGS-tst-lfschk6.cc): Likewise.
561
562         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
563         (main): Disable -Wdeprecated-declarations around calls to
564         register_printf_function.
565
566         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
567         (do_test): Disable -Wdiv-by-zero around some calls to
568         fwrite_unlocked and fread_unlocked.
569
570         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
571         (DIAG_POP_NEEDS_COMMENT): Likewise.
572         (_DIAG_STR1): Likewise.
573         (_DIAG_STR): Likewise.
574         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
575         * stdio-common/bug21.c: Include <libc-internal.h>.
576         (do_test): Disable -Wformat around call to sscanf.
577         * stdio-common/scanf14.c: Include <libc-internal.h>.
578         (main): Disable -Wformat around some calls to scanf functions.
579
580 2014-12-09  Torvald Riegel  <triegel@redhat.com>
581
582         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
583
584 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
585
586         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
587         stack variable alignment.
588
589 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
590
591         [BZ #17682]
592         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
593         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
594         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
595         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
596         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
597         __getrlimit instead of getrlimit.
598         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
599         __gettimeofday instead of gettimeofday.
600         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
601         Likewise.
602         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
603         Likewise.
604         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
605         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
606         Remove variable.
607         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
608         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
609
610 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
611
612         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
613         for wide-character tests.
614
615 2014-12-04  Roland McGrath  <roland@hack.frob.com>
616
617         * io/openat64.c: #include <libc-internal.h>
618         (__openat64): Prototypify.  Use ignore_value on MODE.
619         * io/openat.c: Likewise.
620         * misc/reboot.c: #include <libc-internal.h>
621         (reboot): Prototypify.  Use ignore_value on HOWTO.
622         * misc/ptrace.c: #include <libc-internal.h>
623         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
624
625 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
626
627         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
628         XPG4, UNIX98 and XOPEN2K.
629         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
630         Remove variable.
631         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
632
633 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
634
635         * libio/fileops.c: Use ISO C style for function definitions.
636         * libio/iofopen.c: Likewise.
637         * libio/wfileops.c: Likewise.
638
639         [BZ #17653]
640         * libio/fileops.c (_IO_new_file_underflow): Unset cached
641         offset on EOF.
642         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
643         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
644         (fgets_func): Function pointer to fgets and fgetws.
645         (do_ftell_test): Add test to verify ftell value after read
646         EOF.
647         (do_test): Set fgets_func.
648
649         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
650         O_TRUNC flag for w and w+ modes.
651         (do_rewind_test): Likewise.
652         (do_ftell_test): Likewise.
653         (do_write_test): Likewise.
654
655         [BZ #17647]
656         * libio/fileops.c (do_ftell): Seek only when there are
657         unflushed writes.
658         * libio/wfileops.c (do_ftell_wide): Likewise.
659         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
660         test case.
661         (do_one_test): Call it.
662
663 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
664
665         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
666         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
667         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
668         Remove variable.
669         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
670         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
671         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
672
673 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
674
675         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
676         Remove variable.
677         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
678
679         [BZ #17668]
680         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
681         as weak alias of __getifaddrs.  Use libc_hidden_weak.
682         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
683         __freeifaddrs.  Use libc_hidden_weak.
684         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
685         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
686         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
687         __freeifaddrs.  Use libc_hidden_weak.
688         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
689         __getifaddrs and define as weak alias of __getifaddrs.  Use
690         libc_hidden_weak.
691         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
692         __freeifaddrs.  Use libc_hidden_weak.
693         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
694         Remove variable.
695         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
696         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
697
698 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
699
700         [BZ #17601]
701         * sysdeps/mips/start.S (__start): Use indirect jump to call
702         __libc_start_main.
703
704 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
705
706         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
707
708         * nptl/tst-mutex1.c: Include <stdbool.h>.
709         [!ATTR] (ATTR_NULL): New macro.
710         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
711         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
712         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
713
714         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
715         to char *.
716
717         [BZ #17665]
718         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
719         Change conditional to [__USE_MISC].
720
721         [BZ #17664]
722         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
723         fgets_unlocked.
724         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
725         __fgets_unlocked.
726         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
727         fgets_unlocked.
728         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
729         Remove variable.
730         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
731         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
732         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
733         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
734         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
735         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
736         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
737         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
738         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
739
740         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
741
742 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
743
744         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
745         Remove strpbrk objects.
746         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
747         (__libc_ifunc_impl_list): Remove strpbrk implementation.
748         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
749         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
750         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
751         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
752
753         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
754         Remove strcspn objects.
755         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
756         (__libc_ifunc_impl_list): Remove strcspn implementation.
757         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
758         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
759         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
760         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
761
762         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
763         Remove strspn objetcs.
764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
765         (__libc_ifunc_impl_list): Remove strspn implementation.
766         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
767         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
768         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
769         * sysdeps/powerpc/powerpc64/strspn.S: New file.
770
771 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
772
773         [BZ #17581]
774         * malloc/hooks.c
775         (mem2mem_check): Add a terminator to the chain of checking blocks.
776         (malloc_check_get_size): Use it here.
777         (mem2chunk_check): Ditto.
778
779 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
780
781         * sysdeps/powerpc/powerpc64/strtok.S: New file.
782         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
783
784 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
785
786         * bits/ioctl-types.h: Indent preprocessor directives correctly.
787
788         * nptl/nptl-init.c: Include libc-internal.h.
789         (__pthread_initialize_minimal_internal): Use ROUND_UP.
790
791         * elf/ldconfig.c (search_dir): Expand comment.
792
793 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
794
795         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
796         variable.
797         (linknamespace-symlist-stdlibs-tests): Likewise.
798         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
799         instead of $(objpfx)symlist-stdlibs.
800         (linknamespace-libs-isoc): New variable.
801         (linknamespace-libs): Use $(linknamespace-libs-isoc).
802         (linknamespace-libs-ISO): New variable.
803         (linknamespace-libs-ISO99): Likewise.
804         (linknamespace-libs-ISO11): Likewise.
805         (linknamespace-libs-XPG3): Likewise.
806         (linknamespace-libs-XPG4): Likewise.
807         (linknamespace-libs-POSIX): Likewise.
808         (linknamespace-libs-UNIX98): Likewise.
809         (linknamespace-libs-XOPEN2K): Likewise.
810         (linknamespace-libs-POSIX2008): Likewise.
811         (linknamespace-libs-XOPEN2K8): Likewise.
812         ($(objpfx)symlist-stdlibs): Replace by
813         $(linknamespace-symlist-stdlibs-tests).  Use
814         $(linknamespace-libs-$*) as set of libraries.
815         ($(linknamespace-header-tests)): Update dependencies.  Use
816         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
817         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
818         * conform/linknamespace.pl: Remove comment about considering
819         definitions of symbols from irrelevant libraries.
820
821 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
822
823         [BZ #13862]
824         * elf/dl-tls.c: Include <atomic.h>.
825         (oom): Remove #ifdef SHARED/#endif.
826         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
827         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
828         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
829         big enough.
830         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
831         * nptl/Makefile (tests): Add tst-stack4.
832         (modules-names): Add tst-stack4mod.
833         ($(objpfx)tst-stack4): New.
834         (tst-stack4mod.sos): Likewise.
835         ($(objpfx)tst-stack4.out): Likewise.
836         ($(tst-stack4mod.sos)): Likewise.
837         (clean): Likewise.
838         * nptl/tst-stack4.c: New file.
839         * nptl/tst-stack4mod.c: Likewise.
840
841 2014-11-27  J. Brown  <jb999@gmx.de>
842
843         * sysdeps/x86/bits/string.h: Add recent CPUs.
844
845 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
846
847         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
848         sigblock.
849
850         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
851         feof.
852
853         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
854         variable.
855
856 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
857
858         * nscd/connections.c: Include libc-internal.h because of macro
859         usage ignore_value.
860
861 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
862
863         * string/bits/string3.h (__warn_memset_zero_len): Don't
864         declare for gcc newer than 5.0.
865         (memset): Don't test for zero-length __LEN for gcc newer than
866         5.0.
867
868 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
869
870         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
871         size_t for %zu format.
872
873         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
874         difference, not %ju.
875
876 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
877
878         * include/libc-internal.h (ignore_value): New macro.
879         * nscd/connections.c (restart): Wrap calls to setuid and setgid
880         with ignore_value.
881
882         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
883         definition.
884
885         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
886         pthread_cleanup_push to void *.
887
888         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
889         Undefine.
890
891         [BZ #16619]
892         [BZ #16740]
893         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
894         instead of 1L << 52.
895
896         * libio/bug-rewind.c (do_test): Check fwscanf return values.
897         * libio/bug-rewind2.c (do_test): Likewise.
898
899         * debug/test-stpcpy_chk-ifunc.c: Remove file.
900         * debug/test-strcpy_chk-ifunc.c: Likewise.
901         * wcsmbs/test-wcschr-ifunc.c: Likewise.
902         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
903         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
904         * wcsmbs/test-wcslen-ifunc.c: Likewise.
905         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
906         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
907         * Rules [$(multi-arch) = no] (tests): Do not filter out
908         $(tests-ifunc).
909         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
910         * debug/Makefile (tests-ifunc): Remove variable.
911         (tests): Do not add $(tests-ifunc).
912         * wcsmbs/Makefile (tests-ifunc): Remove variable.
913         (tests): Do not add $(tests-ifunc).
914         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
915         [TEST_IFUNC]: Remove conditionals.
916         * string/test-string.h (TEST_IFUNC): Remove macro.
917         [TEST_IFUNC]: Remove conditionals.
918
919         * string/test-strchr.c [!WIDE] (L): New macro.
920         [WIDE] (L): Likewise.
921         (check1): Use CHAR instead of char.  Use L on string and character
922         constants.
923
924 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
925
926         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
927         tests.
928         * sysdeps/powerpc/bits/atomic.h
929         (__arch_atomic_exchange_and_add_32_acq): Add definition.
930         (__arch_atomic_exchange_and_add_32_rel): Likewise.
931         (atomic_exchange_and_add_acq): Likewise.
932         (atomic_exchange_and_add_rel): Likewise.
933         * sysdeps/powerpc/powerpc32/bits/atomic.h
934         (__arch_atomic_exchange_and_add_64_acq): Add definition.
935         (__arch_atomic_exchange_and_add_64_rel): Likewise.
936         * sysdeps/powerpc/powerpc64/bits/atomic.h
937         (__arch_atomic_exchange_and_add_64_acq): Add definition.
938         (__arch_atomic_exchange_and_add_64_rel): Likewise.
939
940 2014-11-26  Torvald Riegel  <triegel@redhat.com>
941
942         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
943         Change synchronization of __sched_fifo_min_prio and
944         __sched_fifo_max_prio.
945         * nptl/pthread_mutexattr_getprioceiling.c
946         (pthread_mutexattr_getprioceiling): Likewise.
947         * nptl/pthread_mutexattr_setprioceiling.c
948         (pthread_mutexattr_setprioceiling): Likewise.
949         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
950         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
951         Likewise.
952
953 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
954
955         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
956         void.
957
958 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
959
960         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
961         third argument const.
962
963 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
964
965         fnmatch: work around GCC compiler warning bug with uninit var
966         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
967         This works around a bug with x86-64 GCC 4.9.2 and earlier
968         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
969         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
970         used uninitialized in this function [-Wmaybe-uninitialized]".
971
972 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
973
974         * posix/bug-regex31.c (main): Return RES not 0.
975
976 2014-11-25  Anton Blanchard <anton@samba.org>
977
978         * sysdeps/powerpc/bits/atomic.h
979         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
980
981 2014-11-24  Sterling Augustine  <saugustine@google.com>
982
983         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
984
985 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
986
987         [BZ #17608]
988         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
989
990 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
991
992         [BZ #17633]
993         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
994         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
995         variable.
996         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
997         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
998
999 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1000
1001         * string/strncpy.c (strncpy): Improve performance by using memset.
1002
1003 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1004
1005         * string/strcpy.c (strcpy):
1006         Improve performance by using strlen and memcpy.
1007
1008 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1009
1010         * string/strcoll_l.c (get_next_seq): __always_inline.
1011         * string/strcoll_l.c (do_compare): __always_inline.
1012
1013 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1014
1015         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1016         defined.
1017         * include/mqueue.h: Likewise.
1018         * include/stdlib.h: Likewise.
1019
1020         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1021         (get_null_defines): Adjust.
1022         * sunrpc/Makefile: Adjust comment.
1023         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1024         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1025         (CFLAGS-interp.c): Likewise.
1026         (CFLAGS-ldconfig.c): Likewise.
1027         (CPPFLAGS-.os): Likewise.
1028         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1029         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1030         * extra-modules.mk (extra-modules.mk): Likewise.
1031         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1032         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1033         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1034         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1035         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1036         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1037         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1038         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1039         * iconvdata/Makefile (CPPFLAGS): Likewise.
1040         (cpp-srcs-left): Add libof for all iconvdata routines.
1041         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1042         * include/assert.h: Likewise.
1043         * include/ctype.h: Likewise.
1044         * include/errno.h: Likewise.
1045         * include/libc-symbols.h: Likewise.
1046         * include/math.h: Likewise.
1047         * include/netdb.h: Likewise.
1048         * include/resolv.h: Likewise.
1049         * include/stdio.h: Likewise.
1050         * include/stdlib.h: Likewise.
1051         * include/string.h: Likewise.
1052         * include/sys/stat.h: Likewise.
1053         * include/wctype.h: Likewise.
1054         * intl/l10nflist.c: Likewise.
1055         * libidn/idn-stub.c: Likewise.
1056         * libio/libioP.h: Likewise.
1057         * nptl/libc_multiple_threads.c: Likewise.
1058         * nptl/pthreadP.h: Likewise.
1059         * posix/regex_internal.h: Likewise.
1060         * resolv/res_hconf.c: Likewise.
1061         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1062         * sysdeps/arm/memmove.S: Likewise.
1063         * sysdeps/arm/sysdep.h: Likewise.
1064         * sysdeps/generic/_itoa.h: Likewise.
1065         * sysdeps/generic/symbol-hacks.h: Likewise.
1066         * sysdeps/gnu/errlist.awk: Likewise.
1067         * sysdeps/gnu/errlist.c: Likewise.
1068         * sysdeps/i386/i586/memcpy.S: Likewise.
1069         * sysdeps/i386/i586/memset.S: Likewise.
1070         * sysdeps/i386/i686/memcpy.S: Likewise.
1071         * sysdeps/i386/i686/memmove.S: Likewise.
1072         * sysdeps/i386/i686/mempcpy.S: Likewise.
1073         * sysdeps/i386/i686/memset.S: Likewise.
1074         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1075         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1076         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1077         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1078         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1079         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1080         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1081         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1082         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1083         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1084         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1085         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1086         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1087         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1088         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1089         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1090         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1091         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1092         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1093         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1094         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1095         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1096         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1097         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1098         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1099         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1100         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1101         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1102         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1103         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1104         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1105         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1106         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1107         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1108         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1109         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1110         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1111         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1112         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1113         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1114         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1115         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1116         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1117         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1118         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1119         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1120         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1121         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1122         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1123         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1124         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1125         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1126         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1127         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1128         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1129         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1130         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1131         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1132         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1133         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1134         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1135         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1136         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1137         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1138         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1139         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1140         * sysdeps/posix/closedir.c: Likewise.
1141         * sysdeps/posix/opendir.c: Likewise.
1142         * sysdeps/posix/readdir.c: Likewise.
1143         * sysdeps/posix/rewinddir.c: Likewise.
1144         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1145         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1146         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1147         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1148         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1149         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1150         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1151         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1152         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1153         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1154         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1155         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1156         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1157         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1158         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1159         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1160         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1161         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1162         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1163         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1164         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1165         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1166         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1167         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1168         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1169         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1170         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1171         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1172         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1173         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1174         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1175         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1176         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1177         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1178         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1179         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1180         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1181         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1182         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1183         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1184         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1185         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1186         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1187         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1188         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1189         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1190         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1191         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1192         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1193         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1194         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1195         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1196         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1197         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1198         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1199         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1200         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1201         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1202         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1203         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1204         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1205         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1206         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1207         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1208         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1209         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1210         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1211         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1212         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1213         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1214         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1215         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1216         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1217         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1218         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1219         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1220         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1221         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1222         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1223         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1224         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1225         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1226         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1227         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1228         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1229         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1230         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1231         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1232         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1233         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1234         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1235         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1236         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1237         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1238         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1239         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1240         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1241         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1242         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1243         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1244         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1245         * sysdeps/unix/alpha/sysdep.S: Likewise.
1246         * sysdeps/unix/alpha/sysdep.h: Likewise.
1247         * sysdeps/unix/make-syscalls.sh: Likewise.
1248         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1249         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1250         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1251         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1252         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1253         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1254         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1255         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1256         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1257         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1258         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1259         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1260         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1261         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1262         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1263         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1264         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1265         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1266         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1267         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1268         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1269         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1270         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1271         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1272         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1273         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1274         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1277         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1278         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1279         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1280         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1281         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1282         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1283         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1284         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1285         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1286         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1287         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1288         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1289         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1290         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1291         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1292         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1293         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1294         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1295         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1296         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1297         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1298         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1299         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1300         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1301         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1302         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1303         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1304         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1305         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1306         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1307         * sysdeps/x86_64/memcpy.S: Likewise.
1308         * sysdeps/x86_64/memmove.c: Likewise.
1309         * sysdeps/x86_64/memset.S: Likewise.
1310         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1311         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1312         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1313         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1314         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1315         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1316         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1317         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1318         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1319         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1320         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1321         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1322         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1323         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1324         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1325         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1326         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1327         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1328         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1329         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1330         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1331         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1332         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1333         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1334         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1335         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1336         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1337         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1338         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1339         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1340         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1341         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1342         * sysdeps/x86_64/strcmp.S: Likewise.
1343
1344         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1345
1346         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1347         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1348         * elf/rtld-Rules: Likewise.
1349         * elf/setup-vdso.h: Likewise.
1350         * include/assert.h: Likewise.
1351         * include/bits/stdlib-float.h: Likewise.
1352         * include/errno.h: Likewise.
1353         * include/sys/stat.h: Likewise.
1354         * include/unistd.h: Likewise.
1355         * sysdeps/aarch64/setjmp.S: Likewise.
1356         * sysdeps/alpha/setjmp.S: Likewise.
1357         * sysdeps/arm/__longjmp.S: Likewise.
1358         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1359         * sysdeps/arm/setjmp.S: Likewise.
1360         * sysdeps/arm/sysdep.h: Likewise.
1361         * sysdeps/generic/_itoa.h: Likewise.
1362         * sysdeps/generic/dl-sysdep.h: Likewise.
1363         * sysdeps/generic/ldsodefs.h: Likewise.
1364         * sysdeps/i386/dl-tls.h: Likewise.
1365         * sysdeps/i386/setjmp.S: Likewise.
1366         * sysdeps/m68k/setjmp.c: Likewise.
1367         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1368         * sysdeps/mach/hurd/opendir.c: Likewise.
1369         * sysdeps/posix/getcwd.c: Likewise.
1370         * sysdeps/posix/opendir.c: Likewise.
1371         * sysdeps/posix/profil.c: Likewise.
1372         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1373         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1374         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1375         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1376         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1377         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1378         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1379         * sysdeps/s390/dl-tls.h: Likewise.
1380         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1381         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1382         * sysdeps/sh/sh3/setjmp.S: Likewise.
1383         * sysdeps/sh/sh4/setjmp.S: Likewise.
1384         * sysdeps/unix/alpha/sysdep.h: Likewise.
1385         * sysdeps/unix/arm/sysdep.S: Likewise.
1386         * sysdeps/unix/i386/sysdep.S: Likewise.
1387         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1388         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1389         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1390         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1391         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1392         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1393         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1394         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1395         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1396         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1397         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1398         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1399         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1402         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1403         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1404         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1405         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1406         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1407         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1408         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1409         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1410         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1411         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1412         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1413         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1414         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1415         * sysdeps/x86_64/setjmp.S: Likewise.
1416
1417         * include/math.h: Use IS_IN instead of IS_IN_libm.
1418         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1419         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1420         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1421         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1422         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1423         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1424         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1425         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1426         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1427         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1428         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1429         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1430         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1431         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1432         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1433         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1434         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1435         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1436         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1437         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1438         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1439         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1440         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1441         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1442         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1443         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1444         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1445         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1446         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1447         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1448         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1449         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1450         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1452         Likewise.
1453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1454         Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1456         Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1458         Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1460         Likewise.
1461         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1462         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1463         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1464         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1465         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1466         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1472         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1473         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1475         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1476         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1477         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1478         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1479         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1480         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1481         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1482         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1483         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1484         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1485         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1487         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1488
1489         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1490         * nptl/pthreadP.h: Likewise.
1491         * nptl_db/structs.def: Likewise.
1492         * sysdeps/arm/sysdep.h: Likewise.
1493         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1494         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1495         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1496         * sysdeps/unix/alpha/sysdep.h: Likewise.
1497         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1498         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1499         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1500         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1501         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1503         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1504         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1505         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1506         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1507         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1508         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1509         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1510         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1513         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1514         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1515         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1516         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1517         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1519         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1520         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1521         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1522         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1523
1524         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1525         * nptl/pthreadP.h: Likewise.
1526         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1527         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1528         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1529         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1530         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1531         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1532         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1533         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1534         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1535         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1536         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1537         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1539         Likewise.
1540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1541         Likewise.
1542         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1543         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1544         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1545         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1546         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1548         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1549         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1550
1551         * dlfcn/dladdr.c: Use IS_IN.
1552         * dlfcn/dladdr1.c: Likewise.
1553         * dlfcn/dlclose.c: Likewise.
1554         * dlfcn/dlerror.c: Likewise.
1555         * dlfcn/dlinfo.c: Likewise.
1556         * dlfcn/dlmopen.c: Likewise.
1557         * dlfcn/dlopen.c: Likewise.
1558         * dlfcn/dlsym.c: Likewise.
1559         * dlfcn/dlvsym.c: Likewise.
1560
1561         * include/ifaddrs.h: Use IS_IN.
1562         * inet/check_pf.c: Likewise.
1563         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1564         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1565
1566         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1567         IS_IN_ldconfig.
1568         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1569         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1570
1571         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1572         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1573         IS_IN (libc).
1574
1575         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1576
1577         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1578         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1579         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1580         * include/libc-symbols.h (IS_IN_LIB): New macro.
1581         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1582         * include/netdb.h: Likewise.
1583         * include/stap-probe.h: Remove all uses of IN_LIB.
1584
1585         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1586         instead of IN_MODULE.
1587         * include/libc-symbols.h (IN_MODULE): Define using
1588         MODULE_NAME.
1589         (PASTE_NAME, PASTE_NAME1): New macros.
1590         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1591         of IN_LIB.
1592         (STAP_PROBE_ASM): Likewise.
1593
1594 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1595
1596         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1597         __mach_init in dlopened libc.
1598
1599 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1600
1601         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1602         * sysdeps/arm/preconfigure: Regenerate.
1603
1604 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1605
1606         * nptl/pthread_create.c (__pthread_create_2_1): Set
1607         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1608         when copying values from IATTR into PD.
1609
1610 2014-11-21  Will Newton  <will.newton@linaro.org>
1611             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1612
1613         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1614         Refactor inline-asm.  Also add comment.
1615
1616         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1617         ElfW macro instead of hardcoded Elf64 types.
1618         (la_aarch64_gnu_pltenter): Likewise.
1619         * sysdeps/aarch64/dl-machine.h
1620         (elf_machine_runtime_setup): Use ElfW(Addr).
1621
1622         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1623         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1624         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1625         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1626         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1627         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1628         (R_AARCH64_TLS_DTPMOD): This.
1629         (R_AARCH64_TLS_DTPREL64): Rename to ...
1630         (R_AARCH64_TLS_DTPREL): This.
1631         (R_AARCH64_TLS_TPREL64): Rename to ...
1632         (R_AARCH64_TLS_TPREL): This.
1633         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1634         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1635         R_AARCH64_TLS_TPREL64.
1636         (elf_machine_rela): Likewise.
1637
1638 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1639
1640         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1641         by setting it to 0.  64b atomics are not supported currently.
1642
1643 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1644
1645         [BZ #16469]
1646         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1647         search domain names.
1648
1649 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1650
1651         [BZ #16469]
1652         * NEWS: Update.
1653         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1654         trailing dot.
1655         * posix/tst-getaddrinfo5.c: New.
1656         * posix/Makefile (tests): Add it.
1657
1658 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1659
1660         [BZ #14498]
1661         * NEWS: Fixed.
1662         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1663         after parsing line but before break_if_match.
1664         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1665         if there is a protocol mismatch.
1666
1667 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1668
1669         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1670         because the potential race is on the user-supplied stream.
1671
1672 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1673
1674         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1675         string literal if not passed a buffer.
1676         * manual/job.texi (ctermid): Update reasoning, note deviation
1677         from posix, suggest mtasurace when not passed a buffer, for
1678         future non-preliminary safety notes.
1679
1680 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1681
1682         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1683         of not passing it a buffer.
1684         Reported by Peng Haitao.
1685
1686 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1687
1688         * manual/Makefile ($(objpfx)stamp-summary): Require
1689         check-safety.sh to pass.
1690         * manual/check-safety.sh: Wish for verification that every
1691         @deftypefn and @deftypefun is followed by a @safety remark.
1692
1693 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1694
1695         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1696
1697         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1698         PTHREAD_CANCEL_ASYNCHRONOUS.
1699         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1700         send SIGCANCEL.
1701
1702         * nptl/default-sched.h: New file.
1703         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1704         * nptl/pthread_create.c: Include it.
1705         (__pthread_create_2_1): Use collect_default_sched instead of making
1706         Linux syscalls here directly.
1707
1708 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1709
1710         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1711         __pthread_once): Use C11 atomics.
1712
1713 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1714
1715         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1716
1717 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1718
1719         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1720         atomic_thread_fence_acquire, atomic_thread_fence_release,
1721         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1722         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1723         atomic_compare_exchange_weak_relaxed,
1724         atomic_compare_exchange_weak_acquire,
1725         atomic_compare_exchange_weak_release,
1726         atomic_exchange_acquire, atomic_exchange_release,
1727         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1728         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1729         atomic_fetch_and_acquire,
1730         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1731
1732 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1733
1734         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1735         USE_ATOMIC_COMPILER_BUILTINS): Define.
1736         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1737         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1738         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1739         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1740         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1742         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1744         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1746         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1748         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1750         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1752         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1754         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1756         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1758         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1760         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1761         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1762         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1764         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1765         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1766         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1767         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1768         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1769         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1770         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1771         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1772         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1773         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1774         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1775         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1776
1777 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1778
1779         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1780         the sched_priority value here.  It was already checked when the user
1781         called pthread_attr_setschedparam.
1782
1783         * nptl/tst-bad-schedattr.c: New file.
1784         * nptl/Makefile (tests): Add it.
1785
1786 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1787             Florian Weimer  <fweimer@redhat.com>
1788             Joseph Myers  <joseph@codesourcery.com>
1789             Adam Conrad  <adconrad@0c3.net>
1790             Andreas Schwab  <schwab@suse.de>
1791             Brooks  <bmoses@google.com>
1792
1793         [BZ #17625]
1794         * wordexp-test.c (__dso_handle): Add prototype.
1795         (__register_atfork): Likewise.
1796         (__app_register_atfork): New function.
1797         (registered_forks): New global.
1798         (register_fork): New function.
1799         (test_case): Add 3 new tests for WRDE_CMDSUB.
1800         (main): Call __app_register_atfork.
1801         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1802         fork count is non-zero fail the test.
1803         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1804         is set.
1805         (parse_dollars): Remove check for WRDE_NOCMD.
1806         (parse_dquote): Likewise.
1807
1808 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1809
1810         * Makeconfig (built-modules): List non-library modules to be
1811         built.
1812         (module-cppflags): Include libc-modules.h for
1813         everything except shlib-versions.v.i.
1814         (CPPFLAGS): Use it.
1815         (before-compile): Add libc-modules.h.
1816         ($(common-objpfx)libc-modules.h,
1817         $(common-objpfx)libc-modules.stmp): New targets.
1818         (common-generated): Add libc-modules.h and libc-modules.stmp.
1819         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1820         * include/libc-symbols.h: Don't include libc-modules.h.
1821         * include/libc-modules.h: Remove file.
1822         * scripts/gen-libc-modules.awk: New script to generate
1823         libc-modules.h.
1824         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1825         Depend on libc-modules.stmp.
1826
1827         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1828
1829         * Makeconfig (in-module): Get value of libof set for the
1830         translation unit.
1831         (CPPFLAGS): Use $(in-module).
1832         * Makerules: Don't suffix routine names for nonlib.
1833         * include/libc-modules.h: New file.
1834         * include/libc-symbols.h: Include libc-modules.h
1835         (IS_IN): New macro to replace IS_IN_* macros.
1836         * elf/Makefile: Set libof-* for each routine.
1837         * elf/rtld-Rules: Likewise.
1838         * extra-modules.mk: Likewise.
1839         * iconv/Makefile: Likewise.
1840         * iconvdata/Makefile: Likewise.
1841         * locale/Makefile: Likewise.
1842         * malloc/Makefile: Likewise.
1843         * nss/Makefile: Likewise.
1844         * sysdeps/gnu/Makefile: Likewise.
1845         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1846         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1847         * sysdeps/s390/s390-64/Makefile: Likewise.
1848         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1849         CPPFLAGS for nscd instead of nonlib.
1850
1851 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1852
1853         * nptl/createthread.c: New file.
1854
1855         * nptl/createthread.c: Moved ...
1856         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1857
1858         * nptl/createthread.c: Add proper top-line comment.
1859         (do_clone): Folded into ...
1860         (create_thread): ... here.  Take new arguments STOPPED_START and
1861         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1862         increment __nptl_threads, do event-reporting logic, do
1863         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1864         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1865         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1866         just send SIGCANCEL.
1867         * nptl/pthread_create.c: Forward-declare create_thread before
1868         including createthread.c.
1869         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1870         declaration, and new macro START_THREAD_SELF to replace argument.
1871         Remove return statement.
1872         (report_thread_creation): New function.
1873         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1874         synchronization logic, and __nptl_nthreads increment here, around
1875         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1876         PD->parent_cancelhandling here, before create_thread.  When
1877         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1878         __deallocate_stack, and ENOMEM translation here.
1879
1880 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1881
1882         [BZ #17616]
1883         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1884         (mptwo): Rename to __mptwo.
1885         (__inv): Use __mptwo instead of mptwo.
1886         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1887         (mptwo): Rename to __mptwo.
1888         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1889         of mpone and __mptwo instead of mptwo.
1890         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1891         instead of mpone.
1892         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1893         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1894         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1895         of mpone and __mptwo instead of mptwo.
1896         (__mpranred): Use __mpone instead of mpone.
1897         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1898         variable.
1899         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1900         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1901         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1902         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1903         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1904         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1905         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1906         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1907         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1908         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1909         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1910         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1911         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1912         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1913         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1914         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1915         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1916         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1917         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1918
1919 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1920
1921         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1922         replace BSD Handler xref with BSD Signal Handling.
1923
1924 2014-11-17  Richard Henderson  <rth@redhat.com>
1925
1926         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1927         (_FP_PACK_RAW_2): Remove.
1928         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1929         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1930         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1931         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1932         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1933         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1934         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1935         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1936         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1937         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1938         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1939         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1940         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1941         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1942         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1943         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1944
1945 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1946
1947         * signal/signal.h [__USE_MISC]
1948         (struct sigvec): Remove type.
1949         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1950         (sigvec): Remove declaration.
1951         * sysdeps/posix/sigvec.c: Moved ...
1952         * signal/sigvec.c: ... here, replacing old file.
1953         (struct sigvec): New type, copied from old signal.h definition.
1954         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1955         (__sigvec): Convert definition to prototype.
1956         (sigvec): Replace weak_alias with compat_symbol.
1957         * signal/Versions (libc: GLIBC_2.21): New version set.
1958         * include/signal.h: Remove __sigvec declaration.
1959         * sysdeps/unix/bsd/sigvec.c: Remove file.
1960         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1961         * manual/signal.texi (BSD Handler): Remove subsection.
1962         Move siginterrupt up to ...
1963         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1964         (Blocking in BSD): Fold subsection into its parent.
1965         * NEWS: Mention sigvec removal.
1966
1967 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1968
1969         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1970         (DLA_FMS): Make definition conditional only on [__FMA4__].
1971         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1972         definition.
1973
1974         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1975         Make definition conditional only on [PROF].
1976         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1977         definition.
1978         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1979         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1980
1981         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1982         !__GNUC__].
1983         * include/signal.h (__sigpause): Move declaration above call to
1984         libc_hidden_proto.
1985         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1986         variable.
1987         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1988         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1989
1990 2014-11-14  David S. Miller  <davem@davemloft.net>
1991
1992         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1993         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1994
1995 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1996
1997         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1998         * configure: Regenerated.
1999         * manual/install.texi (Tools for Compilation): Document a
2000         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2001         compiler verified to work.
2002         * INSTALL: Regenerated.
2003
2004         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2005         redeclare with asm name.
2006         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2007         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2008         including <string.h>.
2009         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2010         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2011         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2012         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2013         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2014         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2015         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2016
2017 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2018
2019         * stdlib/strtol.c (__strtol): Use prototype definition.
2020
2021         [BZ #17594]
2022         * stdlib/strtol.c (SYM__): New macro.
2023         (SYM__1): Likewise.
2024         (__strtol): Likewise.
2025         (strtol): Rename to __strtol and define as weak alias of
2026         __strtol.  Use libc_hidden_weak.
2027
2028 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2029
2030         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2031         Use numbered labels in inline assembly.
2032
2033 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2034
2035         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2036         Add setjmp LIBC_PROBE.
2037         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2038         Likewise.
2039         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2040         Add longjmp, longjmp_target LIBC_PROBE.
2041         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2042         Likewise.
2043
2044 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2045
2046         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2047         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2048         to get rid of unused variable warning.
2049
2050 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2051
2052         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2053         Check for unwind_backtrace ==  NULL only in SHARED case.
2054         (__backchain_backtrace): Compile only in SHARED case.
2055         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2056         Likewise.
2057         (__backchain_backtrace): Declare as static.
2058
2059 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2060
2061         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2062         (__libc_multiple_threads_ptr): Variable moved ...
2063         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2064
2065 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2066
2067         * conform/GlibcConform.pm: New file.
2068         * conform/conformtest.pl: Use GlibcConform module.
2069         * conform/linknamespace.pl: New file.
2070         * conform/list-header-symbols.pl: Likewise.
2071         * conform/Makefile (linknamespace-symlists-base): New variable.
2072         (linknamespace-symlists-tests): Likewise.
2073         (linknamespace-header-base): Likewise.
2074         (linknamespace-header-tests): Likewise.
2075         (tests-special): Add new tests.
2076         ($(linknamespace-symlists-tests)): New rule.
2077         (linknamespace-libs): New variable.
2078         ($(objpfx)symlist-stdlibs): New rule.
2079         ($(linknamespace-header-tests)): Likewise.
2080         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2081         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2082         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2083         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2084         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2085         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2086         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2087         (test-xfail-ISO/math.h/linknamespace): Likewise.
2088         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2089         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2090         (test-xfail-ISO/time.h/linknamespace): Likewise.
2091         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2092         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2093         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2094         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2095         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2096         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2097         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2098         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2099         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2100         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2101         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2102         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2103         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2104         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2105         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2106         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2107         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2108         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2109         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2110         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2111         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2112         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2113         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2114         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2115         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2116         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2117         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2118         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2119         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2120         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2121         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2122         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2123         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2124         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2125         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2126         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2127         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2128         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2129         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2130         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2131         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2132         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2133         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2134         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2135         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2136         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2137         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2138         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2139         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2140         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2141         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2142         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2143         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2144         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2145         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2146         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2147         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2148         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2149         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2151         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2153         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2154         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2155         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2156         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2157         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2158         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2159         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2160         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2161         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2162         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2163         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2164         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2165         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2166         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2167         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2168         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2169         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2170         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2171         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2172         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2173         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2174         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2175         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2178         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2179         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2180         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2181         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2182         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2183         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2184         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2185         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2186         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2187         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2188         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2189         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2190         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2191         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2192         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2193         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2194         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2195         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2196         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2197         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2198         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2199         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2200         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2201         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2202         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2203         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2204         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2205         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2206         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2207         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2208         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2209         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2210         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2211         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2212         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2213         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2214         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2215         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2216         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2217         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2218         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2219         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2220         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2221         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2222         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2223         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2224         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2225         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2226         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2227         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2228         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2229         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2230         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2231         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2232         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2233         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2235         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2236         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2237         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2238         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2239         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2241
2242         [BZ #17589]
2243         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2244         of fgets_unlocked.
2245
2246         [BZ #17585]
2247         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2248         (memmem): Rename to __memmem and define as weak alias of
2249         __memmem.  Use libc_hidden_weak.
2250         (__memmem): Use libc_hidden_def.
2251         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2252         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2253         memmem.
2254
2255         [BZ #17582]
2256         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2257         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2258         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2259         and define as weak alias of __fgets_unlocked.  Use
2260         libc_hidden_weak.
2261         (__fgets_unlocked): Use libc_hidden_def.
2262         * include/stdio.h (__fgets_unlocked): Declare.  Use
2263         libc_hidden_proto.
2264         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2265         __fgets_unlocked instead of fgets_unlocked.
2266         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2267         (GET_NPROCS_CONF_PARSER): Likewise.
2268         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2269         (GET_NPROCS_CONF_PARSER): Likewise.
2270
2271         [BZ #17574]
2272         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2273         weak alias of __wmemset.  Use libc_hidden_weak.
2274         (__wmemset): Use libc_hidden_def.
2275         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2276         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2277         of wmemset.
2278
2279         [BZ #17573]
2280         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2281         with asm name __mempcpy.
2282         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2283
2284         [BZ #17572]
2285         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2286         and define as weak alias of __rawmemchr.
2287         (__rawmemchr): Do not define as strong alias of rawmemchr.
2288
2289         [BZ #17571]
2290         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2291         alias of __qsort_r.
2292         (qsort): Call __qsort_r instead of qsort_r.
2293         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2294         (__qsort_r): Declare.  Call libc_hidden_proto.
2295         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2296         instead of qsort_r.
2297         * nscd/gai.c (__qsort_r): Define to qsort_r.
2298         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2299         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2300         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2301
2302         [BZ #17570]
2303         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2304         define as weak alias of __malloc_info.
2305
2306         [BZ #17584]
2307         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2308         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2309         (__rewinddir): Use libc_hidden_def.
2310         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2311         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2312         (__rewinddir): Use libc_hidden_def.
2313         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2314         weak alias of __rewinddir.  Don't use libc_hidden_def.
2315         (__rewinddir): Use libc_hidden_def.
2316         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2317         (__rewinddir): Use libc_hidden_proto.
2318         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2319         rewinddir.
2320         (__getcwd): Use __rewinddir instead of rewinddir.
2321
2322         [BZ #17583]
2323         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2324         alias of __fileno.  Use libc_hidden_weak.
2325         (__fileno): Use libc_hidden_def.
2326         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2327         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2328         alias of __ftello.
2329         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2330         __ftello.
2331         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2332         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2333         libc_hidden_def.
2334         (fread_unlocked): Don't use libc_hidden_ver.
2335         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2336         and define as weak alias of __fread_unlocked.  Don't use
2337         libc_hidden_def.
2338         (__fread_unlocked): Use libc_hidden_def.
2339         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2340         (ftello): Don't use libc_hidden_proto.
2341         (__ftello): Declare.  Use libc_hidden_proto.
2342         (fread_unlocked): Don't use libc_hidden_proto.
2343         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2344         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2345         and __ftello instead of fileno, fread_unlocked and ftello.
2346
2347 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2348
2349         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2350         GOT12.
2351         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2352         Likewise.
2353         (_dl_start_user): Likewise.
2354         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2355
2356 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2357             Siddhesh Poyarekar  <siddhesh@redhat.com>
2358
2359         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2360         Move argv and envp down instead of moving argc up.
2361         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2362
2363 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2364
2365         [BZ #17506]
2366         * test-skeleton.c (main): Return successful if one of
2367         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2368         * string/tst-strcoll-overflow.c: Define expected status.
2369
2370 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2371
2372         [BZ #17475]
2373         * locale/iso-639.def: Define Bhili and Tulu language codes.
2374
2375 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2376
2377         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2378
2379 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2380
2381         [BZ #17555]
2382         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2383
2384 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2385
2386         * configure.ac: Updated check of minimal required version to
2387         2.22.
2388         * manual/install.texi (Tools for Compilation): Updated version
2389         number.
2390         * configure: Regenerated.
2391         * INSTALL: Likewise.
2392
2393 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2394
2395         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2396         __tls_get_addr.
2397
2398 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2399
2400         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2401         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2402         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2403         libc_hidden_weak.
2404         (waitpid): Define as alias of __waitpid.
2405         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2406         __waitpid.
2407         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2408         libc_hidden_weak.
2409         (waitpid): Define as alias of __waitpid.
2410         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2411         __libc_waitpid alias.
2412         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2413         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2414         Likewise.
2415         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2416         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2417         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2418         alias.
2419         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2420         __waitpid.
2421         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2422         libc_hidden_weak.
2423         (waitpid): Define as alias of __waitpid.
2424
2425 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2426
2427         * manual/llio.texi: Add comment that write safety has been
2428         fixed in Linux.
2429
2430         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2431         (localplt-build-dso): Add elf/ld.so.
2432         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2433         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2434         and free for ld.so.
2435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2436         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2438         Likewise.
2439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2440         Likewise.
2441         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2442         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2443         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2444         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2445         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2446         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2447         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2448         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2449         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2450         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2451         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2452
2453 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2454
2455         [BZ #14132]
2456         * include/libc-symbols.h (INTUSE): Remove macro.
2457         (INTDEF): Likewise.
2458         (INTVARDEF): Likewise.
2459         (_INTVARDEF): Likewise.
2460         (INTDEF2): Likewise.
2461         (INTVARDEF2): Likewise.
2462         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2463         rtld_hidden_def instead of INTVARDEF.
2464         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2465         (_dl_starting_up_internal): Remove declaration.
2466         (_dl_starting_up): Use rtld_hidden_proto.
2467         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2468         declaration.
2469         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2470         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2471         _dl_starting_up.
2472         * elf/dl-writev.h (_dl_writev): Likewise.
2473         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2474         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2475         _dl_starting_up_internal.
2476
2477 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2478
2479         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2480         test-skeleton.c.
2481
2482 2014-11-05  Will Newton  <will.newton@linaro.org>
2483
2484         * benchtests/Makefile: (bench-malloc): Add malloc thread
2485         scalability benchmark.
2486         * benchtests/bench-malloc-threads.c: New file.
2487
2488 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2489
2490         * sysdeps/aarch64/strchrnul.S: New file.
2491
2492 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2493
2494         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2495         definition.
2496         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2497         Likwise.
2498         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2499         Likewise.
2500         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2501         Likewise.
2502         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2503         Likewise.
2504         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2505         Likewise.
2506
2507 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2508
2509         * catgets/test-gencat.c: Use test-skeleton.c.
2510         * catgets/tst-catgets.c: Likewise.
2511         * csu/tst-empty.c: Likewise.
2512         * elf/tst-audit2.c: Likewise.
2513         * elf/tst-global1.c: Likewise.
2514         * elf/tst-pathopt.c: Likewise.
2515         * elf/tst-piemod1.c: Likewise.
2516         * elf/tst-tls10.c: Likewise.
2517         * elf/tst-tls11.c: Likewise.
2518         * elf/tst-tls12.c: Likewise.
2519         * gnulib/tst-gcc.c: Likewise.
2520         * iconvdata/tst-e2big.c: Likewise.
2521         * iconvdata/tst-loading.c: Likewise.
2522         * iconv/tst-iconv1.c: Likewise.
2523         * iconv/tst-iconv2.c: Likewise.
2524         * inet/test-inet6_opt.c: Likewise.
2525         * inet/tst-gethnm.c: Likewise.
2526         * inet/tst-network.c: Likewise.
2527         * inet/tst-ntoa.c: Likewise.
2528         * intl/tst-codeset.c: Likewise.
2529         * intl/tst-gettext2.c: Likewise.
2530         * intl/tst-gettext3.c: Likewise.
2531         * intl/tst-ngettext.c: Likewise.
2532         * intl/tst-translit.c: Likewise.
2533         * io/test-stat.c: Likewise.
2534         * libio/test-fmemopen.c: Likewise.
2535         * libio/tst-freopen.c: Likewise.
2536         * libio/tst-sscanf.c: Likewise.
2537         * libio/tst-ungetwc1.c: Likewise.
2538         * libio/tst-ungetwc2.c: Likewise.
2539         * libio/tst-widetext.c: Likewise.
2540         * localedata/tst-ctype.c: Likewise.
2541         * localedata/tst-digits.c: Likewise.
2542         * localedata/tst-leaks.c: Likewise.
2543         * localedata/tst-mbswcs1.c: Likewise.
2544         * localedata/tst-mbswcs2.c: Likewise.
2545         * localedata/tst-mbswcs3.c: Likewise.
2546         * localedata/tst-mbswcs4.c: Likewise.
2547         * localedata/tst-mbswcs5.c: Likewise.
2548         * localedata/tst-setlocale.c: Likewise.
2549         * localedata/tst-trans.c: Likewise.
2550         * localedata/tst-wctype.c: Likewise.
2551         * localedata/tst-xlocale1.c: Likewise.
2552         * login/tst-grantpt.c: Likewise.
2553         * malloc/tst-calloc.c: Likewise.
2554         * malloc/tst-malloc.c: Likewise.
2555         * malloc/tst-mallocstate.c: Likewise.
2556         * malloc/tst-mcheck.c: Likewise.
2557         * malloc/tst-mtrace.c: Likewise.
2558         * malloc/tst-obstack.c: Likewise.
2559         * math/atest-exp2.c: Likewise.
2560         * math/atest-exp.c: Likewise.
2561         * math/atest-sincos.c: Likewise.
2562         * math/test-matherr.c: Likewise.
2563         * math/test-misc.c: Likewise.
2564         * math/test-powl.c: Likewise.
2565         * math/tst-definitions.c: Likewise.
2566         * misc/tst-dirname.c: Likewise.
2567         * misc/tst-efgcvt.c: Likewise.
2568         * misc/tst-fdset.c: Likewise.
2569         * misc/tst-hsearch.c: Likewise.
2570         * misc/tst-mntent2.c: Likewise.
2571         * nptl/tst-sem7.c: Likewise.
2572         * nptl/tst-sem8.c: Likewise.
2573         * nptl/tst-sem9.c: Likewise.
2574         * nss/test-netdb.c: Likewise.
2575         * posix/tst-fnmatch.c: Likewise.
2576         * posix/tst-getlogin.c: Likewise.
2577         * posix/tst-gnuglob.c: Likewise.
2578         * posix/tst-mmap.c: Likewise.
2579         * pwd/tst-getpw.c: Likewise.
2580         * resolv/tst-inet_ntop.c: Likewise.
2581         * rt/tst-timer.c: Likewise.
2582         * stdio-common/test-fseek.c: Likewise.
2583         * stdio-common/test-popen.c: Likewise.
2584         * stdio-common/test-vfprintf.c: Likewise.
2585         * stdio-common/tst-cookie.c: Likewise.
2586         * stdio-common/tst-fileno.c: Likewise.
2587         * stdio-common/tst-gets.c: Likewise.
2588         * stdio-common/tst-obprintf.c: Likewise.
2589         * stdio-common/tst-perror.c: Likewise.
2590         * stdio-common/tst-sprintf2.c: Likewise.
2591         * stdio-common/tst-sprintf3.c: Likewise.
2592         * stdio-common/tst-sprintf.c: Likewise.
2593         * stdio-common/tst-swprintf.c: Likewise.
2594         * stdio-common/tst-tmpnam.c: Likewise.
2595         * stdio-common/tst-unbputc.c: Likewise.
2596         * stdio-common/tst-wc-printf.c: Likewise.
2597         * stdlib/tst-environ.c: Likewise.
2598         * stdlib/tst-fmtmsg.c: Likewise.
2599         * stdlib/tst-limits.c: Likewise.
2600         * stdlib/tst-rand48-2.c: Likewise.
2601         * stdlib/tst-rand48.c: Likewise.
2602         * stdlib/tst-random2.c: Likewise.
2603         * stdlib/tst-random.c: Likewise.
2604         * stdlib/tst-strtol.c: Likewise.
2605         * stdlib/tst-strtoll.c: Likewise.
2606         * stdlib/tst-tls-atexit.c: Likewise.
2607         * stdlib/tst-xpg-basename.c: Likewise.
2608         * string/test-ffs.c: Likewise.
2609         * string/tst-bswap.c: Likewise.
2610         * string/tst-inlcall.c: Likewise.
2611         * string/tst-strtok.c: Likewise.
2612         * string/tst-strxfrm.c: Likewise.
2613         * sysdeps/x86_64/tst-audit10.c: Likewise.
2614         * sysdeps/x86_64/tst-audit3.c: Likewise.
2615         * sysdeps/x86_64/tst-audit4.c: Likewise.
2616         * sysdeps/x86_64/tst-audit5.c: Likewise.
2617         * time/tst-ftime_l.c: Likewise.
2618         * time/tst-getdate.c: Likewise.
2619         * time/tst-mktime3.c: Likewise.
2620         * time/tst-mktime.c: Likewise.
2621         * time/tst-posixtz.c: Likewise.
2622         * time/tst-strptime2.c: Likewise.
2623         * time/tst-strptime3.c: Likewise.
2624         * wcsmbs/tst-btowc.c: Likewise.
2625         * wcsmbs/tst-mbrtowc.c: Likewise.
2626         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2627         * wcsmbs/tst-wchar-h.c: Likewise.
2628         * wcsmbs/tst-wcpncpy.c: Likewise.
2629         * wcsmbs/tst-wcrtomb.c: Likewise.
2630         * wcsmbs/tst-wcsnlen.c: Likewise.
2631         * wcsmbs/tst-wcstof.c: Likewise.
2632
2633 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2634
2635         [BZ #14132]
2636         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2637         INTDEF.
2638         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2639         declaration.
2640         (_dl_mcount): Use rtld_hidden_proto.
2641         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2642         _dl_mcount.
2643         * elf/rtld.c (_rtld_global_ro): Likewise.
2644
2645         [BZ #14132]
2646         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2647         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2648         of _dl_init_internal.
2649         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2650         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2651         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2652         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2653         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2654         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2655         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2656         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2657         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2658         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2659         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2660         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2661         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2662         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2663         * sysdeps/tile/dl-start.S (_start): Likewise.
2664         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2665         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2666
2667         [BZ #14132]
2668         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2669         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2670         (rtld_progname): Make macro definition unconditional.
2671         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2672         INTDEF.
2673         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2674         (dl_main): Likewise.
2675         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2676         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2677         instead of _dl_argv_internal.
2678         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2679         __GI__dl_argv instead of INTUSE(_dl_argv).
2680         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2681         __GI__dl_argv instead of _dl_argv_internal.
2682
2683         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2684         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2685         macro.
2686         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2687         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2688         New macro.
2689         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2690         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2691         macro.
2692         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2693         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2694
2695 2014-11-04  Andreas Schwab  <schwab@suse.de>
2696
2697         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2698
2699 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2700
2701         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2702         mtvsrd instruction in binary form.
2703
2704 2014-11-03  Andreas Schwab  <schwab@suse.de>
2705
2706         [BZ #17522]
2707         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2708         for less than MB_LEN_MAX use a local buffer of that size.
2709         * libio/tst-fputws.c: New file.
2710         * libio/Makefile (tests): Add tst-fputws.
2711
2712 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2713
2714         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2715         the size of the fpu_fr.fpu_dregs[] array.
2716
2717 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2718
2719         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2720         (__nanosleep): Do not define as alias.
2721         (nanosleep): Define as alias of __nanosleep.
2722         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2723         __libc_nanosleep name.
2724
2725 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2726
2727         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2728         install.texi in comment.
2729
2730 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2731
2732         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2733         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2734         ... add here and use lwsync or sync ...
2735         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2736         ... and add here using lwsync.
2737
2738 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2739
2740         * elf/dl-machine-reject-phdr.h: New file.
2741         * elf/dl-load.c: #include that.
2742         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2743         if that returned true.
2744
2745 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2746
2747         [BZ #17496]
2748         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2749         gen-as-const-headers chunk.  Add a big scare comment after the last
2750         safe place to touch before-compile.
2751
2752 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2753
2754         * manual/install.texi (Tools for Compilation): Update autoconf
2755         version requirements.
2756         * INSTALL: Regenerated.
2757
2758         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2759         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2760         (__libc_pselect): Likewise.
2761
2762         [BZ #14138]
2763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2767
2768 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2769
2770         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2771         correct barrier instruction.
2772         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2773         Likewise.
2774         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2775         Likewise.
2776
2777 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2778
2779         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2780         after defining inlines.  Instead, just use parens to defeat macro
2781         expansion of __isctype in its declaration.
2782
2783 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2784
2785         * include/sys/uio.h (__libc_readv): Remove declaration.
2786         (__libc_writev): Likewise.
2787         * misc/readv.c (__libc_readv): Rename to __readv.
2788         (__readv): Do not define as alias.
2789         (readv): Define as alias of __readv.
2790         * misc/writev.c (__libc_writev): Rename to __writev.
2791         (__writev): Do not define as alias.
2792         (writev): Define as alias of __writev.
2793         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2794         (__readv): Do not define as alias.
2795         (readv): Define unconditionally as alias of __readv.
2796         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2797         (__writev): Do not define as alias.
2798         (writev): Define unconditionally as alias of __writev.
2799         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2800         name.
2801         (writev): Do not define __libc_writev name.
2802
2803 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2804
2805         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2806         (convert_charseq): New function, broken out of ...
2807         (use_from_charmap): ... here.  Call it.
2808         (use_to_charmap): Use convert_charseq and free instead of duplicating
2809         its code with a variable-length stack struct.
2810
2811 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2812
2813         * include/fcntl.h (__libc_creat): Remove declaration.
2814         * io/creat.c (__libc_creat): Rename to creat.
2815         (creat): Do not define as alias.
2816         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2817         of creat instead of __libc_creat.
2818         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2819         to creat.
2820         (creat): Do not define as alias.
2821         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2822         __libc_creat.
2823         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2824         __libc_creat name.
2825         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2826         Likewise.
2827
2828 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2829
2830         * manual/llio.texi: Add comments discussing why write() may be
2831         considered MT-unsafe on Linux.
2832
2833 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2834
2835         * dl-load.c (local_strdup): Remove.
2836         (expand_dynamic_string_token): Use __strdup.
2837         (decompose_rpath): Likewise.
2838         (_dl_map_object): Likewise.
2839
2840 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2841
2842         [BZ #14132]
2843         * sysdeps/generic/unwind-dw2-fde.c
2844         (__register_frame_info_bases_internal): Do not declare.
2845         (__register_frame_info_table_bases_internal): Likewise.
2846         (__deregister_frame_info_bases_internal): Likewise.
2847         (__register_frame_info_bases): Declare and use hidden_proto before
2848         definition.  Use hidden_def instead of INTDEF.
2849         (__register_frame_info_table_bases): Likewise.
2850         (__deregister_frame_info_bases): Likewise.
2851         (__register_frame_info): Do not use INTUSE.
2852         (__register_frame): Likewise.
2853         (__register_frame_info_table): Likewise.
2854         (__register_frame_table): Likewise.
2855         (__deregister_frame_info): Likewise.
2856         (__deregister_frame): Likewise.
2857
2858 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2859
2860         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2861         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2862         not undefine.
2863         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2864         Likewise.
2865         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2866         Likewise.
2867
2868 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2869
2870         [BZ #14138]
2871         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2872         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2874         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2875         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2876         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2878         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2879         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2880         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2881         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2882         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2883         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2884         syscall.
2885         (setfsuid): Likewise.
2886         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2887         (setfsuid): Likewise.
2888         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2889         (setfsuid): Likewise.
2890         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2891         Likewise.
2892         (setfsuid): Likewise.
2893         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2894         (setfsuid): Likewise.
2895         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2896         Likewise.
2897         (setfsuid): Likewise.
2898
2899 2014-10-27  Andreas Schwab  <schwab@suse.de>
2900
2901         [BZ #17501]
2902         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2903         check for Slow_SSE4_2 feature bit.
2904         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2905         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2906         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2907         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2908
2909 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2910
2911         * configure.ac: Validate compiler version with a empirical test of
2912         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2913         $CC -v output.
2914         * configure: Regenerated.
2915
2916         * inet/htons.c (htons): Prototypify.
2917         * inet/htonl.c (htonl): Likewise.
2918
2919 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2920
2921         * string/strncat.c (strncat): Improve performance by using strlen.
2922
2923 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2924
2925         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2926
2927 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2928
2929         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2930         Call libc_fetestexcept_aarch64.
2931
2932 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2933
2934         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2935         Call libc_feholdexcept_aarch64.
2936
2937 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2938
2939         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2940         Call get_rounding_mode.
2941
2942 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2943
2944         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2945         Simplify logic.
2946
2947 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2948
2949         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2950         Simplify logic.
2951
2952 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2953
2954         [BZ #14138]
2955         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2956         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2957         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2958         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2959         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2960         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2961         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2963         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2965         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2966         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2967         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2970         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2971         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2973         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2974         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2975         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2976         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2977         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2978         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2979         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2980         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2981         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2982         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2983         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2984         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2985         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2986         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2987         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2988         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2989         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2990         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2991         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2992         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2993         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2994         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2995         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2996         syscall.
2997         (geteuid): Likewise.
2998         (getgid): Likewise.
2999         (getuid): Likewise.
3000         (getresgid): Likewise.
3001         (getresuid): Likewise.
3002         (getgroups): Likewise.
3003         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3004         (geteuid): Likewise.
3005         (getgid): Likewise.
3006         (getuid): Likewise.
3007         (getresgid): Likewise.
3008         (getresuid): Likewise.
3009         (getgroups): Likewise.
3010         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3011         (geteuid): Likewise.
3012         (getgid): Likewise.
3013         (getuid): Likewise.
3014         (getresgid): Likewise.
3015         (getresuid): Likewise.
3016         (getgroups): Likewise.
3017         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3018         Likewise.
3019         (geteuid): Likewise.
3020         (getgid): Likewise.
3021         (getuid): Likewise.
3022         (getresgid): Likewise.
3023         (getresuid): Likewise.
3024         (getgroups): Likewise.
3025         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3026         (geteuid): Likewise.
3027         (getgid): Likewise.
3028         (getuid): Likewise.
3029         (getresgid): Likewise.
3030         (getresuid): Likewise.
3031         (getgroups): Likewise.
3032         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3033         Likewise.
3034         (geteuid): Likewise.
3035         (getgid): Likewise.
3036         (getuid): Likewise.
3037         (getgroups): Likewise.
3038
3039         [BZ #14138]
3040         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3041         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3042         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3043         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3044         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3045         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3046         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3047         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3048         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3049         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3050         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3051         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3052         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3053         __chown.
3054         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3055         (lchown): Likewise.
3056         (fchown): Likewise.
3057         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3058         Likewise.
3059         (lchown): Likewise.
3060         (fchown): Likewise.
3061         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3062         (lchown): Likewise.
3063         (fchown): Likewise.
3064         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3065         Likewise.
3066         (lchown): Likewise.
3067         (fchown): Likewise.
3068
3069 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3070
3071         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3072         Simplify logic.
3073
3074 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3075
3076         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3077         Cleanup logic.
3078
3079 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3080
3081         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3082         Remove unused include.
3083
3084 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3085
3086         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3087         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3088         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3089         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3090
3091 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3092             Helge Deller <deller@gmx.de>
3093
3094         [BZ #17508]
3095         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3096         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3097         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3098
3099 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3100
3101         [BZ #14132]
3102         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3103         Remove macro definition.
3104         (__ashrdi3_v_glibc20): Likewise.
3105         (__lshrdi3_v_glibc20): Likewise.
3106         (__cmpdi2_v_glibc20): Likewise.
3107         (__ucmpdi2_v_glibc20): Likewise.
3108         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3109         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3110         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3111         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3112         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3113         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3114
3115 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3116
3117         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3118         old GNU extension [0] syntax.
3119         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3120         alloca rather than an array member with variable length.
3121         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3122         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3123         (parse_opt): ... here.  Likewise use alloca there.
3124         Validate the -i argument before checking for rootness.
3125         (send_shutdown): New function, broken out of ...
3126         (parse_opt): ... here.
3127
3128 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3129
3130         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3131         macro to get at the _rt_local_ro field.
3132         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3133         ([PIC] case) or _dl_hwcap ([!PIC] case).
3134         * sysdeps/arm/setjmp.S: Likewise.
3135
3136         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3137         * sysdeps/arm/configure.ac: New check to define it.
3138         * sysdeps/arm/configure: Regenerated.
3139         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3140         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3141         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3142         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3143         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3144         Use move/movt pair instead of a load.
3145         (LDST_GLOBAL): Macro removed.
3146         (LDR_GLOBAL): New macro replaces it.
3147         (LDR_HIDDEN): New macro.
3148         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3149         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3150
3151         * setjmp/tst-setjmp-static.c: New file.
3152         * setjmp/Makefile (tests): Add it.
3153         (tests-static): New variable.
3154
3155 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3156
3157         [BZ #17485]
3158         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3159
3160 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3161
3162         [BZ #14132]
3163         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3164
3165 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3166
3167         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3168
3169 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3170
3171         * io/fts.c (dirent_not_directory): New function.
3172         (fts_build): Call it.
3173
3174 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3175
3176         * nptl/version.c (__nptl_main): Use normal __write rather than
3177         INTERNAL_SYSCALL.
3178         (banner): Update copyright years.
3179
3180         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3181         gettimeofday.
3182         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3183         * nptl/pthread_cond_timedwait.c: Likewise.
3184         * nptl/pthread_mutex_timedlock.c: Likewise.
3185         * nptl/sem_timedwait.c: Likewise.
3186
3187         * sysdeps/nptl/bits/libc-lock.h
3188         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3189         (__libc_lock_init_recursive): Return void, not 0.
3190         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3191         (__libc_rwlock_init): Likewise.
3192         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3193
3194 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3195
3196         [BZ #15215]
3197         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3198         (__pthread_once_slow): ... here.
3199         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3200         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3201
3202 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3203
3204         [BZ #15215]
3205         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3206         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3207         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3208         * nptl/pthread_once.c (__pthread_once): Likewise.
3209         Update comments.
3210
3211 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3212
3213         [BZ #14138]
3214         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3215         name.
3216         (writev): Use __libc_writev as strong name.
3217         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3218         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3219
3220 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3221
3222         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3223
3224         * sysdeps/i386/nptl/tls.h
3225         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3226         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3227         New macros.
3228         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3229         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3230         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3231         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3232         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3233         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3234
3235         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3236         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3237         on [__NR_futex].
3238         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3239         broken out of ...
3240         (__pthread_mutex_init): ... here.  Call it.
3241         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3242         Conditionalize PI cases on [__NR_futex].
3243         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3244         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3245         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3246
3247         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3248         conditional on [SIGSETXID].
3249         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3250         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3251         is defined.  Likewise for SIGSETXID.
3252         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3253         Conditionalize definitions on [SIGSETXID].
3254         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3255         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3256         unblocking on [SIGCANCEL].
3257
3258         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3259         [__NR_set_robust_list].
3260
3261 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3262
3263         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3264         (do_compare): Likewise.
3265
3266 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3267
3268         [BZ #15884]
3269         * string/strcoll_l.c: Don't include stdio.h.
3270         (coll_seq): Remove members idxarr and rulearr.
3271         (get_next_seq_cached): Remove function.
3272         (get_next_seq): Likewise.
3273         (get_next_seq_nocache): Rename to get_next_seq.
3274         (do_compare): Remove function.
3275         (do_compare_nocache): Rename to do_compare.
3276         (STRCOLL): Remove weight and rules cache.
3277
3278 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3279
3280         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3281         * sysdeps/arm/sfp-machine.h: ... to here.
3282         * sysdeps/arm/Implies: Remove arm/soft-fp.
3283
3284 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3285
3286         * conform/data/sys/utsname.h-data (*_t): Allow.
3287         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3288         [POSIX] (WEXITED): Do not expect constant.
3289         [POSIX] (WSTOPPED): Likewise.
3290         [POSIX] (WNOHANG): Likewise.
3291         [POSIX] (WNOWAIT): Likewise.
3292         [POSIX] (siginfo_t): Do not expect type or elements.
3293         [POSIX] (pid_t): Do not expect type.
3294         [POSIX] (signal.h): Do not allow header.
3295         [POSIX] (sys/resource.h): Likewise.
3296         [POSIX] (si_*): Do not allow pattern.
3297         [POSIX] (W*): Likewise.
3298         [POSIX] (P_*): Likewise.
3299         [POSIX] (BUS_*): Likewise.
3300         [POSIX] (CLD_*): Likewise.
3301         [POSIX] (FPE_*): Likewise.
3302         [POSIX] (ILL_*): Likewise.
3303         [POSIX] (POLL_*): Likewise.
3304         [POSIX] (SEGV_*): Likewise.
3305         [POSIX] (SI_*): Likewise.
3306         [POSIX] (TRAP_*): Likewise.
3307         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3308         variable.
3309
3310 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3311
3312         [BZ #12926]
3313         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3314         infinite loop when __recvmsg returns 0.
3315
3316 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3317
3318         * CANCEL-FCT-WAIVE: Remove file.
3319         * CANCEL-FILE-WAIVE: Likewise.
3320
3321         [BZ #14132]
3322         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3323         instead of INTVARDEF.
3324         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3325         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3326         rtld_hidden_data_def instead of INTVARDEF.
3327         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3328         * elf/dl-deps.c (expand_dst): Likewise.
3329         * elf/dl-load.c (_dl_dst_count): Likewise.
3330         (_dl_dst_substitute): Likewise.
3331         (decompose_rpath): Likewise.
3332         (_dl_init_paths): Likewise.
3333         (open_path): Likewise.
3334         (_dl_map_object): Likewise.
3335         * elf/rtld.c (dl_main): Likewise.
3336         (process_dl_audit): Likewise.
3337         (process_envvars): Likewise.
3338         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3339         Remove declaration.
3340         (__libc_enable_secure): Use rtld_hidden_proto.
3341
3342 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3343
3344         * elf/dl-load.c
3345         (add_path): New function broken out of _dl_rtld_di_serinfo.
3346         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3347
3348 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3349
3350         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3351         parentheses around macro arguments.
3352         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3353         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3354         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3355         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3356         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3357         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3358         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3359         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3360         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3361         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3362         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3363         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3364         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3365         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3366         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3367         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3368         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3369         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3370         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3371         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3372         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3373         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3374         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3375         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3376         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3377         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3378         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3379         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3380         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3381         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3382         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3383         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3384         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3385         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3386         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3387         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3388         Likewise.
3389         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3390         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3391         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3392         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3393         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3394         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3395         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3396         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3397         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3398         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3399         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3400         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3401         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3402         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3403         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3404         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3405         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3406         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3407         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3408         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3409         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3410         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3411         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3412         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3413         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3414         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3415         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3416         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3417         (_FP_FRAC_SRS_1): Likewise.
3418         (_FP_FRAC_CLZ_1): Likewise.
3419         (_FP_MUL_MEAT_1_imm): Likewise.
3420         (_FP_MUL_MEAT_1_wide): Likewise.
3421         (_FP_MUL_MEAT_1_hard): Likewise.
3422         (_FP_SQRT_MEAT_1): Likewise.
3423         (_FP_FRAC_ASSEMBLE_1): Likewise.
3424         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3425         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3426         (__FP_CLZ_2): Likewise.
3427         (_FP_MUL_MEAT_2_wide): Likewise.
3428         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3429         (_FP_MUL_MEAT_2_gmp): Likewise.
3430         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3431         (_FP_SQRT_MEAT_2): Likewise.
3432         (_FP_FRAC_ASSEMBLE_2): Likewise.
3433         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3434         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3435         (_FP_FRAC_CLZ_4): Likewise.
3436         (_FP_MUL_MEAT_4_wide): Likewise.
3437         (_FP_MUL_MEAT_4_gmp): Likewise.
3438         (_FP_SQRT_MEAT_4): Likewise.
3439         (_FP_FRAC_ASSEMBLE_4): Likewise.
3440         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3441         * soft-fp/op-common.h (_FP_CMP): Likewise.
3442         (_FP_CMP_EQ): Likewise.
3443         (_FP_CMP_UNORD): Likewise.
3444         (_FP_TO_INT): Likewise.
3445         (_FP_FROM_INT): Likewise.
3446         [!__FP_CLZ] (__FP_CLZ): Likewise.
3447         (_FP_DIV_HELP_imm): Likewise.
3448         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3449         Likewise.
3450         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3451         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3452         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3453         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3458         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3461         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3462         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3463         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3464         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3465         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3466         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3467         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3468         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3469         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3479         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3480         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3481         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3482         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3483         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3484         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3485         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3486         (FP_UNPACK_RAW_SP): Likewise.
3487         (FP_PACK_RAW_S): Likewise.
3488         (FP_PACK_RAW_SP): Likewise.
3489         (FP_UNPACK_S): Likewise.
3490         (FP_UNPACK_SP): Likewise.
3491         (FP_UNPACK_SEMIRAW_S): Likewise.
3492         (FP_UNPACK_SEMIRAW_SP): Likewise.
3493         (FP_PACK_S): Likewise.
3494         (FP_PACK_SP): Likewise.
3495         (FP_PACK_SEMIRAW_S): Likewise.
3496         (FP_PACK_SEMIRAW_SP): Likewise.
3497         (_FP_SQRT_MEAT_S): Likewise.
3498         (FP_CMP_S): Likewise.
3499         (FP_CMP_EQ_S): Likewise.
3500         (FP_CMP_UNORD_S): Likewise.
3501         (FP_TO_INT_S): Likewise.
3502         (FP_FROM_INT_S): Likewise.
3503
3504         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3505
3506         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3507         (FP_EX_INVALID_IMZ): Likewise.
3508         (FP_EX_INVALID_IMZ_FMA): Likewise.
3509         (FP_EX_INVALID_ISI): Likewise.
3510         (FP_EX_INVALID_ZDZ): Likewise.
3511         (FP_EX_INVALID_IDI): Likewise.
3512         (FP_EX_INVALID_SQRT): Likewise.
3513         (FP_EX_INVALID_CVI): Likewise.
3514         (FP_EX_INVALID_VC): Likewise.
3515         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3516         "invalid" exceptions.
3517         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3518         (_FP_ADD_INTERNAL): Likewise.
3519         (_FP_MUL): Likewise.
3520         (_FP_FMA): Likewise.
3521         (_FP_DIV): Likewise.
3522         (_FP_CMP_CHECK_NAN): Likewise.
3523         (_FP_SQRT): Likewise.
3524         (_FP_TO_INT): Likewise.
3525         (FP_EXTEND): Likewise.
3526
3527 2014-10-09  Allan McRae  <allan@archlinux.org>
3528
3529         * po/fr.po: Update French translation from translation project.
3530
3531 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3532
3533         [BZ #14132]
3534         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3535         of INTDEF.
3536         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3537         (__cxa_atexit): Use libc_hidden_proto.
3538         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3539
3540         [BZ #14132]
3541         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3542         declaration.
3543         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3544         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3545         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3546         [!_ISOMAC] (__iswctype_internal): Likewise.
3547         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3548         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3549         alias.
3550         (fcntl): Remove __fcntl_internal alias.
3551         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3552         __connect_internal alias.
3553         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3554         Likewise.
3555
3556         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3557         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3558         FP_DENORM_ZERO.
3559         (_FP_CHECK_FLUSH_ZERO): New macro.
3560         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3561         (_FP_CMP): Likewise.
3562         (_FP_CMP_EQ): Likewise.
3563         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3564         FP_DENORM_ZERO.
3565         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3566         (FP_TRUNC): Likewise.
3567
3568         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3569         treated as invalid conversion, not as normal exponent.
3570
3571         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3572         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3573         (_FP_CMP_EQ): Likewise.
3574         (_FP_CMP_UNORD): Likewise.
3575         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3576         (FP_CMP_EQ_D): Likewise.
3577         (FP_CMP_UNORD_D): Likewise.
3578         * soft-fp/extended.h (FP_CMP_E): Likewise.
3579         (FP_CMP_EQ_E): Likewise.
3580         (FP_CMP_UNORD_E): Likewise.
3581         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3582         (FP_CMP_EQ_Q): Likewise.
3583         (FP_CMP_UNORD_Q): Likewise.
3584         * soft-fp/single.h (FP_CMP_S): Likewise.
3585         (FP_CMP_EQ_S): Likewise.
3586         (FP_CMP_UNORD_S): Likewise.
3587         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3588         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3589         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3590         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3591         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3592         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3593         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3594         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3595         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3596         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3597         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3598         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3599         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3600         to FP_CMP_Q.
3601         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3602         FP_CMP_Q.
3603         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3604         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3605         FP_CMP_EQ_Q.
3606         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3607         FP_CMP_Q.
3608         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3609         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3610         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3611         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3612         FP_CMP_EQ_Q.
3613         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3614         FP_CMP_Q.
3615         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3616         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3617         FP_CMP_EQ_Q.
3618         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3619         FP_CMP_Q.
3620         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3621         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3622         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3623         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3624         FP_CMP_EQ_Q.
3625
3626         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3627         a subnormal result, set the underflow exception if trapping on
3628         underflow is enabled.
3629         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3630         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3631         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3632         redefine to 0.
3633         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3634         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3635         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3636         * soft-fp/extendxftf2.c (__extendxftf2): Use
3637         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3638
3639         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3640         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3641         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3642         FP_HANDLE_EXCEPTIONS.
3643         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3644         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3645         FP_HANDLE_EXCEPTIONS.
3646         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3647         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3648         FP_HANDLE_EXCEPTIONS.
3649         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3650         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3651         FP_HANDLE_EXCEPTIONS.
3652
3653 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3654
3655         [BZ #14132]
3656         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3657         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3658         use INTUSE.
3659         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3660         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3661         Remove alias.
3662         (__adjtimex): Define using libc_hidden_ver.
3663         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3664         Remove declaration.
3665         (ntp_gettime): Call __adjtimex directly.
3666         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3667         Remove declaration.
3668         (ntp_gettimex): Call __adjtimex directly.
3669         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3670         __adjtimex_internal alias.
3671
3672 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3673
3674         [BZ #17460]
3675         * nscd/nscd.c (more_help): Rewrite list of tables collection
3676         using xstrdup and asprintf.
3677
3678         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3679
3680 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3681             Roland McGrath  <roland@hack.frob.com>
3682
3683         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3684         (do_lookup_unique): ... local function 'enter' here; update callers.
3685
3686 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3687
3688         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3689         compat_symbol calls on [SHARED].
3690         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3691         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3692         Remove.
3693         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3694         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3695         (oldsetrlimit): Remove.
3696         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3698         (lchown): New syscall entry.
3699         (oldsetrlimit): Remove.
3700         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3701         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3702         (oldsetrlimit): Remove.
3703         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3704
3705         [BZ #14138]
3706         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3707         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3708         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3709         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3710         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3711         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3712         (fchown): Likewise.
3713         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3714         (fchown): Likewise.
3715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3716         Likewise.
3717
3718 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3719
3720         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3721         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3722         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3723         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3724         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3725         Likewise.
3726         (__old_sem_post): Likewise.
3727
3728 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3729
3730         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3731         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3732         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3733         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3734         Use INLINE_VSYSCALL macro.
3735         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3736         __vdso_clock_gettime.
3737         * sysdeps/unix/sysv/linux/tile/init-first.c
3738         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3739         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3740         __vdso_clock_gettime.
3741
3742         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3743         to set up frame more cleanly.
3744
3745         * sysdeps/tile/memcmp.c: New file.
3746
3747         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3748
3749         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3750         * sysdeps/tile/tilegx/strcasestr.c: New file.
3751         * sysdeps/tile/tilegx/strnlen.c: New file.
3752         * sysdeps/tile/tilegx/strstr.c: New file.
3753
3754         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3755
3756 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3757
3758         * nptl/tst-setuid3.c: Write errors to stdout.
3759
3760 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3761
3762         * elf/dl-deps.c
3763         (preload): New functions broken out of _dl_map_object_deps.
3764         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3765
3766 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3767
3768         [BZ #14138]
3769         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3770         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3771
3772 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3773
3774         * sysdeps/mips/strcmp.S: New.
3775
3776 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3777
3778         [BZ #14138]
3779         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3780         (linkat): Likewise.
3781         (mkdirat): Likewise.
3782         (readlinkat): Likewise.
3783         (renameat): Likewise.
3784         (symlinkat): Likewise.
3785         (unlinkat): Likewise.
3786         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3787         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3788         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3789         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3790         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3791         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3792         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3793
3794 2014-09-30  Will Newton  <will.newton@linaro.org>
3795
3796         * math/math.h: Define long double math functions if
3797         _LIBC_TEST is defined.
3798         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3799
3800         * localedata/Makefile: Move assignment to tests-special
3801         into an ifdef testing run-built-tests.
3802         * timezone/Makefile: Likewise.
3803
3804 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3805
3806         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3807         with $(BASH) not $(SHELL).
3808
3809 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3810             Matthew LeGendre  <legendre1@llnl.gov>
3811
3812         [BZ #17411]
3813         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3814         l_reloc_result.
3815
3816 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3817
3818         * stdio-common/printf_fp.c
3819         (hack_digit): New function, broken out of ...
3820         (__printf_fp): ... local function here.  Update call sites.
3821         hack_digit now takes an additional parameter that is a pointer
3822         to a struct of the referenced locals.  Those locals moved inside
3823         the struct and references updated.
3824
3825 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3826
3827         * aclocal.m4: Require autoconf 2.69.
3828         * configure: Regenerated.
3829         * sysdeps/aarch64/configure: Likewise.
3830         * sysdeps/alpha/configure: Likewise.
3831         * sysdeps/arm/armv7/configure: Likewise.
3832         * sysdeps/arm/configure: Likewise.
3833         * sysdeps/ia64/configure: Likewise.
3834         * sysdeps/mach/configure: Likewise.
3835         * sysdeps/mips/configure: Likewise.
3836         * sysdeps/s390/configure: Likewise.
3837         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3839
3840         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3841         file.
3842         * sysdeps/ia64/configure.ac: Likewise.
3843
3844 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3845
3846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3847         specify symbol version for ld.so.  Do not include entry for
3848         libpthread.
3849         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3850         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3851         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3852
3853         [BZ #14171]
3854         * Makeconfig [$(build-shared) = yes]
3855         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3856         makefiles.
3857         [$(build-shared) = yes && $(soversions.mk-done) = t]
3858         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3859         [$(build-shared) = yes && $(soversions.mk-done) = t]
3860         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3861         to Makerules.
3862         [$(build-shared) = yes && $(soversions.mk-done) = t]
3863         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3864         here.
3865         [$(build-shared) = yes && $(soversions.mk-done) = t]
3866         (common-generated): Don't append gnu/lib-names.h and
3867         gnu/lib-names.stmp here.
3868         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3869         (lib-names-h-abi): New variable.
3870         [$(build-shared) = yes && $(soversions.mk-done) = t]
3871         (lib-names-stmp-abi): Likewise.
3872         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3873         abi-variants] (before-compile): Append
3874         $(common-objpfx)$(lib-names-h-abi).
3875         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3876         abi-variants] (common-generated): Append gnu/lib-names.h.
3877         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3878         abi-variants] (install-others-nosubdir): Depend on
3879         $(inst_includedir)/$(lib-names-h-abi).
3880         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3881         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3882         [$(build-shared) = yes && $(soversions.mk-done) = t]
3883         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3884         [$(build-shared) = yes && $(soversions.mk-done) = t]
3885         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3886         [$(build-shared) = yes && $(soversions.mk-done) = t]
3887         (common-generated): Append $(lib-names-h-abi) and
3888         $(lib-names-stmp-abi).
3889         * scripts/lib-names.awk: Do not handle multi being set.
3890         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3891         Remove variable.
3892         (abi-lp64_be-ld-soname): Likewise.
3893         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3894         Likewise.
3895         (abi-hard-ld-soname): Likewise.
3896         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3897         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3898         Remove variable.
3899         (abi-o32_hard-ld-soname): Likewise.
3900         (abi-o32_soft_2008-ld-soname): Likewise.
3901         (abi-o32_hard_2008-ld-soname): Likewise.
3902         (abi-n32_soft-ld-soname): Likewise.
3903         (abi-n32_hard-ld-soname): Likewise.
3904         (abi-n32_soft_2008-ld-soname): Likewise.
3905         (abi-n32_hard_2008-ld-soname): Likewise.
3906         (abi-n64_soft-ld-soname): Likewise.
3907         (abi-n64_hard-ld-soname): Likewise.
3908         (abi-n64_soft_2008-ld-soname): Likewise.
3909         (abi-n64_hard_2008-ld-soname): Likewise.
3910         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3911         Likewise.
3912         (abi-64-v2-ld-soname): Likewise.
3913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3914         ld.so entries.
3915         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3916         variable.
3917         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3918         entry.
3919         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3920         variable.
3921         (abi-64-ld-soname): Likewise.
3922         (abi-x32-ld-soname): Likewise.
3923         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3924         entry.
3925         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3926
3927 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3928
3929         [BZ #14138]
3930         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3931         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3932         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3933         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3934         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3935         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3936         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3937         syscall entry for GLIBC_2.2 symbol version.
3938         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3939         Likewise.
3940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3941         (setrlimit): Likewise.
3942         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3943         Likewise.
3944
3945 2014-09-23  Will Newton  <will.newton@linaro.org>
3946
3947         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3948         _LINUX_ARM_SYSDEP_H include guard too.
3949         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3950         define.
3951
3952 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3953
3954         * sysdeps/unix/sysv/linux/eventfd.c:
3955         Make first argument unsigned.
3956         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3957         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3958
3959 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3960
3961         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3962         * socket/sys/socket.h: Likewise
3963         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3964
3965 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3966
3967         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3968
3969 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3970
3971         * time/tst-ftime.c: New test.
3972         * time/Makefile (tests): Add tst-ftime.
3973
3974 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3975
3976         * soft-fp/extended.h: Fix comment formatting.
3977         * soft-fp/op-1.h: Likewise.
3978         * soft-fp/op-2.h: Likewise.
3979         * soft-fp/op-4.h: Likewise.
3980         * soft-fp/op-8.h: Likewise.
3981         * soft-fp/op-common.h: Likewise.
3982         * soft-fp/soft-fp.h: Likewise.
3983
3984         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3985
3986 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3987
3988         [BZ #6652]
3989         * Makeconfig (soversions-default-setname): Remove variable.
3990         ($(common-objpfx)soversions.i): Don't pass default_setname to
3991         soversions.awk.
3992         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3993         oldest_abi to abi-versions.awk.
3994         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3995         * config.make.in (oldest-abi): Remove variable.
3996         * configure.ac (--enable-oldest-abi): Remove configure option.
3997         * configure: Regenerated.
3998         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3999         text.
4000         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4001         * scripts/soversions.awk: Do not handle default_setname variable.
4002         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4003         variable.
4004         * sysdeps/mach/hurd/configure: Regenerated.
4005         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4006         variable.
4007         * sysdeps/unix/sysv/linux/configure: Regenerated.
4008
4009 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4010
4011         * elf/Makefile (CFLAGS-interp.c): Remove.
4012         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4013         path string.
4014         * elf/interp.c: Include generated runtime-linker.h
4015
4016         * Makerules (lib%.so): Don't include $(+interp) in
4017         prerequisites.
4018         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4019         * dlfcn/eval.c: Remove file.
4020
4021         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4022         macros.
4023
4024         [BZ #17266]
4025         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4026         4.2 and newer.
4027
4028         [BZ #17370]
4029         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4030
4031 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4032             Jakub Jelinek  <jakub@redhat.com>
4033
4034         [BZ #17266]
4035         * libio/stdio.h: Check definition of __fortify_function
4036         instead of __extern_always_inline to include bits/stdio2.h.
4037         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4038         check if __extern_always_inline is defined.
4039         [__USE_MISC || __USE_XOPEN]: Likewise.
4040         [__USE_ISOC99] Likewise.
4041         * misc/sys/cdefs.h (__fortify_function): Define only if
4042         __extern_always_inline is defined.
4043         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4044         __extern_always_inline and __extern_inline only for g++-4.3
4045         and newer or a compatible gcc.
4046
4047 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4048
4049         [BZ #17371]
4050         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4051         last change to handle zero prefix length.
4052
4053 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4054
4055         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4056         _SC_REGEX_VERSION.
4057
4058         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4059         _POSIX_RAW_SOCKETS.
4060
4061 2014-09-13  Allan McRae  <allan@archlinux.org>
4062
4063         * po/ru.po: Update Russian translation from translation project.
4064
4065 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4066
4067         * locale/programs/locale.c (show_locale_vars): Inline local function
4068         into its sole call site.  Clean up some style nits.
4069         (print_item): New function, broken out of ...
4070         (show_info): ... local function here.  Clean up style nits.
4071
4072         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4073         out of ...
4074         (set_class_defaults): ... local function set_default here.
4075         Define set_default as a macro locally to pass constant parameters.
4076         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4077         rather than a shared local.
4078
4079         * stdlib/rpmatch.c (try): New function, broken out of ...
4080         (rpmatch): ... local function here.  Also, prototypify definition.
4081
4082 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4083
4084         * scripts/soversions.awk: Do not handle configuration names.
4085         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4086         vendor and os variables to soversions.awk.
4087         * configure.ac: Do not modify gnu-* host_os.
4088         * configure: Regenerated
4089         * shlib-versions: Remove first column with configuration names.
4090         * nptl/shlib-versions: Likewise.
4091         * nptl_db/shlib-versions: Likewise.
4092         * sysdeps/hppa/shlib-versions: Likewise.
4093         * sysdeps/m68k/shlib-versions: Likewise.
4094         * sysdeps/mach/hurd/shlib-versions: Likewise.
4095         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4096         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4097         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4098         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4099         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4100         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4101         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4102         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4104         Likewise.
4105         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4106         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4107         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4108         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4109         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4110         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4111         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4112         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4113
4114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4115         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4117         Regenerated.
4118         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4120         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4121
4122         * shlib-versions: Remove OS-specific entries.  Moved to files in
4123         sysdeps.
4124         * sysdeps/mach/hurd/shlib-versions: New file.
4125         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4126
4127         * nptl/shlib-versions: Remove architecture-specific entries.
4128         Moved to files in sysdeps.
4129         * shlib-versions: Likewise.
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4131         file.
4132         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4133         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4134         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4135         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4136
4137         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4138         (UDP_NO_CHECK6_RX): Likewise.
4139
4140 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4141
4142         * sysdeps/posix/sysconf.c (__sysconf): Spell
4143         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4144
4145 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4146
4147         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4148         loading.
4149         * iconv/Versions (__gconv_transliterate): Export for use from
4150         gconv modules.
4151         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4152         (struct __gconv_trans_data, __gconv_trans_fct,
4153         __gconv_trans_context_fct, __gconv_trans_query_fct,
4154         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4155         definitions.
4156         (struct __gconv_step_data): Remove __trans member.
4157         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4158         longer hidden.  Remove unused trans_data argument.
4159         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4160         (__gconv_translit_find): Remove declaration.
4161         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4162         prototype.
4163         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4164         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4165         trans_data argument.  Add hidden definition.
4166         (__gconv_translit_find): Remove.
4167         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4168         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4169         * iconv/skeleton.c: Remove transliteration initialization.
4170         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4171         __gconv_step_data initialization.
4172         * libio/iofwide.c (__libio_translit_): Remove.
4173         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4174         * wcsmbs/btowc.c (__btowc): Likewise.
4175         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4176         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4177         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4178         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4179         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4180         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4181         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4182         * wcsmbs/wctob.c (wctob): Likewise.
4183
4184 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4185
4186         [BZ #16194]
4187         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4188         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4189         register usage.
4190         * sysdeps/x86/Makefile: Adjust.
4191
4192 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4193             Roland McGrath  <roland@hack.frob.com>
4194
4195         * locale/weight.h: Add include guard.
4196         (findidx): Make static rather than auto; take new parameters
4197         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4198         * locale/weightwc.h: Likewise.
4199         * posix/fnmatch_loop.c
4200         (FCT): Change type of EXTRA from int32_t to wint_t.
4201         Don't include either header inside the function.
4202         Call FINDIDX rather than findidx, and pass new arguments.
4203         #undef FINDIDX at the end of the file.
4204         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4205         FINDIDX before including fnmatch_loop.c for the non-wide version.
4206         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4207         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4208         for the wide version.
4209         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4210         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4211         Pass new arguments to findidx.
4212         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4213         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4214         Don't #include it inside the function.  Pass new arguments to findidx.
4215         * posix/regex_internal.h
4216         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4217         (re_string_elem_size_at): Don't #include it inside the function.
4218         Pass new arguments to findidx.
4219         * string/strcoll_l.c: #include WEIGHT_H at top level.
4220         (get_next_seq): Don't #include it inside the function.
4221         Pass new arguments to findidx.
4222         (get_next_seq_nocache): Likewise.
4223         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4224         (STRXFRM): Don't #include it inside the function.
4225         Pass new arguments to findidx.
4226
4227 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4228
4229         [BZ #17344]
4230         * malloc/malloc.c (unlink): Turn asserts into a call to
4231         malloc_printerr.
4232
4233 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4234
4235         [BZ #17370]
4236         * libio/wfileops (do_ftell_wide): Free OUT.
4237
4238 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4239
4240         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4241
4242 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4243
4244         [BZ #17363]
4245         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4246         group if the current group is empty.
4247
4248 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4249
4250         * benchtests/bench-memset.c (test_main): Add more test from size
4251         from 32 to 512 bytes.
4252         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4253         Add POWER8 memset object.
4254         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4255         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4256         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4257         implementation.
4258         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4259         Likewise.
4260         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4261         multiarch POWER8 memset optimization.
4262         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4263         POWER8 memset optimization.
4264
4265         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4266         Remove bzero multiarch objects.
4267         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4268         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4269         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4270         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4271         Remove define.
4272         [__bzero]: Redefine to specific name.
4273         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4274         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4275         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4276         define.
4277         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4278         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4279
4280 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4281
4282         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4283         warnings into errors.
4284
4285         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4286         __cxa_thread_atexit_impl prototype.
4287
4288 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4289
4290         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4291         Fix capitalization of error message.
4292
4293 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4294
4295         * sysdeps/mips/preconfigure: Modify ABI tests.
4296
4297 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4298
4299         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4300
4301 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4302             Carlos O'Donell  <carlos@systemhalted.org>
4303
4304         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4305         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4306         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4307         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4308         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4309         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4310         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4311         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4312         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4313         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4314         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4315         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4316         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4317         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4318         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4319         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4320         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4321         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4322         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4323         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4324         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4325         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4326         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4327         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4328         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4329         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4330         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4331         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4332         Deconditionalize the code that was previously under [RESET_PID].
4333         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4334         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4335         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4336         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4337         include sysdep.h.
4338
4339 2014-09-08  Allan McRae  <allan@archlinux.org>
4340
4341         * version.h (RELEASE): Set to "development".
4342         (VERSION): Set to "2.20.90"
4343
4344 2014-09-07  Allan McRae  <allan@archlinux.org
4345
4346         * version.h (RELEASE): Set to "stable".
4347         (VERSION): Set to "2.20"
4348         * include/features.h (__GLIBC_MINOR__): Set to 20.
4349
4350         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4351         Liebler.
4352
4353         * po/ko.po: Update Korean translation from translation project.
4354
4355 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4356
4357         [BZ #17354]
4358         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4359         macro for handling signed relocations.
4360
4361 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4362
4363         [BZ #17325]
4364         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4365         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4366         assert.
4367         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4368         * iconvdata/ibm935.c (BODY): Likewise.
4369         * iconvdata/ibm937.c (BODY): Likewise.
4370         * iconvdata/ibm939.c (BODY): Likewise.
4371         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4372         assert.
4373         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4374         script.
4375         * iconvdata/run-iconv-test.sh: New test loop for checking for
4376         decoder crashers.
4377
4378 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4379
4380         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4381         libm_hidden_ver.
4382
4383 2014-09-01  Allan McRae  <allan@archlinux.org>
4384
4385         * po/eo.po: Update Esperanto translation from translation project.
4386
4387         * po/ca.po: Update Catalan translation from translation project.
4388
4389 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4390
4391         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4392         __proc_dostop call.
4393
4394 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4395
4396         [BZ #17319]
4397         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4398         to call set_thread_area instead of hand written asm.
4399         (__NR_set_thread_area): Removed define.
4400         (TLS_FLAG_WRITABLE): Likewise.
4401         (__ASSUME_SET_THREAD_AREA): Remove check.
4402         (TLS_EBX_ARG): Remove define.
4403         (TLS_LOAD_EBX): Likewise.
4404
4405 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4406
4407         Simplify atomicity of socket creation in bind.
4408
4409         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4410         looking up the name after linking the file.
4411
4412 2014-08-27  Allan McRae  <allan@archlinux.org>
4413
4414         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4415
4416 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4417
4418         [BZ #17187]
4419         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4420         trans_compare, open_translit, __gconv_translit_find):
4421         Remove module loading code.
4422
4423 2014-08-26  Allan McRae  <allan@archlinux.org>
4424
4425         * po/vi.po: Update Vietnamese translation from translation project.
4426
4427         * po/uk.po: Update Ukrainian translation from translation project.
4428
4429         * po/fr.po: Update French translation from translation project.
4430
4431         * po/ru.po: Update Russian translation from translation project.
4432
4433         * po/pl.po: Update Polish translation from translation project.
4434
4435         * po/cs.po: Update Czech translation from translation project.
4436
4437         * po/de.po: Update German translation from translation project.
4438
4439         * po/bg.po: Update Bulgarian translation from translation project.
4440
4441         * po/sv.po: Update Sweedish translation from translation project.
4442
4443         * po/nl.po: Update Dutch translation from translation project.
4444
4445         * po/es.po: Update Spanish translation from translation project.
4446
4447 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4448
4449         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4450
4451         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4452         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4453         (CPPFLAGS-iconvconfig): Likewise.
4454         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4455
4456         * include/libc-symbols.h: Remove unnecessary check for
4457         NOT_IN_libc.
4458         * nptl/pthreadP.h: Likewise.
4459         * sysdeps/aarch64/setjmp.S: Likewise.
4460         * sysdeps/alpha/setjmp.S: Likewise.
4461         * sysdeps/arm/sysdep.h: Likewise.
4462         * sysdeps/i386/setjmp.S: Likewise.
4463         * sysdeps/m68k/setjmp.c: Likewise.
4464         * sysdeps/posix/getcwd.c: Likewise.
4465         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4466         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4467         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4468         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4469         * sysdeps/sh/sh3/setjmp.S: Likewise.
4470         * sysdeps/sh/sh4/setjmp.S: Likewise.
4471         * sysdeps/unix/alpha/sysdep.h: Likewise.
4472         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4473         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4474         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4475         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4478         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4479         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4480         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4481         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4482         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4483         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4484         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4485         * sysdeps/x86_64/setjmp.S: Likewise.
4486
4487 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4488
4489         [BZ #17263]
4490         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4491         <stdint.h>.
4492         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4493         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4494
4495 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4496
4497         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4498
4499         [BZ #17262]
4500         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4501         and __x86_64__ when disabling x87 inline functions.
4502
4503 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4504
4505         [BZ #17259]
4506         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4507         asm statement with __cpuid_count.
4508
4509 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4510
4511         * configure.ac: Change __ehdr_start code to dereference the struct.
4512         Run readelf on the output to look for relocations.
4513         * configure: Regenerated.
4514
4515 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4516
4517         [BZ #17261]
4518         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4519         value to 0.
4520         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4521
4522 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4523
4524         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4525
4526 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4527
4528         [BZ #16892]
4529         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4530         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4531
4532 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4533
4534         * malloc/malloc.c: Fix typo in comment.
4535
4536 2014-08-09  Allan McRae  <allan@archlinux.org>
4537
4538         * Regenerate libc.po.
4539
4540 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4541
4542         * intl/tst-gettext2.sh: Check every lang file for creation.
4543
4544 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4545
4546         * sysdeps/aarch64/fpu/math_private.h
4547         (libc_feholdsetround_noex_aarch64_ctx): New function.
4548
4549 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4550
4551         * sysdeps/arm/armv6/strcpy.S (strcpy):
4552         Fix performance issue in misaligned cases.
4553
4554 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4555
4556         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4557         Move definition from termios.h.
4558         (struct termio): Likewise.
4559         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4560         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4561         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4562         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4563         Likewise.
4564         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4565         Move definition to ioctl-types.h
4566         (struct termio): Likewise.
4567         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4568         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4569         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4570         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4571         Likewise.
4572
4573 2014-08-05  Richard Henderson  <rth@redhat.com>
4574
4575         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4576         exceptions.
4577         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4578         Add fraiseexcpt.
4579         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4580         Use __feraiseexcept.
4581         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4582         Protect libm symbols with IS_IN_libm.
4583
4584         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4585
4586 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4587
4588         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4589
4590 2014-08-04  Will Newton  <will.newton@linaro.org>
4591
4592         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4593         file.
4594
4595 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4596
4597         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4598         variants for each function.
4599
4600 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4601
4602         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4603         appended ...
4604         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4605         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4606         appended ...
4607         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4608         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4609         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4610         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4611         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4612         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4613         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4614         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4615         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4616         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4623         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4635         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4636         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4637         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4638         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4639         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4640         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4641         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4642         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4643         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4644         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4645         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4646         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4647         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4648         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4649         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4650         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4651         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4652         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4653         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4654         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4655         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4656         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4657         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4658         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4659         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4660         Update #include.
4661         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4662         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4663
4664 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4665
4666         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4667         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4668         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4669         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4670         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4671         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4672
4673 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4674
4675         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4676         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4677         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4678         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4679
4680 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4681
4682         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4683         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4684         (__libc_vfork): Define function under this name.
4685         (__vfork): Define as an alias.
4686         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4687         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4688
4689 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4690
4691         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4692         that was previously under [RESET_PID].
4693         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4694
4695 2014-08-04  Andreas Schwab  <schwab@suse.de>
4696
4697         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4698
4699 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4700
4701         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4702         (main): Likewise.
4703
4704 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4705
4706         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4707
4708 2014-08-01  Richard Henderon  <rth@redhat.com>
4709
4710         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4711         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4712         typo in exact zero test.
4713         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4714         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4715         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4716
4717 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4718
4719         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4720         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4721         * sysdeps/arm/sysdep.h: ... here.
4722         [!__ASSEMBLER__]: Include <stdint.h>.
4723
4724 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4725
4726         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4727         (HAVE_WCTYPE_H): Likewise.
4728         (HAVE_ISWCTYPE): Likewise.
4729         (ENABLE_NLS): Likewise.
4730         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4731         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4732
4733         * posix/regex_internal.c: Check if DEBUG is defined and is
4734         set.
4735
4736         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4737         (HAVE_MBSRTOWCS): Likewise.
4738         * posix/fnmatch.c: Include string.h unconditionally.
4739
4740 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4741
4742         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4743         reversal.
4744
4745 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4746
4747         * sysdeps/generic/safe-fatal.h: New file.
4748         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4749         * nptl/forward.c: Include it.
4750         (__pthread_unwind): Use __safe_fatal as default action, rather
4751         than a bogus use of INTERNAL_SYSCALL that could never work.
4752
4753         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4754         * configure.ac (libc_cv_builtin_trap): New test.
4755         * configure: Regenerated.
4756         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4757         (ABORT_INSTRUCTION): Define using __builtin_trap.
4758
4759         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4760         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4761         * sysdeps/nptl/nptl-signals.h: New file.
4762         * nptl/pthreadP.h: Include <nptl-signals.h>.
4763
4764 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4765
4766         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4767         (ONE_DIRECTION): Define.
4768         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4769         (ONE_DIRECTION): Define.
4770         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4771         (ONE_DIRECTION): Define.
4772
4773 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4774
4775         * sysdeps/s390/Makefile: Delete file.
4776         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4777         * sysdeps/s390/__longjmp.c: Delete file.
4778         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4779         Remove fields __flags and __reserved.
4780         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4781         and add versioning.
4782         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4783         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4784         * sysdeps/s390/rtld-setjmp.S: Likewise.
4785         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4786         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4787         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4788         * sysdeps/s390/s390-32/setjmp.S: ... here.
4789         Add versioning.
4790         (__sigsetjmp): Remove setting __flags field.
4791         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4792         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4793         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4794         * sysdeps/s390/s390-64/setjmp.S: ... here.
4795         Add versioning.
4796         (__sigsetjmp): Remove setting __flags field.
4797         * sysdeps/s390/setjmp.S: Delete file.
4798         * sysdeps/s390/sigjmp.c: Likewise.
4799         * sysdeps/s390/v1-longjmp.c: Likewise.
4800         * sysdeps/s390/v1-setjmp.h: Likewise.
4801         * sysdeps/s390/v1-sigjmp.c: Likewise.
4802         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4803         Remove v1-longjmp_chk.
4804         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4805         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4806         Include debug/longjmp_chk.c and add versioning.
4807         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4808         Include nptl/pt-longjmp.c and add versioning.
4809         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4810         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4811         Include __longjmp.c.
4812         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4813         Move to ...
4814         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4815         (__getcontext): Remove setting __flags field.
4816         Add versioning.
4817         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4818         Don't restore upper high grps.
4819         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4820         Likewise.
4821         (__swapcontext): Remove setting uc_flags field.
4822         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4823         Delete file.
4824         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4825         Include __longjmp.c.
4826         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4827         Move to ...
4828         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4829         (__getcontext): Remove setting __flags field.
4830         Add versioning.
4831         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4832         (__swapcontext): Remove setting uc_flags field.
4833         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4834         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4835         Remove fields uc_high_gprs and __reserved.
4836         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4837         New file with reverted content.
4838         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4839         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4840         Regenerated.
4841         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4842         Regenerated.
4843
4844 2014-07-31  Andreas Schwab  <schwab@suse.de>
4845
4846         * config.h.in (HAVE_IFUNC): Define to 0.
4847         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4848         definedness.
4849
4850 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4851
4852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4853         memmove-avx-unaligned, memcpy-avx-unaligned and
4854         mempcpy-avx-unaligned.
4855         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4856         Add tests for AVX memcpy functions.
4857         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4858         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4859         memcpy_chk.
4860         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4861         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4862         memmove_chk.
4863         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4864         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4865         mempcpy_chk.
4866         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4867         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4868         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4869
4870 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4871
4872         [BZ #17213]
4873         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4874         powerpc64le.
4875
4876 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4877
4878         [BZ #16839]
4879         * manual/llio.texi: Add section about open file description locks.
4880         * manual/examples/ofdlocks.c: Example of open file description
4881         lock usage.
4882         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4883         F_OFD_SETLK, and F_OFD_SETLKW.
4884
4885 2014-07-23  Allan McRae  <allan@archlinux.org>
4886
4887         * po/es.po: Update Spanish translation from translation project.
4888
4889 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4890
4891         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4892
4893 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4894
4895         [BZ #17078]
4896         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4897         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4898         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4899
4900 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4901
4902         [BZ #17088]
4903         * math/fesetenv.c (__fesetenv)
4904         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4905         * math/feupdateenv.c (__feupdateenv)
4906         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4907
4908         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4909         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4910         (__ASSUME_SOCKETCALL): Do not define.
4911
4912         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4913         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4914         (__ASSUME_SOCKETCALL): Do not define.
4915         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4916         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4917         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4918         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4919         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4920         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4921         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4922         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4923
4924         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4925         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4926         (__ASSUME_SOCKETCALL): Do not define.
4927         (__ASSUME_IPC64): Define unconditionally.
4928         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4929         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4930         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4931         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4932         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4933         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4934         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4935         Likewise.
4936
4937         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4938         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4939         (__ASSUME_SOCKETCALL): Do not define.
4940         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4941         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4942         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4943         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4944         (__ASSUME_REQUEUE_PI): Define unconditionally.
4945         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4946         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4947         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4948         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4949         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4950         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4951
4952         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4953         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4954         (__ASSUME_SOCKETCALL): Do not define.
4955         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4956         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4957         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4958         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4959         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4960         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4961
4962         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4963         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4964         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4965         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4966         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4967         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4968         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4969         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4970         (__ASSUME_GETCPU_SYSCALL): Likewise.
4971
4972         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4973         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4974         cases for individual architectures.
4975         * sysdeps/gnu/configure: Regenerated.
4976         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4977         LIBC_SLIBDIR_RTLDDIR.
4978         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4979         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4980         LIBC_SLIBDIR_RTLDDIR.
4981         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4983         LIBC_SLIBDIR_RTLDDIR.
4984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4985         Regenerated.
4986         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4987         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4988         file.
4989         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4990         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4991         file.
4992         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4993         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4994         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4995         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4996
4997         * sysdeps/aarch64/shlib-versions: Move to ...
4998         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4999         * sysdeps/alpha/shlib-versions: Move to ...
5000         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5001         * sysdeps/arm/shlib-versions: Move to ...
5002         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5003         * sysdeps/hppa/shlib-versions: Move all contents except for
5004         libgcc_s entry to ...
5005         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5006         entry from ...
5007         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5008         * sysdeps/ia64/shlib-versions: Move to ...
5009         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5010         entry from ...
5011         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5012         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5013         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5014         * sysdeps/microblaze/shlib-versions: Move to ...
5015         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5016         * sysdeps/mips/shlib-versions: Move to ...
5017         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5018         entry from ...
5019         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5020         * sysdeps/tile/shlib-versions: Move to ...
5021         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5022         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5023         from ...
5024         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5025         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5026         entry from ...
5027         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5028
5029 2014-07-17  Will Newton  <will.newton@linaro.org>
5030
5031         * sysdeps/arm/bits/atomic.h
5032         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5033         (__arch_compare_and_exchange_bool_16_int): Likewise.
5034         (__arch_compare_and_exchange_bool_64_int): Likewise.
5035
5036         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5037         into an #else block.
5038
5039 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5040
5041         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5042         just Linux configurations.  Test empirically that the compiler sets
5043         __ARM_EABI__, rather than using the tuple to decide.
5044         * sysdeps/arm/preconfigure: Regenerated.
5045         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5046         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5047         contents appended ...
5048         * sysdeps/arm/configure.ac: ... here.
5049         * sysdeps/arm/configure: Regenerated.
5050
5051 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5052
5053         * nptl/pthread_kill.c: New file.
5054         * nptl/pthread_sigmask.c: New file.
5055         * nptl/pthread_sigqueue.c: New file.
5056
5057         * sysdeps/nptl/lowlevellock.h: New file.
5058         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5059         * sysdeps/nptl/lowlevellock-futex.h: New file.
5060
5061         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5062         Remove dead declarations.
5063
5064 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5065
5066         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5067         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5068         config-cflags-avx2.
5069         * sysdeps/x86_64/configure.ac: Likewise.
5070         * sysdeps/i386/configure: Regenerated.
5071         * sysdeps/x86_64/configure: Likewise.
5072         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5073         memset-avx2 only if config-cflags-avx2 is yes.
5074         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5075         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5076         defined.
5077         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5078         only if HAVE_AVX2_SUPPORT is defined.
5079         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5080
5081 2014-07-14  Alan Modra  <amodra@gmail.com>
5082
5083         [BZ #17153]
5084         * elf/elf.h (DT_PPC64_NUM): Correct value.
5085         * NEWS: Add to fixed bug list.
5086
5087 2014-07-13  Jim Meyering  <meyering@fb.com>
5088
5089         [BZ 17150]
5090         regex: don't deref NULL upon heap allocation failure
5091         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5092         failure in one more place.
5093         To trigger the segfault, configure grep -with-included-regex,
5094         build it, and run these commands:
5095         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5096
5097 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5098
5099         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5100
5101 2014-07-11  Richard Henderson  <rth@redhat.com>
5102
5103         * sysdeps/aarch64/libm-test-ulps: Update.
5104
5105 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5106
5107         [BZ #17135]
5108         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5109         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5110         (__nptl_setxid): Initialize error member.  Call
5111         __nptl_setxid_error.
5112         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5113         * nptl/descr.h (struct xid_command): Add error member.
5114         * nptl/tst-setuid3.c: New file.
5115         * nptl/Makefile (tests): Add it.
5116
5117 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5118
5119         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5120         New define.
5121         (__lll_trylock): Use __lll_base_trylock.
5122         (__lll_cond_trylock): Likewise.
5123
5124 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5125
5126         * nptl/pthread_create.c (start_thread): Use atomic_or and
5127         lll_futex_wake directly rather than lll_robust_dead.
5128         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5129         (lll_robust_dead): Macro removed.
5130         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5131         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5132         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5133         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5134         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5135         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5136         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5137         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5138         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5139         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5140         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5141         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5143         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5144         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5145
5146         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5147         Use atomic_compare_and_exchange_val_acq directly rather than
5148         lll_robust_trylock.
5149         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5150         (__lll_robust_trylock, lll_robust_trylock): Removed.
5151         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5152         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5153         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5154         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5155         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5156         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5157         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5158         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5159         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5160         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5161         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5162         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5163         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5164         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5165
5166 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5167
5168         * manual/locale.texi (Locale Names): New section documenting
5169         locale name syntax.  Adjust menu and node chaining accordingly.
5170         (Choosing Locale): Reference Locale Names, Locale Categories.
5171         Mention setting LC_ALL=C.  Reflect that name syntax is now
5172         documented.
5173         (Locale Categories): New section title.  Reference Locale Names.
5174         LC_ALL is an environment variable, but not a category.
5175         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5176         description, now in Locale Name.  Reference that section.  Locale
5177         name syntax is now documented.
5178
5179 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5180
5181         [BZ #17137]
5182         * locale/findlocale.c (name_present, valid_locale_name): New
5183         functions.
5184         (_nl_find_locale): Use the loc_name variable to store name
5185         candidates.  Call name_present and valid_locale_name to check and
5186         validate locale names.  Return an error if the locale is invalid.
5187
5188 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5189
5190         * locale/setlocale.c (setlocale): Use strdup for allocating
5191         composite name copy.
5192
5193 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5194
5195         Sync up with gnulib.
5196         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5197         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5198         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5199         and _GL_ARG_NONNULL.
5200         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5201         [!_LIBC]: Include code for Windows and Cygwin.
5202         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5203         Include prototype for int strerror_r.
5204         [!_LIBC] (is_open): New function.
5205         (flush_stdout): New function.
5206         (print_errno_message): Use it.
5207         (error): Likewise.
5208         (error_at_line): Likewise.
5209         (error_tail) Add function attribute macros.  Use
5210         __builtin_expect.
5211
5212         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5213
5214         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5215
5216         * io/ftw.c: Include sys/param.h unconditionally.
5217
5218         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5219
5220         [BZ #17125]
5221         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5222         libc_freeres_ptr.
5223         (freecache): New function to free CACHE on exit.
5224
5225         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5226         initialization.
5227
5228 2014-07-09  David S. Miller  <davem@davemloft.net>
5229
5230         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5231
5232         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5233         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5234         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5235         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5236         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5237         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5238         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5239         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5240         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5241         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5242         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5243         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5244         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5245
5246 2014-07-09  Andreas Schwab  <schwab@suse.de>
5247
5248         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5249         output.
5250         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5251         (do_test): Likewise.
5252
5253         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5254
5255 2014-07-09  Will Newton  <will.newton@linaro.org>
5256
5257         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5258         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5259         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5260         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5261         * sysdeps/hppa/start.S (_start): Likewise.
5262
5263 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5264
5265         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5266
5267         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5268         defined.
5269
5270 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5271
5272         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5273         after checking that it is non-NULL.
5274
5275         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5276
5277 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5278
5279         * sysdeps/powerpc/memmove.c: Remove file.
5280         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5281         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5282         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5283         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5284         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5285         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5286         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5287         string memmove instead of removed powerpc one.
5288
5289         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5290         [weak_alias]: Fix compiler warning due trailing data.
5291         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5292         [weak_alias]: Likewise.
5293         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5294         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5295
5296         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5297         (__libc_ifunc_impl_list): Add memmove functions.
5298
5299 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5300
5301         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5302         Remove code.
5303         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5304         Likewise
5305         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5306         Likewise
5307         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5308         Likewise
5309         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5310         Likewise
5311         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5312         Likewise
5313         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5314         Likewise
5315         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5316         Likewise
5317         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5318         Likewise
5319         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5320         Likewise
5321         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5322         Likewise
5323         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5324         Likewise
5325         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5326         Likewise
5327         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5328         Likewise
5329         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5330         Likewise
5331         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5332         Likewise
5333         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5334         Likewise
5335
5336 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5337
5338         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5339         to avoid alignment traps in non-cacheable memory.
5340         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5341
5342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5343         multiarch objects.
5344         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5345         file: multiarch power7 memmove.
5346         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5347         multiarch default memmove.
5348         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5349         multiarch memove for powerpc32/power4.
5350
5351         * string/bcopy.c: Use full path to include memmove.c.
5352         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5353         multiarch objects.
5354         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5355         bcopy for powerpc64.
5356         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5357         bcopy for powerpc64.
5358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5359         and memmove implementations.
5360         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5361         optimized multiarch memmove for POWER7/powerpc64.
5362         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5363         default multiarch memmove for powerpc64.
5364         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5365         multiarch for powerpc64.
5366         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5367         for POWER7/powerpc64.
5368         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5369         memmove for POWER7/powerpc64.
5370
5371         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5372         glibc default one.
5373
5374         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5375         __ELF_NATIVE_CLASS equal to 64.
5376
5377 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5378
5379         * sysdeps/nptl/lowlevellock.h: File removed.
5380
5381         * NEWS: NPTL is no longer an add-on!
5382         * nptl/internaltypes.h: Moved ...
5383         * sysdeps/nptl/internaltypes.h: ... here.
5384         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5385         * sysdeps/nptl/fork.c: Likewise.
5386         * sysdeps/nptl/gai_misc.h: Likewise.
5387         * sysdeps/nptl/librt-cancellation.c: Likewise.
5388         * sysdeps/nptl/jmp-unwind.c: Likewise.
5389         * sysdeps/nptl/setxid.h: Likewise.
5390         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5391         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5392         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5393         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5394         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5395         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5396         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5397         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5398         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5399         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5400         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5401         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5402         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5403         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5404         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5405         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5406         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5407         * nptl/Makeconfig: Moved ...
5408         * sysdeps/nptl/Makeconfig: ... here.
5409         * nptl/configure: File removed.
5410         * nptl/ANNOUNCE: File removed.
5411         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5412         * sysdeps/unix/sysv/linux/configure: Regenerated.
5413
5414         * nptl/Makefile (routines): Add libc_pthread_init,
5415         libc_multiple_threads, register-atfork and unregister-atfork.
5416         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5417         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5418         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5419         pthread-pi-defines.sym, structsem.sym.
5420         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5421         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5422         [$(subdir) = nptl] (tests): Add tst-setgetname.
5423         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5424         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5425         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5426         [!LIBC_SIGACTION]: Remove aliases.
5427         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5428         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5429         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5430         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5431         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5432         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5433         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5434         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5435         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5436         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5437         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5438         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5439         __libc_allocate_rtsig_private.
5440         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5441         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5442         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5443         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5444         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5445         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5446         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5447         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5448         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5449         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5450         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5451         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5452         * nptl/internaltypes.h: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5454         * sysdeps/nptl/jmp-unwind.c: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5456         * nptl/libc-lowlevellock.c: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5458         * nptl/libc_multiple_threads.c: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5460         * nptl/libc_pthread_init.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5462         * nptl/lowlevelbarrier.sym: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5464         * nptl/lowlevelcond.sym: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5466         * nptl/lowlevellock.c: ... here.
5467         * nptl/lowlevellock.h: Moved ...
5468         * sysdeps/nptl/lowlevellock.h: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5470         * nptl/lowlevelrobustlock.c: ... here.
5471         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5472         * nptl/lowlevelrobustlock.sym: ... here.
5473         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5474         * nptl/lowlevelrwlock.sym: ... here.
5475         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5476         * nptl/pt-fork.c: ... here.
5477         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5478         * nptl/pthread-pi-defines.sym: ... here.
5479         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5480         * nptl/pthread_attr_getaffinity.c: ... here.
5481         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5482         * nptl/pthread_attr_setaffinity.c: ... here.
5483         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5484         * nptl/pthread_mutex_cond_lock.c: ... here.
5485         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5486         Update #include.
5487         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5488         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5489         * nptl/pthread_once.c: ... here, replacing old file.
5490         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5491         * nptl/pthread_yield.c: ... here.
5492         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5493         * nptl/register-atfork.c: ... here.
5494         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5495         * nptl/sem_post.c: ... here.
5496         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5497         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5498         * nptl/sem_timedwait.c: ... here.
5499         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5500         * nptl/sem_trywait.c: ... here.
5501         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5502         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5503         * nptl/sem_wait.c: ... here.
5504         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5505         * nptl/structsem.sym: ... here.
5506         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5507         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5508         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5509         * nptl/unregister-atfork.c: ... here.
5510         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5511         * nptl/unwindbuf.sym: ... here.
5512         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5513         * sysdeps/nptl/fork.c: ... here.
5514         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5515         * sysdeps/nptl/fork.h: ... here.
5516         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5517         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5518         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5519         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5520         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5521         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5522         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5524         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5526         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5528         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5530         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5532         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5534         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5536         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5538         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5540         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5542         * sysdeps/unix/sysv/linux/raise.c: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5544         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5546         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5548         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5549         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5550         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5551         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5552         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5553         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5554         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5555         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5556         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5557         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5558
5559 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5560
5561         * sysdeps/generic/memcopy.h: Add comment for
5562         MEMCPY_OK_FOR_FWD_MEMMOVE.
5563
5564 2014-07-04  Will Newton  <will.newton@linaro.org>
5565
5566         * string/memchr.c: Merge from gnulib.
5567         [_LIBC]: Remove conditionals.
5568         (__ptr_t): Remove define.
5569         (LONG_MAX_32_BITS): Likewise.
5570         (LONG_MAX): Likewise.
5571         (MEMCHR): Use ANSI prototype and optimize algorithm.
5572
5573         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5574
5575 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5576
5577         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5578         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5579
5580         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5581         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5582         in a bare environment with no <stdlib.h> installed.
5583         * sysdeps/nptl/configure: Regenerated.
5584
5585         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5586
5587         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5588         AC_EGREP_CPP for kernel header checks, so they only succeed if
5589         including <linux/version.h> actually works right.
5590         * sysdeps/unix/sysv/linux/configure: Regenerated.
5591
5592         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5593         value so it's not diagnosed as unused.
5594
5595         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5596         thing) with "ifeq ($(subdir),rt)".
5597
5598 2014-07-03  Richard Henderson  <rth@redhat.com>
5599
5600         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5601         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5602         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5603
5604         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5605         (math_force_eval): New.
5606
5607         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5608         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5609
5610         * sysdeps/alpha/fpu/s_round.c: Remove file.
5611         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5612
5613         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5614         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5615         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5616         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5617         (_dl_start, print_statistics): Likewise.
5618         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5619         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5620
5621         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5622         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5623         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5624         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5625         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5626         (HP_SMALL_TIMING_AVAIL): Define.
5627         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5628         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5629         (HP_SMALL_TIMING_AVAIL): Define.
5630         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5631         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5632
5633         * sysdeps/aarch64/hp-timing.h: New file.
5634
5635         * sysdeps/generic/hp-timing.h: Remove dead comment.
5636         * sysdeps/generic/hp-timing-common.h: New file.
5637         * sysdeps/alpha/hp-timing.h: Include it.
5638         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5639         * sysdeps/i386/i686/hp-timing.h: Likewise.
5640         * sysdeps/ia64/hp-timing.h: Likewise.
5641         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5642         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5643         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5644         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5645         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5646         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5647         (hp_timing_t): New.
5648
5649         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5650         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5651         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5652         * elf/rtld.c (_dl_start_final): Likewise.
5653         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5654         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5655         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5656         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5657         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5658         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5659         (HP_TIMING_DIFF_INIT): Remove.
5660         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5661         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5662         (HP_TIMING_DIFF_INIT): Remove.
5663         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5664         * sysdeps/i386/i686/hp-timing.c: Remove file.
5665         * sysdeps/x86_64/hp-timing.c: Remove file.
5666         * sysdeps/ia64/hp-timing.c: Remove file.
5667         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5668         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5669         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5670         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5671
5672         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5673         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5674         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5675         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5676         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5677         (HP_TIMING_ACCUM): Remove.
5678         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5679         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5680         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5681
5682         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5683         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5684         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5685         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5686         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5687         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5688         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5689         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5690
5691         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5692
5693 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5694
5695         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5696
5697 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5698
5699         Sync up with gettext.
5700         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5701         [_MSC_VER]: Include malloc.h
5702         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5703         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5704         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5705         TEMP_FAILURE_RETRY.  Cast return of alloca.
5706         [!_LIBC] Call gl_rwlock_init.
5707         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5708
5709 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5710
5711         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5712         before checking its value.
5713
5714 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5715
5716         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5717
5718         * debug/memcpy_chk.c: Don't include pagecopy.h.
5719         * debug/mempcpy_chk.c: Likewise.
5720         * string/memcpy.c: Likewise.
5721         * string/memmove.c: Likewise.
5722         * sysdeps/powerpc/memmove.c: Likewise.
5723         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5724         definition of PAGE_COPY_FWD_MAYBE here...
5725         * sysdeps/generic/pagecopy.h: ... from here.
5726         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5727
5728 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5729             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5730
5731         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5732         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5733         optimizations.
5734         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5735         (__libc_ifunc_impl_list): Likewise.
5736         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5737         multiarch strcat for PPC64.
5738         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5739         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5740
5741 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5742
5743         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5744
5745 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5746
5747         * intl/loadmsgcat.c: Remove declaration of
5748         get_sysdep_segment_value.
5749         (get_sysdep_segment_value): Use ISO C style.
5750         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5751         semicolon.  Fix typo and formatting in comment.
5752         (_nl_unload_domain): Use ISO C style.
5753
5754         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5755
5756 2014-07-02  Will Newton  <will.newton@linaro.org>
5757
5758         * malloc/obstack.c: Merge from gnulib master.
5759         [HAVE_CONFIG_H]: Remove conditional code.
5760         [!_LIBC]: Include config.h.
5761         [!ELIDE_CODE]: Don't include inttypes.h, include
5762         stdint.h unconditionally.
5763         (print_and_abort): Mark as _Noreturn.
5764         (_obstack_allocated_p): Mark as __attribute_pure__.
5765         (obstack_free): Rename to __obstack_free.
5766         [!__attribute__]: Remove conditional code.
5767         * malloc/obstack.h: Merge from gnulib master.
5768         [__cplusplus]: Move conditional down.
5769         [!__attribute_pure__]: Define __attribute_pure__ here
5770         if it is not already defined.
5771         (_obstack_memory_used): Mark as __attribute_pure__.
5772         [!__obstack_free]: Define as obstack_free.
5773         [__GNUC__]: Remove check for ancient NeXT gcc.
5774
5775 2014-07-02  Will Newton  <will.newton@linaro.org>
5776             Paul Eggert  <eggert@cs.ucla.edu>
5777
5778         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5779
5780 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5781
5782         * resolv/gethnamaddr.c: Add comment warning that the file is
5783         not maintained.
5784
5785 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5786
5787         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5788         entries.
5789
5790         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5791         entry for aio_cancel and aio_cancel64.
5792         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5793         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5794         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5795         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5796         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5797         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5798         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5799         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5800         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5801         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5802         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5803         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5804         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5805
5806 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5807
5808         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5809         * nptl/pthread_mutex_lock.c: Likewise.
5810         * nptl/pthread_mutex_timedlock.c: Likewise.
5811         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5812
5813 2014-07-01  Richard henderson  <rth@redhat.com>
5814
5815         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5816         (__isnan, __isnanl): Remove.
5817         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5818
5819         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5820
5821 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5822
5823         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5824
5825 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5826
5827         * resolv/nss_dns/dns-host.c (getanswer_r)
5828         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5829
5830 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5831
5832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5833         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5834         undefine.
5835         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5836         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5837
5838 2014-07-01  Roland McGrath <roland@hack.frob.com>
5839
5840         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5841         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5842
5843         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5844         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5845
5846         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5847         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5848         ... here.
5849         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5850         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5851
5852         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5853         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5854         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5855         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5856
5857         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5858         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5859         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5862         Moved ...
5863         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5864         ... here.
5865         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5876         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5877         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5878         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5879         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5880         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5881         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5882         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5884         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5885         ... here.
5886         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5887         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5888         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5889         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5890         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5891         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5892         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5893         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5894
5895 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5896
5897         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5898         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5899         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5900         Add sysdep.
5901
5902 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5903
5904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5905
5906 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5907
5908         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5909         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5910
5911         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5912
5913         * sysdeps/arm/libm-test-ulps: Regenerated.
5914
5915 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5916             Roland McGrath <roland@hack.frob.com>
5917
5918         * test-skeleton.c (signal_handler): Kill the whole process group
5919         before killing the child individually.
5920         (main): Report any failure on `setpgid'.
5921
5922 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5923
5924         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5925         from _TLS_H to _ARM_NPTL_TLS_H.
5926         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5927         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5928
5929 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5930
5931         [BZ #16539]
5932         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5933         (__expm1l): Return argument unchanged when small but not
5934         subnormal.
5935
5936         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5937         include macro name.
5938         (_FP_UNPACK_RAW_1_P): Likewise.
5939         (_FP_PACK_RAW_1): Likewise.
5940         (_FP_PACK_RAW_1_P): Likewise.
5941         (_FP_MUL_MEAT_1_wide): Likewise.
5942         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5943         (_FP_MUL_MEAT_1_hard): Likewise.
5944         (_FP_DIV_MEAT_1_imm): Likewise.
5945         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5946         (_FP_DIV_MEAT_1_udiv): Likewise.
5947         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5948         (_FP_UNPACK_RAW_2): Likewise.
5949         (_FP_UNPACK_RAW_2_P): Likewise.
5950         (_FP_PACK_RAW_2): Likewise.
5951         (_FP_PACK_RAW_2_P): Likewise.
5952         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5953         (_FP_MUL_MEAT_2_wide): Likewise.
5954         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5955         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5956         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5957         (_FP_MUL_MEAT_2_gmp): Likewise.
5958         (_FP_DIV_MEAT_2_udiv): Likewise.
5959         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5960         (_FP_FRAC_SRL_4): Likewise.
5961         (_FP_FRAC_SRST_4): Likewise.
5962         (_FP_FRAC_SRS_4): Likewise.
5963         (_FP_UNPACK_RAW_4): Likewise.
5964         (_FP_UNPACK_RAW_4_P): Likewise.
5965         (_FP_PACK_RAW_4): Likewise.
5966         (_FP_PACK_RAW_4_P): Likewise.
5967         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5968         (_FP_MUL_MEAT_4_wide): Likewise.
5969         (_FP_MUL_MEAT_4_gmp): Likewise.
5970         (umul_ppppmnnn): Likewise.
5971         (_FP_DIV_MEAT_4_udiv): Likewise.
5972         (__FP_FRAC_ADD_4): Likewise.
5973         (__FP_FRAC_SUB_3): Likewise.
5974         (__FP_FRAC_SUB_4): Likewise.
5975         (__FP_FRAC_DEC_3): Likewise.
5976         (__FP_FRAC_DEC_4): Likewise.
5977         (__FP_FRAC_ADDI_4): Likewise.
5978         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5979         (_FP_FRAC_SRL_8): Likewise.
5980         (_FP_FRAC_SRS_8): Likewise.
5981
5982         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5983         include macro name.
5984         (FP_UNPACK_RAW_EP): Likewise.
5985         (FP_PACK_RAW_E): Likewise.
5986         (FP_PACK_RAW_EP): Likewise.
5987         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5988         (_FP_ISSIGNAN): Likewise.
5989         (_FP_ADD_INTERNAL): Likewise.
5990         (_FP_FMA): Likewise.
5991         (_FP_CMP): Likewise.
5992         (_FP_SQRT): Likewise.
5993         (_FP_TO_INT): Likewise.
5994         (_FP_FROM_INT): Likewise.
5995         (FP_EXTEND): Likewise.
5996         (_FP_DIV_MEAT_N_loop): Likewise.
5997
5998 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5999
6000         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6001         throughout.
6002
6003 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6004
6005         [BZ #17097]
6006         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6007         result with correct sign in case of exponents that produce
6008         overflow except for X very close to 1.
6009
6010 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         mktime: merge #if/#ifdef usage from glibc
6013         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6014         as that works with both Glibc's and Gnulib's style.
6015         See thread starting at Siddhesh Poyarekar's bug report at:
6016         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6017
6018 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6019
6020         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6021         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6022         * sysdeps/tile/tilegx/memmove.c: Remove file.
6023
6024 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6025
6026         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6027         abi-name definition.
6028         * scripts/soversions.awk: Do not handle or generate ABI lines.
6029         * shlib-versions: Remove ABI entries.
6030         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6031         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6032
6033 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6034
6035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6036         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6037         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6038         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6042         Moved ...
6043         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6044         ... here.
6045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6046         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6048         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6050         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6052         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6053         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6054         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6055         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6056         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6058         Moved ...
6059         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6063         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6065         Moved ...
6066         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6068         Moved ...
6069         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6070         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6071         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6072         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6073         Moved ...
6074         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6075         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6076         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6077         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6078         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6079         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6080         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6081         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6082         Moved ...
6083         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6084         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6085         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6086         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6087         Moved ...
6088         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6089         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6090         Moved ...
6091         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6092         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6093         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6094         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6095         Moved ...
6096         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6097         ... here.
6098         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6099         Identical file removed.
6100         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6101         Moved ...
6102         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6104         Identical file removed.
6105         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6106         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6107         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6108         Moved ...
6109         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6110         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6111         Identical file removed.
6112         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6113         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6114         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6115         Identical file removed.
6116         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6117         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6119         Identical file removed.
6120         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6123         Identical file removed.
6124         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6125         Moved ...
6126         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6127         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6128         Identical file removed.
6129         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6130         Moved ...
6131         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6135         Identical file removed.
6136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6137         Moved ...
6138         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6139         ... here.
6140         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6141         Identical file removed.
6142         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6143         Moved ...
6144         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6146         Identical file removed.
6147         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6148         Moved ...
6149         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6150         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6151         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6153         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6154         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6155         Moved ...
6156         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6158         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6159
6160         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6161         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6162         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6163         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6164         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6165
6166 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6167
6168         [BZ #17092]
6169         * nscd/nscd.c (monitor_child): Return exit status of child
6170         instead of return value from wait syscall.
6171
6172 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6173
6174         * configure.ac (libc_commonpagesize): Remove variable.
6175         (libc_relro_required): Likewise.
6176         (libc_cv_z_relro): Remove configure test.
6177         * configure: Regenerated.
6178         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6179         variable.
6180         (libc_relro_required): Likewise.
6181         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6182         (libc_relro_required): Likewise.
6183         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6184         (libc_relro_required): Likewise.
6185         * sysdeps/arm/preconfigure: Regenerated.
6186         * sysdeps/ia64/preconfigure: Remove file.
6187         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6188         variable.
6189         (libc_relro_required): Likewise.
6190
6191         [BZ #16561]
6192         [BZ #16562]
6193         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6194         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6195         recompute overflowing results in original rounding mode.
6196         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6197         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6198         recompute overflowing results in original rounding mode.
6199         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6200         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6201         recompute overflowing results in original rounding mode.
6202         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6203         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6204         recompute overflowing results in original rounding mode.
6205         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6206         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6207         recompute overflowing results in original rounding mode.
6208         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6209         (libc_feholdsetround_ctx): New macro.
6210         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6211         * sysdeps/i386/fpu/libm-test-ulps: Update.
6212         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6213
6214 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6215
6216         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6217         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6218         corresponding .cpsetup call.
6219
6220 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6221
6222         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6223         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6224         * sysdeps/arm/Makefile [$(subdir) = csu]
6225         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6226         (static-only-routines): Add aeabi_read_tp here.
6227         (shared-only-routines): Add libc-aeabi_read_tp here.
6228         (CFLAGS-libc-start.c): Add -fexceptions here.
6229         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6230         (sysdep_routines, static-only-routines, shared-only-routines):
6231         Don't add to these here.
6232         (CFLAGS-libc-start.c): Likewise.
6233
6234         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6235         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6236         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6237         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6238         * sysdeps/arm/Makefile [$(subdir) = rt]
6239         (librt-sysdep_routines, librt-shared-only-routines):
6240         Append rt-aeabi_unwind_cpp_pr1 here.
6241         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6242         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6243         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6244         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6245         Append nptl-aeabi_unwind_cpp_pr1 here.
6246         (tests): Filter out tst-cleanupx4 here.
6247         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6248         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6249         Don't do those here.
6250
6251 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6252
6253         * scripts/list-sources.sh: Do not handle ports specially.
6254
6255 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6256
6257         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6258         * sysdeps/arm/feupdateenv.c: Likewise.
6259
6260         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6261
6262 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6263
6264         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6265         trailing whitespace removed.
6266         * scripts/config.guess: Update to version 2014-03-23.
6267         * scripts/config.sub: Update to version 2014-05-01
6268         * scripts/install-sh: Update to version 2013-12-25.23.
6269         * scripts/move-if-change: Update from gnulib.
6270
6271 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6272
6273         * debug/memmove_chk.c: Remove pagecopy.h include.
6274
6275 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6276
6277         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6278         identical to gnulib mktime.
6279
6280 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6281
6282         * configure.ac: Do not test for machine being rs6000.  Do not test
6283         for powerpc*-*soft.
6284         * configure: Regenerated.
6285
6286         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6287         test.
6288         * configure: Regenerated.
6289         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6290         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6291         Remove configure test.
6292         * sysdeps/arm/configure: Regenerated.
6293         * sysdeps/nptl/configure.ac: Do not check
6294         libc_cv_asm_cfi_directives.
6295         * sysdeps/nptl/configure: Regenerated.
6296         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6297         * sysdeps/x86_64/nptl/configure: Remove generated file.
6298         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6299         unconditional.
6300         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6301
6302 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6303
6304         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6305         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6306         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6307         it is defined.
6308
6309         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6310         instead of whether it is defined.
6311         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6312         * sysdeps/hppa/dl-machine.h: Likewise.
6313         * sysdeps/ia64/dl-machine.h: Likewise.
6314         * sysdeps/m68k/dl-machine.h: Likewise.
6315         * sysdeps/microblaze/dl-machine.h: Likewise.
6316         * sysdeps/mips/dl-machine.: Likewise.
6317         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6318         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6319         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6320         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6321         * sysdeps/sh/dl-machine.h: Likewise.
6322         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6323         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6324         * sysdeps/tile/dl-machine.h: Likewise.
6325         * sysdeps/x86_64/dl-machine.h: Likewise.
6326
6327         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6328         code.
6329         (verify_persistent_db): Likewise.
6330
6331 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6332
6333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6334         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6338         Moved ...
6339         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6340         ... here.
6341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6344         Identical file removed.
6345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6348         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6350         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6354         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6356         Moved ...
6357         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6359         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6361         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6363         Moved ...
6364         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6366         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6368         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6370         Identical file removed.
6371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6372         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6376         Moved ...
6377         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6378         ... here.
6379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6390         Moved ...
6391         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6393         Moved ...
6394         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6396         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6398         Moved ...
6399         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6401         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6402
6403         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6404         folded into ...
6405         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6406         * sysdeps/unix/sysv/linux/s390/Versions
6407         (libpthread: GLIBC_2.19): New version set.
6408         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6409         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6410         (librt: GLIBC_2.3.3): New version set.
6411         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6412         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6413         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6414         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6415         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6416         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6417         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6418         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6419         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6420         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6421         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6422         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6424         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6426         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6427         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6428         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6430         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6432         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6433         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6434         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6435         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6436         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6437         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6438         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6439         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6440         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6441         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6442         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6443         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6445         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6446         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6447         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6448         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6449         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6450         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6451         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6453         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6454         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6455         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6456
6457         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6458         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6459         (__libc_vfork): Define the function under this name.
6460         [!NOT_IN_libc] (__vfork): Make this an alias.
6461         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6462         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6463         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6464         (__libc_vfork): Define the function under this name.
6465         [!NOT_IN_libc] (__vfork): Make this an alias.
6466         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6467         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6468         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6469         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6470         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6471         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6472
6473         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6474         code that was previously under [RESET_PID].
6475         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6476         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6477         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6478
6479         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6480         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6481         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6482         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6483         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6484         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6485         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6486         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6487         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6488         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6490         Moved ...
6491         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6511         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6512         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6513         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6515         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6516         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6517         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6518         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6519         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6520
6521 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6522
6523         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6524         that was previously under [RESET_PID].
6525         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6526
6527 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6528
6529         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6530         not undefine and redefine.
6531         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6532         [O_CLOEXEC]: Make code unconditional.
6533         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6534         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6535         <kernel-features.h>.
6536         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6537         conditional variable definition.
6538         (shm_open) [O_CLOEXEC]: Make code unconditional.
6539         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6540         code.
6541
6542         * configure.ac (USE_REGPARMS): Don't define here.
6543         * configure: Regenerated.
6544         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6545         * sysdeps/i386/configure: Regenerated.
6546
6547         * nptl/createthread.c: Don't include kernel-features.h.
6548         * nptl/pthread_cancel.c: Likewise.
6549         * nptl/pthread_condattr_setclock.c: Likewise.
6550         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6551         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6552         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6553         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6554         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6555         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6556         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6557         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6558         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6559         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6560         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6561         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6562         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6563         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6564         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6565         * nscd/gai.c: Likewise.
6566         * nss/nss_db/db-open.c: Likewise.
6567         * sysdeps/generic/ldsodefs.h: Likewise.
6568         * sysdeps/sh/nptl/tls.h: Likewise.
6569         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6570         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6571         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6572         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6573         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6574         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6575         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6576         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6577         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6578         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6579         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6580         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6581         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6582         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6583         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6584         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6585         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6586         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6587         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6588         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6589         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6590         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6591         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6592         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6593         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6594         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6595         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6596         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6597         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6598         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6599         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6600         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6601         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6602         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6603         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6604         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6605         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6606         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6607         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6608         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6609         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6610         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6611         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6612         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6613         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6614         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6615         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6616         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6617         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6618         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6619         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6620         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6621         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6622         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6623         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6624         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6625         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6626         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6649         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6650         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6651         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6652         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6653         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6654         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6655         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6656         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6657         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6658         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6659         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6660         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6661         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6662         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6663         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6664         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6665         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6666         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6667         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6668         * sysdeps/unix/sysv/linux/system.c: Likewise.
6669         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6670         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6671         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6672         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6673         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6674         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6675         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6676
6677         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6678         * configure: Regenerated.
6679         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6680
6681         * configure.ac (base_machine): Do not set specially for particular
6682         machines here.
6683         * configure: Regenerated.
6684         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6685         settings from configure.ac.
6686         * sysdeps/i386/preconfigure: New file.
6687         * sysdeps/s390/preconfigure: Likewise.
6688         * sysdeps/sh/preconfigure: Likewise.
6689         * sysdeps/sparc/preconfigure: Likewise.
6690
6691 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6692
6693         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6694         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6695         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6696         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6697         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6698         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6699         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6700         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6701         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6702         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6703         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6704         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6705         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6706         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6707         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6708         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6709         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6710         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6711         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6712
6713         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6714         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6715         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6716         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6717         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6718         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6719         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6720         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6721         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6722         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6723         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6724         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6725         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6726         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6727         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6728         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6729         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6730         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6731         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6732         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6733         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6734         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6735         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6736         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6737         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6738         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6739         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6740         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6741         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6742         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6743         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6744         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6745         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6746         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6747         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6748         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6749         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6750         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6751
6752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6753         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6755         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6757         Moved ...
6758         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6759         ... here.
6760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6761         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6763         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6765         Moved ...
6766         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6768         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6774         Moved ...
6775         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6777         Moved ...
6778         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6779         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6780         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6781         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6782         Moved ...
6783         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6787         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6788         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6789         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6793         Moved ...
6794         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6795         ... here.
6796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6801         Moved ...
6802         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6804         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6806         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6808         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6810         Moved ...
6811         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6813         Moved ...
6814         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6815         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6816         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6818         Moved ...
6819         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6821         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6823         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6824
6825 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6826
6827         * timezone/checktab.awk: Update from tzcode 2014e.
6828         * timezone/private.h: Likewise.
6829         * timezone/tzfile.h: Likewise.
6830         * timezone/zdump.c: Likewise.
6831         * timezone/zic.c: Likewise.
6832
6833         * sysdeps/unix/sysv/linux/kernel-features.h
6834         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6835         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6836         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6837         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6838         Remove conditional code.
6839
6840 2014-06-25  Will Newton  <will.newton@linaro.org>
6841
6842         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6843         (_dl_arm_cap_flags): Add HWCAP2 values.
6844         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6845         (_DL_HWCAP_COUNT): Increase to 37.
6846         (_DL_HWCAP_LAST): New define.
6847         (_DL_HWCAP2_LAST): New define.
6848         (_dl_procinfo): Add support for printing
6849         AT_HWCAP2 entries.
6850         (_dl_string_hwcap): Use _dl_hwcap_string.
6851
6852 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6853
6854         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6855
6856 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6857
6858         * README: Do not mention ports directory.
6859
6860         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6861         Remove macro.
6862         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6863         <kernel-features.h>.
6864         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6865         conditional variable definition.
6866         (__futimes): Update comment.
6867         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6868         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6869
6870         [BZ #16560]
6871         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6872         arguments close to 0.
6873         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6874         Likewise.
6875         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6876         Likewise.
6877         * math/auto-libm-test-in: Add more tests of exp10.
6878         * math/auto-libm-test-out: Regenerated.
6879         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6880
6881         * sysdeps/unix/sysv/linux/kernel-features.h
6882         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6883         * sysdeps/unix/sysv/linux/readv.c: Do not include
6884         <kernel-features.h>.
6885         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6886         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6887         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6888         unconditional.
6889         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6890         conditional code.
6891         * sysdeps/unix/sysv/linux/writev.c: Do not include
6892         <kernel-features.h>.
6893         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6894         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6895         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6896         unconditional.
6897         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6898         conditional code.
6899
6900 2014-06-25  Will Newton  <will.newton@linaro.org>
6901
6902         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6903         comment changes throughout the file.  Remove checks
6904         for HAVE_*_H definitions that are not required.
6905         (__gen_tempname): Call abort if an unknown kind value is
6906         passed.
6907
6908 2014-06-25  Andreas Schwab  <schwab@suse.de>
6909
6910         [BZ #17086]
6911         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6912         scalbln, scalblnf, scalblnl in libc.
6913
6914 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6915
6916         [BZ #17086]
6917         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6918         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6919         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6920
6921 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6922
6923         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6924         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6925         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6926         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6927         Update #include.
6928         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6929         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6930         Update #include.
6931         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6932         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6933         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6934         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6935         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6936         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6937         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6938         * sysdeps/x86/bits/semaphore.h: ... here.
6939         * sysdeps/x86/nptl/elide.h: Moved ...
6940         * sysdeps/x86/elide.h: ... here.
6941         * sysdeps/x86_64/nptl/Implies: File removed.
6942         * sysdeps/i386/nptl/Implies: File removed.
6943
6944 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6945
6946         [BZ #16539]
6947         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6948         return the argument for normal arguments with exponent below -64.
6949         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6950         Likewise.
6951         * math/auto-libm-test-in: Add another test of expm1.
6952         * math/auto-libm-test-out: Regenerated.
6953
6954         [BZ #16287]
6955         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6956         calling __erfcl for arguments at least 16.
6957         * math/auto-libm-test-in: Add more tests of erf.
6958         * math/auto-libm-test-out: Regenerated.
6959
6960         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6961         individual architectures.
6962         * sysdeps/unix/sysv/linux/configure: Regenerated.
6963         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6964         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6965         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6966         (ldd_rewrite_script): Define variable.
6967         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6969         file.
6970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6971         generated file.
6972         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6973         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6974         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6975         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6976         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6977         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6978         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6979         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6980
6981 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6982
6983         [BZ #17084]
6984         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6985         Rename member __data.d to __data.__elision_data.
6986
6987 2014-06-24  Wilco  <wdijkstr@arm.com>
6988
6989         * NEWS: Add 16918 to fixed bug list.
6990
6991 2014-06-24  Wilco  <wdijkstr@arm.com>
6992
6993         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6994
6995 2014-06-24  Wilco  <wdijkstr@arm.com>
6996
6997         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6998         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6999         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7000         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7001         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7002         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7003         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7004         Use _FPU_MASK_RM.
7005
7006 2014-06-24  Wilco  <wdijkstr@arm.com>
7007
7008         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7009
7010 2014-06-24  Wilco  <wdijkstr@arm.com>
7011
7012         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7013         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7014         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7015         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7016
7017 2014-06-24  Wilco  <wdijkstr@arm.com>
7018
7019         [BZ #16918]
7020         * sysdeps/arm/feupdateenv.c (feupdateenv):
7021         Rewrite to reduce FPSCR accesses and fix return value.
7022
7023 2014-06-24  Wilco  <wdijkstr@arm.com>
7024
7025         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7026         Optimize to avoid unnecessary FPSCR writes.
7027         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7028         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7029         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7030         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7031
7032 2014-06-24  Wilco  <wdijkstr@arm.com>
7033
7034         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7035         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7036         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7037         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7038         Call libc_fetestexcept_vfp.
7039         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7040         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7041         __SOFTFP__ ifdef so that they can be built for softfp.
7042
7043 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7044
7045         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7046         argument type signed char.
7047
7048         * Makerules (check-abi): Dump diff of symlist if the test
7049         fails.
7050
7051 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7052
7053         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7054         using abort.
7055
7056         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7057         Remove unused variable ST.
7058
7059 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7060
7061         [BZ #16354]
7062         [BZ #17061]
7063         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7064         small arguments before calling __expm1.
7065         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7066         small arguments before calling __expm1f.
7067         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7068         small arguments before calling __expm1l.
7069         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7070         Likewise.
7071         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7072         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7073         spurious underflow for some cosh tests.
7074         * math/auto-libm-test-out: Regenerated.
7075         * sysdeps/i386/fpu/libm-test-ulps: Update.
7076
7077         [BZ #17050]
7078         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7079         (__ieee754_y1): Set errno if return value overflows.
7080         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7081         (__ieee754_y1f): Set errno if return value overflows.
7082         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7083         (__ieee754_y1l): Set errno if return value overflows.
7084         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7085         (__ieee754_y1l): Set errno if return value overflows.
7086         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7087         * math/auto-libm-test-out: Regenerated.
7088
7089         * math/gen-auto-libm-tests.c: Document use of
7090         ignore-zero-inf-sign.
7091         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7092         (input_flags): Add ignore-zero-inf-sign.
7093         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7094         * math/gen-libm-test.pl (generate_testfile): Handle
7095         ignore-zero-inf-sign.
7096         * math/auto-libm-test-in: Mark some cpow tests with
7097         ignore-zero-inf-sign and some with xfail-rounding.
7098         * math/auto-libm-test-out: Regenerated.
7099         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7100         * sysdeps/i386/fpu/libm-test-ulps: Update.
7101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7102
7103         [BZ #16315]
7104         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7105         overflowing or underflowing operations take place with sign of
7106         result.
7107         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7108         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7109         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7110         (__ieee754_pow): Recompute overflowing and underflowing results in
7111         original rounding mode.
7112         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7113         (__powl_helper): Allow negative argument X and scale negated value
7114         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7115         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7116         overflowing or underflowing operations take place with sign of
7117         result.
7118         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7119         Include <math.h>.
7120         * math/auto-libm-test-in: Add more tests of pow.
7121         * math/auto-libm-test-out: Regenerated.
7122         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7123         (pow_tonearest_test_data): Remove.
7124         (pow_test_tonearest): Likewise.
7125         (pow_towardzero_test_data): Likewise.
7126         (pow_test_towardzero): Likewise.
7127         (pow_downward_test_data): Likewise.
7128         (pow_test_downward): Likewise.
7129         (pow_upward_test_data): Likewise.
7130         (pow_test_upward): Likewise.
7131         (main): Don't call removed functions.
7132         * sysdeps/i386/fpu/libm-test-ulps: Update.
7133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7134
7135 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7136
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7138         Moved ...
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7141         Moved ...
7142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7144         Moved ...
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7147         Moved ...
7148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7150         File removed.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7152         File removed.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7154         File removed.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7156         File removed.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7158         File removed.
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7160         File removed.
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7162         File removed.
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7164         File removed.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7166         File removed.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7168         File removed.
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7170         File removed.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7172         File removed.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7174         Moved ...
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7177         Moved ...
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7179         ... here.
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7181         Moved ...
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7184         Moved ...
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7187         Moved ...
7188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7190         Moved ...
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7193         Moved ...
7194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7196         Moved ...
7197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7199         Moved ...
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7203         ... here.
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7205         Moved ...
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7208         Moved ...
7209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7210         ... here.
7211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7212         Moved ...
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7214         ... here.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7216         Moved ...
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7218         ... here.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7220         Moved ...
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7223         Moved ...
7224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7228         Moved ...
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7230         ... here.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7232         Moved ...
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7234         ... here.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7236         Moved ...
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7239         Moved ...
7240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7245         Moved ...
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7248         Moved ...
7249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7250         ... here.
7251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7252         Moved ...
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7255         Moved ...
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7258         Moved ...
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7261         Moved ...
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7266         Moved ...
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7269         Moved ...
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7272         Moved ...
7273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7274         ... here.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7278         ... here.
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7282         ... here.
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7287         Moved ...
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7290         Moved ...
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7293         Moved ...
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7295         ... here.
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7297         Moved ...
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7299         ... here.
7300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7301         Moved ...
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7303         ... here.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7305         Moved ...
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7308         Moved ...
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7310
7311 2014-06-23  Will Newton  <will.newton@linaro.org>
7312             Wilco  <wdijkstr@arm.com>
7313
7314         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7315         implementation.  Include get-rounding-mode.h.
7316         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7317         [!libc_feholdsetround_noex_ctx]: Define
7318         libc_feholdsetround_noex_ctx.
7319         [!libc_feholdsetround_noexf_ctx]: Define
7320         libc_feholdsetround_noexf_ctx.
7321         [!libc_feholdsetround_noexl_ctx]: Define
7322         libc_feholdsetround_noexl_ctx.
7323         (libc_feholdsetround_ctx): New function.
7324         (libc_feresetround_ctx): New function.
7325         (libc_feholdsetround_noex_ctx): New function.
7326         (libc_feresetround_noex_ctx): New function.
7327
7328 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7329
7330         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7331         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7332         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7333         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7334         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7335         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7336
7337         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7338         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7339         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7340         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7341         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7342         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7343         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7344         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7345         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7346         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7347         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7348         Moved ...
7349         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7350         ... here.
7351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7352         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7353         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7354         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7355         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7356         Moved ...
7357         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7358         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7359         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7360         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7361         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7362         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7363         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7364         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7367         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7368         Moved ...
7369         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7370         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7371         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7372         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7373         Moved ...
7374         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7375         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7376         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7377         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7378         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7379         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7380         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7382         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7384         Moved ...
7385         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7386         ... here.
7387         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7388         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7390         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7391         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7392         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7394         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7395         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7396         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7397         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7398         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7400         Moved ...
7401         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7402         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7403         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7404         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7405         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7406         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7407         Moved ...
7408         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7409         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7410         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7411         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7412         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7413
7414         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7415         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7416         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7417         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7419         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7420         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7421         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7433         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7437         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7438         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7439         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7441         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7442
7443 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7444
7445         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7446         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7447         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7448         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7449         (IPV6_PMTUDISC_INTERFACE): Likewise.
7450         (IPV6_PMTUDISC_OMIT): Likewise.
7451
7452 2014-06-23  Andreas Schwab  <schwab@suse.de>
7453
7454         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7455         Remove unused errout label.
7456
7457 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7458
7459         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7460         macro: hardware supports Vector Crypto instructions.
7461
7462 2014-06-23  Will Newton  <will.newton@linaro.org>
7463
7464         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7465         rather than __builtin_expect.
7466
7467         * elf/dl-lookup.c (undefined_msg): Remove variable.
7468         (_dl_lookup_symbol_x): Replace undefined_msg with string
7469         literal.
7470
7471         * elf/dl-lookup.c (do_lookup_unique): New function.
7472         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7473         to a separate function.
7474
7475 2014-06-23  Andreas Schwab  <schwab@suse.de>
7476
7477         [BZ #17079]
7478         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7479         before reading the next line.
7480
7481 2014-06-23  Will Newton  <will.newton@linaro.org>
7482
7483         * test-skeleton.c (signal_handler): Use printf and %m
7484         rather than perror.  Use printf rather than fprintf to
7485         stderr.  Use puts rather than fputs to stderr.
7486         (main): Likewise.
7487
7488 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7489
7490         * nscd/nscd.c (thread_info_t): Remove typedef.
7491         (thread_info): Remove variable.
7492
7493 2014-06-21  Allan McRae  <allan@archlinux.org>
7494
7495         * NEWS: Mention CVE-2014-4043.
7496
7497 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7498
7499         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7500         * nptl/smp.h: ... here.
7501
7502         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7503
7504         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7505         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7506         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7507         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7508
7509         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7510         * nptl/stack-aliasing.h: New file.
7511         * sysdeps/i386/i686/stack-aliasing.h: New file.
7512         * sysdeps/i386/i686/nptl/Makefile: File removed.
7513         * sysdeps/x86_64/stack-aliasing.h: New file.
7514         * sysdeps/x86_64/nptl/Makefile
7515         (CFLAGS-pthread_create.c): Variable removed.
7516
7517         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7518         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7519         old file.
7520         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7521         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7522         old file.
7523
7524 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7525
7526         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7527         (__ASSUME_SIGFRAME_V2): Remove macro.
7528         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7529         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7530         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7531         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7532         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7533         Declare as function.  Remove conditional macro definitions.
7534         (__default_rt_sa_restorer): Likewise.
7535         (__default_sa_restorer_v1): Remove declaration.
7536         (__default_sa_restorer_v2): Likewise.
7537         (__default_rt_sa_restorer_v1): Likewise.
7538         (__default_rt_sa_restorer_v2): Likewise.
7539         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7540         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7541         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7542
7543 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7544
7545         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7546         (libpthread-routines): Add sysdep.
7547         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7548         * sysdeps/unix/sysv/linux/sparc/Versions
7549         (libpthread: GLIBC_2.3.3): New version set.
7550         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7551         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7552         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7553         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7554         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7555         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7556         Moved ...
7557         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7558         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7559         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7560         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7561         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7562         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7563         * sysdeps/sparc/nptl/sem_init.c: ... here.
7564         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7565         * sysdeps/sparc/nptl/sem_post.c: ... here.
7566         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7567         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7568         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7569         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7570         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7571         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7572         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7573         (libpthread-routines): Add cpu_relax.
7574         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7575         File removed.
7576         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7577         (librt: GLIBC_2.3.3): New version set.
7578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7579         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7580         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7581         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7583         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7584         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7585         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7586         Moved ...
7587         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7589         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7591         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7593         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7595         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7597         Moved ...
7598         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7599         Update #include.
7600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7601         Moved ...
7602         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7603         Update #include.
7604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7605         Moved ...
7606         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7607         Update #include.
7608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7609         Moved ...
7610         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7611         Update #include.
7612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7613         Moved ...
7614         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7615         Update #include.
7616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7617         Moved ...
7618         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7619         Update #include.
7620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7621         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7623         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7625         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7627         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7629         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7631         Moved ...
7632         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7633         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7634         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7635         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7636         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7637
7638 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7639
7640         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7641         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7642         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7643         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7644         * nscd/nscd.c: Likewise.
7645         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7646         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7647         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7648         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7649
7650         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7651         <kernel-features.h>.
7652         (init_mq_netlink): Remove conditional have_sock_cloexec
7653         definitions.  Remove code conditional on have_sock_cloexec < 0.
7654         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7655         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7656         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7657         <kernel-features.h>.
7658         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7659         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7660
7661 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7662
7663         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7664         Add tests for memset_chk and memset.
7665
7666         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7667         with AVX2_Usable.
7668
7669 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7670
7671         [BZ #16046]
7672         * elf/tst-dl-iter-static.c: New file.
7673         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7674
7675         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7676         error.
7677
7678 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7679
7680         * sysdeps/unix/sysv/linux/kernel-features.h
7681         (__ASSUME_F_GETOWN_EX): Remove macro.
7682         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7683         <kernel-features.h>.
7684         (miss_F_GETOWN_EX): Remove variable or macro.
7685         (do_fcntl): Do not check miss_F_GETOWN_EX.
7686         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7687
7688         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7689         Remove macro.
7690         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7691         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7692         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7693
7694         * sysdeps/unix/sysv/linux/kernel-features.h
7695         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7696         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7697         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7698         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7699
7700 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7701
7702         [BZ #17075]
7703         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7704         Fix calculation of the symbol's value.
7705         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7706         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7707         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7708         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7709         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7710         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7711         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7712         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7713         (modules-names): Add `tst-armtlsdescmod',
7714         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7715         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7716         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7717         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7718         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7719         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7720         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7721         ($(objpfx)tst-armtlsdescloc): New dependency.
7722         ($(objpfx)tst-armtlsdescextnow): Likewise.
7723         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7724         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7725         TLS scheme support.
7726         * sysdeps/arm/configure: Regenerate.
7727
7728 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7729
7730         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7731         (__atfct_seterrno_2): Likewise.
7732         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7733         <kernel-features.h>.
7734         (__ASSUME_ATFCTS): Do not undefine and redefine.
7735         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7736         (__have_atfcts): Remove conditional definition.
7737         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7738         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7739         unreachable if [__ASSUME_ATFCTS].
7740         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7741         not undefine and redefine.
7742         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7743         <kernel-features.h>.
7744         (faccessat) [__NR_faccessat]: Make code unconditional.
7745         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7746         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7747         <kernel-features.h>.
7748         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7749         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7750         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7751         <kernel-features.h>.
7752         (fchownat) [__NR_fchownat]: Make code unconditional.
7753         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7754         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7755         <kernel-features.h>.
7756         (futimesat) [__NR_futimesat]: Make code unconditional.
7757         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7758         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7759         <kernel-features.h>.
7760         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7761         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7762         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7763         <kernel-features.h>.
7764         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7765         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7766         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7767         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7768         <kernel-features.h>.
7769         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7770         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7771         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7772         <kernel-features.h>.
7773         (linkat) [__NR_linkat]: Make code unconditional.
7774         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7775         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7776         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7777         <kernel-features.h>.
7778         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7779         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7780         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7781         <kernel-features.h>.
7782         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7783         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7784         * sysdeps/unix/sysv/linux/openat.c: Do not include
7785         <kernel-features.h>.
7786         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7787         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7788         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7789         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7790         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7791         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7792         <kernel-features.h>.
7793         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7794         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7795         result of INLINE_SYSCALL directly, not via int variable.
7796         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7797         <kernel-features.h>.
7798         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7799         (renameat) [__NR_renameat]: Make code unconditional.
7800         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7801         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7802         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7803         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7804         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7805         (__ASSUME_ATFCTS): Do not undefine and redefine.
7806         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7807         <kernel-features.h>.
7808         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7809         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7810         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7811         <kernel-features.h>.
7812         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7813         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7814         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7815         (__ASSUME_ATFCTS): Do not undefine and redefine.
7816         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7817         <kernel-features.h>.
7818         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7819         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7820         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7821         <kernel-features.h>.
7822         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7823         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7824
7825 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7826
7827         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7828
7829 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7830
7831         [BZ #17069]
7832         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7833         constructed tree before returning error.
7834         * posix/bug-regexp36.c: Expand test case.
7835
7836 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7837
7838         [BZ #6803]
7839         * math/libm-test.inc (scalbln_test_date):
7840         Add errno expectations.
7841         * math/w_scalblnf.c: New File.
7842         Add wrapper which checks for setting errno to ERANGE.
7843         Add weak_alias for corresponding scalbln function.
7844         * math/w_scalbln.c: Likewise.
7845         * math/w_scalblnl.c: Likewise.
7846         * math/Makefile (libm-calls): Add w_scalbln.
7847         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7848         Remove weak_alias for corresponding scalbln function.
7849         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7850         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7851         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7852         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7853         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7854         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7855         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7856         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7857         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7858         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7859         Remove long_double_symbol for scalblnl function in libm, libc.
7860         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7861         Add wrapper which checks for setting errno to ERANGE.
7862         Add long_double_symbol for scalblnl function in libm, libc.
7863         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7864         Remove long_double_symbol for scalblnl in libm.
7865         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7866         Add wrapper which checks for setting errno to ERANGE.
7867         Add long_double_symbol for scalblnl function in libm.
7868         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7869         Do not use wrapper because of own implementation.
7870
7871 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7872
7873         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7874         3 bytes for __pad1 for x32.
7875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7876
7877 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7878             H.J. Lu  <hongjiu.lu@intel.com>
7879
7880         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7881         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7882         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7883         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7884         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7885
7886 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7887
7888         [BZ #17069]
7889         * posix/regcomp.c (parse_expression): Deallocate partially
7890         constructed tree before returning error.
7891         * posix/Makefile.c (tests): Add bug-regex36.
7892         (generated): Add bug-regex36.mtrace.
7893         (tests-special): Add $(objpfx)bug-regex36-mem.out
7894         (bug-regex36-ENV): New variable.
7895         ($(objpfx)bug-regex36-mem.out): New rule.
7896         * posix/bug-regex36.c: New file.
7897
7898 2014-06-19  Will Newton  <will.newton@linaro.org>
7899
7900         * malloc/malloc.c (systrim): If extra is zero then return
7901         early.
7902
7903 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7904
7905         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7906
7907 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7908
7909         * sysdeps/aarch64/strchr.S: New file.
7910
7911 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7912
7913         [BZ #17022]
7914         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7915         from arguments -2 or below.
7916         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7917         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7918
7919 2014-06-18  Andreas Schwab  <schwab@suse.de>
7920
7921         [BZ #17062]
7922         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7923         of a bracket expr not to run off the end of the string.
7924         * posix/Makefile (tests): Add tst-fnmatch3.
7925         * posix/tst-fnmatch3.c: New file.
7926
7927 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7928
7929         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7930         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7931         [$(cross-compiling) = no]: Likewise.
7932         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7933         [$(cross-compiling) = no]: Likewise.
7934
7935 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7936
7937         [BZ #17031]
7938         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7939         double, adjusted for any remainder from the high double.
7940         * math/libm-test.inc (nearbyint): Add tests.
7941         (rint): Likewise.
7942
7943 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7944
7945         * nptl/sysdeps/powerpc/Makefile: Moved ...
7946         * sysdeps/powerpc/nptl/Makefile: ... here.
7947         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7948         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7949         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7950         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7951         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7952         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7953         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7954         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7955         * nptl/sysdeps/powerpc/tls.h: Moved ...
7956         * sysdeps/powerpc/nptl/tls.h: ... here.
7957
7958 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7959
7960         [BZ #16681]
7961         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7962         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7963         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7964         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7965         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7966         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7967         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7968         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7969         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7970
7971 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7972
7973         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7974
7975 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7976
7977         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7978         defined operator.
7979
7980         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7981         $TIMEOUTFACTOR.
7982
7983 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7984
7985         [BZ #17058]
7986         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7987         non-executed part of the test.
7988
7989 2014-06-16  Andreas Schwab  <schwab@suse.de>
7990
7991         * string/bits/string2.h (strdup, strndup): Update feature guard.
7992
7993 2014-06-14  David S. Miller  <davem@davemloft.net>
7994
7995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7996
7997 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7998
7999         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8000         that was previously under [RESET_PID].
8001         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8002
8003         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8004         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8005         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8006         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8007         (__libc_vfork): New strong alias.
8008         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8009
8010 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8011
8012         * sysdeps/generic/elide.h: New file.
8013
8014 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8015
8016         * Makefile (installed-headers): Adjust path of pthread.h header.
8017
8018 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8019
8020         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8021         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8022         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8023         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8024
8025         * nptl/sysdeps/s390/Makefile: Moved ...
8026         * sysdeps/s390/nptl/Makefile: ... here.
8027         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8028         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8029         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8030         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8031         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8032         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8033         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8034         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8035         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8036         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8037         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8038         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8039         * nptl/sysdeps/s390/tls.h: Moved ...
8040         * sysdeps/s390/nptl/tls.h: ... here.
8041
8042         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8043         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8044
8045 2014-06-13  David S. Miller  <davem@davemloft.net>
8046
8047         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8048         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8049         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8050         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8051         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8053         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8054         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8055         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8056         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8057         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8058         Remove RESET_PID cpp guards.
8059         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8060         Remove RESET_PID cpp guards.
8061         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8062
8063 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8064
8065         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8066         __sp to uintptr_t.
8067
8068 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8069
8070         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8071         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8072         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8073         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8074         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8075         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8076         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8077         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8078         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8079         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8080         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8081         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8082         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8083         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8084         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8085         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8086         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8087         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8088         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8089         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8090
8091         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8092         (pthread_rwlock_rdlock): Add elision.
8093         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8094         (pthread_rwlock_wrlock): Add elision.
8095         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8096         (pthread_rwlock_trywrlock): Add elision.
8097         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8098         (pthread_rwlock_tryrdlock): Add elision.
8099         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8100         (pthread_rwlock_tryrdlock): Add elision unlock.
8101         * nptl/sysdeps/pthread/pthread.h:
8102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8103         (PTHREAD_RWLOCK_INITIALIZER,
8104         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8105         Handle new elision field.
8106         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8107         * sysdeps/arm/nptl/bits/pthreadtypes.h
8108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8109         * sysdeps/sh/nptl/bits/pthreadtypes.h
8110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8111         * sysdeps/tile/nptl/bits/pthreadtypes.h
8112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8113         * sysdeps/a/nptl/bits/pthreadtypes.h
8114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8115         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8116         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8117         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8119         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8121         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8123         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8124         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8125         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8126         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8127         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8128         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8129         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8130         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8131         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8132         (elision_init): Set try_xbegin to zero when no RTM.
8133         * sysdeps/x86/nptl/bits/pthreadtypes.h
8134         (pthread_rwlock_t): Change __pad1 to __rwelision.
8135         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8136
8137 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8138
8139         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8140         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8141         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8142         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8143
8144 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8145
8146         [BZ #16996]
8147         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8148         that the cached result has been set before returning it.
8149
8150 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8151
8152         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8153         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8154         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8155         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8156         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8157         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8158
8159         * nptl/sysdeps/sparc/Makefile: Moved ...
8160         * sysdeps/sparc/nptl/Makefile: ... here.
8161         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8162         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8163         * nptl/sysdeps/sparc/tls.h: Moved ...
8164         * sysdeps/sparc/nptl/tls.h: ... here.
8165         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8166         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8167         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8168         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8169         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8170         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8171         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8172         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8173         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8174         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8175         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8176         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8177         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8178         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8179         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8180         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8181         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8182         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8183         Update #include.
8184         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8185         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8186         Update #include.
8187         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8188         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8189         Update #include.
8190         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8191         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8192         Update #include.
8193
8194         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8195
8196         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8197         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8198
8199         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8200         (struct list_links): Type removed.
8201         (struct thread_node, struct timer_node): Replace struct list_links
8202         with struct list_head.
8203         (list_unlink_ip): Likewise.
8204         * sysdeps/pthread/timer_routines.c
8205         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8206         (list_append, list_insbefore): Likewise.
8207         (list_init): Function removed.
8208         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8209         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8210         * sysdeps/pthread/Makefile: ... here, new file.
8211
8212         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8213         * sysdeps/nptl/Implies: ... here.
8214         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8215         * nptl/sysdeps/pthread/list.h: Moved ...
8216         * include/list.h: ... here.
8217         * nptl/sysdeps/pthread/createthread.c: Moved ...
8218         * nptl/createthread.c: ... here.
8219         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8220         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8221         * nptl/pt-longjmp.c: ... here.
8222         * nptl/sysdeps/pthread/Makefile: Moved ...
8223         * sysdeps/nptl/Makefile: ... here.
8224         * nptl/sysdeps/pthread/Subdirs: Moved ...
8225         * sysdeps/nptl/Subdirs: ... here.
8226         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8227         * sysdeps/nptl/aio_misc.h: ... here.
8228         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8229         * sysdeps/nptl/bits/libc-lock.h: ... here.
8230         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8231         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8232         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8233         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8234         * nptl/sysdeps/pthread/configure: Moved ...
8235         * sysdeps/nptl/configure: ... here.
8236         * nptl/sysdeps/pthread/configure.ac: Moved ...
8237         * sysdeps/nptl/configure.ac: ... here.
8238         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8239         * sysdeps/nptl/gai_misc.h: ... here.
8240         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8241         * sysdeps/nptl/librt-cancellation.c: ... here.
8242         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8243         * sysdeps/nptl/malloc-machine.h: ... here.
8244         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8245         * sysdeps/nptl/pthread-functions.h: ... here.
8246         * nptl/sysdeps/pthread/pthread.h: Moved ...
8247         * sysdeps/nptl/pthread.h: ... here.
8248         * nptl/sysdeps/pthread/setxid.h: Moved ...
8249         * sysdeps/nptl/setxid.h: ... here.
8250         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8251         * sysdeps/nptl/sigfillset.c: ... here.
8252         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8253         * sysdeps/nptl/tcb-offsets.h: ... here.
8254         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8255         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8256         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8257         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8258         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8259         * sysdeps/pthread/allocalim.h: ... here.
8260         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8261         * sysdeps/pthread/bits/sigthread.h: ... here.
8262         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8263         * sysdeps/pthread/flockfile.c: ... here.
8264         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8265         * sysdeps/pthread/ftrylockfile.c: ... here.
8266         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8267         * sysdeps/pthread/funlockfile.c: ... here.
8268         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8269         * sysdeps/pthread/posix-timer.h: ... here.
8270         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8271         * sysdeps/pthread/timer_create.c: ... here.
8272         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8273         * sysdeps/pthread/timer_delete.c: ... here.
8274         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8275         * sysdeps/pthread/timer_getoverr.c: ... here.
8276         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8277         * sysdeps/pthread/timer_gettime.c: ... here.
8278         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8279         * sysdeps/pthread/timer_routines.c: ... here.
8280         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8281         * sysdeps/pthread/timer_settime.c: ... here.
8282         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8283         * sysdeps/pthread/tst-timer.c: ... here.
8284         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8285         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8286
8287         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8288         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8289
8290         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8291         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8292         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8293         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8294         Update #include target.
8295         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8296         * sysdeps/i386/i686/nptl/Makefile: ... here.
8297         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8298         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8299         Update #include target.
8300         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8301         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8302         * nptl/sysdeps/i386/Makefile: Moved ...
8303         * sysdeps/i386/nptl/Makefile: ... here.
8304         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8305         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8306         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8307         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8308         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8309         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8310         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8311         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8312         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8313         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8314         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8315         * nptl/sysdeps/i386/tls.h: Moved ...
8316         * sysdeps/i386/nptl/tls.h: ... here.
8317
8318         * sysdeps/sh/Makefile [$(subdir) = csu]
8319         (gen-as-const-headers): Add tcb-offsets.sym.
8320         * nptl/sysdeps/sh/Makefile: File removed.
8321         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8322         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8323         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8324         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8325         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8326         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8327         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8328         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8329         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8330         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8331         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8332         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8333         * nptl/sysdeps/sh/tls.h: Moved ...
8334         * sysdeps/sh/nptl/tls.h: ... here.
8335         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8336         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8338         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8340         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8341         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8342         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8344         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8345         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8346         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8347         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8348         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8350         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8351         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8352         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8353         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8354         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8356         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8358         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8359         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8360         Moved ...
8361         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8362         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8363         Moved ...
8364         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8365         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8366         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8367         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8368         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8370         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8372         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8373         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8374         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8375         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8376         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8377         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8378         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8379         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8380         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8381         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8382         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8383
8384 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8385
8386         * posix/spawn_faction_addopen.c: Include string.h.
8387
8388 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8389
8390         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8391         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8392         * nptl/sysdeps/x86_64/Makefile: Moved ...
8393         * sysdeps/x86_64/nptl/Makefile: ... here.
8394         * nptl/sysdeps/x86_64/configure: Moved ...
8395         * sysdeps/x86_64/nptl/configure: ... here.
8396         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8397         * sysdeps/x86_64/nptl/configure.ac: ... here.
8398         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8399         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8400         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8401         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8402         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8403         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8404         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8405         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8406         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8407         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8408         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8409         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8410         * nptl/sysdeps/x86_64/tls.h: Moved ...
8411         * sysdeps/x86_64/nptl/tls.h: ... here.
8412         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8413         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8414         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8415         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8416
8417         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8418
8419 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8420
8421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8422
8423 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8424
8425         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8426         type.
8427         [POSIX] (off_t): Likewise.
8428         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8429         [POSIX] (S_ISBLK): Require macro.
8430         [POSIX] (S_ISCHR): Likewise.
8431         [POSIX] (S_ISDIR): Likewise.
8432         [POSIX] (S_ISFIFO): Likewise.
8433         [POSIX] (S_ISREG): Likewise.
8434         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8435         optional-macro.
8436         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8437         type.
8438         [POSIX] (time_t): Likewise.
8439         [POSIX] (timer_t): Likewise.
8440
8441 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8442
8443         [BZ #17048]
8444         * posix/spawn_int.h (struct __spawn_action): Make the path string
8445         non-const to support deallocation.
8446         * posix/spawn_faction_addopen.c
8447         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8448         * posix/spawn_faction_destroy.c
8449         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8450         path in all spawn_do_open actions.
8451         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8452         posix_spawn_file_actions_addopen.
8453
8454 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8455
8456         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8457         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8458         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8459         conditional code always true.
8460         (__libc_vfork): New alias.
8461
8462 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8463
8464         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8465         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8466
8467         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8468
8469         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8470         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8471
8472         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8473         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8474
8475         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8476         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8477
8478 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8479
8480         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8481         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8482         multiarch strcmp for PPC64.
8483         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8484         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8486         multiarch optimizations.
8487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8488         (__libc_ifunc_impl_list): Likewise.
8489
8490 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8491
8492         * benchtests/scripts/validate_benchout.py: New script.
8493         * benchtests/Makefile (bench-func): Call it.
8494         * benchtests/scripts/benchout.schema.json: New file.
8495
8496 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8497
8498         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8499         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8500         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8501         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8502         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8503         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8504         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8505         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8506         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8507         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8508         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8509         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8510         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8511         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8512         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8513         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8515         Moved ...
8516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8517         ... here.
8518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8519         Moved ...
8520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8522         Moved ...
8523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8524         ... here.
8525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8526         Moved ...
8527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8528         ... here.
8529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8530         Moved ...
8531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8533         Moved ...
8534         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8535         ... here.
8536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8537         Moved ...
8538         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8539         ... here.
8540         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8541         Moved ...
8542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8544         Moved ...
8545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8546         ... here.
8547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8548         Moved ...
8549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8550         ... here.
8551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8552         Moved ...
8553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8554         ... here.
8555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8556         Moved ...
8557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8559         Moved ...
8560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8561         ... here.
8562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8563         Moved ...
8564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8565         ... here.
8566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8567         Moved ...
8568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8569         ... here.
8570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8571         Moved ...
8572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8574         Moved ...
8575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8576         ... here.
8577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8578         Moved ...
8579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8580         ... here.
8581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8582         Moved ...
8583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8585         Moved ...
8586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8587         ... here.
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8589         Moved ...
8590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8592         Moved ...
8593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8595         Moved ...
8596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8597         ... here.
8598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8599         Moved ...
8600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8601         ... here.
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8603         Moved ...
8604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8605         ... here.
8606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8607         Moved ...
8608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8610         Moved ...
8611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8612         ... here.
8613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8614         Moved ...
8615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8616         ... here.
8617         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8618         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8622         Moved ...
8623         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8624         ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8626         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8628         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8632         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8633         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8634         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8636         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8638         Moved ...
8639         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8640         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8641         Moved ...
8642         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8644         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8645         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8646         Moved ...
8647         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8649         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8650         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8651         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8652         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8653         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8654
8655 2014-06-10  Wilco  <wdijkstr@arm.com>
8656
8657         * math/test-fenv-return.c: New file.
8658         * math/Makefile: Add new test test-fenv-return.
8659
8660 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8661
8662         [BZ #17042]
8663         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8664         when x - 1 is zero.
8665         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8666         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8667         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8668         0.0L for an argument of 1.0L.
8669         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8670         Likewise.
8671         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8672         value when x - 1 is zero.
8673         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8674         * sysdeps/i386/fpu/libm-test-ulps: Update.
8675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8676
8677 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8678
8679         [BZ #15119]
8680         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8681
8682 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8683
8684         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8685         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8686
8687 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8688
8689         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8690         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8691
8692         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8693         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8694
8695         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8696         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8697
8698         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8699         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8700
8701         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8702         if not already defined.
8703         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8704         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8705         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8706         (TLS_INIT_TP): Use it.
8707         (TLS_DEFINE_INIT_TP): New macro.
8708         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8709
8710 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8711
8712         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8713         constant.
8714         [POSIX] (IXANY): Likewise.
8715         [POSIX] (OLCUC): Likewise.
8716         [POSIX || POSIX2008] (CBAUD): Do not allow.
8717         [POSIX || POSIX2008] (DEFECHO): Likewise.
8718         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8719         [POSIX || POSIX2008] (ECHOKE): Likewise.
8720         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8721         [POSIX || POSIX2008] (EXTA): Likewise.
8722         [POSIX || POSIX2008] (EXTB): Likewise.
8723         [POSIX || POSIX2008] (FLUSHO): Likewise.
8724         [POSIX || POSIX2008] (LOBLK): Likewise.
8725         [POSIX || POSIX2008] (PENDIN): Likewise.
8726         [POSIX || POSIX2008] (SWTCH): Likewise.
8727         [POSIX || POSIX2008] (VDISCARD): Likewise.
8728         [POSIX || POSIX2008] (VDSUSP): Likewise.
8729         [POSIX || POSIX2008] (VLNEXT): Likewise.
8730         [POSIX || POSIX2008] (VREPRINT): Likewise.
8731         [POSIX || POSIX2008] (VSTATUS): Likewise.
8732         [POSIX || POSIX2008] (VWERASE): Likewise.
8733         (B*): Change to B[0123456789]*.
8734         * conform/data/time.h-data [POSIX || UNIX98]
8735         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8736         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8737         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8738         [POSIX] (tm_*): Do not allow.
8739
8740 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8741
8742         * Makefile (install): Don't set LANGUAGE.
8743         * Makefile.in (install): Likewise.
8744         * assert/Makefile (test-assert-ENV): Remove variable.
8745         (test-assert-perr-ENV): Likewise.
8746         * elf/Makefile (neededtest4-ENV): Likewise.
8747         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8748         [$(cross-compiling) = no]: Don't set LANGUAGE.
8749         * io/ftwtest-sh (LANG): Remove variable.
8750         * libio/Makefile (tst-widetext-ENV): Likewise.
8751         * manual/install.texi (Running make install): Don't refer to
8752         environment settings for make install.
8753         * INSTALL: Regenerated.
8754         * nptl/tst-tls6.sh: Don't set LANG.
8755         * posix/globtest.sh (LANG): Remove variable.
8756         * string/Makefile (tester-ENV): Likewise.
8757         (inl-tester-ENV): Likewise.
8758         (noinl-tester-ENV): Likewise.
8759         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8760         [$(cross-compiling) = no]: Don't set LANGUAGE.
8761         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8762         without explicit environment settings.
8763
8764 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8765
8766         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8767         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8768         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8769         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8770
8771 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8772
8773         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8774         other files in the crypt directory.
8775         * crypt/crypt.c: Remove duplicate includes.
8776         * crypt/crypt-entry.c: Likewise.
8777         * crypt/crypt_util.c: Likewise.
8778
8779 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8780
8781         * Makeconfig (run-program-env): New variable.
8782         (run-program-prefix-before-env): Likewise.
8783         (run-program-prefix-after-env): Likewise.
8784         (run-program-prefix): Define in terms of new variables.
8785         (built-program-cmd-before-env): New variable.
8786         (built-program-cmd-after-env): Likewise.
8787         (built-program-cmd): Define in terms of new variables.
8788         (test-program-prefix-before-env): New variable.
8789         (test-program-prefix-after-env): Likewise.
8790         (test-program-prefix): Define in terms of new variables.
8791         (test-program-cmd-before-env): New variable.
8792         (test-program-cmd-after-env): Likewise.
8793         (test-program-cmd): Define in terms of new variables.
8794         * Rules (make-test-out): Use $(run-program-env).
8795         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8796         (help): Do not mention environment variables.  Mention
8797         --timeoutfactor option.
8798         (timeoutfactor): New variable.
8799         (blacklist_exports): Remove function.
8800         (exports): Remove variable.
8801         (command): Do not include ${exports}.
8802         * manual/install.texi (Configuring and compiling): Do not mention
8803         test wrappers preserving environment variables.  Mention that last
8804         assignment to a variable must take precedence.
8805         * INSTALL: Regenerated.
8806         * benchtests/Makefile (run-bench): Use $(run-program-env).
8807         * catgets/Makefile ($(objpfx)test1.cat): Use
8808         $(built-program-cmd-before-env), $(run-program-env) and
8809         $(built-program-cmd-after-env).
8810         ($(objpfx)test2.cat): Do not specify environment variables
8811         explicitly.
8812         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8813         $(run-program-env) and $(built-program-cmd-after-env).
8814         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8815         $(run-program-env) and $(test-program-cmd-after-env).
8816         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8817         explicitly.
8818         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8819         run_program_env and test_program_cmd_after_env arguments.
8820         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8821         * elf/tst-pathopt.sh: Use run_program_env argument.
8822         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8823         $(test-wrapper-env) and $(run-program-env).
8824         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8825         run_program_env arguments.
8826         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8827         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8828         $(test-program-prefix-before-env), $(run-program-env) and
8829         $(test-program-prefix-after-env).
8830         ($(objpfx)tst-gettext2.out): Likewise.
8831         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8832         run_program_env and test_program_prefix_after_env arguments.
8833         * intl/tst-gettext2.sh: Likewise.
8834         * intl/tst-gettext4.sh: Do not set environment variables
8835         explicitly.
8836         * intl/tst-gettext6.sh: Likewise.
8837         * intl/tst-translit.sh: Likewise.
8838         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8839         $(test-program-prefix-before-env), $(run-program-env) and
8840         $(test-program-prefix-after-env).
8841         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8842         run_program_env and test_program_prefix_after_env arguments.
8843         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8844         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8845         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8846         explicitly with each use of ${test_wrapper_env}.
8847         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8848         $(test-program-prefix-before-env), $(run-program-env) and
8849         $(test-program-prefix-after-env).
8850         * posix/tst-getconf.sh: Do not set environment variables
8851         explicitly.
8852         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8853         run_program_env and test_program_prefix_after_env arguments.
8854         * stdio-common/tst-printf.sh: Do not set environment variables
8855         explicitly.
8856         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8857         $(test-program-prefix-before-env), $(run-program-env) and
8858         $(test-program-prefix-after-env).
8859         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8860         run_program_env and test_program_prefix_after_env arguments.
8861         Split $test calls into $test_pre and $test.
8862         * timezone/Makefile (build-testdata): Use
8863         $(built-program-cmd-before-env), $(run-program-env) and
8864         $(built-program-cmd-after-env).
8865
8866 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8867
8868         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8869         strlen for non SHARED builds.
8870
8871 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8872
8873         * nptl/allocatestack.c (check_list): Inlined function...
8874         (__reclaim_stacks): ... here.
8875
8876 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8877
8878         [BZ #15698]
8879         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8880         memory overrun.
8881
8882 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8883
8884         * Rules (make-test-out): Include
8885         LOCPATH=$(common-objpfx)localedata in default environment.
8886         * debug/Makefile (tst-chk1-ENV): Remove variable.
8887         (tst-chk2-ENV): Likewise.
8888         (tst-chk3-ENV): Likewise.
8889         (tst-chk4-ENV): Likewise.
8890         (tst-chk5-ENV): Likewise.
8891         (tst-chk6-ENV): Likewise.
8892         (tst-lfschk1-ENV): Likewise.
8893         (tst-lfschk2-ENV): Likewise.
8894         (tst-lfschk3-ENV): Likewise.
8895         (tst-lfschk4-ENV): Likewise.
8896         (tst-lfschk5-ENV): Likewise.
8897         (tst-lfschk6-ENV): Likewise.
8898         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8899         (tst-iconv7-ENV): Likewise.
8900         * intl/Makefile (LOCPATH-ENV): Likewise.
8901         (tst-codeset-ENV): Likewise.
8902         (tst-gettext3-ENV): Likewise.
8903         (tst-gettext5-ENV): Likewise.
8904         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8905         (tst-fopenloc-ENV): Likewise.
8906         (tst-fgetws-ENV): Remove variable.
8907         (tst-ungetwc1-ENV): Likewise.
8908         (tst-ungetwc2-ENV): Likewise.
8909         (bug-ungetwc2-ENV): Likewise.
8910         (tst-swscanf-ENV): Likewise.
8911         (bug-ftell-ENV): Likewise.
8912         (tst-fgetwc-ENV): Likewise.
8913         (tst-fseek-ENV): Likewise.
8914         (tst-ftell-partial-wide-ENV): Likewise.
8915         (tst-ftell-active-handler-ENV): Likewise.
8916         (tst-ftell-append-ENV): Likewise.
8917         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8918         (tst-regexloc-ENV): Likewise.
8919         (bug-regex1-ENV): Likewise.
8920         (tst-regex-ENV): Likewise.
8921         (tst-regex2-ENV): Likewise.
8922         (bug-regex5-ENV): Likewise.
8923         (bug-regex6-ENV): Likewise.
8924         (bug-regex17-ENV): Likewise.
8925         (bug-regex18-ENV): Likewise.
8926         (bug-regex19-ENV): Likewise.
8927         (bug-regex20-ENV): Likewise.
8928         (bug-regex22-ENV): Likewise.
8929         (bug-regex23-ENV): Likewise.
8930         (bug-regex25-ENV): Likewise.
8931         (bug-regex26-ENV): Likewise.
8932         (bug-regex30-ENV): Likewise.
8933         (bug-regex32-ENV): Likewise.
8934         (bug-regex33-ENV): Likewise.
8935         (bug-regex34-ENV): Likewise.
8936         (bug-regex35-ENV): Likewise.
8937         (tst-rxspencer-ENV): Likewise.
8938         (tst-rxspencer-no-utf8-ENV): Likewise.
8939         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8940         (tst-sscanf-ENV): Likewise.
8941         (tst-swprintf-ENV): Likewise.
8942         (tst-swscanf-ENV): Likewise.
8943         (test-vfprintf-ENV): Likewise.
8944         (scanf13-ENV): Likewise.
8945         (bug14-ENV): Likewise.
8946         (tst-grouping-ENV): Likewise.
8947         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8948         (tst-strtod3-ENV): Likewise.
8949         (tst-strtod4-ENV): Likewise.
8950         (tst-strtod5-ENV): Likewise.
8951         (testmb2-ENV): Likewise./
8952         * string/Makefile (tst-strxfrm-ENV): Likewise.
8953         (tst-strxfrm2-ENV): Likewise.
8954         (bug-strcoll1-ENV): Likewise.
8955         (test-strcasecmp-ENV): Likewise.
8956         (test-strncasecmp-ENV): Likewise.
8957         * time/Makefile (tst-strptime-ENV): Likewise.
8958         (tst-ftime_l-ENV): Likewise.
8959         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8960         (tst-mbrtowc-ENV): Likewise.
8961         (tst-wcrtomb-ENV): Likewise.
8962         (tst-mbrtowc2-ENV): Likewise.
8963         (tst-c16c32-1-ENV): Likewise.
8964         (tst-mbsnrtowcs-ENV): Likewise.
8965
8966 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8967
8968         * manual/resource.texi (How to get information about the memory
8969         subsystem?): Fix typo.
8970         Reported by Peon de la Parra Ivan <peon@keba.com>
8971
8972 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8973
8974         [BZ #16882]
8975         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8976         (pthread_spin_lock): Branch out of spin loop to proper location.
8977         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8978         (pthread_spin_lock): Likewise.
8979
8980         * nptl/tst-spin4.c: New test.
8981         * nptl/Makefile (tests): Add tst-spin4.
8982
8983 2014-06-03  Andreas Schwab  <schwab@suse.de>
8984
8985         [BZ #15946]
8986         * resolv/res_send.c (send_dg): Reload file descriptor after
8987         calling reopen.
8988
8989 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8990
8991         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8992
8993 2014-06-03  Richard Henderson  <rth@redhat.com>
8994
8995         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8996         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8997         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8998         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8999         in the SAVE_PID block.
9000         (__libc_vfork): New alias.
9001         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9002
9003         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9004         child in registers, not on the stack.  Remove RESET_PID conditionals.
9005         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9006
9007 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9008
9009         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9010
9011 2014-06-03  Wilco  <wdijkstr@arm.com>
9012
9013         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9014         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9015         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9016         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9017         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9018         Likewise.
9019
9020 2014-06-03  Wilco  <wdijkstr@arm.com>
9021
9022         * sysdeps/aarch64/fpu/math_private.h
9023         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9024         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9025         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9026         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9027         Fix declarations.
9028
9029 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9030
9031         * crypt/crypt-private.h: Include ufc-crypt.h.
9032         (__b64_from_24bit): Declare extern.
9033         * crypt/crypt_util.c(__b64_from_24bit): New function.
9034         (b64t): New static const variable.
9035         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9036         (b64t): Remove variable.
9037         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9038         * crypt/sha256-crypt.c: Include crypt-private.h.
9039         (b64t): Remove variable.
9040         (__sha256_crypt_r): Remove b64_from_24bit and replace
9041         with __b64_from_24bit.
9042         * crypt/sha512-crypt.c: Likewise.
9043
9044 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9045
9046         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9047         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9048         Label the code __libc_vfork rather than __vfork.
9049         [!NOT_IN_libc] (vfork): Define as weak alias.
9050         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9051         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9052         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9053
9054 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9055
9056         * malloc/malloc.c (malloc_info): Fix format specifier for
9057         n_mmaps.
9058
9059 2014-06-02  Wilco  <wdijkstr@arm.com>
9060
9061         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9062         FPCR write.
9063
9064 2014-06-02  Wilco  <wdijkstr@arm.com>
9065
9066         [BZ #17009]
9067         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9068         Rewrite to reduce FPCR/FPSR accesses.
9069
9070 2014-06-01  David S. Miller  <davem@davemloft.net>
9071
9072         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9073
9074 2014-05-31  David S. Miller  <davem@davemloft.net>
9075
9076         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9077         to occur in round to nearest mode when |x| >= 2.0
9078
9079 2014-05-30  Richard Henderson  <rth@twiddle.net>
9080
9081         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9082         (PSEUDO_RET_NOERRNO): Remove.
9083         (ret): Don't redefine.
9084         (ret_NOERRNO): Define in terms of ret.
9085         (ret_ERRVAL): Likewise.
9086
9087         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9088         use of PSEUDO_RET; perform the error check directly.
9089
9090 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9091
9092         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9093         with __int128_t.
9094
9095 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9096
9097         * malloc/malloc (malloc_info): Fix formatting.
9098
9099 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9100             Roland McGrath  <roland@hack.frob.com>
9101
9102         * malloc/malloc (malloc_info): Also print mmapped statistics.
9103
9104 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9105
9106         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9107         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9108
9109 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9110
9111         * malloc/malloc.c (malloc_info): Inline mi_arena.
9112
9113 2014-05-29  Richard Henderson  <rth@twiddle.net>
9114
9115         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9116         Remove comma before expanding ASM_ARGS_##nr.
9117         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9118         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9119         of ASM_ARGS_##nr.
9120         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9121         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9122         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9123         (ASM_ARGS_1): Add leading comma.
9124
9125         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9126         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9127         to __errno_location.
9128         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9129         Remove the expected plt for __errno_location.
9130
9131         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9132         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9133         call to __read_tp.
9134
9135         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9136         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9137         it and break it down.
9138         (DOCARGS_0, DOCARGS_1): Do nothing.
9139         (DOCARGS_2): Update to store into the new stack frame.
9140         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9141         (UNDOCARGS_1): Update to restore from the new stack frame.
9142         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9143         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9144
9145         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9146         (SINGLE_THREAD_P): New parameter for result regno.
9147         (PSEUDO): Update to match; use cbz instead of beq.
9148
9149         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9150         Use ENTRY to define the _nocancel entry point.  Share the syscall
9151         and syscall error check paths with the cancel path.
9152         (PSEUDO_END): New.
9153
9154         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9155         whitespace; tabs before and after asm mnemonics.
9156
9157 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9158
9159         [BZ #15132]
9160         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9161         Call fstat64 or stat64 internally, depending on arguments passed.
9162         Replace stat buffer argument with file descriptor argument.
9163         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9164         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9165         Pass fd to __internal_statvfs instead of calling fstat64.
9166         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9167         Pass fd to __internal_statvfs64 instead of calling fstat64.
9168         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9169         Pass -1 to __internal_statvfs instead of calling stat64.
9170         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9171         Pass -1 to __internal_statvfs64 instead of calling stat64.
9172
9173 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9174
9175         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9176         that was previously under [RESET_PID].
9177         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9178
9179         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9180         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9181
9182 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9183
9184         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9185
9186         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9187         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9188
9189 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9190
9191         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9192
9193 2014-05-27  Andreas Schwab  <schwab@suse.de>
9194
9195         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9196         TLS_INIT_TP macro.
9197         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9198         * elf/rtld.c (init_tls, dl_main): Likewise.
9199         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9200         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9201         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9202         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9203         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9204         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9205         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9206         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9207         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9208         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9209         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9210         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9211         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9212         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9213         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9214         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9215         * sysdeps/generic/tls.h: Update description.
9216
9217 2014-05-27  Will Newton  <will.newton@linaro.org>
9218
9219         [BZ #16990]
9220         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9221         and restore r2 rather than just restoring.
9222
9223 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9224
9225         [BZ #16724]
9226         * libio/tst-ftell-append.c: New test case.
9227         * libio/Makefile (tests): Add test case.
9228         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9229         append mode.
9230         * libio/wfileops.c (do_ftell_wide): Likewise.
9231
9232 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9233
9234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9235
9236         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9237         ...
9238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9240         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9241         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9242         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9243         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9244         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9245         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9246         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9247         Moved ...
9248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9249         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9250         Moved ...
9251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9252         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9253         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9254         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9255         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9256         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9257         ...
9258         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9259         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9260         Moved ...
9261         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9262         here.
9263         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9264         ...
9265         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9266         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9267         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9268
9269         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9270         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9271         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9272         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9273
9274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9275         merge into ...
9276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9277         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9278         ...
9279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9280         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9281         ...
9282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9284         Moved ...
9285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9286         here.
9287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9288         Moved ...
9289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9291         Moved ...
9292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9293
9294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9295         conditional [RESET_PID].
9296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9298         removed.
9299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9300         removed.
9301
9302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9303         <tcb-offsets.h>.
9304         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9305         (__libc_vfork): New strong alias.
9306         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9307         removed.
9308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9309         Removed.
9310
9311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9312         <tcb-offsets.h>.
9313         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9314         (__libc_vfork): New strong alias.
9315         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9316         removed.
9317         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9318         removed.
9319
9320 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9321
9322         * malloc/malloc.c (mi_arena): New function.
9323         (malloc_info): Remove nested function mi_arena. Call non-nosted
9324         function mi_arena.
9325
9326 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9327
9328         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9329         by insrwi.
9330         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9331         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9332         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9333         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9334         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9335         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9336         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9337
9338 2014-05-26  Andreas Schwab  <schwab@suse.de>
9339
9340         [BZ #16984]
9341         * locale/programs/repertoire.c (repertoire_read): Add slash
9342         between I18NPATH element and file name.
9343         * locale/programs/locfile.c (locfile_read): Likewise.
9344
9345 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9346
9347         * nptl/pthread_mutexattr_settype.c
9348         (__pthread_mutexattr_settype):
9349         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9350
9351 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9352
9353         * nptl/tst-mutex5 (do_test):
9354         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9355
9356 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9357
9358         * benchtests/README: Document 'init' directive.
9359         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9360         BENCH_INIT.
9361         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9362         (parse_file): Recognize 'init' directive.
9363
9364 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9365
9366         [BZ #16796]
9367         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9368         alignment of struct pthread.
9369
9370 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9371
9372         [BZ #16878]
9373         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9374         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9375         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9376         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9377
9378 2014-05-25  Richard Henderson  <rth@twiddle.net>
9379
9380         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9381         (SINGLE_THREAD_P_PIC): Remove.
9382         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9383         (SINGLE_THREAD_P_PIC): Remove.
9384
9385         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9386         branch to syscall error ...
9387         (PSEUDO): ... here.
9388         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9389         from __local_syscall_error to .Lsyscall_error.
9390         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9391         (SYSCALL_ERROR): Update label name.
9392
9393         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9394         Do not use DOARGS/UNDOARGS.
9395         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9396         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9397         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9398         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9399         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9400
9401         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9402         block comment.
9403
9404         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9405         define if !NOT_IN_libc.
9406         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9407         define with non-default symbol versions.
9408
9409 2014-05-23  Richard Henderson  <rth@twiddle.net>
9410
9411         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9412         (vfork, __vfork): Define via compat_symbol.
9413
9414         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9415         [!HAVE_IFUNC] (vfork_compat): Remove.
9416         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9417
9418 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9419
9420         [BZ #16978]
9421         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9422         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9423         variable.
9424
9425 2014-05-23  Richard Henderson  <rth@twiddle.net>
9426
9427         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9428         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9429         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9430         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9431
9432         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9433         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9434         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9435         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9436         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9437         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9438         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9439         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9440         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9441         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9442         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9443         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9444         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9445         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9446         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9447         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9448         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9449         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9451         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9455         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9457         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9459         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9461         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9463         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9465         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9466         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9467         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9471         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9472         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9473         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9474         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9475         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9476         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9477         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9479         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9480         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9481         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9482         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9483         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9484         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9485         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9486         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9487         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9488
9489         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9490         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9491         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9492         before exiting on error.
9493         (__libc_vfork): New strong alias.
9494         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9495         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9496
9497         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9498         that was previously under [RESET_PID].
9499         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9500
9501         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9502
9503 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9504
9505         [BZ #16977]
9506         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9507         value when x - 1 is zero.
9508         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9509         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9510         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9511         0.0L for an argument of 1.0L.
9512         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9513         Likewise.
9514         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9515         value when x - 1 is zero.
9516         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9517         * sysdeps/i386/fpu/libm-test-ulps: Update.
9518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9519
9520 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9521
9522         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9523         alphasort and versionsort.
9524
9525 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9526
9527         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9528         macro.
9529         [copysignf]: Likewise.
9530
9531 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9532
9533         * crypt/md5-crypt.c: Fix formatting.
9534
9535 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9536
9537         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9538         (b64_from_24bit): New function.
9539
9540 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9541
9542         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9543         libc_hidden_builtin_def to ifunc.
9544         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9545         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9546
9547 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9548
9549         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9550         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9551
9552 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9553
9554         * nscd/Depend (linuxthreads): Remove.
9555         (nptl): Add.
9556         * resolv/Depend (linuxthreads): Remove.
9557         * rt/Depend (linuxthreads): Remove.
9558
9559         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9560         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9561         $(common-objpfx)elf/.
9562         (link-libc-before-gnulib): Likewise.
9563         (elfobjdir): Remove variable.
9564         * Makefile (install): Use $(elf-objpfx) instead of
9565         $(common-objpfx)elf/.
9566         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9567         $(elfobjdir)/.
9568         (link-libc-deps): Likewise.
9569         ($(common-objpfx)libc.so): Likewise.
9570         ($(common-objpfx)linkobj/libc.so): Likewise.
9571         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9572         instead of $(common-objpfx)elf/.
9573         (symbolic-link-list): Likewise.
9574         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9575         [$(cross-compiling) = no]: Likewise.
9576         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9577         $(elfobjdir)/.
9578         (static-gnulib-arch): Likewise.
9579         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9580         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9581         $(common-objpfx)elf/.
9582
9583 2014-05-21  Richard Henderson  <rth@redhat.com>
9584
9585         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9586         (SINGLE_THREAD_P): Use the correct width load.  Fold
9587         into the ldr offset.
9588
9589         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9590         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9591
9592 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9593
9594         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9595         (libgcc_s_resume): Use __attribute_used__.
9596         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9597         Likewise.
9598
9599 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9600
9601         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9602         optimization when used with float constants.
9603
9604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9605
9606 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9607
9608         [BZ #16915]
9609         * locale/nl_langinfo_l.c: Make direct reference to every
9610         _nl_current_CATEGORY symbol.
9611         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9612         (tests-static): Add tst-langinfo-static.
9613         (tests-special): Add tst-langinfo-static.out.
9614         ($(objpfx)tst-langinfo.out): Redirect output.
9615         ($(objpfx)tst-langinfo-static.out): New.
9616         * localedata/tst-langinfo.sh: Send output to stdout.
9617         * localedata/tst-langinfo-static.c: New file.
9618
9619         [BZ #16965]
9620         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9621         when the shift amount is modulo the limb size.
9622
9623 2014-05-20  Richard Henderson  <rth@redhat.com>
9624
9625         [BZ #16967]
9626         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9627         Change type of sa_flags from unsigned int to int.
9628
9629         [BZ #16966]
9630         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9631
9632         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9633
9634 2014-05-20  Will Newton  <will.newton@linaro.org>
9635
9636         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9637         Test the return value of the system call in the nocancel case.
9638
9639 2014-05-20  Will Newton  <will.newton@linaro.org>
9640             Yvan Roux  <yvan.roux@linaro.org>
9641
9642         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9643         #include of asm/ptrace.h.
9644         (PTRACE_GET_THREAD_AREA): Remove #undef.
9645         (PTRACE_GETHBPREGS): Likewise.
9646         (PTRACE_SETHBPREGS): Likewise.
9647         (struct user_regs_struct): New structure.
9648         (struct user_fpsimd_struct): New structure.
9649         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9650         #include of asm/ptrace.h and second #include of sys/user.h.
9651         (PTRACE_GET_THREAD_AREA): Remove #undef.
9652         (PTRACE_GETHBPREGS): Likewise.
9653         (PTRACE_SETHBPREGS): Likewise.
9654         (ELF_NGREG): Use new struct user_regs_struct.
9655         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9656
9657 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9658
9659         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9660         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9661
9662 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9663
9664         [BZ #16958]
9665         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9666         membar to avoid block loads/stores to overlap previous stores.
9667
9668 2014-05-17  Richard Henderson  <rth@redhat.com>
9669
9670         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9671         Create the __##syscall_name##_nocancel entry point.
9672         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9673         Remove; let the sysdep-cancel.h code create it.
9674
9675 2014-05-17  David S. Miller  <davem@davemloft.net>
9676
9677         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9678         Protect with __USE_GNU.
9679         (TIOCSET_TEMPT): Likewise.
9680         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9681         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9682         these are already provided in bits/ioctl-types.h
9683
9684 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9685
9686         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9687         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9688
9689         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9690         Use wait4 regardless of [__NR_waitpid].
9691
9692 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9693
9694         PR libgcc/60166
9695         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9696         (_FP_NANSIGN_Q): Set the quiet bit.
9697
9698 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9699
9700         * benchtests/Makefile
9701         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9702         not $(common-objpfx)math/libm.so.
9703         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9704         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9705         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9706         $(common-objpfx)dlfcn/libdl.so.
9707         ($(objpfx)tst-audit8): Depend on $(libm), not
9708         $(common-objpfx)math/libm.so.
9709         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9710         not $(common-objpfx)dlfcn/libdl.so.
9711         * math/Makefile
9712         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9713         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9714         [$(build-shared) = yes].
9715         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9716         $(common-objpfx)nptl/libpthread.so.
9717         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9718         $(common-objpfx)math/libm.so$(libm.so-version) or
9719         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9720         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9721         $(common-objpfx)dlfcn/libdl.so.
9722         * setjmp/Makefile (link-libm): Remove variable.
9723         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9724         * stdio-common/Makefile (link-libm): Remove variable.
9725         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9726         * stdlib/Makefile (link-libm): Remove variable.
9727         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9728         ($(objpfx)tst-strtod-round): Likewise.
9729         ($(objpfx)tst-tininess): Likewise.
9730         ($(objpfx)tst-strtod-underflow): Likewise.
9731         ($(objpfx)tst-strtod6): Likewise.
9732         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9733         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9734         $(common-objpfx)dlfcn/libdl.so.
9735
9736 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9737
9738         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9739         BSD terminal modes definitions.
9740
9741 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9742
9743         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9744         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9745
9746         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9747         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9748         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9749         Don't do #include_next.
9750         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9751         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9752         Don't do #include_next.
9753         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9754         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9755         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9756         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9757
9758 2014-05-16  Allan McRae  <allan@archlinux.org>
9759
9760         * po/sv.po: Update Swedish translation from translation project.
9761
9762         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9763         in sed expression.
9764
9765 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9766
9767         [BZ #16917]
9768         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9769         errno if the TIOCGPTN ioctl fails with an error different than
9770         EINVAL.
9771         * login/tst-ptsname.c: New file.
9772         * login/Makefile (tests): Add tst-ptsname.
9773
9774         [BZ #16943]
9775         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9776         and prlimit64.
9777
9778 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9779
9780         [BZ #16849]
9781         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9782         herrno to return EAI_AGAIN.
9783
9784 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9785
9786         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9787         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9788         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9789         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9790         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9791         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9792         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9805         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9811         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9812         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9813         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9814         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9815         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9816         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9817         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9819         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9821         Moved ...
9822         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9826         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9828         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9830         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9836         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9838         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9840         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9841         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9842         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9844         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9846         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9848         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9850         Moved ...
9851         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9853         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9871         Moved ...
9872         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9873         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9874         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9875
9876         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9877         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9878         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9879         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9880         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9881         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9882         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9883         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9884         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9885         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9886         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9888         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9890         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9892         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9894         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9896         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9897         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9898         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9899         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9900         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9901         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9902         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9903         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9904         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9905         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9906         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9907
9908         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9909         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9910
9911         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9912         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9913         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9914         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9915         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9916         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9917         Moved ...
9918         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9919         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9920         Moved ...
9921         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9922         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9923         Moved ...
9924         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9925         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9926         Moved ...
9927         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9928         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9929         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9930         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9931         Moved ...
9932         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9933         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9934         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9935         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9936         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9937         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9938         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9940         Moved ...
9941         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9943         Moved ...
9944         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9945         ... here.
9946         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9947         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9948         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9949         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9950         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9951         Moved ...
9952         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9953         ... here.
9954         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9958         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9960         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9962         Moved ...
9963         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9964         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9965         Moved ...
9966         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9968         Moved ...
9969         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9970         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9971         Moved ...
9972         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9973         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9974         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9975         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9976         Moved ...
9977         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9978         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9979         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9981         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9983         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9985         Moved ...
9986         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9987         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9988         Moved ...
9989         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9990         ... here.
9991         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9992         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9994         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9995         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9998         ... here.
9999         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10000         Moved ...
10001         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10002         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10003         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10004         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10005         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10007         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10008         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10009         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10011         Moved ...
10012         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10013         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10014         Moved ...
10015         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10016         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10017         Moved ...
10018         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10020         Moved ...
10021         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10022         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10023         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10024         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10025         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10026         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10027         Moved ...
10028         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10030         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10032         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10034         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10036         Moved ...
10037         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10038         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10039         Moved ...
10040         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10041         ... here.
10042         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10043         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10044         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10045         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10046         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10047         Moved ...
10048         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10049         ... here.
10050         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10051         Moved ...
10052         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10053         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10054         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10055         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10056         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10058         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10060         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10063
10064         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10065         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10066
10067         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10068         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10069
10070         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10071         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10072         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10074         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10075         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10076         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10078         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10079         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10080         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10082         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10083         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10084         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10086         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10091         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10093         Moved ...
10094         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10096         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10098         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10102         Moved ...
10103         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10104         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10105         Moved ...
10106         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10108         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10118         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10123
10124         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10125         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10126         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10127         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10128         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10129
10130         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10131         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10133         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10134         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10135         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10136         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10137         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10138         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10139         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10140
10141         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10142         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10143
10144         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10147         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10150         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10152         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10154         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10156         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10158         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10159         Update #include.
10160         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10161         Likewise.
10162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10163         Likewise.
10164         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10165         Likewise.
10166         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10167         Likewise.
10168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10169         Likewise.
10170         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10171         Likewise.
10172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10173         Likewise.
10174         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10175         Likewise.
10176         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10177         Likewise.
10178         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10179         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10180         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10181         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10182         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10183         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10184         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10185         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10186         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10187         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10188         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10189         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10190         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10191         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10192         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10193
10194         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10195         that was previously under [RESET_PID].
10196         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10197         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10198         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10199
10200         * sysdeps/i386/nptl/Implies: New file.
10201         * sysdeps/x86_64/nptl/Implies: New file.
10202         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10203         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10205         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10206
10207         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10208         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10209         (__libc_vfork): New strong alias.
10210         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10211         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10212
10213         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10214         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10215         (__libc_vfork): New strong alias.
10216         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10217         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10218
10219         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10220         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10221         (__libc_vfork): New strong alias.
10222         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10223         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10224         * nptl/pt-vfork.c: New file.
10225         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10226         (libpthread: GLIBC_2.20): New version set (empty).
10227
10228 2014-05-14  Will Newton  <will.newton@linaro.org>
10229
10230         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10231         rather than #if.
10232
10233 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10234
10235         [BZ #16564]
10236         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10237         arguments with exponent 65 or above.
10238         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10239         arguments 0x1p113L or above.
10240         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10241         to arguments 0x1p107L or above.
10242         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10243         positive arguments with exponent 65 or above.
10244         * math/auto-libm-test-in: Add more tests of log1p.
10245         * math/auto-libm-test-out: Regenerated.
10246
10247         [BZ #16928]
10248         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10249         non-finite arguments is +0.
10250         * math/s_cacosf.c (__cacosf): Likewise.
10251         * math/s_cacosl.c (__cacosl): Likewise.
10252         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10253         * sysdeps/i386/fpu/libm-test-ulps: Update.
10254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10255
10256         [BZ #16927]
10257         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10258         value.
10259         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10260         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10261         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10262         for explicit high bit of mantissa when testing for argument equal
10263         to 1.
10264         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10265         * sysdeps/i386/fpu/libm-test-ulps: Update.
10266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10267
10268         [BZ #16516]
10269         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10270         (__erf): Scale by 16 instead of 8 in potentially underflowing
10271         case.  Ensure exception if result actually underflows.
10272         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10273         (__erff): Scale by 16 instead of 8 in potentially underflowing
10274         case.  Ensure exception if result actually underflows.
10275         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10276         (efx8): Remove variable.
10277         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10278         case.  Ensure exception if result actually underflows.
10279         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10280         (efx8): Remove variable.
10281         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10282         case.  Ensure exception if result actually underflows.
10283         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10284         (efx8): Remove variable.
10285         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10286         case.  Ensure exception if result actually underflows.
10287         * math/auto-libm-test-in: Add more tests of erf.
10288         * math/auto-libm-test-out: Regenerated.
10289
10290 2014-05-14  Andreas Schwab  <schwab@suse.de>
10291
10292         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10293         Remove code conditionalized on USE___THREAD.
10294
10295         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10296         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10297         not definedness.
10298
10299 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10300
10301         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10302         Define unconditionally.
10303         (__ASSUME_O_CLOEXEC): Likewise.
10304         (__ASSUME_SOCK_CLOEXEC): Likewise.
10305         (__ASSUME_IN_NONBLOCK): Likewise.
10306         (__ASSUME_PIPE2): Likewise.
10307         (__ASSUME_EVENTFD2): Likewise.
10308         (__ASSUME_SIGNALFD4): Likewise.
10309         (__ASSUME_DUP3): Likewise.
10310         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10311         (__ASSUME_DUP3): Do not define.
10312         (__ASSUME_EVENTFD2): Likewise.
10313         (__ASSUME_IN_NONBLOCK): Likewise.
10314         (__ASSUME_O_CLOEXEC): Likewise.
10315         (__ASSUME_PIPE2): Likewise.
10316         (__ASSUME_SIGNALFD4): Likewise.
10317         (__ASSUME_SOCK_CLOEXEC): Likewise.
10318         (__ASSUME_UTIMES): Undefine.
10319         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10320         (__ASSUME_UTIMES): Do not define.
10321         (__ASSUME_O_CLOEXEC): Likewise.
10322         (__ASSUME_SOCK_CLOEXEC): Likewise.
10323         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10324         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10325         0x020621].
10326         (__ASSUME_PIPE2): Likewise.
10327         (__ASSUME_EVENTFD2): Likewise.
10328         (__ASSUME_SIGNALFD4): Likewise.
10329         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10330         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10331         Do not define.
10332         (__ASSUME_EVENTFD2): Likewise.
10333         (__ASSUME_SIGNALFD4): Likewise.
10334         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10335         (__ASSUME_32BITUIDS): Likewise.
10336         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10337         (__ASSUME_IPC64): Likewise.
10338         (__ASSUME_ST_INO_64_BIT): Likewise.
10339         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10340         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10341         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10342         (__ASSUME_UTIMES): Do not define.
10343         (__ASSUME_PSELECT): Likewise.
10344         (__ASSUME_PPOLL): Likewise.
10345         (__ASSUME_O_CLOEXEC): Likewise.
10346         (__ASSUME_SOCK_CLOEXEC): Likewise.
10347         (__ASSUME_IN_NONBLOCK): Likewise.
10348         (__ASSUME_PIPE2): Likewise.
10349         (__ASSUME_EVENTFD2): Likewise.
10350         (__ASSUME_SIGNALFD4): Likewise.
10351         (__ASSUME_DUP3): Likewise.
10352         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10353         (__ASSUME_UTIMES): Likewise.
10354         (__ASSUME_O_CLOEXEC): Likewise.
10355         (__ASSUME_SOCK_CLOEXEC): Likewise.
10356         (__ASSUME_IN_NONBLOCK): Likewise.
10357         (__ASSUME_PIPE2): Likewise.
10358         (__ASSUME_EVENTFD2): Likewise.
10359         (__ASSUME_SIGNALFD4): Likewise.
10360         (__ASSUME_DUP3): Likewise.
10361         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10362         (__ASSUME_UTIMES): Likewise.
10363         (__ASSUME_O_CLOEXEC): Likewise.
10364         (__ASSUME_SOCK_CLOEXEC): Likewise.
10365         (__ASSUME_IN_NONBLOCK): Likewise.
10366         (__ASSUME_PIPE2): Likewise.
10367         (__ASSUME_EVENTFD2): Likewise.
10368         (__ASSUME_SIGNALFD4): Likewise.
10369         (__ASSUME_DUP3): Likewise.
10370         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10371         Likewise.
10372         (__ASSUME_UTIMES): Likewise.
10373         (__ASSUME_EVENTFD2): Likewise.
10374         (__ASSUME_SIGNALFD4): Likewise.
10375         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10376         (__ASSUME_O_CLOEXEC): Likewise.
10377         (__ASSUME_SOCK_CLOEXEC): Likewise.
10378         (__ASSUME_IN_NONBLOCK): Likewise.
10379         (__ASSUME_PIPE2): Likewise.
10380         (__ASSUME_EVENTFD2): Likewise.
10381         (__ASSUME_SIGNALFD4): Likewise.
10382         (__ASSUME_DUP3): Likewise.
10383         (__ASSUME_UTIMES): Undefine.
10384
10385         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10386         feclearexcept.  Remove symbol versioning code.
10387         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10388         symbol versioning code.
10389         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10390         symbol versioning code.
10391         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10392         feupdateenv.  Remove symbol versioning code.
10393         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10394         fegetexceptflag.  Remove symbol versioning code.
10395         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10396         fesetexceptflag.  Remove symbol versioning code.
10397         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10398         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10399         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10400         (__posix_fadvise64_l32): Remove prototype.
10401         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10402         code.
10403
10404 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10405
10406         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10407         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10408         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10409         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10410
10411 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10412
10413         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10414         current working directory
10415
10416 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10417
10418         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10419         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10420         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10421         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10422         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10423         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10424         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10425         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10443         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10445         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10446         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10447         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10449         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10451         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10452         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10453         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10454         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10455         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10456         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10457         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10458         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10459         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10460
10461         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10462         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10463
10464         * sysdeps/unix/sysv/linux/arm/Makefile
10465         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10466         Add rt-aeabi_unwind_cpp_pr1.
10467         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10468         Add nptl-aeabi_unwind_cpp_pr1.
10469         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10470         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10471         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10472         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10473         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10474         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10475
10476         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10477         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10478         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10479         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10480
10481         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10482         Deconditionalize the code that was previously under [RESET_PID].
10483         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10484
10485         * sysdeps/generic/exit-thread.h: New file.
10486         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10487         * include/unistd.h (__exit_thread): Remove declaration.
10488         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10489         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10490         * csu/libc-start.c: Include <exit-thread.h>.
10491         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10492         * nptl/pthread_create.c: Include <exit-thread.h>.
10493         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10494         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10495         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10496         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10497         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10498         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10499         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10500         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10501         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10502         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10503         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10504         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10505         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10506         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10507         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10508         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10509         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10510
10511 2014-05-13  Andreas Schwab  <schwab@suse.de>
10512
10513         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10514
10515 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10516
10517         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10518         (__ASSUME_UTIMES): Do not condition on kernel version.
10519         (__ASSUME_PSELECT): Define unconditionally.
10520         (__ASSUME_PPOLL): Likewise.
10521         (__ASSUME_ATFCTS): Likewise.
10522         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10523         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10524         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10525         (__ASSUME_UTIMENSAT): Define unconditionally.
10526         (__ASSUME_PRIVATE_FUTEX): Likewise.
10527         (__ASSUME_FALLOCATE): Likewise.
10528         (__ASSUME_O_CLOEXEC): Likewise.
10529         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10530         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10531         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10532         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10533         (__ASSUME_IN_NONBLOCK): Likewise.
10534         (__ASSUME_PIPE2): Likewise.
10535         (__ASSUME_EVENTFD2): Likewise.
10536         (__ASSUME_SIGNALFD4): Likewise.
10537         (__ASSUME_DUP3): Likewise.
10538         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10539         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10540         (__ASSUME_AT_RANDOM): Likewise.
10541         (__ASSUME_PREADV): Likewise.
10542         (__ASSUME_PWRITEV): Likewise.
10543         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10544         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10545         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10546         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10547         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10548         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10549         (__ASSUME_O_CLOEXEC): Define unconditionally.
10550         (__ASSUME_PSELECT): Do not undefine conditionally.
10551         (__ASSUME_PPOLL): Likewise.
10552         (__ASSUME_ATFCTS): Likewise.
10553         (__ASSUME_SET_ROBUST_LIST): Likewise.
10554         (__ASSUME_UTIMENSAT): Likewise.
10555         (__ASSUME_FDATASYNC): Define unconditionally.
10556         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10557         (__ASSUME_SIGFRAME_V2): Likewise.
10558         )__ASSUME_EVENTFD2): Likewise.
10559         (__ASSUME_SIGNALFD4): Likewise.
10560         (__ASSUME_PSELECT): Do not undefine conditionally.
10561         (__ASSUME_PPOLL): Likewise.
10562         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10563         (__ASSUME_PSELECT): Define unconditionally.
10564         (__ASSUME_PPOLL): Likewise.
10565         (__ASSUME_O_CLOEXEC): Likewise.
10566         (__ASSUME_SOCK_CLOEXEC): Likewise.
10567         (__ASSUME_IN_NONBLOCK): Likewise.
10568         (__ASSUME_PIPE2): Likewise.
10569         (__ASSUME_EVENTFD2): Likewise.
10570         (__ASSUME_SIGNALFD4): Likewise.
10571         (__ASSUME_DUP3): Likewise.
10572         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10573         (__ASSUME_O_CLOEXEC): Likewise.
10574         (__ASSUME_SOCK_CLOEXEC): Likewise.
10575         (__ASSUME_IN_NONBLOCK): Likewise.
10576         (__ASSUME_PIPE2): Likewise.
10577         (__ASSUME_EVENTFD2): Likewise.
10578         (__ASSUME_SIGNALFD4): Likewise.
10579         (__ASSUME_DUP3): Likewise.
10580         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10581         (__ASSUME_EVENTFD2): Likewise.
10582         (__ASSUME_SIGNALFD4): Likewise.
10583         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10584
10585 2014-05-12  Andreas Schwab  <schwab@suse.de>
10586
10587         [BZ #16932]
10588         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10589         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10590         than maximum RPC packet size.
10591         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10592         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10593         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10594         (_nss_nis_getservbyport_r): Likewise.
10595
10596 2014-05-12  Will Newton  <will.newton@linaro.org>
10597
10598         * malloc/Makefile (tests): Add tst-mallopt.
10599         * malloc/tst-mallopt.c: New file.
10600
10601 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10602
10603         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10604         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10605
10606 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10607
10608         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10609         (tst-tlsmod6.so): Likewise.
10610
10611 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10612
10613         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10614
10615 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10616
10617         [BZ #16064]
10618         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10619         and <dl-procinfo.h>.
10620         (__fegetenv): Save SSE state in envp->__eip if supported.
10621         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10622         envp->__eip if supported.
10623         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10624         and <dl-procinfo.h>.
10625         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10626         __data_offset and __data_selector in environment to 0.  Set SSE
10627         state if supported.
10628         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10629         test-fenv-sse.
10630         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10631         -mfpmath=sse.
10632         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10633
10634 2014-05-09  Will Newton  <will.newton@linaro.org>
10635
10636         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10637         and libc_relro_required for ARM.
10638         * sysdeps/arm/preconfigure: Regenerate.
10639
10640 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10641             Stefan Liebler  <stli@linux.vnet.ibm.com>
10642
10643         * config.make.in (enable-lock-elision): New Makefile variable.
10644         * configure.ac: Likewise.
10645         * configure: Regenerate.
10646         * sysdeps/s390/configure.ac:
10647         Add check for gcc transactions support.
10648         * sysdeps/s390/configure: Regenerate.
10649         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10650         Build elision files if enabled.
10651         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10652         Add lock elision support for s390.
10653         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10654         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10655         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10656         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10657         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10658         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10659         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10660         Likewise.
10661         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10662         Likewise.
10663         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10664         Likewise.
10665         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10666         Likewise.
10667         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10668         (__lll_timedlock_elision, __lll_lock_elision)
10669         (__lll_unlock_elision, __lll_trylock_elision)
10670         (lll_timedlock_elision, lll_lock_elision)
10671         (lll_unlock_elision, lll_trylock_elision): Add.
10672         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10673         (pthread_mutex_t): Add lock elision support for s390.
10674
10675 2014-05-14  Wilco  <wdijkstr@arm.com>
10676
10677         * sysdeps/arm/fclrexcpt.c: Cleanup.
10678         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10679         * sysdeps/arm/feenablxcpt.c: Cleanup.
10680         * sysdeps/arm/fegetenv.c: Cleanup.
10681         * sysdeps/arm/fegetexcept.c: Cleanup.
10682         * sysdeps/arm/fegetround.c: Cleanup.
10683         * sysdeps/arm/feholdexcpt.c: Cleanup.
10684         * sysdeps/arm/fesetenv.c: Cleanup.
10685         * sysdeps/arm/fesetround.c: Cleanup.
10686         * sysdeps/arm/feupdateenv.c: Cleanup.
10687         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10688         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10689         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10690         * sysdeps/arm/ftestexcept.c: Cleanup.
10691         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10692         * sysdeps/arm/setfpucw.c: Cleanup.
10693
10694 2014-05-09  Will Newton  <will.newton@linaro.org>
10695
10696         * sysdeps/arm/armv7/strcmp.S: New file.
10697         * NEWS: Mention addition of ARMv7 optimized strcmp.
10698
10699 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10700
10701         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10702         look for %.ac rather than %.in.
10703
10704         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10705         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10706         * sysdeps/mach/hurd/configure: Regenerated.
10707         * sysdeps/unix/sysv/linux/configure: Regenerated.
10708
10709         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10710
10711 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10712
10713         [BZ# 16922]
10714         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10715         (LONG_SUB): Ditto.
10716         (PTR_SUB): Ditto.
10717
10718 2014-05-07  Andreas Schwab  <schwab@suse.de>
10719
10720         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10721         when skipping over non-matching result from nscd.
10722
10723 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10724
10725         [BZ #16876]
10726         * nptl/sockperf.c (client): Check socket return value.
10727
10728         [BZ #16877]
10729         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10730         nscd security class.
10731
10732 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10733
10734         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10735         * sysdeps/arm/unwind.h: ... here.
10736
10737 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10738
10739         [BZ# 16916]
10740         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10741         Define.
10742
10743 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10744
10745         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10746         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10747         multiarch strncpy for PPC64.
10748         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10749         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10751         multiarch optimizations.
10752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10753         (__libc_ifunc_impl_list): Likewise.
10754         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10755         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10756         multiarch stpncpy for PPC64.
10757         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10758         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10759
10760 2014-05-06  Andreas Schwab  <schwab@suse.de>
10761
10762         [BZ #16912]
10763         * gmon/mcount.c (_MCOUNT_DECL): Use
10764         atomic_compare_and_exchange_bool_acq instead of
10765         catomic_compare_and_exchange_bool_acq.
10766
10767 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10768
10769         * elf/Makefile (others, install-bin): Remove pldd.
10770         (pldd-modules): Variable removed.
10771         ($(objpfx)pldd): Target removed.
10772         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10773         (others, install-bin): Append pldd here.
10774         ($(objpfx)pldd): New target.
10775
10776         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10777         to 0, so the first #if test emitted later doesn't see it undefined.
10778         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10779         * sysdeps/gnu/errlist.c: Regenerated.
10780
10781 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10782
10783         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10784         [libc_hidden_builtin_def]: Define to empty value.
10785         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10786         [libc_hidden_builtin_def]: Likewise.
10787         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10788         [libc_hidden_builtin_def]: Likewise.
10789         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10790         [libc_hidden_builtin_def]: Likewise.
10791         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10792         __redirect_memcpy and define ifunc as default hidden symbol.
10793         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10794         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10795
10796 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10797
10798         * locale/iso-4217.def: Reintroduce XDR currency.
10799
10800 2014-05-04  Allan McRae  <allan@archlinux.org>
10801
10802         * po/eo.po: Update Esperanto translation from translation project.
10803
10804 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10805
10806         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10807         and FEATURE_INDEX_MAX to 1.
10808         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10809
10810 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10811
10812         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10813         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10814         * iconvdata/big5.c (ONE_DIRECTION): Define.
10815         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10816         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10817         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10818         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10819         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10820         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10821         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10822         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10823         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10824         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10825         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10826         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10827         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10828         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10829         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10830         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10831         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10832         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10833         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10834         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10835         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10836         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10837         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10838         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10839         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10840         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10841         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10842         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10843         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10844         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10845         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10846         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10847         * iconvdata/johab.c (ONE_DIRECTION): Define.
10848         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10849         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10850         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10851         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10852         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10853         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10854         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10855         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10856         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10857         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10858
10859 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10860
10861         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10862         (_IO_JUMPS_OFFSET): Define to 0.
10863
10864         * nptl/sysdeps/pthread/bits/libc-lock.h
10865         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10866         (__libc_lock_define_initialized_recursive): Always define using
10867         initializer.  Modern compilers treat uninitialized (implicit zero) and
10868         explicit zero initializers the same (i.e. put the datum in bss).
10869
10870 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10871
10872         * nscd/nscd-client.h: Include <string.h>.
10873
10874 2014-05-01  David S. Miller  <davem@davemloft.net>
10875
10876         [BZ #16885]
10877         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10878         multiple zero bytes exist at the end of a string.
10879         Reported by Aurelien Jarno <aurelien@aurel32.net>
10880
10881         * string/test-strcmp.c (check): Add explicit test for situations where
10882         there are multiple zero bytes after the first.
10883
10884 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10885
10886         [BZ #16890]
10887         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10888         when compiling wprintf.
10889         * stdio-common/tstdiomisc.c (t3): New function.
10890         (main): Call it.
10891
10892 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10893
10894         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10895         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10896         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10897         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10898
10899 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10900
10901         * stdlib/longlong.h: Updated from GCC.
10902
10903 2014-05-01  Will Newton  <will.newton@linaro.org>
10904             Bernard Ogden  <bernie.ogden@linaro.org>
10905
10906         * NEWS: Update fixed bug list.
10907
10908         [BZ #15119]
10909         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10910
10911 2014-04-30  David S. Miller  <davem@davemloft.net>
10912
10913         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10914         (libc_feholdexcept_setround_sparc_ctx): New function.
10915         (libc_fesetenv_sparc_ctx): Likewise.
10916         (libc_feupdateenv_sparc_ctx): Likewise.
10917         (libc_feholdsetround_sparc_ctx): Likewise.
10918         (libc_feholdexcept_setround_ctx): Define.
10919         (libc_feholdexcept_setroundf_ctx): Likewise.
10920         (libc_feholdexcept_setroundl_ctx): Likewise.
10921         (libc_fesetenv_ctx): Likewise.
10922         (libc_fesetenvf_ctx): Likewise.
10923         (libc_fesetenvl_ctx): Likewise.
10924         (libc_feupdateenv_ctx): Likewise.
10925         (libc_feupdateenvf_ctx): Likewise.
10926         (libc_feupdateenvl_ctx): Likewise.
10927         (libc_feresetround_ctx): Likewise.
10928         (libc_feresetroundf_ctx): Likewise.
10929         (libc_feresetroundl_ctx): Likewise.
10930         (libc_feholdsetround_ctx): Likewise.
10931         (libc_feholdsetroundf_ctx): Likewise.
10932         (libc_feholdsetroundl_ctx): Likewise.
10933
10934         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10935         with __USE_GNU instead of XOPEN cpp guards.
10936
10937         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10938         0.
10939
10940         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10941         with XOPEN cpp guards.
10942
10943 2014-04-30  Julian Brown  <julian@codesourcery.com>
10944
10945         [BZ #16888]
10946         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10947         handling.
10948
10949 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10950
10951         [BZ #9894]
10952         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10953         Change to 2.6.32.
10954         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10955         * sysdeps/unix/sysv/linux/configure: Regenerated.
10956         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10957         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10958         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10959         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10960         * README: Update reference to required Linux kernel version.
10961         * manual/install.texi (Linux): Update reference to required Linux
10962         kernel headers version.
10963         * INSTALL: Regenerated.
10964
10965         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10966         header inclusion.
10967         [POSIX] (limits.h): Likewise.
10968         [POSIX] (math.h): Likewise.
10969         [POSIX] (sys/wait.h): Likewise.
10970         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10971         function.
10972         [POSIX] (stddef.h): Do not allow header inclusion.
10973
10974 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10975
10976         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10977
10978 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10979
10980         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10981         Return immediately after lll_futex_wake.
10982
10983 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10984
10985         [BZ #16791]
10986         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10987         structure.
10988         (datahead_init_pos): Call datahead_init_common early.
10989         (datahead_init_neg): Likewise.
10990
10991         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10992         datahead_init_neg): New functions.
10993         * nscd/aicache.c (addhstaiX): Use them.
10994         * nscd/grpcache.c (cache_addgr): Likewise.
10995         * nscd/hstcache.c (cache_addhst): Likewise.
10996         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10997         * nscd/netgroupcache.c (do_notfound): Likewise.
10998         (addgetnetgrentX): Likewise.
10999         (addinnetgrX): Likewise.
11000         * nscd/pwdcache.c (cache_addpw): Likewise.
11001         * nscd/servicescache.c (cache_addserv): Likewise.
11002
11003 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11004             Atsushi Onoe  <atsushi@onoe.org>
11005
11006         [BZ #14308]
11007         [BZ #12994]
11008         [BZ #13651]
11009         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11010         one response is valid.
11011         * resolv/res_send.c (send_dg): Check for validity of other
11012         response if the current response is a referral.
11013
11014 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11015
11016         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11017
11018 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11019
11020         [BZ #16823]
11021         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11022         Always divide by positive zero when computing -Inf result.
11023         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11024         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11025
11026 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11027
11028         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11029         FPSCR if value do not change.
11030         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11031         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11032         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11033         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11034         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11035         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11036         function.
11037
11038 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11039
11040         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11041         * sysdeps/unix/sysv/linux/hppa: Move directory from
11042         ports/systeps/unix/sysv/linux/hppa.
11043         * README: Update listing for hppa-*-linux-gnu.
11044
11045 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11046
11047         [BZ #16754]
11048         * manual/stdio.texi (Hook functions): Fix types of stream hook
11049         functions.
11050         [BZ #16854]
11051         * socket/sys/socket.h: Fix typo in comment.
11052
11053 2014-04-28  Wilco  <wdijkstr@arm.com>
11054
11055         * sysdeps/arm/fenv_private.h: New file.
11056         * sysdeps/arm/math_private.h: New file.
11057         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11058
11059 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11060
11061         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11062         with __int128_t.
11063         (La_x86_64_retval): Likewise.
11064
11065 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11066
11067         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11068         fpsr if value didn't change.
11069         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11070         to fpcr if value didn't change.
11071         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11072         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11073         fpsr or fpcr if value didn't change.
11074         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11075         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11076         fpcr if value didn't change.
11077         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11078         to fpsr if value didn't change.
11079
11080 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11081
11082         * nptl/tst-sem3.c: Use test-skeleton.c
11083         (main): Rename to do_test.  Use return instead of
11084         exit.
11085         * nptl/tst-sem4.c: Use test-skeleton.c
11086         (main): Rename to do_test.
11087
11088 2014-04-22  David S. Miller  <davem@davemloft.net>
11089
11090         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11091         (struct sigaction): New struct member __glibc_reserved0, change
11092         type of sa_flags to int.
11093
11094 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11095
11096         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11097         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11098
11099 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11100
11101         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11102         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11103
11104 2014-04-22  Will Newton  <will.newton@linaro.org>
11105             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11106
11107         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11108         (__longjmp): Add longjmp and longjmp_target SystemTap
11109         probes.
11110         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11111         (__sigsetjmp): Add setjmp SystemTap probe.
11112
11113 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11114
11115         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11116         match manual order.
11117
11118 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11119
11120         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11121
11122         * sysdeps/powerpc/fpu/fenv_private.h
11123         (libc_feholdexcept_setroundl_ctx): Define to
11124         libc_feholdexcept_setround_ppc_ctx.
11125         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11126         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11127         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11128         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11129
11130 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11131
11132         * sysdeps/aarch64/math-tests.h: New file.
11133
11134 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11135
11136         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11137         New.
11138         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11139         Check and set bit_AVX2_Usable.
11140         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11141         macro.
11142         (bit_AVX2): Likewise.
11143         (index_AVX2_Usable): Likewise.
11144         (CPUID_AVX2): Likewise.
11145         (HAS_AVX2): Likewise.
11146
11147 2014-04-17  Will Newton  <will.newton@linaro.org>
11148
11149         * manual/setjmp.texi (System V contexts): Add note that
11150         calling setcontext on a context created by a call to a
11151         signal handler is undefined.  Update text to note that
11152         setcontext from a signal handler is possible but not
11153         recommended.
11154
11155         [BZ #16629]
11156         * stdlib/tst-setcontext.c: Include signal.h.
11157         (main): Check that the signal stack before and
11158         after swapcontext is the same.
11159
11160         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11161         Re-implement to restore registers in user code and avoid
11162         rt_sigreturn system call.
11163
11164 2014-04-17  Wilco  <wdijkstr@arm.com>
11165
11166         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11167         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11168         * math/test-fenv.c: Skip exception trap tests on targets which only
11169         support non-stop mode.
11170
11171 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11172             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11173
11174         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11175         (libc_feholdsetround_aarch64_ctx)
11176         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11177         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11178         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11179         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11180         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11181         (libc_feresetround_noexl_ctx): Define.
11182
11183 2014-04-16  Richard Henderson  <rth@redhat.com>
11184
11185         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11186
11187         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11188         unwind tables.
11189
11190         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11191         const from the non-libc, non-ldso copy.
11192
11193         * sysdeps/alpha/libm-test-ulps: Regenerate.
11194
11195 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11196             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11197
11198         * sysdeps/aarch64/fpu/math_private.h: New file.
11199
11200 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11201
11202         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11203
11204 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11205
11206         [BZ #16275]
11207         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11208         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11209         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11210         Intel MPX bound registers before _dl_profile_fixup.
11211         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11212         registers after _dl_profile_fixup.  Save and restore bound
11213         registers bnd0/bnd1 when calling _dl_call_pltexit.
11214         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11215         (LR_BND_OFFSET): Likewise.
11216         (LRV_BND0_OFFSET): Likewise.
11217         (LRV_BND1_OFFSET): Likewise.
11218
11219 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11220
11221         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11222         to...
11223         * sysdeps/mach/hurd/i386/tls.h: ... here.
11224         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11225         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11226         fields.
11227
11228 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11229
11230         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11231
11232 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11233
11234         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11235
11236 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11237
11238         [BZ #14770]
11239         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11240         * sysdeps/s390/configure: Regenerate.
11241
11242         [BZ #16824]
11243         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11244         Set round-to-nearest internally to reduce error accumulation.
11245
11246 2014-04-16  Alan Modra  <amodra@gmail.com>
11247
11248         [BZ #16740]
11249         [BZ #16619]
11250         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11251         * math/libm-test.inc (frexp_test_data): Add tests.
11252         * NEWS: Update fixed bug list.
11253
11254 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11255
11256         * benchtests/Makefile: Depend on libraries in build directory.
11257         (bench-math): Separate out math tests.
11258         (bench-pthread): Separate out pthread tests.
11259         (bench): Include math and pthread tests.
11260
11261 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11262
11263         [BZ #16831]
11264         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11265         _dl_debug_initialize.
11266
11267         * configure.ac: Remove SELinux header check.
11268         * configure: Regenerate.
11269         * nscd/selinux.c (perms): Array of const char* to permission names.
11270         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11271         default policy. Call string_to_security_class and string_to_av_perm to
11272         translate strings. Enforce default policy and call avs_has_perm with
11273         results of translated strings.
11274
11275 2014-04-13  David S. Miller  <davem@davemloft.net>
11276
11277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11278
11279 2014-04-12  Allan McRae  <allan@archlinux.org>
11280
11281         [BZ #16838]
11282         * manual/string.texi (Collation Functions): Fix qsort argument
11283         order in example.
11284         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11285
11286 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11287
11288         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11289         Make the test a no-op if there are no exceptions defined.
11290
11291 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11292
11293         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11294         enable-hardcoded-path-in-tests
11295
11296 2014-04-11  Will Newton  <will.newton@linaro.org>
11297
11298         * benchtests/Makefile (extra-objs): Add json-lib.o.
11299         (bench-func): Tidy up JSON output.
11300         * benchtests/bench-skeleton.c: Include json-lib.h.
11301         (main): Use JSON library functions to do output of
11302         benchmark results.
11303         * benchtests/bench-timing-type.c (main): Output the
11304         timing type simply, leaving formatting to the user.
11305         * benchtests/json-lib.c: New file.
11306         * benchtests/json-lib.h: Likewise.
11307
11308 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11309
11310         [BZ #15215]
11311         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11312         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11313         memory barriers.  Add comments.
11314         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11315         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11316         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11317         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11318         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11319         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11320
11321 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11322
11323         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11324         * sysdeps/s390/s390-64/configure.ac: ... this ...
11325         * sysdeps/s390/configure.ac: ... to here.
11326         * sysdeps/s390/s390-32/configure: Delete file.
11327         * sysdeps/s390/s390-64/configure: Delete file.
11328         * sysdeps/s390/configure: Regenerate.
11329
11330 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11331
11332         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11333
11334 2014-04-11  Will Newton  <will.newton@linaro.org>
11335
11336         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11337         to zero if it is not defined elsewhere.  (mtrim): Test
11338         the value of MALLOC_DEBUG with #if rather than #ifdef.
11339
11340 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11341
11342         * benchtests/pthread_once-inputs: New file.
11343         * benchtests/pthread_once-source.c: New file.
11344         * benchtests/README: Update documentation.
11345
11346 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11347             H.J. Lu  <hongjiu.lu@intel.com>
11348
11349         [BZ #16275]
11350         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11351         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11352         * sysdeps/x86_64/configure: Regenerated.
11353         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11354         macro.
11355         (REGISTER_SAVE_RAX): Likewise.
11356         (REGISTER_SAVE_RCX): Likewise.
11357         (REGISTER_SAVE_RDX): Likewise.
11358         (REGISTER_SAVE_RSI): Likewise.
11359         (REGISTER_SAVE_RDI): Likewise.
11360         (REGISTER_SAVE_R8): Likewise.
11361         (REGISTER_SAVE_R9): Likewise.
11362         (REGISTER_SAVE_BND0): Likewise.
11363         (REGISTER_SAVE_BND1): Likewise.
11364         (REGISTER_SAVE_BND2): Likewise.
11365         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11366         bound registers when calling _dl_fixup.
11367
11368 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11369
11370         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11371         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11372         of its definition.
11373         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11374         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11375         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11376         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11377         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11378         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11379         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11380
11381 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11382
11383         [BZ #15514]
11384         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11385         pathconf(_PC_NAME_MAX).
11386
11387 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11388
11389         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11390         Remove macro usage.
11391         (__PTHREAD_SPINS): Move definition to ...
11392         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11393         (__PTHREAD_SPINS): ... here.
11394         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11395         (__PTHREAD_SPIN): Likewise.
11396         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11397         (__PTHREAD_SPIN): Likewise.
11398         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11399         (__PTHREAD_SPIN): Likewise.
11400         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11401         (__PTHREAD_SPIN): Likewise.
11402         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11403         (__PTHREAD_SPIN): Likewise.
11404         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11405         (__PTHREAD_SPIN): Likewise.
11406         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11407         (__PTHREAD_SPIN): Likewise.
11408         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11409         (__PTHREAD_SPIN): Likewise.
11410         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11411         (__PTHREAD_SPIN): Likewise.
11412         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11413         (__PTHREAD_SPIN): Likewise.
11414         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11415         (__PTHREAD_SPIN): Likewise.
11416         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11417         (__PTHREAD_SPIN): Likewise.
11418
11419         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11420         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11421         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11422         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11423         imply folder.
11424         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11425         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11426         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11427         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11428         correct imply path.
11429         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11430         strlen symbol for non multi-arch builds.
11431         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11432         missing hidden_def and weak_alias.
11433
11434 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11435
11436         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11437
11438 2014-04-07  Will Newton  <will.newton@linaro.org>
11439
11440         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11441         and contents.  [!_LIBC] Remove #ifndef and contents.
11442         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11443         * string/memccpy.c (__memccpy): Use ANSI prototype.
11444         * string/memfrob.c (memfrob): Likewise.
11445         * string/strcoll.c (STRCOLL): Likewise.
11446         * string/strlen.c (strlen): Likewise.
11447         * string/strtok.c (STRTOK): Likewise.
11448         * string/strcat.c: Remove unused #include of memcopy.h.
11449         (strcat): Use ANSI prototype.
11450         * string/strchr.c: Remove unused #include of memcopy.h.
11451         (strchr): Use ANSI prototype.
11452         * string/strcmp.c: Remove unused #include of memcopy.h.
11453         (strcmp): Use ANSI prototype.
11454         * string/strcpy.c: Remove unused #include of memcopy.h.
11455         (strcpy): Use ANSI prototype.
11456
11457 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11458
11459         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11460         * config.make.in (config-extra-cppflags): Set it from
11461         libc_extra_cppflags.
11462         * configure.ac (libc_extra_cflags): Make it accumulate over
11463         configure fragments.
11464         (libc_extra_cppflags): New flag.
11465         * configure. Regenerate.
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11467         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11468         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11470
11471         [BZ #16815]
11472         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11473         result for FE_DOWNWARD rounding mode.
11474         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11475         Likewise.
11476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11477
11478 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11479
11480         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11481         in function argument name.
11482
11483 2014-04-03  David Svoboda  <svoboda@cert.org>
11484
11485         [BZ #5666]
11486         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11487         explicitly.
11488
11489 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11490
11491         * elf/dl-unmap-segments.h: New file.
11492         * sysdeps/generic/ldsodefs.h
11493         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11494         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11495         * elf/dl-fptr.c: Likewise.
11496         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11497         * sysdeps/aarch64/tlsdesc.c: Likewise.
11498         * sysdeps/arm/tlsdesc.c: Likewise.
11499         * sysdeps/i386/tlsdesc.c: Likewise.
11500         * sysdeps/tile/dl-runtime.c: Likewise.
11501         * sysdeps/x86_64/tlsdesc.c: Likewise.
11502         * elf/dl-load.h: New file.
11503         * elf/dl-load.c: Include it.
11504         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11505         Macros moved to dl-load.h.
11506         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11507         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11508         Use _dl_unmap_segments in place of __munmap.
11509         Break out segment-mapping loop into ...
11510         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11511
11512 2014-04-03  Will Newton  <will.newton@linaro.org>
11513
11514         * elf/dl-lookup.c (do_lookup_x): Remove comment
11515         referring to nested function and move variable
11516         declarations down to before first use.
11517
11518 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11519
11520         [BZ #16799]
11521         [BZ #16800]
11522         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11523         with 0 numerator.
11524         * math/s_catanf.c (__catanf): Likewise.
11525         * math/s_catanh.c (__catanh): Likewise.
11526         * math/s_catanhf.c (__catanhf): Likewise.
11527         * math/s_catanhl.c (__catanhl): Likewise.
11528         * math/s_catanl.c (__catanl): Likewise.
11529         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11530         by positive zero when computing -Inf result.
11531         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11532         (catanh_test): Likewise.
11533         * sysdeps/i386/fpu/libm-test-ulps: Update.
11534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11535
11536         [BZ #16789]
11537         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11538         instead of using underflowing value in computing result.
11539         * math/s_clog10.c (__clog10): Likewise.
11540         * math/s_clog10f.c (__clog10f): Likewise.
11541         * math/s_clog10l.c (__clog10l): Likewise.
11542         * math/s_clogf.c (__clogf): Likewise.
11543         * math/s_clogl.c (__clogl): Likewise.
11544         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11545         (clog10_test): Likewise.
11546         * sysdeps/i386/fpu/libm-test-ulps: Update.
11547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11548
11549 2014-04-02  Alan Modra  <amodra@gmail.com>
11550
11551         [BZ #16739]
11552         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11553         output when value is near a power of two.  Use int64_t for lx and
11554         remove casts.  Use decimal rather than hex exponent constants.
11555         Don't use long double multiplication when double will suffice.
11556         * math/libm-test.inc (nextafter_test_data): Add tests.
11557         * NEWS: Add 16739 and 16786 to bug list.
11558
11559         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11560
11561         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11562
11563 2014-04-01  Will Newton  <will.newton@linaro.org>
11564
11565         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11566         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11567
11568 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11569
11570         [BZ #13347]
11571         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11572         * nptl/tst-setuid2.c: New file.
11573         * nptl/Makefile (xtests): Add tst-setuid2.
11574
11575 2014-04-01  Alan Modra  <amodra@gmail.com>
11576
11577         [BZ #16786]
11578         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11579
11580 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11581
11582         [BZ #6803]
11583         [BZ #6804]
11584         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11585         set errno as appropriate.
11586         * math/w_scalbf.c (__scalbf): Likewise.
11587         * math/w_scalbl.c (__scalbl): Likewise.
11588         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11589         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11590         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11591         Add more NaN tests.
11592
11593         [BZ #16349]
11594         * math/w_atan2.c: Include <errno.h>.
11595         (__atan2): Set errno for result underflowing to zero.
11596         * math/w_atan2f.c: Include <errno.h>.
11597         (__atan2f): Set errno for result underflowing to zero.
11598         * math/w_atan2l.c: Include <errno.h>.
11599         (__atan2l): Set errno for result underflowing to zero.
11600         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11601         tests.
11602         * math/auto-libm-test-out: Regenerated.
11603
11604 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11605
11606         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11607         Encode instruction correctly in little endian.
11608         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11609         Likewise.
11610         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11611         Likewise.
11612         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11613         Likewise.
11614         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11615         Likewise.
11616
11617 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11618
11619         [BZ #9894]
11620         * sysdeps/unix/sysv/linux/kernel-features.h
11621         [__sparc__ && !__arch64__ && !__sparc_v9__]
11622         (__ASSUME_SET_ROBUST_LIST): Do not define.
11623         [__sparc__ && !__arch64__ && !__sparc_v9__]
11624         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11625         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11626         Likewise.
11627         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11628         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11629         (__ASSUME_REQUEUE_PI): Likewise.
11630         (__ASSUME_SET_ROBUST_LIST): Likewise.
11631         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11632         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11633         Undefine.
11634         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11635         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11636         Likewise.
11637         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11638         Likewise.
11639         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11640         Likewise.
11641         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11642         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11643         Undefine.
11644         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11645         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11646         Likewise.
11647
11648         [BZ #16648]
11649         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11650         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11651         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11652
11653 2014-03-31  Will Newton  <will.newton@linaro.org>
11654
11655         * benchtests/Makefile (bench): Add ffs and ffsll to list
11656         of tests.
11657         * benchtests/ffs-inputs: New file.
11658         * benchtests/ffsll-inputs: Likewise.
11659
11660 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11661
11662         [BZ #16770]
11663         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11664         too large before casting to int.
11665         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11666         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11667         * math/libm-test.inc (scalb_test_data): Add more tests.
11668
11669 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11670
11671         * benchtests/Makefile (DETAILED_OPT): New make option.
11672         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11673         set.
11674         * benchtests/bench-skeleton.c: Include stdbool.h.
11675         (main): Store and print timings per input.
11676         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11677         member to each argument value.
11678         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11679         (_print_arg_data): Initialize per-input timing to 0.
11680
11681         * benchtests/Makefile (timing-type): New binary.
11682         (bench-clean): Also remove bench-timing-type.
11683         (bench): New target for timing-type.
11684         (bench-func): Print output in JSON format.
11685         * benchtests/bench-skeleton.c (main): Print output in JSON
11686         format.
11687         * benchtests/bench-timing-type.c: New file.
11688         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11689         (TIMING_PRINT_STATS): Remove.
11690         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11691         name separately.
11692
11693         * benchtests/bench-modf.c: Remove.
11694         * benchtests/modf-inputs: New inputs file.
11695
11696 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11697
11698         [BZ #16362]
11699         * math/s_clog10.c (M_PI_LOG10E): New macro.
11700         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11701         imaginary parts are 0.
11702         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11703         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11704         imaginary parts are 0.
11705         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11706         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11707         imaginary parts are 0.
11708         * math/libm-test.inc (clog10_test_data): Update expected results
11709         for when real and imaginary parts are 0.
11710
11711 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11712
11713         * elf/dl-load.c: Finish conversion of __builtin_expect into
11714         __glibc_{un}likely.
11715
11716 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11717
11718         [BZ #16348]
11719         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11720         1+x for argument with exponent below -67.
11721         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11722         Likewise.
11723         * math/auto-libm-test-in: Add more tests of exp.
11724         * math/auto-libm-test-out: Regenerated.
11725
11726 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11727
11728         [BZ #16759]
11729         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11730         (nscd_getnetgrent): Use it.
11731
11732         [BZ #16760]
11733         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11734         of stpcpy.
11735
11736 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11737
11738         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11739         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11740         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11741         (lll_robust_unlock): Remove out of line section. Use cfi
11742         intrinsics.
11743         (LLL_STUB_UNWIND_INFO*): Remove.
11744         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11745         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11746         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11747         (lll_robust_unlock): Remove out of line section. Use cfi
11748         intrinsics.
11749         (LLL_STUB_UNWIND_INFO*): Remove.
11750
11751 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11752
11753         [BZ #16758]
11754         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11755         blank values.
11756
11757 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11758
11759         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11760
11761 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11762
11763         [BZ #16198]
11764         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11765         fnstenv.
11766         * math/test-fenv-preserve.c: New file.
11767         * math/Makefile (tests): Add test-fenv-preserve.
11768
11769 2014-03-26  Will Newton <will.newton@linaro.org>
11770
11771         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11772
11773 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11774
11775         * scripts/versionlist.awk: Partition the version sets and emit all
11776         GLIBC_* (sorted) before all others (sorted).
11777
11778 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11779
11780         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11781         GLIBC_2.2.5 version.
11782
11783 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11784
11785         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11786         calls.
11787
11788         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11789         previous change.
11790
11791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11792
11793 2014-03-25  Andreas Schwab  <schwab@suse.de>
11794
11795         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11796         label to be used after in6ailist is initialized.
11797
11798 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11799
11800         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11801         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11802
11803 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11804
11805         [BZ #16357]
11806         [BZ #16599]
11807         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11808         min_plus_half.
11809         (fp_formats): Update initializers.
11810         (init_fp_formats): Initialize new field.
11811         (output_for_one_input_case): Allow underflow for results up to
11812         min_plus_half.
11813         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11814         * math/auto-libm-test-in: Don't mark some underflows from asin and
11815         atanh as spurious.
11816         * math/auto-libm-test-out: Regenerated.
11817         * sysdeps/i386/fpu/libm-test-ulps: Update.
11818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11819
11820 2014-03-25  Andreas Schwab  <schwab@suse.de>
11821
11822         * libio/Makefile (tst-ftell-partial-wide-ENV)
11823         (tst-ftell-active-handler-ENV): Define.
11824
11825 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11826
11827         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11828
11829 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11830
11831         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11832
11833 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11834
11835         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11836         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11837         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11838
11839 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11840
11841         [BZ #16634]
11842         * elf/dl-load.c (open_verify): Add mode parameter.
11843         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11844         (open_path): Change from boolean 'secure' to complete flag 'mode'
11845         (_dl_map_object): Adjust.
11846         * elf/Makefile (tests): Add tst-dlopen-aout.
11847         * elf/tst-dlopen-aout.c: New test.
11848
11849 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11850
11851         [BZ #16714]
11852         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11853         (struct stat): Rename member pad0 to __glibc_reserved0.
11854
11855         [BZ #16712]
11856         * sysdeps/s390/s390-32/bits/wordsize.h
11857         (__WORDSIZE32_SIZE_ULONG): New define.
11858         * sysdeps/s390/s390-64/bits/wordsize.h
11859         (__WORDSIZE32_SIZE_ULONG): Likewise.
11860         * sysdeps/generic/stdint.h (SIZE_MAX):
11861         Define as UL if __WORDSIZE32_SIZE_ULONG.
11862
11863         [BZ #16713]
11864         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11865         (__glibc_reserved0): New variable.
11866         (sa_flags): Change type to int.
11867
11868         * posix/Makefile (before-compile): Use += before-compile instead
11869         of a :=.
11870
11871         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11872         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11873
11874 2014-03-20  Andreas Schwab  <schwab@suse.de>
11875
11876         [BZ #16743]
11877         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11878         non-matching result from nscd.
11879
11880 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11881
11882         * scripts/bench.py: Moved to ...
11883         * benchtests/scripts/bench.py: ... here.
11884         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11885
11886 2014-03-24  Andreas Schwab  <schwab@suse.de>
11887
11888         [BZ #16002]
11889         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11890         alloca_account and account alloca use for struct in6ailist.
11891
11892 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11893
11894         [BZ #16284]
11895         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11896         rounding mode to recompute results that overflow to infinity or
11897         underflow to zero.
11898         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11899         bug 16284.
11900         * math/auto-libm-test-out: Regenerated.
11901         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11902         (ccosh_test): Likewise.
11903         (csin_test_data): Use plus_oflow.
11904         (csin_test): Use ALL_RM_TEST.
11905         (csinh_test_data): Use plus_oflow.
11906         (csinh_test): Use ALL_RM_TEST.
11907         * sysdeps/i386/fpu/libm-test-ulps: Update.
11908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11909
11910 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11911
11912         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11913         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11914         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11915
11916         [BZ #16731]
11917         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11918         when x - 1 is zero.
11919         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11920         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11921         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11922         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11923         argument is 1.
11924         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11925         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11926         zero.
11927         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11928         * sysdeps/i386/fpu/libm-test-ulps: Update.
11929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11930
11931 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11932
11933         * scripts/bench.pl: Remove file.
11934         * scripts/bench.py: New benchmark script.
11935         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11936         * benchtests/README: Mention python dependency.
11937         * scripts/pylintrc: New file.
11938         * scripts/pylint: New file.
11939
11940         * bits/mathdef.h: Use #ifdef instead of #if.
11941         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11942         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11943         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11944         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11945         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11946         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11947
11948 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11949             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11950
11951         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11952         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11953         and strpbrk-ppc64 objects.
11954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11955         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11956         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11957         multiarch strpbrk for POWER7.
11958         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11959         multiarch strpbrk for PPC64.
11960         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11961         ifunc selector.
11962         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11963         strpbrk for POWER7.
11964
11965 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11966
11967         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11968         (atan_test): Likewise.
11969         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11970         (atanh_test): Use ALL_RM_TEST.
11971         (atan2_test_data): Likewise.
11972         (cabs_test): Likewise.
11973         (cacosh_test): Likewise.
11974         (carg_test): Likewise.
11975         (casin_test): Likewise.
11976         (casinh_test): Likewise.
11977         (cbrt_test): Likewise.
11978         (csqrt_test): Likewise.
11979         (erf_test): Likewise.
11980         (erfc_test): Likewise.
11981         (pow10_test): Likewise.
11982         (exp2_test): Likewise.
11983         (hypot_test): Likewise.
11984         (j0_test): Likewise.
11985         (j1_test): Likewise.
11986         (lgamma_test): Likewise.
11987         (gamma_test): Likewise.
11988         (sincos_test): Likewise.
11989         (tanh_test): Likewise.
11990         (y0_test): Likewise.
11991         (y1_test): Likewise.
11992         * sysdeps/i386/fpu/libm-test-ulps: Update.
11993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11994
11995 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11996
11997         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11998         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11999         and strcspn-ppc64 objects.
12000         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12001         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12002         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12003         multiarch strcspn for POWER7.
12004         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12005         multiarch strcspn for PPC64.
12006         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12007         ifunc selector.
12008         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12009         strcspn for POWER7.
12010
12011 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12012
12013         * math/gen-libm-test.pl (generate_testfile): Expect only function
12014         name as argument to AUTO_TESTS_* and pass results for all rounding
12015         modes to parse_args.
12016         (parse_auto_input): Separate inputs of automatic tests from
12017         outputs before storing in %auto_tests.
12018         * math/libm-test.inc (acos_test_data): Update call to
12019         AUTO_TESTS_f_f.
12020         (acos_test): Use ALL_RM_TEST.
12021         (acos_tonearest_test_data): Remove.
12022         (acos_test_tonearest): Likewise.
12023         (acos_towardzero_test_data): Likewise.
12024         (acos_test_towardzero): Likewise.
12025         (acos_downward_test_data): Likewise.
12026         (acos_test_downward): Likewise.
12027         (acos_upward_test_data): Likewise.
12028         (acos_test_upward): Likewise.
12029         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12030         (asin_test_data): Likewise.
12031         (asin_test): Use ALL_RM_TEST.
12032         (asin_tonearest_test_data): Remove.
12033         (asin_test_tonearest): Likewise.
12034         (asin_towardzero_test_data): Likewise.
12035         (asin_test_towardzero): Likewise.
12036         (asin_downward_test_data): Likewise.
12037         (asin_test_downward): Likewise.
12038         (asin_upward_test_data): Likewise.
12039         (asin_test_upward): Likewise.
12040         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12041         (atan_test_data): Likewise.
12042         (atanh_test_data): Likewise.
12043         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12044         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12045         (carg_test_data): Likewise.
12046         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12047         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12048         (ccosh_test_data): Likewise.
12049         (cexp_test_data): Likewise.
12050         (clog_test_data): Likewise.
12051         (clog10_test_data): Likewise.
12052         (cos_test_data): Update call to AUTO_TESTS_f_f.
12053         (cos_test): Use ALL_RM_TEST.
12054         (cos_tonearest_test_data): Remove.
12055         (cos_test_tonearest): Likewise.
12056         (cos_towardzero_test_data): Likewise.
12057         (cos_test_towardzero): Likewise.
12058         (cos_downward_test_data): Likewise.
12059         (cos_test_downward): Likewise.
12060         (cos_upward_test_data): Likewise.
12061         (cos_test_upward): Likewise.
12062         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12063         (cosh_test): Use ALL_RM_TEST.
12064         (cosh_tonearest_test_data): Remove.
12065         (cosh_test_tonearest): Likewise.
12066         (cosh_towardzero_test_data): Likewise.
12067         (cosh_test_towardzero): Likewise.
12068         (cosh_downward_test_data): Likewise.
12069         (cosh_test_downward): Likewise.
12070         (cosh_upward_test_data): Likewise.
12071         (cosh_test_upward): Likewise.
12072         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12073         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12074         (ctan_test_data): Likewise.
12075         (ctan_test): Use ALL_RM_TEST.
12076         (ctan_tonearest_test_data): Remove.
12077         (ctan_test_tonearest): Likewise.
12078         (ctan_towardzero_test_data): Likewise.
12079         (ctan_test_towardzero): Likewise.
12080         (ctan_downward_test_data): Likewise.
12081         (ctan_test_downward): Likewise.
12082         (ctan_upward_test_data): Likewise.
12083         (ctan_test_upward): Likewise.
12084         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12085         (ctanh_test): Use ALL_RM_TEST.
12086         (ctanh_tonearest_test_data): Remove.
12087         (ctanh_test_tonearest): Likewise.
12088         (ctanh_towardzero_test_data): Likewise.
12089         (ctanh_test_towardzero): Likewise.
12090         (ctanh_downward_test_data): Likewise.
12091         (ctanh_test_downward): Likewise.
12092         (ctanh_upward_test_data): Likewise.
12093         (ctanh_test_upward): Likewise.
12094         (erf_test_data): Update call to AUTO_TESTS_f_f.
12095         (erfc_test_data): Likewise.
12096         (exp_test_data): Likewise.
12097         (exp_test): Use ALL_RM_TEST.
12098         (exp_tonearest_test_data): Remove.
12099         (exp_test_tonearest): Likewise.
12100         (exp_towardzero_test_data): Likewise.
12101         (exp_test_towardzero): Likewise.
12102         (exp_downward_test_data): Likewise.
12103         (exp_test_downward): Likewise.
12104         (exp_upward_test_data): Likewise.
12105         (exp_test_upward): Likewise.
12106         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12107         (exp10_test): Use ALL_RM_TEST.
12108         (exp10_tonearest_test_data): Remove.
12109         (exp10_test_tonearest): Likewise.
12110         (exp10_towardzero_test_data): Likewise.
12111         (exp10_test_towardzero): Likewise.
12112         (exp10_downward_test_data): Likewise.
12113         (exp10_test_downward): Likewise.
12114         (exp10_upward_test_data): Likewise.
12115         (exp10_test_upward): Likewise.
12116         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12117         (expm1_test_data): Likewise.
12118         (expm1_test): Use ALL_RM_TEST.
12119         (expm1_tonearest_test_data): Remove.
12120         (expm1_test_tonearest): Likewise.
12121         (expm1_towardzero_test_data): Likewise.
12122         (expm1_test_towardzero): Likewise.
12123         (expm1_downward_test_data): Likewise.
12124         (expm1_test_downward): Likewise.
12125         (expm1_upward_test_data): Likewise.
12126         (expm1_test_upward): Likewise.
12127         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12128         (fma_test): Use ALL_RM_TEST.
12129         (fma_towardzero_test_data): Remove.
12130         (fma_test_towardzero): Likewise.
12131         (fma_downward_test_data): Likewise.
12132         (fma_test_downward): Likewise.
12133         (fma_upward_test_data): Likewise.
12134         (fma_test_upward): Likewise.
12135         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12136         (j0_test_data): Update call to AUTO_TESTS_f_f.
12137         (j1_test_data): Likewise.
12138         (jn_test_data): Update call to AUTO_TESTS_if_f.
12139         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12140         (log_test_data): Update call to AUTO_TESTS_f_f.
12141         (log10_test_data): Likewise.
12142         (log1p_test_data): Likewise.
12143         (log2_test_data): Likewise.
12144         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12145         (pow_tonearest_test_data): Likewise.
12146         (sin_test_data): Update call to AUTO_TESTS_f_f.
12147         (sin_test): Use ALL_RM_TEST.
12148         (sin_tonearest_test_data): Remove.
12149         (sin_test_tonearest): Likewise.
12150         (sin_towardzero_test_data): Likewise.
12151         (sin_test_towardzero): Likewise.
12152         (sin_downward_test_data): Likewise.
12153         (sin_test_downward): Likewise.
12154         (sin_upward_test_data): Likewise.
12155         (sin_test_upward): Likewise.
12156         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12157         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12158         (sinh_test): Use ALL_RM_TEST.
12159         (sinh_tonearest_test_data): Remove.
12160         (sinh_test_tonearest): Likewise.
12161         (sinh_towardzero_test_data): Likewise.
12162         (sinh_test_towardzero): Likewise.
12163         (sinh_downward_test_data): Likewise.
12164         (sinh_test_downward): Likewise.
12165         (sinh_upward_test_data): Likewise.
12166         (sinh_test_upward): Likewise.
12167         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12168         (sqrt_test): Use ALL_RM_TEST.
12169         (sqrt_tonearest_test_data): Remove.
12170         (sqrt_test_tonearest): Likewise.
12171         (sqrt_towardzero_test_data): Likewise.
12172         (sqrt_test_towardzero): Likewise.
12173         (sqrt_downward_test_data): Likewise.
12174         (sqrt_test_downward): Likewise.
12175         (sqrt_upward_test_data): Likewise.
12176         (sqrt_test_upward): Likewise.
12177         (tan_test_data): Update call to AUTO_TESTS_f_f.
12178         (tan_test): Use ALL_RM_TEST.
12179         (tan_tonearest_test_data): Remove.
12180         (tan_test_tonearest): Likewise.
12181         (tan_towardzero_test_data): Likewise.
12182         (tan_test_towardzero): Likewise.
12183         (tan_downward_test_data): Likewise.
12184         (tan_test_downward): Likewise.
12185         (tan_upward_test_data): Likewise.
12186         (tan_test_upward): Likewise.
12187         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12188         (tgamma_test_data): Likewise.
12189         (y0_test_data): Likewise.
12190         (y1_test_data): Likewise.
12191         (yn_test_data): Update call to AUTO_TESTS_if_f.
12192         (main): Do not call removed functions.
12193
12194 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12195
12196         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12197         (ldexp_test_data): Remove.
12198         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12199         scalbn_test_data.
12200         (scalb_test): Use ALL_RM_TEST.
12201
12202 2014-03-19  Andreas Schwab  <schwab@suse.de>
12203
12204         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12205
12206 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12207
12208         [BZ #16649]
12209         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12210         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12211         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12212         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12213         (__ASSUME_PREADV): Undefine.
12214         (__ASSUME_PWRITEV): Likewise.
12215
12216 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12217
12218         * bits/mman-linux.h: Add comment about non-Linux use.
12219         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12220         bits/mman-linux.h resting place.
12221
12222         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12223         * bits/mman-linux.h: ... here.
12224
12225 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12226
12227         * conform/conformtest.pl: Add standard definition when calling C
12228         preprocessor on data files.
12229         (checknamespace): Remove unused variable.
12230
12231 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12232
12233         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12234         minus_oflow, plus_uflow and minus_uflow in expected results.
12235         * math/libm-test.inc (scalbn_test_data): Add more tests of
12236         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12237         minus_uflow.
12238         (scalbn_test): Use ALL_RM_TEST.
12239         (scalbln_test_data): Add more tests of negative arguments.  Use
12240         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12241         (scalbln_test): Use ALL_RM_TEST.
12242
12243 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12244
12245         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12246
12247 2014-03-18  Will Newton  <will.newton@linaro.org>
12248
12249         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12250         inaccurate comment.
12251
12252 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12253
12254         * Makerules [!subdir] (check-abi): Exit with error status if a
12255         test failed.
12256
12257 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12258
12259         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12260         for rint.  Include results for all rounding modes.
12261         (nearbyint_test): Use ALL_RM_TEST.
12262         (rint_test_data): Include all tests used for nearbyint.
12263
12264 2014-03-17  Will Newton  <will.newton@linaro.org>
12265
12266         * nptl/sysdeps/pthread/pthread.h: Revert previous
12267         change.
12268
12269         * sysdeps/generic/ldsodefs.h: Revert previous
12270         change.
12271
12272         * libio/genops.c: Revert previous change.
12273         * libio/libioP.h: Likewise.
12274         * stdio-common/vfprintf.c: Likewise.
12275
12276         * sysdeps/generic/math_private.h: Revert previous
12277         change.
12278
12279         * sysdeps/generic/math_private.h: Check whether
12280         HAVE_RM_CTX is defined with #ifdef rather
12281         than #if.
12282
12283         * argp/argp-fmtstream.h: Check whether
12284         __STRICT_ANSI__ is defined with #ifdef rather
12285         than #if.
12286         * argp/argp.h: Likewise.
12287
12288         * libio/genops.c: Check whether
12289         _IO_JUMPS_OFFSET is defined with #ifdef rather
12290         than #if.
12291         * libio/libioP.h: Likewise.
12292         * stdio-common/vfprintf.c: Likewise.
12293
12294         * sysdeps/generic/ldsodefs.h: Check whether
12295         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12296         than #if.
12297
12298         * nptl/sysdeps/pthread/pthread.h: Check
12299         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12300         its value.
12301
12302 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12303
12304         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12305         setting O_APPEND.
12306         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12307         test case.
12308
12309         [BZ #16680]
12310         * libio/fileops.c (_IO_file_open): Seek to end of file but
12311         don't cache the offset.
12312         (get_file_offset): Remove function.
12313         (do_ftell): Use cached offset when available.
12314         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12315         don't cache the offset.
12316         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12317         case.
12318         (do_one_test): Call it.
12319         (do_ftell_test): Fix up expected old offset for a+ mode.
12320         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12321         available.
12322
12323         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12324         up test status with function return status.
12325         (do_write_test): Likewise.
12326         (do_append_test): Likewise.
12327
12328         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12329         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12330         Remove.
12331
12332 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12333
12334         * math/gen-libm-test.pl (parse_args): Handle results specified for
12335         each rounding mode separately.
12336         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12337         tests and results from lrint_tonearest_test_data,
12338         lrint_towardzero_test_data, lrint_downward_test_data and
12339         lrint_upward_test_data.
12340         (lrint_test): Use ALL_RM_TEST.
12341         (lrint_tonearest_test_data): Remove.
12342         (lrint_test_tonearest): Likewise.
12343         (lrint_towardzero_test_data): Likewise.
12344         (lrint_test_towardzero): Likewise.
12345         (lrint_downward_test_data): Likewise.
12346         (lrint_test_downward): Likewise.
12347         (lrint_upward_test_data): Likewise.
12348         (lrint_test_upward): Likewise.
12349         (llrint_test_data): Merge in per-rounding-mode tests and results
12350         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12351         llrint_downward_test_data and llrint_upward_test_data.
12352         (llrint_test): Use ALL_RM_TEST.
12353         (llrint_tonearest_test_data): Remove.
12354         (llrint_test_tonearest): Likewise.
12355         (llrint_towardzero_test_data): Likewise.
12356         (llrint_test_towardzero): Likewise.
12357         (llrint_downward_test_data): Likewise.
12358         (llrint_test_downward): Likewise.
12359         (llrint_upward_test_data): Likewise.
12360         (llrint_test_upward): Likewise.
12361         (rint_test_data): Merge in per-rounding-mode tests and results
12362         from rint_tonearest_test_data, rint_towardzero_test_data,
12363         rint_downward_test_data and rint_upward_test_data.  Add
12364         per-rounding-mode results for tests not in those arrays.
12365         (rint_test): Use ALL_RM_TEST.
12366         (rint_tonearest_test_data): Remove.
12367         (rint_test_tonearest): Likewise.
12368         (rint_towardzero_test_data): Likewise.
12369         (rint_test_towardzero): Likewise.
12370         (rint_downward_test_data): Likewise.
12371         (rint_test_downward): Likewise.
12372         (rint_upward_test_data): Likewise.
12373         (rint_test_upward): Likewise.
12374         (main): Don't call removed functions.
12375
12376 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12377
12378         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12379         "Compiled on ..." crapola.  It is anti-useful.
12380
12381 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12382
12383         * scripts/evaluate-test.sh: Handle fourth argument to determine
12384         whether test run should stop on failure.
12385         * Makeconfig (stop-on-test-failure): New variable.
12386         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12387         $(stop-on-test-failure).
12388         * Makefile (tests): Give a summary of results from testing and
12389         exit with failure status if they include an ERROR or FAIL.
12390         (xtests): Likewise.
12391         * manual/install.texi (Configuring and compiling): Mention
12392         stop-on-test-failure=y.
12393         * INSTALL: Regenerated.
12394
12395 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12396
12397         * scripts/versionlist.awk: New file.
12398         * Makerules [$(build-shared) = yes]
12399         (postclean-generated): Add Versions.def, not Versions.def.v and
12400         Versions.def.v.i.
12401         ($(common-objpfx)Versions.def.v.i): Target removed.
12402         ($(common-objpfx)Versions.def): New target.
12403         ($(common-objpfx)Versions.all): Depend on that rather that
12404         $(common-objpfx)Versions.def.v.
12405         * Versions.def: File removed.
12406
12407         * Makeconfig (+gccwarn): Add -Wundef.
12408         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12409         a dl-sysdep.h breaking its contract.
12410         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12411         * include/stackinfo.h: New file.
12412         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12413         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12414         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12415         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12416         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12417         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12418         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12419         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12420         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12421         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12422         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12423         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12424         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12425         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12426         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12427
12428 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12429
12430         [BZ #16707]
12431         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12432         implementation.
12433         * math/libm-test.inc (round_test_data): Add more tests.
12434
12435         [BZ #16706]
12436         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12437         implementation.
12438         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12439
12440         [BZ #16701]
12441         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12442         implementation.
12443         * math/libm-test.inc (ceil_test_data): Add more tests.
12444
12445         * math/libm-test.inc (trunc_test_data): Add more tests related to
12446         BZ#16414.
12447
12448 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12449
12450         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12451         with #if rather than #ifdef.
12452         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12453
12454 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12455
12456         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12457         first.  Disable AVX-512 GCC support if assembler doesn't support
12458         it.
12459         * sysdeps/x86_64/configure: Regenerated.
12460
12461 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12462
12463         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12464         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12465         (__old_pthread_attr_setstack): Likewise.
12466         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12467         [!_STACK_GROWS_DOWN]: Likewise.
12468
12469 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12470
12471         * config.make.in (have-bash2): Delete.
12472         * configure.ac (libc_cv_have_bash2): Delete.
12473         * configure: Regenerate.
12474         * elf/Makefile (common-ldd-rewrite): Rename to ...
12475         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12476         (sh-ldd-rewrite): Delete.
12477         (bash-ldd-rewrite): Delete.
12478         (have-bash2): Delete checks.
12479         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12480         ldd-rewrite.
12481
12482         * config.make.in (have-ksh): Delete.
12483         (KSH): Delete.
12484         * configure.ac (libc_cv_have_ksh): Delete.
12485         * configure: Regenerate.
12486
12487         * elf/Makefile: Delete $(have-ksh) check.
12488         ($(objpfx)sotruss): Change KSH to BASH.
12489         * elf/sotruss.ksh: Rename to ...
12490         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12491         function style to match POSIX.  Drop ksh vim mode setting.
12492
12493         * manual/time.texi (Specifying the Time Zone with TZ): Change
12494         Tuesday to Thursday.
12495
12496         * debug/tst-longjmp_chk2.c: Update header comment.
12497         (stackoverflow_handler): Add comment.  Call assert on pass value.
12498
12499 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12500
12501         [BZ #16194]
12502         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12503         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12504         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12505         (La_x86_64_vector): Add zmm.
12506         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12507         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12508         ($(objpfx)tst-audit10): New target.
12509         ($(objpfx)tst-audit10.out): Likewise.
12510         (tst-audit10-ENV): New.
12511         (AVX512-CFLAGS): Likewise.
12512         (CFLAGS-tst-audit10.c): Likewise.
12513         (CFLAGS-tst-auditmod10a.c): Likewise.
12514         (CFLAGS-tst-auditmod10b.c): Likewise.
12515         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12516         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12517         * sysdeps/x86_64/configure: Regenerated.
12518         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12519         AVX-512 zmm register support.
12520         (_dl_x86_64_save_sse): Likewise.
12521         (_dl_x86_64_restore_sse): Likewise.
12522         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12523         size vector registers.
12524         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12525         (ZMM_SIZE): Likewise.
12526         * sysdeps/x86_64/tst-audit10.c: New file.
12527         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12528         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12529
12530 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12531
12532         * configure.ac (HAVE_EHDR_START): New check.
12533         * configure: Regenerated.
12534         * config.h.in (HAVE_EHDR_START): New #undef.
12535         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12536         assuming the lowest-addressed segment maps the start of the file.
12537
12538 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12539
12540         * INSTALL: Regenerated.
12541
12542 2014-03-13  Will Newton  <will.newton@linaro.org>
12543
12544         * manual/setjmp.texi (System V contexts): Improve
12545         clarity and grammar of documentation.
12546
12547 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12548
12549         [BZ #16381]
12550         * elf/Makefile (tests): Add tst-pie2.
12551         (tests-pie): Add tst-pie2.
12552         * elf/tst-pie2.c: New file.
12553         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12554         for ET_EXEC.
12555         * elf/rtld.c (map_doit): Load executable as lt_executable.
12556         (dl_main): Likewise.
12557
12558 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12559
12560         [BZ #16642]
12561         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12562         (__ASSUME_PSELECT): Undefine.
12563
12564 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12565
12566         [BZ #16689]
12567         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12568         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12569         static build.
12570         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12571         selector for static builds.
12572
12573 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12574
12575         [BZ #16695]
12576         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12577         key in the buffer.
12578
12579 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12580
12581         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12582         IFUNC selector for static builds.
12583
12584 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12585
12586         * sysdeps/mips/math_private.h [__mips_hard_float]
12587         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12588         libc_feresetround_mips_ctx.
12589         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12590         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12591         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12592
12593         [BZ #16677]
12594         * math/s_nextafter.c (__nextafter): Do not return value from
12595         overflowing computation.
12596         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12597         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12598         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12599         Likewise.
12600         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12601         Likewise.
12602         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12603         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12604
12605 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12606
12607         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12608         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12609         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12610         the new mov targetting sp.
12611
12612 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12613
12614         [BZ #16683]
12615         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12616         Define it for static builds as well.
12617         (NO_BZERO_IMPL): Likewise.
12618
12619 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12620
12621         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12622         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12623         multiarch strspn for PPC64.
12624         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12625         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12626         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12627         (__libc_ifunc_impl_list): Likewise.
12628         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12629         multiarch optimizations
12630         * string/strspn.c (strspn): Using macro to redefine symbol name.
12631
12632 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12633             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12634
12635         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12636         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12637         multiarch strncat for PPC64.
12638         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12639         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12640         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12641         (__libc_ifunc_impl_list): Likewise.
12642         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12643         multiarch optimizations
12644
12645 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12646
12647         [BZ #16639]
12648         * nscd/nscd.service: Make service type forking.
12649
12650 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12651
12652         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12653         sign in non default rounding modes.
12654         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12655
12656 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12657
12658         * math/libm-test.inc (ALL_RM_TEST): New macro.
12659         (ceil_test): Use ALL_RM_TEST.
12660         (cimag_test): Likewise.
12661         (conj_test): Likewise.
12662         (copysign_test): Likewise.
12663         (cproj_test): Likewise.
12664         (creal_test): Likewise.
12665         (fabs_test): Likewise.
12666         (floor_test): Likewise.
12667         (fmax_test): Likewise.
12668         (fmin_test): Likewise.
12669         (fmod_test): Likewise.
12670         (fpclassify_test): Likewise.
12671         (frexp_test): Likewise.
12672         (ilogb_test): Likewise.
12673         (isfinite_test): Likewise.
12674         (finite_test): Likewise.
12675         (isgreater_test): Likewise.
12676         (isgreaterequal_test): Likewise.
12677         (isinf_test): Likewise.
12678         (isless_test): Likewise.
12679         (islessequal_test): Likewise.
12680         (islessgreater_test): Likewise.
12681         (isnan_test): Likewise.
12682         (isnormal_test): Likewise.
12683         (issignaling_test): Likewise.
12684         (isunordered_test): Likewise.
12685         (logb_test): Likewise.
12686         (logb_downward_test_data): Remove.
12687         (logb_test_downward): Likewise.
12688         (lround_test): Use ALL_RM_TEST.
12689         (llround_test): Likewise.
12690         (modf_test): Likewise.
12691         (nexttoward_test): Likewise.
12692         (remainder_test): Likewise.
12693         (drem_test): Likewise.
12694         (remainder_tonearest_test_data): Likewise.
12695         (remainder_test_tonearest): Likewise.
12696         (drem_test_tonearest): Likewise.
12697         (remainder_towardzero_test_data): Likewise.
12698         (remainder_test_towardzero): Likewise.
12699         (drem_test_towardzero): Likewise.
12700         (remainder_downward_test_data): Likewise.
12701         (remainder_test_downward): Likewise.
12702         (drem_test_downward): Likewise.
12703         (remainder_upward_test_data): Likewise.
12704         (remainder_test_upward): Likewise.
12705         (drem_test_upward): Likewise.
12706         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12707         (round_test): Use ALL_RM_TEST.
12708         (signbit_test): Likewise.
12709         (trunc_test): Likewise.
12710         (significand_test): Likewise.
12711         (main): Don't call removed functions.
12712
12713 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12714
12715         [BZ #16674]
12716         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12717         || __USE_XOPEN2K8].
12718         (ILL_ILLOPN): Likewise.
12719         (ILL_ILLADR): Likewise.
12720         (ILL_ILLTRP): Likewise.
12721         (ILL_PRVOPC): Likewise.
12722         (ILL_PRVREG): Likewise.
12723         (ILL_COPROC): Likewise.
12724         (ILL_BADSTK): Likewise.
12725         (FPE_INTDIV): Likewise.
12726         (FPE_INTOVF): Likewise.
12727         (FPE_FLTDIV): Likewise.
12728         (FPE_FLTOVF): Likewise.
12729         (FPE_FLTUND): Likewise.
12730         (FPE_FLTRES): Likewise.
12731         (FPE_FLTINV): Likewise.
12732         (FPE_FLTSUB): Likewise.
12733         (SEGV_MAPERR): Likewise.
12734         (SEGV_ACCERR): Likewise.
12735         (BUS_ADRALN): Likewise.
12736         (BUS_ADRERR): Likewise.
12737         (BUS_OBJERR): Likewise.
12738         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12739         (TRAP_TRACE): Likewise.
12740         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12741         __USE_XOPEN2K8].
12742         (CLD_KILLED): Likewise.
12743         (CLD_DUMPED): Likewise.
12744         (CLD_TRAPPED): Likewise.
12745         (CLD_STOPPED): Likewise.
12746         (CLD_CONTINUED): Likewise.
12747         (POLL_IN): Likewise.
12748         (POLL_OUT): Likewise.
12749         (POLL_MSG): Likewise.
12750         (POLL_ERR): Likewise.
12751         (POLL_PRI): Likewise.
12752         (POLL_HUP): Likewise.
12753         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12754         Likewise.
12755         (ILL_ILLOPN): Likewise.
12756         (ILL_ILLADR): Likewise.
12757         (ILL_ILLTRP): Likewise.
12758         (ILL_PRVOPC): Likewise.
12759         (ILL_PRVREG): Likewise.
12760         (ILL_COPROC): Likewise.
12761         (ILL_BADSTK): Likewise.
12762         (FPE_INTDIV): Likewise.
12763         (FPE_INTOVF): Likewise.
12764         (FPE_FLTDIV): Likewise.
12765         (FPE_FLTOVF): Likewise.
12766         (FPE_FLTUND): Likewise.
12767         (FPE_FLTRES): Likewise.
12768         (FPE_FLTINV): Likewise.
12769         (FPE_FLTSUB): Likewise.
12770         (SEGV_MAPERR): Likewise.
12771         (SEGV_ACCERR): Likewise.
12772         (BUS_ADRALN): Likewise.
12773         (BUS_ADRERR): Likewise.
12774         (BUS_OBJERR): Likewise.
12775         (BUS_MCEERR_AR): Likewise.
12776         (BUS_MCEERR_AO): Likewise.
12777         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12778         (TRAP_TRACE): Likewise.
12779         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12780         __USE_XOPEN2K8].
12781         (CLD_KILLED): Likewise.
12782         (CLD_DUMPED): Likewise.
12783         (CLD_TRAPPED): Likewise.
12784         (CLD_STOPPED): Likewise.
12785         (CLD_CONTINUED): Likewise.
12786         (POLL_IN): Likewise.
12787         (POLL_OUT): Likewise.
12788         (POLL_MSG): Likewise.
12789         (POLL_ERR): Likewise.
12790         (POLL_PRI): Likewise.
12791         (POLL_HUP): Likewise.
12792         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12793         (ILL_ILLOPN): Likewise.
12794         (ILL_ILLADR): Likewise.
12795         (ILL_ILLTRP): Likewise.
12796         (ILL_PRVOPC): Likewise.
12797         (ILL_PRVREG): Likewise.
12798         (ILL_COPROC): Likewise.
12799         (ILL_BADSTK): Likewise.
12800         (FPE_INTDIV): Likewise.
12801         (FPE_INTOVF): Likewise.
12802         (FPE_FLTDIV): Likewise.
12803         (FPE_FLTOVF): Likewise.
12804         (FPE_FLTUND): Likewise.
12805         (FPE_FLTRES): Likewise.
12806         (FPE_FLTINV): Likewise.
12807         (FPE_FLTSUB): Likewise.
12808         (SEGV_MAPERR): Likewise.
12809         (SEGV_ACCERR): Likewise.
12810         (BUS_ADRALN): Likewise.
12811         (BUS_ADRERR): Likewise.
12812         (BUS_OBJERR): Likewise.
12813         (BUS_MCEERR_AR): Likewise.
12814         (BUS_MCEERR_AO): Likewise.
12815         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12816         (TRAP_TRACE): Likewise.
12817         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12818         __USE_XOPEN2K8].
12819         (CLD_KILLED): Likewise.
12820         (CLD_DUMPED): Likewise.
12821         (CLD_TRAPPED): Likewise.
12822         (CLD_STOPPED): Likewise.
12823         (CLD_CONTINUED): Likewise.
12824         (POLL_IN): Likewise.
12825         (POLL_OUT): Likewise.
12826         (POLL_MSG): Likewise.
12827         (POLL_ERR): Likewise.
12828         (POLL_PRI): Likewise.
12829         (POLL_HUP): Likewise.
12830         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12831         Likewise.
12832         (ILL_ILLOPN): Likewise.
12833         (ILL_ILLADR): Likewise.
12834         (ILL_ILLTRP): Likewise.
12835         (ILL_PRVOPC): Likewise.
12836         (ILL_PRVREG): Likewise.
12837         (ILL_COPROC): Likewise.
12838         (ILL_BADSTK): Likewise.
12839         (ILL_BADIADDR): Likewise.
12840         (ILL_BREAK): Likewise.
12841         (FPE_INTDIV): Likewise.
12842         (FPE_INTOVF): Likewise.
12843         (FPE_FLTDIV): Likewise.
12844         (FPE_FLTOVF): Likewise.
12845         (FPE_FLTUND): Likewise.
12846         (FPE_FLTRES): Likewise.
12847         (FPE_FLTINV): Likewise.
12848         (FPE_FLTSUB): Likewise.
12849         (FPE_DECOVF): Likewise.
12850         (FPE_DECDIV): Likewise.
12851         (FPE_DECERR): Likewise.
12852         (FPE_INVASC): Likewise.
12853         (FPE_INVDEC): Likewise.
12854         (SEGV_MAPERR): Likewise.
12855         (SEGV_ACCERR): Likewise.
12856         (SEGV_PSTKOVF): Likewise.
12857         (BUS_ADRALN): Likewise.
12858         (BUS_ADRERR): Likewise.
12859         (BUS_OBJERR): Likewise.
12860         (BUS_MCEERR_AR): Likewise.
12861         (BUS_MCEERR_AO): Likewise.
12862         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12863         (TRAP_TRACE): Likewise.
12864         (TRAP_BRANCH): Likewise.
12865         (TRAP_HWBKPT): Likewise.
12866         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12867         __USE_XOPEN2K8].
12868         (CLD_KILLED): Likewise.
12869         (CLD_DUMPED): Likewise.
12870         (CLD_TRAPPED): Likewise.
12871         (CLD_STOPPED): Likewise.
12872         (CLD_CONTINUED): Likewise.
12873         (POLL_IN): Likewise.
12874         (POLL_OUT): Likewise.
12875         (POLL_MSG): Likewise.
12876         (POLL_ERR): Likewise.
12877         (POLL_PRI): Likewise.
12878         (POLL_HUP): Likewise.
12879         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12880         (ILL_ILLOPN): Likewise.
12881         (ILL_ILLADR): Likewise.
12882         (ILL_ILLTRP): Likewise.
12883         (ILL_PRVOPC): Likewise.
12884         (ILL_PRVREG): Likewise.
12885         (ILL_COPROC): Likewise.
12886         (ILL_BADSTK): Likewise.
12887         (FPE_INTDIV): Likewise.
12888         (FPE_INTOVF): Likewise.
12889         (FPE_FLTDIV): Likewise.
12890         (FPE_FLTOVF): Likewise.
12891         (FPE_FLTUND): Likewise.
12892         (FPE_FLTRES): Likewise.
12893         (FPE_FLTINV): Likewise.
12894         (FPE_FLTSUB): Likewise.
12895         (SEGV_MAPERR): Likewise.
12896         (SEGV_ACCERR): Likewise.
12897         (BUS_ADRALN): Likewise.
12898         (BUS_ADRERR): Likewise.
12899         (BUS_OBJERR): Likewise.
12900         (BUS_MCEERR_AR): Likewise.
12901         (BUS_MCEERR_AO): Likewise.
12902         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12903         (TRAP_TRACE): Likewise.
12904         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12905         __USE_XOPEN2K8].
12906         (CLD_KILLED): Likewise.
12907         (CLD_DUMPED): Likewise.
12908         (CLD_TRAPPED): Likewise.
12909         (CLD_STOPPED): Likewise.
12910         (CLD_CONTINUED): Likewise.
12911         (POLL_IN): Likewise.
12912         (POLL_OUT): Likewise.
12913         (POLL_MSG): Likewise.
12914         (POLL_ERR): Likewise.
12915         (POLL_PRI): Likewise.
12916         (POLL_HUP): Likewise.
12917         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12918         (ILL_ILLOPN): Likewise.
12919         (ILL_ILLADR): Likewise.
12920         (ILL_ILLTRP): Likewise.
12921         (ILL_PRVOPC): Likewise.
12922         (ILL_PRVREG): Likewise.
12923         (ILL_COPROC): Likewise.
12924         (ILL_BADSTK): Likewise.
12925         (FPE_INTDIV): Likewise.
12926         (FPE_INTOVF): Likewise.
12927         (FPE_FLTDIV): Likewise.
12928         (FPE_FLTOVF): Likewise.
12929         (FPE_FLTUND): Likewise.
12930         (FPE_FLTRES): Likewise.
12931         (FPE_FLTINV): Likewise.
12932         (FPE_FLTSUB): Likewise.
12933         (SEGV_MAPERR): Likewise.
12934         (SEGV_ACCERR): Likewise.
12935         (BUS_ADRALN): Likewise.
12936         (BUS_ADRERR): Likewise.
12937         (BUS_OBJERR): Likewise.
12938         (BUS_MCEERR_AR): Likewise.
12939         (BUS_MCEERR_AO): Likewise.
12940         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12941         (TRAP_TRACE): Likewise.
12942         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12943         __USE_XOPEN2K8].
12944         (CLD_KILLED): Likewise.
12945         (CLD_DUMPED): Likewise.
12946         (CLD_TRAPPED): Likewise.
12947         (CLD_STOPPED): Likewise.
12948         (CLD_CONTINUED): Likewise.
12949         (POLL_IN): Likewise.
12950         (POLL_OUT): Likewise.
12951         (POLL_MSG): Likewise.
12952         (POLL_ERR): Likewise.
12953         (POLL_PRI): Likewise.
12954         (POLL_HUP): Likewise.
12955         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12956         (ILL_ILLOPN): Likewise.
12957         (ILL_ILLADR): Likewise.
12958         (ILL_ILLTRP): Likewise.
12959         (ILL_PRVOPC): Likewise.
12960         (ILL_PRVREG): Likewise.
12961         (ILL_COPROC): Likewise.
12962         (ILL_BADSTK): Likewise.
12963         (FPE_INTDIV): Likewise.
12964         (FPE_INTOVF): Likewise.
12965         (FPE_FLTDIV): Likewise.
12966         (FPE_FLTOVF): Likewise.
12967         (FPE_FLTUND): Likewise.
12968         (FPE_FLTRES): Likewise.
12969         (FPE_FLTINV): Likewise.
12970         (FPE_FLTSUB): Likewise.
12971         (SEGV_MAPERR): Likewise.
12972         (SEGV_ACCERR): Likewise.
12973         (BUS_ADRALN): Likewise.
12974         (BUS_ADRERR): Likewise.
12975         (BUS_OBJERR): Likewise.
12976         (BUS_MCEERR_AR): Likewise.
12977         (BUS_MCEERR_AO): Likewise.
12978         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12979         (TRAP_TRACE): Likewise.
12980         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12981         __USE_XOPEN2K8].
12982         (CLD_KILLED): Likewise.
12983         (CLD_DUMPED): Likewise.
12984         (CLD_TRAPPED): Likewise.
12985         (CLD_STOPPED): Likewise.
12986         (CLD_CONTINUED): Likewise.
12987         (POLL_IN): Likewise.
12988         (POLL_OUT): Likewise.
12989         (POLL_MSG): Likewise.
12990         (POLL_ERR): Likewise.
12991         (POLL_PRI): Likewise.
12992         (POLL_HUP): Likewise.
12993         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12994         (ILL_ILLOPN): Likewise.
12995         (ILL_ILLADR): Likewise.
12996         (ILL_ILLTRP): Likewise.
12997         (ILL_PRVOPC): Likewise.
12998         (ILL_PRVREG): Likewise.
12999         (ILL_COPROC): Likewise.
13000         (ILL_BADSTK): Likewise.
13001         (ILL_DBLFLT): Likewise.
13002         (ILL_HARDWALL): Likewise.
13003         (FPE_INTDIV): Likewise.
13004         (FPE_INTOVF): Likewise.
13005         (FPE_FLTDIV): Likewise.
13006         (FPE_FLTOVF): Likewise.
13007         (FPE_FLTUND): Likewise.
13008         (FPE_FLTRES): Likewise.
13009         (FPE_FLTINV): Likewise.
13010         (FPE_FLTSUB): Likewise.
13011         (SEGV_MAPERR): Likewise.
13012         (SEGV_ACCERR): Likewise.
13013         (BUS_ADRALN): Likewise.
13014         (BUS_ADRERR): Likewise.
13015         (BUS_OBJERR): Likewise.
13016         (BUS_MCEERR_AR): Likewise.
13017         (BUS_MCEERR_AO): Likewise.
13018         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13019         (TRAP_TRACE): Likewise.
13020         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13021         __USE_XOPEN2K8].
13022         (CLD_KILLED): Likewise.
13023         (CLD_DUMPED): Likewise.
13024         (CLD_TRAPPED): Likewise.
13025         (CLD_STOPPED): Likewise.
13026         (CLD_CONTINUED): Likewise.
13027         (POLL_IN): Likewise.
13028         (POLL_OUT): Likewise.
13029         (POLL_MSG): Likewise.
13030         (POLL_ERR): Likewise.
13031         (POLL_PRI): Likewise.
13032         (POLL_HUP): Likewise.
13033         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13034         (ILL_ILLOPN): Likewise.
13035         (ILL_ILLADR): Likewise.
13036         (ILL_ILLTRP): Likewise.
13037         (ILL_PRVOPC): Likewise.
13038         (ILL_PRVREG): Likewise.
13039         (ILL_COPROC): Likewise.
13040         (ILL_BADSTK): Likewise.
13041         (FPE_INTDIV): Likewise.
13042         (FPE_INTOVF): Likewise.
13043         (FPE_FLTDIV): Likewise.
13044         (FPE_FLTOVF): Likewise.
13045         (FPE_FLTUND): Likewise.
13046         (FPE_FLTRES): Likewise.
13047         (FPE_FLTINV): Likewise.
13048         (FPE_FLTSUB): Likewise.
13049         (SEGV_MAPERR): Likewise.
13050         (SEGV_ACCERR): Likewise.
13051         (BUS_ADRALN): Likewise.
13052         (BUS_ADRERR): Likewise.
13053         (BUS_OBJERR): Likewise.
13054         (BUS_MCEERR_AR): Likewise.
13055         (BUS_MCEERR_AO): Likewise.
13056         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13057         (TRAP_TRACE): Likewise.
13058         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13059         __USE_XOPEN2K8].
13060         (CLD_KILLED): Likewise.
13061         (CLD_DUMPED): Likewise.
13062         (CLD_TRAPPED): Likewise.
13063         (CLD_STOPPED): Likewise.
13064         (CLD_CONTINUED): Likewise.
13065         (POLL_IN): Likewise.
13066         (POLL_OUT): Likewise.
13067         (POLL_MSG): Likewise.
13068         (POLL_ERR): Likewise.
13069         (POLL_PRI): Likewise.
13070         (POLL_HUP): Likewise.
13071         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13072         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13073
13074         [BZ #16670]
13075         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13076         before #include of <time.h>.
13077         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13078         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13079         (test-xfail-UNIX98/sched.h/conform): Likewise.
13080
13081 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13082
13083         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13084         error absence of trapping exception support.
13085         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13086
13087 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13088
13089         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13090         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13091         * timezone/Makefile (testdata): Move definition above include of
13092         Rules.
13093         (test-zones): New variable.
13094         (tests-special): Add zone files.
13095         (build-testdata): Use $(evaluate-test).
13096
13097         * elf/Makefile (tests-special): Rename tests to end with .out.
13098         ($(objpfx)noload-mem): Likewise.
13099         ($(objpfx)tst-leaks1-mem): Likewise.
13100         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13101         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13102         $(objpfx)test-iconvconfig.out.
13103         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13104         set -e inside subshell and redirect output to file.
13105         * iconvdata/Makefile (generated): Rename tests to end with .out.
13106         Correct type.
13107         (tests-special): Rename tests to end with .out.
13108         ($(objpfx)mtrace-tst-loading): Likewise.
13109         * intl/Makefile (generated): Likewise.
13110         (tests-special): Likewise.
13111         ($(objpfx)mtrace-tst-gettext): Likewise.
13112         * misc/Makefile (generated): Likewise.
13113         (tests-special): Likewise.
13114         ($(objpfx)tst-error1-mem): Likewise.
13115         * nptl/Makefile (tests-special): Likewise.
13116         ($(objpfx)tst-stack3-mem): Likewise.
13117         (generated): Likewise.
13118         * posix/Makefile (generated): Likewise.
13119         (tests-special): Likewise.
13120         (xtests-special): Likewise.
13121         ($(objpfx)tst-fnmatch-mem): Likewise.
13122         ($(objpfx)bug-regex2-mem): Likewise.
13123         ($(objpfx)bug-regex14-mem): Likewise.
13124         ($(objpfx)bug-regex21-mem): Likewise.
13125         ($(objpfx)bug-regex31-mem): Likewise.
13126         ($(objpfx)tst-vfork3-mem): Likewise.
13127         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13128         ($(objpfx)tst-pcre-mem): Likewise.
13129         ($(objpfx)tst-boost-mem): Likewise.
13130         ($(objpfx)bug-ga2-mem): Likewise.
13131         ($(objpfx)bug-glob2-mem): Likewise.
13132         * resolv/Makefile (generate): Likewise.
13133         (tests-special): Likewise.
13134         (xtests-special): Likewise.
13135         (generated): Likewise.
13136         ($(objpfx)mtrace-tst-leaks): Likewise.
13137         ($(objpfx)mtrace-tst-leaks2): Likewise.
13138
13139         * scripts/merge-test-results.sh: New file.
13140         * Makefile (tests-special-notdir): New variable.
13141         (tests): Run merge-test-results.sh.
13142         (xtests): Likewise.
13143         * Rules (tests-special-notdir): New variable.
13144         (xtests-special-notdir): Likewise.
13145         (tests): Run merge-test-results.sh
13146         (xtests): Likewise.
13147
13148         * Makeconfig (test-xfail-name): New variable.
13149         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13150         compute variable name for expected failures.
13151         * conform/Makefile (conformtest-headers-data): New variable.
13152         (conformtest-standards): Likewise.
13153         (conformtest-headers-ISO): Likewise.
13154         (conformtest-headers-ISO99): Likewise.
13155         (conformtest-headers-ISO11): Likewise.
13156         (conformtest-headers-POSIX): Likewise.
13157         (conformtest-headers-XPG3): Likewise.
13158         (conformtest-headers-XPG4): Likewise.
13159         (conformtest-headers-UNIX98): Likewise.
13160         (conformtest-headers-XOPEN2K): Likewise.
13161         (conformtest-headers-POSIX2008): Likewise.
13162         (conformtest-headers-XOPEN2K8): Likewise.
13163         (conformtest-header-list-base): Likewise.
13164         (conformtest-header-list-tests): Likewise.
13165         (conformtest-header-base): Likewise.
13166         (conformtest-header-tests): Likewise.
13167         (tests-special): Add $(conformtest-header-list-tests).  If
13168         [$(fast-check) && !$(cross-compiling)], add
13169         $(conformtest-header-tests) instead of
13170         $(objpfx)run-conformtest.out.
13171         (generated): Add $(conformtest-header-list-base).  If
13172         [$(fast-check) && !$(cross-compiling)], add
13173         $(conformtest-header-base).  Remove previous setting.
13174         ($(conformtest-header-list-tests)): New target.
13175         (test-xfail-run-conformtest): Remove variable.
13176         ($(objpfx)run-conformtest.out): Remove target.
13177         (test-xfail-ISO11/complex.h/conform): New variable.
13178         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13179         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13180         (test-xfail-XPG3/varargs.h/conform): Likewise.
13181         (test-xfail-XPG4/varargs.h/conform): Likewise.
13182         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13183         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13184         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13185         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13186         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13187         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13188         (test-xfail-XPG3/ftw.h/conform): Likewise.
13189         (test-xfail-XPG3/grp.h/conform): Likewise.
13190         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13191         (test-xfail-XPG3/limits.h/conform): Likewise.
13192         (test-xfail-XPG3/pwd.h/conform): Likewise.
13193         (test-xfail-XPG3/search.h/conform): Likewise.
13194         (test-xfail-XPG3/signal.h/conform): Likewise.
13195         (test-xfail-XPG3/stdio.h/conform): Likewise.
13196         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13197         (test-xfail-XPG3/string.h/conform): Likewise.
13198         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13199         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13200         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13201         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13202         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13203         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13204         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13205         (test-xfail-XPG3/termios.h/conform): Likewise.
13206         (test-xfail-XPG3/time.h/conform): Likewise.
13207         (test-xfail-XPG3/unistd.h/conform): Likewise.
13208         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13209         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13210         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13211         (test-xfail-XPG4/netdb.h/conform): Likewise.
13212         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13213         (test-xfail-XPG4/signal.h/conform): Likewise.
13214         (test-xfail-XPG4/stdio.h/conform): Likewise.
13215         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13216         (test-xfail-XPG4/stropts.h/conform): Likewise.
13217         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13218         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13219         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13220         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13221         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13222         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13223         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13224         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13225         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13226         (test-xfail-XPG4/termios.h/conform): Likewise.
13227         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13228         (test-xfail-XPG4/unistd.h/conform): Likewise.
13229         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13230         (test-xfail-POSIX/sched.h/conform): Likewise.
13231         (test-xfail-POSIX/signal.h/conform): Likewise.
13232         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13233         (test-xfail-POSIX/tar.h/conform): Likewise.
13234         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13235         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13236         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13237         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13238         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13239         (test-xfail-UNIX98/sched.h/conform): Likewise.
13240         (test-xfail-UNIX98/signal.h/conform): Likewise.
13241         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13242         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13243         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13244         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13245         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13246         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13247         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13248         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13249         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13250         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13251         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13252         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13253         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13254         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13255         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13256         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13257         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13258         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13259         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13260         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13261         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13262         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13263         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13264         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13265         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13266         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13267         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13268         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13269         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13270         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13271         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13272         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13273         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13274         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13275         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13276         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13277         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13278         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13279         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13280         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13281         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13282         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13283         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13284         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13285         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13286         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13287         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13288         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13289         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13290         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13291         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13292         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13293         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13294         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13295         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13296         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13297         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13298         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13299         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13300         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13301         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13302         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13303         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13304         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13305         (conformtest-cc-flags): Likewise.
13306         ($(conformtest-header-tests): New target.
13307         * conform/check-header-lists.sh: New file.
13308         * conform/run-conformtest.sh: Remove.
13309
13310         * conform/conformtest.pl: Allow ' and \ in values given for
13311         constants.
13312         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13313         inclusion.
13314         [POSIX] (sys/types.h): Likewise.
13315         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13316         inclusion.
13317         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13318         inclusion.
13319         * conform/data/signal.h-data (SIGIO): Remove expectation.
13320         [XPG3] (SIGBUS): Do not expect.
13321         [POSIX || XPG3] (SIGPOLL): Likewise.
13322         [POSIX || XPG3] (SIGPROF): Likewise.
13323         [POSIX || XPG3] (SIGSYS): Likewise.
13324         [XPG3] (SIGTRAP): Likewise.
13325         [POSIX || XPG3] (SIGURG): Likewise.
13326         [POSIX || XPG3] (SIGVTALRM): Likewise.
13327         [POSIX || XPG3] (SIGXCPU): Likewise.
13328         [POSIX || XPG3] (SIGXFSZ): Likewise.
13329         [POSIX] (SA_SIGINFO): Expect.
13330         [XPG3] (siginfo_t): Do not expect type or contents.
13331         [POSIX] (si_pid): Do not expect element.
13332         [POSIX] (si_uid): Likewise.
13333         [POSIX] (si_addr): Likewise.
13334         [POSIX] (si_status): Likewise.
13335         [POSIX] (si_band): Likewise.
13336         [XPG4] (si_value): Likewise.
13337         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13338         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13339         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13340         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13341         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13342         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13343         [POSIX || XPG3] (ILL_COPROC): Likewise.
13344         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13345         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13346         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13347         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13348         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13349         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13350         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13351         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13352         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13353         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13354         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13355         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13356         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13357         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13358         [POSIX || XPG3] (CLD_EXITED): Likewise.
13359         [POSIX || XPG3] (CLD_KILLED): Likewise.
13360         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13361         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13362         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13363         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13364         [POSIX || XPG3] (POLL_IN): Likewise.
13365         [POSIX || XPG3] (POLL_OUT): Likewise.
13366         [POSIX || XPG3] (POLL_MSG): Likewise.
13367         [POSIX || XPG3] (POLL_ERR): Likewise.
13368         [POSIX || XPG3] (POLL_PRI): Likewise.
13369         [POSIX || XPG3] (POLL_HUP): Likewise.
13370         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13371         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13372         (SIG*): Do not allow.
13373         [XPG3] (si_*): Likewise.
13374         [XPG3] (SI_*): Likewise.
13375         [XPG3 || XPG4] (sigev_*): Likewise.
13376         [XPG3 || XPG4] (SIGEV_*): Likewise.
13377         [XPG3 || XPG4] (sival_*): Likewise.
13378         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13379         [POSIX || XPG3] (BUS_*): Likewise.
13380         [POSIX || XPG3] (CLD_*): Likewise.
13381         [POSIX || XPG3] (FPE_*): Likewise.
13382         [POSIX || XPG3] (ILL_*): Likewise.
13383         [POSIX || XPG3] (POLL_*): Likewise.
13384         [POSIX || XPG3] (SEGV_*): Likewise.
13385         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13386         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13387         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13388         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13389         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13390         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13391         Specify type and value.
13392         (TVERSLEN): Likewise.
13393         (REGTYPE): Likewise.
13394         (AREGTYPE): Likewise.
13395         (LNKTYPE): Likewise.
13396         (SYMTYPE): Likewise.
13397         (CHRTYPE): Likewise.
13398         (BLKTYPE): Likewise.
13399         (DIRTYPE): Likewise.
13400         (FIFOTYPE): Likewise.
13401         (CONTTYPE): Likewise.
13402         (TSUID): Likewise.
13403         (TSGID): Likewise.
13404         (TSVTX): Likewise.
13405         (TUREAD): Likewise.
13406         (TUWRITE): Likewise.
13407         (TUEXEC): Likewise.
13408         (TGREAD): Likewise.
13409         (TGWRITE): Likewise.
13410         (TGEXEC): Likewise.
13411         (TOREAD): Likewise.
13412         (TOWRITE): Likewise.
13413         (TOEXEC): Likewise.
13414         [POSIX] (TSVTX): Expect constant.
13415
13416 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13417
13418         * Makefile (tests): Change dependencies to ....
13419         (tests-special): ... additions to this variable.
13420         (tests): Depend on $(tests-special).
13421         * Makerules (check-abi-list): New variable.
13422         (check-abi): Depend on $(check-abi-list).
13423         [$(subdir) = elf] (tests-special): Add
13424         $(objpfx)check-abi-libc.out.
13425         [$(build-shared) = yes && subdir] (tests-special): Add
13426         $(check-abi-list).
13427         [$(build-shared) = yes && subdir] (tests): Do not depend on
13428         check-abi.
13429         * Rules (tests): Depend on $(tests-special).
13430         (xtests): Depend on $(xtests-special).
13431         * catgets/Makefile (tests): Change dependencies to ....
13432         (tests-special): ... additions to this variable.
13433         * conform/Makefile (tests): Change dependencies to ....
13434         (tests-special): ... additions to this variable.
13435         * elf/Makefile (tests): Change dependencies to ....
13436         (tests-special): ... additions to this variable.
13437         * grp/Makefile (tests): Change dependencies to ....
13438         (tests-special): ... additions to this variable.
13439         * iconv/Makefile (xtests): Change dependencies to ....
13440         (xtests-special): ... additions to this variable.
13441         * iconvdata/Makefile (tests): Change dependencies to ....
13442         (tests-special): ... additions to this variable.
13443         * intl/Makefile (tests): Change dependencies to ....
13444         (tests-special): ... additions to this variable.  Also add
13445         $(objpfx)tst-gettext.out.
13446         * io/Makefile (tests): Change dependencies to ....
13447         (tests-special): ... additions to this variable.
13448         * libio/Makefile (tests): Change dependencies to ....
13449         (tests-special): ... additions to this variable.
13450         * malloc/Makefile (tests): Change dependencies to ....
13451         (tests-special): ... additions to this variable.
13452         * misc/Makefile (tests): Change dependencies to ....
13453         (tests-special): ... additions to this variable.
13454         * nptl/Makefile (tests): Change dependencies to ....
13455         (tests-special): ... additions to this variable.
13456         * nptl_db/Makefile (tests): Change dependencies to ....
13457         (tests-special): ... additions to this variable.
13458         * posix/Makefile (tests): Change dependencies to ....
13459         (tests-special): ... additions to this variable.
13460         (xtests): Change dependencies to ....
13461         (xtests-special): ... additions to this variable.
13462         * resolv/Makefile (tests): Change dependencies to ....
13463         (tests-special): ... additions to this variable.
13464         (xtests): Change dependencies to ....
13465         (xtests-special): ... additions to this variable.
13466         * stdio-common/Makefile (tests): Change dependencies to ....
13467         (tests-special): ... additions to this variable.
13468         (do-tst-unbputc): Remove target.
13469         (do-tst-printf): Likewise.
13470         * stdlib/Makefile (tests): Change dependencies to ....
13471         (tests-special): ... additions to this variable.
13472         * string/Makefile (tests): Change dependencies to ....
13473         (tests-special): ... additions to this variable.
13474         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13475         (tests-special): ... additions to this variable.
13476
13477         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13478         whole file.
13479         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13480         whole file.
13481         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13482         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13483
13484         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13485         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13486         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13487         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13488         * conform/data/libgen.h-data [XPG3]: Likewise.
13489         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13490         * conform/data/ndbm.h-data [XPG3]: Likewise.
13491         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13492         * conform/data/netdb.h-data [XPG3]: Likewise.
13493         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13494         * conform/data/poll.h-data [XPG3]: Likewise.
13495         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13496         * conform/data/strings.h-data [XPG3]: Likewise.
13497         * conform/data/stropts.h-data [XPG3]: Likewise.
13498         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13499         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13500         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13501         Likewise.
13502         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13503         * conform/data/sys/time.h-data [XPG3]: Likewise.
13504         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13505         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13506         * conform/data/sys/un.h-data [XPG3]: Likewise.
13507         * conform/data/syslog.h-data [XPG3]: Likewise.
13508         * conform/data/ucontext.h-data [XPG3]: Likewise.
13509         * conform/data/utmpx.h-data [XPG3]: Likewise.
13510         * conform/data/varargs.h-data [UNIX98]: Enable file.
13511
13512         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13513
13514         * math/libm-test.inc (struct test_f_f_data): Move expected results
13515         into structure for each rounding mode.
13516         (struct test_ff_f_data): Likewise.
13517         (struct test_ff_f_data_nexttoward): Likewise.
13518         (struct test_fi_f_data): Likewise.
13519         (struct test_fl_f_data): Likewise.
13520         (struct test_if_f_data): Likewise.
13521         (struct test_fff_f_data): Likewise.
13522         (struct test_c_f_data): Likewise.
13523         (struct test_f_f1_data): Likewise.
13524         (struct test_fF_f1_data): Likewise.
13525         (struct test_ffI_f1_data): Likewise.
13526         (struct test_c_c_data): Likewise.
13527         (struct test_cc_c_data): Likewise.
13528         (struct test_f_i_data): Likewise.
13529         (struct test_ff_i_data): Likewise.
13530         (struct test_f_l_data): Likewise.
13531         (struct test_f_L_data): Likewise.
13532         (struct test_fFF_11_data): Likewise.
13533         (RM_): New macro.
13534         (RM_FE_DOWNWARD): Likewise.
13535         (RM_FE_TONEAREST): Likewise.
13536         (RM_FE_TOWARDZERO): Likewise.
13537         (RM_FE_UPWARD): Likewise.
13538         (RUN_TEST_LOOP_f_f): Update references to expected results.
13539         (RUN_TEST_LOOP_2_f): Likewise.
13540         (RUN_TEST_LOOP_fff_f): Likewise.
13541         (RUN_TEST_LOOP_c_f): Likewise.
13542         (RUN_TEST_LOOP_f_f1): Likewise.
13543         (RUN_TEST_LOOP_fF_f1): Likewise.
13544         (RUN_TEST_LOOP_fI_f1): Likewise.
13545         (RUN_TEST_LOOP_ffI_f1): Likewise.
13546         (RUN_TEST_LOOP_c_c): Likewise.
13547         (RUN_TEST_LOOP_cc_c): Likewise.
13548         (RUN_TEST_LOOP_f_i): Likewise.
13549         (RUN_TEST_LOOP_f_i_tg): Likewise.
13550         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13551         (RUN_TEST_LOOP_f_b): Likewise.
13552         (RUN_TEST_LOOP_f_b_tg): Likewise.
13553         (RUN_TEST_LOOP_f_l): Likewise.
13554         (RUN_TEST_LOOP_f_L): Likewise.
13555         (RUN_TEST_LOOP_fFF_11): Likewise.
13556         * math/gen-libm-test.pl (parse_args): Output four copies of
13557         expected results for each test.
13558
13559         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13560         (__ASSUME_UTIMES): Remove.
13561         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13562         (__ASSUME_UTIMES): Likewise.
13563
13564         * math/gen-auto-libm-tests.c: Update comment on output format.
13565         (output_for_one_input_case): Generate before-rounding and
13566         after-rounding information as conditions on output flags not
13567         floating-point format.
13568         * math/auto-libm-test-out: Regenerated.
13569         * math/gen-libm-test.pl (cond_value): New function.
13570         (or_cond_value): Use cond_value.
13571         (generate_testfile): Handle conditional exceptions.
13572
13573 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13574
13575         * math/libm-test.inc (max_valid_error): New variable.
13576         (init_max_error): Take new argument specifying whether function
13577         results are exactly determined.  Set max_valid_error and bound
13578         other variables for errors based on this argument.
13579         (set_max_error): Do not record results above max_valid_error.
13580         (check_float_internal): Only accept errors of up to 0.5ulps if
13581         also at most max_valid_error.
13582         (START): Take new argument EXACT and pass it to init_max_error.
13583         (acos_test): Update call to START.
13584         (acos_test_tonearest): Likewise.
13585         (acos_test_towardzero): Likewise.
13586         (acos_test_downward): Likewise.
13587         (acos_test_upward): Likewise.
13588         (acosh_test): Likewise.
13589         (asin_test): Likewise.
13590         (asin_test_tonearest): Likewise.
13591         (asin_test_towardzero): Likewise.
13592         (asin_test_downward): Likewise.
13593         (asin_test_upward): Likewise.
13594         (asinh_test): Likewise.
13595         (atan_test): Likewise.
13596         (atanh_test): Likewise.
13597         (atan2_test): Likewise.
13598         (cabs_test): Likewise.
13599         (cacos_test): Likewise.
13600         (cacosh_test): Likewise.
13601         (carg_test): Likewise.
13602         (casin_test): Likewise.
13603         (casinh_test): Likewise.
13604         (catan_test): Likewise.
13605         (catanh_test): Likewise.
13606         (cbrt_test): Likewise.
13607         (ccos_test): Likewise.
13608         (ccosh_test): Likewise.
13609         (ceil_test): Likewise.
13610         (cexp_test): Likewise.
13611         (cimag_test): Likewise.
13612         (clog_test): Likewise.
13613         (clog10_test): Likewise.
13614         (conj_test): Likewise.
13615         (copysign_test): Likewise.
13616         (cos_test): Likewise.
13617         (cos_test_tonearest): Likewise.
13618         (cos_test_towardzero): Likewise.
13619         (cos_test_downward): Likewise.
13620         (cos_test_upward): Likewise.
13621         (cosh_test): Likewise.
13622         (cosh_test_tonearest): Likewise.
13623         (cosh_test_towardzero): Likewise.
13624         (cosh_test_downward): Likewise.
13625         (cosh_test_upward): Likewise.
13626         (cpow_test): Likewise.
13627         (cproj_test): Likewise.
13628         (creal_test): Likewise.
13629         (csin_test): Likewise.
13630         (csinh_test): Likewise.
13631         (csqrt_test): Likewise.
13632         (ctan_test): Likewise.
13633         (ctan_test_tonearest): Likewise.
13634         (ctan_test_towardzero): Likewise.
13635         (ctan_test_downward): Likewise.
13636         (ctan_test_upward): Likewise.
13637         (ctanh_test): Likewise.
13638         (ctanh_test_tonearest): Likewise.
13639         (ctanh_test_towardzero): Likewise.
13640         (ctanh_test_downward): Likewise.
13641         (ctanh_test_upward): Likewise.
13642         (erf_test): Likewise.
13643         (erfc_test): Likewise.
13644         (exp_test): Likewise.
13645         (exp_test_tonearest): Likewise.
13646         (exp_test_towardzero): Likewise.
13647         (exp_test_downward): Likewise.
13648         (exp_test_upward): Likewise.
13649         (exp10_test): Likewise.
13650         (exp10_test_tonearest): Likewise.
13651         (exp10_test_towardzero): Likewise.
13652         (exp10_test_downward): Likewise.
13653         (exp10_test_upward): Likewise.
13654         (pow10_test): Likewise.
13655         (exp2_test): Likewise.
13656         (expm1_test): Likewise.
13657         (expm1_test_tonearest): Likewise.
13658         (expm1_test_towardzero): Likewise.
13659         (expm1_test_downward): Likewise.
13660         (expm1_test_upward): Likewise.
13661         (fabs_test): Likewise.
13662         (fdim_test): Likewise.
13663         (floor_test): Likewise.
13664         (fma_test): Likewise.
13665         (fma_test_towardzero): Likewise.
13666         (fma_test_downward): Likewise.
13667         (fma_test_upward): Likewise.
13668         (fmax_test): Likewise.
13669         (fmin_test): Likewise.
13670         (fmod_test): Likewise.
13671         (fpclassify_test): Likewise.
13672         (frexp_test): Likewise.
13673         (hypot_test): Likewise.
13674         (ilogb_test): Likewise.
13675         (isfinite_test): Likewise.
13676         (finite_test): Likewise.
13677         (isgreater_test): Likewise.
13678         (isgreaterequal_test): Likewise.
13679         (isinf_test): Likewise.
13680         (isless_test): Likewise.
13681         (islessequal_test): Likewise.
13682         (islessgreater_test): Likewise.
13683         (isnan_test): Likewise.
13684         (isnormal_test): Likewise.
13685         (issignaling_test): Likewise.
13686         (isunordered_test): Likewise.
13687         (j0_test): Likewise.
13688         (j1_test): Likewise.
13689         (jn_test): Likewise.
13690         (ldexp_test): Likewise.
13691         (lgamma_test): Likewise.
13692         (gamma_test): Likewise.
13693         (lrint_test): Likewise.
13694         (lrint_test_tonearest): Likewise.
13695         (lrint_test_towardzero): Likewise.
13696         (lrint_test_downward): Likewise.
13697         (lrint_test_upward): Likewise.
13698         (llrint_test): Likewise.
13699         (llrint_test_tonearest): Likewise.
13700         (llrint_test_towardzero): Likewise.
13701         (llrint_test_downward): Likewise.
13702         (llrint_test_upward): Likewise.
13703         (log_test): Likewise.
13704         (log10_test): Likewise.
13705         (log1p_test): Likewise.
13706         (log2_test): Likewise.
13707         (logb_test): Likewise.
13708         (logb_test_downward): Likewise.
13709         (lround_test): Likewise.
13710         (llround_test): Likewise.
13711         (modf_test): Likewise.
13712         (nearbyint_test): Likewise.
13713         (nextafter_test): Likewise.
13714         (nexttoward_test): Likewise.
13715         (pow_test): Likewise.
13716         (pow_test_tonearest): Likewise.
13717         (pow_test_towardzero): Likewise.
13718         (pow_test_downward): Likewise.
13719         (pow_test_upward): Likewise.
13720         (remainder_test): Likewise.
13721         (drem_test): Likewise.
13722         (remainder_test_tonearest): Likewise.
13723         (drem_test_tonearest): Likewise.
13724         (remainder_test_towardzero): Likewise.
13725         (drem_test_towardzero): Likewise.
13726         (remainder_test_downward): Likewise.
13727         (drem_test_downward): Likewise.
13728         (remainder_test_upward): Likewise.
13729         (drem_test_upward): Likewise.
13730         (remquo_test): Likewise.
13731         (rint_test): Likewise.
13732         (rint_test_tonearest): Likewise.
13733         (rint_test_towardzero): Likewise.
13734         (rint_test_downward): Likewise.
13735         (rint_test_upward): Likewise.
13736         (round_test): Likewise.
13737         (scalb_test): Likewise.
13738         (scalbn_test): Likewise.
13739         (scalbln_test): Likewise.
13740         (signbit_test): Likewise.
13741         (sin_test): Likewise.
13742         (sin_test_tonearest): Likewise.
13743         (sin_test_towardzero): Likewise.
13744         (sin_test_downward): Likewise.
13745         (sin_test_upward): Likewise.
13746         (sincos_test): Likewise.
13747         (sinh_test): Likewise.
13748         (sinh_test_tonearest): Likewise.
13749         (sinh_test_towardzero): Likewise.
13750         (sinh_test_downward): Likewise.
13751         (sinh_test_upward): Likewise.
13752         (sqrt_test): Likewise.
13753         (sqrt_test_tonearest): Likewise.
13754         (sqrt_test_towardzero): Likewise.
13755         (sqrt_test_downward): Likewise.
13756         (sqrt_test_upward): Likewise.
13757         (tan_test): Likewise.
13758         (tan_test_tonearest): Likewise.
13759         (tan_test_towardzero): Likewise.
13760         (tan_test_downward): Likewise.
13761         (tan_test_upward): Likewise.
13762         (tanh_test): Likewise.
13763         (tgamma_test): Likewise.
13764         (trunc_test): Likewise.
13765         (y0_test): Likewise.
13766         (y1_test): Likewise.
13767         (yn_test): Likewise.
13768         (significand_test): Likewise.
13769
13770         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13771         individual tests in comment.
13772         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13773         (prev_max_error): New variable.
13774         (prev_real_max_error): Likewise.
13775         (prev_imag_max_error): Likewise.
13776         (compare_ulp_data): Don't refer to test names in comment.
13777         (find_test_ulps): Remove function.
13778         (find_function_ulps): Likewise.
13779         (find_complex_function_ulps): Likewise.
13780         (init_max_error): Take function name as argument.  Look up ulps
13781         for that function.
13782         (print_ulps): Remove function.
13783         (print_max_error): Use prev_max_error instead of calling
13784         find_function_ulps.
13785         (print_complex_max_error): Use prev_real_max_error and
13786         prev_imag_max_error instead of calling find_complex_function_ulps.
13787         (check_float_internal): Take max_ulp parameter instead of calling
13788         find_test_ulps.  Don't call print_ulps.
13789         (check_float): Update call to check_float_internal.
13790         (check_complex): Update calls to check_float_internal.
13791         (START): Pass argument to init_max_error.
13792         * math/gen-libm-test.pl (%results): Don't include "kind"
13793         information.
13794         (parse_ulps): Don't handle ulps of individual tests.
13795         (print_ulps_file): Likewise.
13796         (output_ulps): Likewise.
13797         * math/README.libm-test: Update.
13798         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13799         individual tests.
13800         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13801         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13802         * sysdeps/arm/libm-test-ulps: Likewise.
13803         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13804         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13805         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13806         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13807         * sysdeps/microblaze/libm-test-ulps: Likewise.
13808         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13809         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13810         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13811         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13812         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13813         * sysdeps/sh/libm-test-ulps: Likewise.
13814         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13815         * sysdeps/tile/libm-test-ulps: Likewise.
13816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13817
13818 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13819
13820         * math/libm-test.inc (print_complex_max_error): Check separately
13821         whether real and imaginary errors are within allowed range and
13822         pass 0 to print_complex_function_ulps instead of value within
13823         allowed range.
13824
13825 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13826
13827         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13828         formatting.
13829         (get_handles_fopen): Likewise.
13830         (do_write_test): Likewise.
13831
13832         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13833
13834         * libio/fileops.c (do_ftell): Use cached offset when
13835         available.
13836         * libio/iofwide.c (do_ftell_wide): Likewise.
13837         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13838         _IO_file_attach.
13839         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13840
13841         [BZ #16532]
13842         * libio/libioP.h (get_file_offset): New function.
13843         * libio/fileops.c (get_file_offset): Likewise.
13844         (do_ftell): Likewise.
13845         (_IO_new_file_seekoff): Split out ftell logic.
13846         * libio/wfileops.c (do_ftell_wide): Likewise.
13847         (_IO_wfile_seekoff): Split out ftell logic.
13848         * libio/tst-ftell-active-handler.c: New test case.
13849         * libio/Makefile (tests): Add it.
13850
13851 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13852
13853         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13854         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13855
13856 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13857
13858         [BZ #16639]
13859         * nscd/connections.c (nscd_init): Call do_exit.
13860         (start_threads): Call do_exit and notify_parent.
13861         (begin_drop_privileges): Call do_exit.
13862         (finish_drop_privileges): Likewise.
13863         * nscd/selinux.c (preserve_capabilities): Likewise.
13864         (install_real_capabilities): Likewise.
13865         (nscd_selinux_enabled): Likewise.
13866         (avc_create_thread): Likewise.
13867         (avc_alloc_lock): Likewise.
13868         (nscd_avc_init): Likewise.
13869         * nscd/nscd.c (parent_fd): New static variable.
13870         (main): Create a pipe between parent and child processes.
13871         Skip closing parent_fd.
13872         (monitor_child): New function.
13873         (do_exit): Likewise.
13874         (notify_parent): Likewise.
13875         * nscd/nscd.h (notify_parent): Likewise.
13876         (do_exit): Likewise.
13877
13878 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13879
13880         * malloc/malloc.c (__libc_calloc): Revert last change.
13881
13882 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13883
13884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13885
13886 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13887
13888         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13889         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13890         implementation.
13891         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13892         (__libc_ifunc_impl_list): Likewise.
13893         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13894         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13895         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13896         * string/strrchr.c: Define STRRCHR.
13897
13898 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13899
13900         * benchtest/bench-strtok.c (simple_strtok): Delete.
13901         (strtok_string): Use as benchmark.
13902         * string/strtok (STRTOK): New macro.
13903
13904 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13905
13906         * manual/threads.texi: Add header and standard comments to all
13907         functions.
13908
13909         * elf/dl-lookup.c (check_match): New function.
13910         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13911         (do_lookup_x): Remove nested function check_match. Use non-nested
13912         function check_match.
13913
13914 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13915
13916         * csu/Makefile (generated, before-compile): Use += rather than =.
13917         * catgets/Makefile (generated, generated-dirs): Likewise.
13918         * debug/Makefile (generated): Likewise.
13919         * dlfcn/Makefile (generated): Likewise.
13920         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13921         * iconvdata/Makefile (before-compile, generated): Likewise.
13922         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13923         * libio/Makefile (generated): Likewise.
13924         * malloc/Makefile (generated): Likewise.
13925         * manual/Makefile (generated, generated-dirs): Likewise.
13926         * misc/Makefile (generated): Likewise.
13927         * posix/Makefile (generated): Likewise.
13928         * resolv/Makefile (generated): Likewise.
13929         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13930         * timezone/Makefile (generated, generated-dirs): Likewise.
13931
13932         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13933
13934 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13935
13936         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13937         power8 implementation.
13938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13939         file: POWER8 llround ifunc implementation.
13940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13941         (__lllround): Add POWER8 implementation.
13942         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13943         POWER8 llround implementation.
13944
13945         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13946         power8 implementation.
13947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13948         file: POWER8 llrint ifunc implementation.
13949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13950         Add POWER8 implementation.
13951         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13952         POWER8 llrint implementation.
13953
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13955         power8 implementation.
13956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13957         file: POWER8 finite ifunc implementation.
13958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13959         Add POWER8 implementation.
13960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13961         Likewise.
13962         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13963         POWER8 finite implementation.
13964         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13965
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13967         power8 implementation.
13968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13969         file: POWER8 isinf ifunc implementation.
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13971         POWER8 implementation.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13973         Likewise.
13974         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13975         isinf implementation.
13976         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13977
13978         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13979         (INIT_ARCH): Add hwcap2 initialization.
13980         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13981         power8 implementation.
13982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13983         file: POWER8 isnan ifunc implementation.
13984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13985         POWER8 implementation.
13986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13987         Likewise.
13988         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13989         isnan implementation.
13990         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13991
13992 2014-02-27  Joey Ye  <joey.ye@arm.com>
13993
13994         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13995         (_FP_NANFRAC_Q): Set to zero.
13996
13997 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13998
13999         [BZ #16623]
14000         * math/auto-libm-test-in: New test inputs.
14001         * math/auto-libm-test-out: Regenerate.
14002         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14003         and DA.
14004         (__cos): Likewise.
14005         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14006
14007 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14008
14009         * scripts/evaluate-test.sh: Take new argument indicating whether
14010         failure is expected.
14011         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14012         indicating whether failure is expected.
14013         * conform/Makefile (test-xfail-run-conformtest): New variable.
14014         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14015         level.
14016         * posix/Makefile (test-xfail-annexc): New variable.
14017         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14018
14019 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14020
14021         * argp/Makefile: Include Makeconfig immediately after defining
14022         subdir.
14023         * assert/Makefile: Likewise.
14024         * benchtests/Makefile: Likewise.
14025         * catgets/Makefile: Likewise.
14026         * conform/Makefile: Likewise.
14027         * crypt/Makefile: Likewise.
14028         * csu/Makefile: Likewise.
14029         (all): Remove target.
14030         * ctype/Makefile: Include Makeconfig immediately after defining
14031         subdir.
14032         * debug/Makefile: Likewise.
14033         * dirent/Makefile: Likewise.
14034         * dlfcn/Makefile: Likewise.
14035         * gmon/Makefile: Likewise.
14036         * gnulib/Makefile: Likewise.
14037         * grp/Makefile: Likewise.
14038         * gshadow/Makefile: Likewise.
14039         * hesiod/Makefile: Likewise.
14040         * hurd/Makefile: Likewise.
14041         (all): Remove target.
14042         * iconvdata/Makefile: Include Makeconfig immediately after
14043         defining subdir.
14044         * inet/Makefile: Likewise.
14045         * intl/Makefile: Likewise.
14046         * io/Makefile: Likewise.
14047         * libio/Makefile: Likewise.
14048         (all): Remove target.
14049         * locale/Makefile: Include Makeconfig immediately after defining
14050         subdir.
14051         * login/Makefile: Likewise.
14052         * mach/Makefile: Likewise.
14053         (all): Remove target.
14054         * malloc/Makefile: Include Makeconfig immediately after defining
14055         subdir.
14056         (all): Remove target.
14057         * manual/Makefile: Include Makeconfig immediately after defining
14058         subdir.
14059         * math/Makefile: Likewise.
14060         * misc/Makefile: Likewise.
14061         * nis/Makefile: Likewise.
14062         * nss/Makefile: Likewise.
14063         * po/Makefile: Likewise.
14064         (all): Remove target.
14065         * posix/Makefile: Include Makeconfig immediately after defining
14066         subdir.
14067         * pwd/Makefile: Likewise.
14068         * resolv/Makefile: Likewise.
14069         * resource/Makefile: Likewise.
14070         * rt/Makefile: Likewise.
14071         * setjmp/Makefile: Likewise.
14072         * shadow/Makefile: Likewise.
14073         * signal/Makefile: Likewise.
14074         * socket/Makefile: Likewise.
14075         * soft-fp/Makefile: Likewise.
14076         * stdio-common/Makefile: Likewise.
14077         * stdlib/Makefile: Likewise.
14078         * streams/Makefile: Likewise.
14079         * string/Makefile: Likewise.
14080         * sunrpc/Makefile: Likewise.
14081         (all): Remove target.
14082         * sysvipc/Makefile: Include Makeconfig immediately after defining
14083         subdir.
14084         * termios/Makefile: Likewise.
14085         * time/Makefile: Likewise.
14086         * timezone/Makefile: Likewise.
14087         (all): Remove target.
14088         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14089         subdir.
14090         * wctype/Makefile: Likewise.
14091
14092 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14093
14094         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14095         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14096         (libc_feholdexcept_setround_mips): Ditto.
14097         (libc_feholdsetround): New.
14098         (libc_feholdsetroundf): New.
14099         (libc_feholdsetroundl): New.
14100         (libc_feupdateenv_test_mips): New.
14101         (libc_feupdateenv_test): New.
14102         (libc_feupdateenv_testf): New.
14103         (libc_feupdateenv_testl): New.
14104         (libc_feresetround): New.
14105         (libc_feresetroundf): New.
14106         (libc_feresetroundl): New.
14107         (libc_fetestexcept_mips): New.
14108         (libc_fetestexcept): New.
14109         (libc_fetestexceptf): New.
14110         (libc_fetestexceptl): New.
14111         (HAVE_RM_CTX): New.
14112         (libc_feholdexcept_setround_mips_ctx): New.
14113         (libc_feholdexcept_setround_ctx): New.
14114         (libc_feholdexcept_setroundf_ctx): New.
14115         (libc_feholdexcept_setroundl_ctx): New.
14116         (libc_fesetenv_mips_ctx): New.
14117         (libc_fesetenv_ctx): New.
14118         (libc_fesetenv_ctxf): New.
14119         (libc_fesetenv_ctxl): New.
14120         (libc_feupdateenv_mips_ctx): New.
14121         (libc_feupdateenv_ctx): New.
14122         (libc_feupdateenvf_ctx): New.
14123         (libc_feupdateenvl_ctx): New.
14124         (libc_feholdsetround_mips_ctx): New.
14125         (libc_feholdsetround_ctx): New.
14126         (libc_feholdsetroundf_ctx): New.
14127         (libc_feholdsetroundl_ctx): New.
14128         (libc_feresetround_mips_ctx): New.
14129         (libc_feresetround_ctx): New.
14130         (libc_feresetroundf_ctx): New.
14131         (libc_feresetroundl_ctx): New.
14132
14133 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14134
14135         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14136
14137         * manual/ipc.texi: New file.
14138         * manual/Makefile (chapters): Add ipc.
14139         * manual/job.texi: Add "Inter-Process Communication" to next.
14140         * manual/process.texi: Add "Inter-Process Communication" to prev.
14141
14142 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14143
14144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14145
14146 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14147
14148         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14149
14150         * manual/arith.texi: Fix spaces after sentences.
14151         * manual/charset.texi: Likewise.
14152         * manual/errno.texi: Likewise.
14153         * manual/install.texi: Likewise.
14154         * manual/llio.texi: Likewise.
14155         * manual/locale.texi: Likewise.
14156         * manual/maint.texi: Likewise.
14157         * manual/math.texi: Likewise.
14158         * manual/memory.texi: Likewise.
14159         * manual/message.texi: Likewise.
14160         * manual/probes.texi: Likewise.
14161         * manual/resource.texi: Likewise.
14162         * manual/signal.texi: Likewise.
14163         * manual/socket.texi: Likewise.
14164         * manual/stdio.texi: Likewise.
14165         * manual/string.texi: Likewise.
14166         * manual/time.texi: Likewise.
14167         * manual/users.texi: Likewise.
14168
14169 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14170
14171         [BZ #16632]
14172         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14173         _DEFAULT_SOURCE is defined.
14174
14175 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14176             Carlos O'Donell  <carlos@redhat.com>
14177
14178         [BZ #16613]
14179         * elf/dl-tls.c (_dl_count_modids): New function.
14180         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14181         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14182         audit library and increment generation counter.
14183         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14184         * elf/tst-audit9.c: New file.
14185         * elf/tst-auditmod9a.c: New file.
14186         * elf/tst-auditmod9b.c: New file.
14187         * elf/Makefile: Add rules to build and run tst-audit9.
14188
14189 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14190
14191         [BZ #15347]
14192         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14193
14194 2014-02-25  Will Newton  <will.newton@linaro.org>
14195
14196         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14197         (__longjmp): Restore sp and lr before restoring callee
14198         saved registers.  Add longjmp and longjmp_target
14199         SystemTap probe point.
14200         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14201         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14202         Define to zero to match jmpbuf layout.
14203         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14204         (__sigsetjmp): Save sp and lr before saving callee
14205         saved registers.  Add setjmp SystemTap probe point.
14206
14207 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14208
14209         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14210
14211 2014-02-24  Andreas Schwab  <schwab@suse.de>
14212
14213         [BZ #15804]
14214         * elf/pldd.c (wait_for_ptrace_stop): New function.
14215         (main): Call it after attaching.
14216
14217 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14218
14219         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14220         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14221         Versions files is now verboten.
14222         * hurd/Versions (libc: GLIBC_2.0):
14223         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14224         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14225         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14226         * mach/Versions: Likewise.
14227
14228         * csu/Versions: Remove unused %include.
14229         * resolv/Versions: Likewise.
14230
14231 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14232
14233         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14234         ($(objpfx)check-local-headers.out): Likewise.
14235         ($(objpfx)begin-end-check.out): Likewise.
14236         * Makerules (check-abi-%.out): Likewise.
14237         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14238         ($(objpfx)test2.cat): Likewise.
14239         ($(objpfx)de/libc.cat): Likewise.
14240         ($(objpfx)test-gencat.out): Likewise.
14241         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14242         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14243         ($(objpfx)noload-mem): Likewise.
14244         ($(objpfx)tst-pathopt.out): Likewise.
14245         ($(objpfx)tst-rtld-load-self.out): Likewise.
14246         ($(objpfx)tst-array1-cmp.out): Likewise.
14247         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14248         ($(objpfx)tst-array2-cmp.out): Likewise.
14249         ($(objpfx)tst-array3-cmp.out): Likewise.
14250         ($(objpfx)tst-array4-cmp.out): Likewise.
14251         ($(objpfx)tst-array5-cmp.out): Likewise.
14252         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14253         ($(objpfx)check-textrel.out): Likewise.
14254         ($(objpfx)check-execstack.out): Likewise.
14255         ($(objpfx)check-localplt.out): Likewise.
14256         ($(objpfx)order2-cmp.out): Likewise.
14257         ($(objpfx)tst-leaks1-mem): Likewise.
14258         ($(objpfx)tst-leaks1-static-mem): Likewise.
14259         ($(objpfx)tst-initorder-cmp.out): Likewise.
14260         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14261         ($(objpfx)tst-unused-dep.out): Likewise.
14262         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14263         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14264         * iconv/Makefile (test-iconvconfig): Likewise.
14265         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14266         ($(objpfx)iconv-test.out): Likewise.
14267         ($(objpfx)tst-tables.out): Likewise.
14268         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14269         ($(objpfx)tst-gettext.out): Likewise.
14270         ($(objpfx)tst-translit.out): Likewise.
14271         ($(objpfx)tst-gettext2.out): Likewise.
14272         ($(objpfx)tst-gettext4.out): Likewise.
14273         ($(objpfx)tst-gettext6.out): Likewise.
14274         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14275         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14276         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14277         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14278         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14279         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14280         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14281         ($(objpfx)wordexp-tst.out): Likewise.
14282         ($(objpfx)annexc.out): Likewise.
14283         ($(objpfx)tst-fnmatch-mem): Likewise.
14284         ($(objpfx)bug-regex2-mem): Likewise.
14285         ($(objpfx)bug-regex14-mem): Likewise.
14286         ($(objpfx)bug-regex21-mem): Likewise.
14287         ($(objpfx)bug-regex31-mem): Likewise.
14288         ($(objpfx)tst-vfork3-mem): Likewise.
14289         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14290         ($(objpfx)tst-pcre-mem): Likewise.
14291         ($(objpfx)tst-boost-mem): Likewise.
14292         ($(objpfx)tst-getconf.out): Likewise.
14293         ($(objpfx)bug-ga2-mem): Likewise.
14294         ($(objpfx)bug-glob2-mem): Likewise.
14295         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14296         ($(objpfx)mtrace-tst-leaks2): Likewise.
14297         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14298         ($(objpfx)tst-printf.out): Likewise.
14299         ($(objpfx)tst-setvbuf1.out): Likewise.
14300         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14301         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14302         ($(objpfx)tst-fmtmsg.out): Likewise.
14303         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14304         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14305
14306         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14307         * bits/sigaction.h [__USE_MISC]: Likewise.
14308         * bits/waitstatus.h: Update #endif comments.
14309         * ctype/ctype.h: Likewise.
14310         * dirent/dirent.h: Likewise.
14311         [__USE_MISC]: Remove redundant conditionals.
14312         * grp/grp.h: Update #endif comments.
14313         [__USE_GNU]: Remove redundant conditionals.
14314         [__USE_MISC]: Likewise.
14315         * inet/netinet/in.h [__USE_GNU]: Likewise.
14316         * io/sys/stat.h [__USE_MISC]: Likewise.
14317         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14318         * libio/bits/stdio.h: Update #endif comments.
14319         [__USE_MISC]: Remove redundant conditionals.
14320         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14321         * libio/stdio.h: Update #endif comments.
14322         [__USE_MISC]: Remove redundant conditionals.
14323         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14324         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14325         * math/math.h: Update #else and #endif comments.
14326         [__USE_MISC]: Remove redundant conditionals.
14327         * misc/sys/uio.h: Update #endif comments.
14328         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14329         * posix/glob.h [__USE_MISC]: Likewise.
14330         * posix/sys/types.h: Update #endif comments.
14331         [__USE_MISC]: Remove redundant conditionals.
14332         * posix/sys/wait.h: Update #endif comments.
14333         [__USE_MISC]: Remove redundant conditionals.
14334         * posix/unistd.h: Update #endif comments.
14335         [__USE_MISC]: Remove redundant conditionals.
14336         * pwd/pwd.h [__USE_GNU]: Likewise.
14337         [__USE_MISC]: Likewise.
14338         * resolv/netdb.h [__USE_GNU]: Likewise.
14339         * signal/signal.h: Update #endif comments.
14340         [__USE_MISC]: Remove redundant conditionals.
14341         * stdlib/stdlib.h: Update #else and #endif comments.
14342         [__USE_MISC]: Remove redundant conditionals.
14343         [__USE_GNU]: Likewise.
14344         * string/bits/string2.h [__USE_MISC]: Likewise.
14345         * string/string.h: Update #endif comments.
14346         [__USE_MISC]: Remove redundant conditionals.
14347         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14348         Likewise.
14349         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14350         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14351         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14352         Likewise.
14353         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14354         Likewise.
14355         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14356         comments.
14357         [__USE_MISC]: Remove redundant conditionals.
14358         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14359         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14360         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14361         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14362         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14363         Likewise.
14364         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14365         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14366         Likewise.
14367         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14368         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14369         Likewise.
14370         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14371         Likewise.
14372         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14373         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14374         Likewise.
14375         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14376         Likewise.
14377         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14378         * sysdeps/x86/bits/string.h: Update #endif comments.
14379         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14380         conditionals.
14381         * time/sys/time.h: Update #endif comments.
14382         * time/time.h: Likewise.
14383         [__USE_MISC]: Remove redundant conditionals.
14384
14385 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14386
14387         [BZ #16600]
14388         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14389
14390 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14391
14392         * Versions.def (librt): Add GLIBC_2.17.
14393
14394 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14395
14396         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14397         synonym for _SYS_AUXV_H to allow direct inclusion.
14398         * sysdeps/sparc/bits/hwcap.h: Likewise.
14399         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14400         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14401         * sysdeps/sparc/sysdep.h: Likewise.
14402
14403 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14404
14405         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14406
14407 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14408
14409         * benchtests/bench-strrchr.c: Print length instead of position.
14410
14411 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14412
14413         [BZ #16611]
14414         * sysdeps/unix/sysv/linux/kernel-features.h
14415         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14416         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14417         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14418         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14419         Likewise.
14420         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14421         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14422         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14423         (__ASSUME_SENDMMSG): Define instead of using previous
14424         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14425         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14426         (__ASSUME_SENDMMSG_SYSCALL): Define.
14427         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14428         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14429         Likewise.
14430         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14431         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14432         Likewise.
14433         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14434         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14435         Likewise.
14436         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14437         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14438         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14439         [__ASSUME_SENDMMSG]: Change conditionals to
14440         [__ASSUME_SENDMMSG_SOCKETCALL].
14441         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14442         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14443         Define.
14444         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14445         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14446         Likewise.
14447         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14448         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14449         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14450         [!__ASSUME_SENDMMSG]: Change conditional to
14451         [!__ASSUME_SENDMMSG_SOCKETCALL].
14452         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14453         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14454         Define.
14455
14456         [BZ #16610]
14457         * sysdeps/unix/sysv/linux/kernel-features.h
14458         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14459         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14460         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14461         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14462         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14463         [__i386__ || __sparc__]
14464         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14465         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14466         (__ASSUME_RECVMMSG): Define instead of using previous
14467         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14468         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14469         (__ASSUME_RECVMMSG_SYSCALL): Define.
14470         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14471         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14472         Likewise.
14473         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14474         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14475         Likewise.
14476         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14477         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14478         Likewise.
14479         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14480         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14481         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14482         [__ASSUME_RECVMMSG]: Change condition to
14483         [__ASSUME_RECVMMSG_SOCKETCALL].
14484         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14485         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14486         Define.
14487         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14488         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14489         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14490         Likewise.
14491         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14492         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14493         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14494         [!__ASSUME_RECVMMSG]: Change condition to
14495         [!__ASSUME_RECVMMSG_SOCKETCALL].
14496         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14497         (__ASSUME_RECVMMSG_SYSCALL): Define.
14498
14499         [BZ #16609]
14500         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14501         __powerpc__ || __s390__ || __sh__ || __sparc__]
14502         (__ASSUME_SOCKETCALL): Define.
14503         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14504         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14505         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14506         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14507         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14508         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14509         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14510         (__ASSUME_ACCEPT4): Define instead of using previous
14511         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14512         __powerpc__ || __sparc__ || __s390__)] condition.
14513         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14514         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14515         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14516         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14517         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14518         [!__ASSUME_ACCEPT4]: Change condition to
14519         [!__ASSUME_ACCEPT4_SOCKETCALL].
14520         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14521         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14522         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14523         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14524         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14525         __ASSUME_ACCEPT4_SYSCALL.
14526         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14527         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14528         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14529         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14530         __ASSUME_ACCEPT4_SYSCALL.
14531         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14532         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14533         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14534         [__ASSUME_ACCEPT4]: Change condition to
14535         [__ASSUME_ACCEPT4_SOCKETCALL].
14536         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14537         (__ASSUME_SOCKETCALL): Define.
14538         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14539         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14540         (__ASSUME_SOCKETCALL): Define.
14541         (__ASSUME_ACCEPT4): Remove.
14542         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14543         Define.
14544         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14545         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14546         Likewise.
14547         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14548         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14549
14550         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14551         macro.
14552         (HWCAP_ARM_LPAE): Likewise.
14553         (HWCAP_ARM_EVTSTRM): Likewise.
14554         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14555         Add vpfd32, lpae and evtstrm.
14556         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14557         Increase to 22.
14558
14559 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14560
14561         * math/auto-libm-test-in: Add tests of clog10.
14562         * math/auto-libm-test-out: Regenerated.
14563         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14564         * sysdeps/i386/fpu/libm-test-ulps: Update.
14565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14566
14567 2014-02-18  Andreas Schwab  <schwab@suse.de>
14568
14569         [BZ #16574]
14570         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14571         Store non-zero if the second buffer was newly allocated.
14572         (send_dg): Likewise.
14573         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14574         to send_vc and send_dg.
14575         (res_nsend): Pass NULL for ansp2_malloced.
14576         * resolv/res_query.c (__libc_res_nquery): Add parameter
14577         answerp2_malloced and pass it down to __libc_res_nsend.
14578         (res_nquery): Pass additional NULL to __libc_res_nquery.
14579         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14580         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14581         second answer buffer if answerp2_malloced was set.
14582         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14583         (__libc_res_nquerydomain): Add parameter
14584         answerp2_malloced and pass it down to __libc_res_nquery.
14585         (res_nquerydomain): Pass additional NULL to
14586         __libc_res_nquerydomain.
14587         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14588         additional NULL to __libc_res_nsend and __libc_res_nquery.
14589         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14590         additional NULL to __libc_res_nsearch.
14591         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14592         parameter of __libc_res_nsearch to check for separately allocated
14593         second buffer.
14594         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14595         __libc_res_nquery.
14596         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14597         additional NULL to __libc_res_nquery.
14598         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14599         __libc_res_nsearch.
14600         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14601         * include/resolv.h: Update prototypes of __libc_res_nquery,
14602         __libc_res_nsearch, __libc_res_nsend.
14603
14604 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14605
14606         * math/auto-libm-test-in: Add tests of fma.
14607         * math/auto-libm-test-out: Regenerated.
14608         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14609         (fma_towardzero_test_data): Likewise.
14610         (fma_downward_test_data): Likewise.
14611         (fma_upward_test_data): Likewise.
14612         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14613         mpc_mode.
14614         (rounding_modes): Add values for new field.
14615         (func_calc_method): Add value mpfr_fff_f.
14616         (func_calc_desc): Add mpfr_fff_f union field.
14617         (test_function): Add field exact_args.
14618         (FUNC): Add macro argument EXACT_ARGS.
14619         (FUNC_mpfr_f_f): Update call to FUNC.
14620         (FUNC_mpfr_f_f): Likewise.
14621         (FUNC_mpfr_ff_f): Likewise.
14622         (FUNC_mpfr_if_f): Likewise.
14623         (FUNC_mpc_c_f): Likewise.
14624         (FUNC_mpc_c_c): Likewise.
14625         (test_functions): Add fma.  Update calls to FUNC.
14626         (handle_input_arg): Add argument exact_args.
14627         (add_test): Update call to handle_input_arg.
14628         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14629         (output_for_one_input_case): Update call to calc_generic_results.
14630         Recalculate exact zero results in each rounding mode.
14631
14632         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14633         non-negative before setting low bit.
14634         * math/auto-libm-test-in: Mark one asin test possibly having
14635         spurious underflow.
14636         * math/auto-libm-test-out: Regenerated.
14637         * sysdeps/i386/fpu/libm-test-ulps: Update.
14638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14639
14640 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14641
14642         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14643         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14644         ports/sysdeps/unix/sysv/linux/microblaze.
14645         * README: Add missing listing for microblaze*-*-linux-gnu.
14646
14647 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14648
14649         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14650         duplicate code
14651
14652 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14653
14654         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14655         * sysdeps/unix/sysv/linux/ia64: Move directory from
14656         ports/sysdeps/unix/sysv/linux/ia64.
14657         * README: Update listing for ia64-*-linux-gnu.
14658
14659 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14660             Joseph Myers  <joseph@codesourcery.com>
14661
14662         * Makeconfig (test-name): New variable.
14663         (evaluate-test): Likewise.
14664         * Makerules (do-test-clean): Remove .test-result files.
14665         (common-mostlyclean): Likewise.
14666         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14667         * scripts/evaluate-test.sh: New file.
14668
14669 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14670
14671         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14672         separate $(objpfx)tst-fopenloc-cmp.out and
14673         $(objpfx)tst-fopenloc-mem.out targets.
14674         (tests): Update dependencies.
14675         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14676         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14677         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14678         (tst-rxspencer-no-utf8-ARGS): New variable.
14679         (tst-rxspencer-no-utf8-ENV): Likewise.
14680         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14681         instead of $(objpfx)tst-rxspencer-mem.
14682         ($(objpfx)tst-rxspencer-mem): Change target to
14683         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14684         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14685         * posix/tst-rxspencer-no-utf8.c: New file.
14686
14687         * elf/Makefile ($(objpfx)order.out): Remove rule.
14688         [$(run-built-tests) = yes] (tests): Depend on
14689         $(objpfx)order-cmp.out.
14690         ($(objpfx)order-cmp.out): New rule.
14691         [$(run-built-tests) = yes] (tests): Depend on
14692         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14693         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14694         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14695         $(objpfx)tst-array5-static-cmp.out.
14696         ($(objpfx)tst-array1.out): Remove rule.
14697         ($(objpfx)tst-array1-cmp.out): New rule.
14698         ($(objpfx)tst-array1-static.out): Remove rule.
14699         ($(objpfx)tst-array1-static-cmp.out): New rule.
14700         ($(objpfx)tst-array2.out): Remove rule.
14701         ($(objpfx)tst-array2-cmp.out): New rule.
14702         ($(objpfx)tst-array3.out): Remove rule.
14703         ($(objpfx)tst-array3-cmp.out): New rule.
14704         ($(objpfx)tst-array4.out): Remove rule.
14705         ($(objpfx)tst-array4-cmp.out): New rule.
14706         ($(objpfx)tst-array5.out): Remove rule.
14707         ($(objpfx)tst-array5-cmp.out): New rule.
14708         ($(objpfx)tst-array5-static.out): Remove rule.
14709         ($(objpfx)tst-array5-static-cmp.out): New rule.
14710         [$(run-built-tests) = yes] (tests): Depend on
14711         $(objpfx)order2-cmp.out.
14712         ($(objpfx)order2.out): Remove rule.
14713         ($(objpfx)order2-cmp.out): New rule.
14714         ($(objpfx)tst-initorder.out): Remove rule.
14715         [$(run-built-tests) = yes] (tests): Depend on
14716         $(objpfx)tst-initorder-cmp.out.
14717         ($(objpfx)tst-initorder-cmp.out): New rule.
14718         ($(objpfx)tst-initorder2.out): Remove rule.
14719         [$(run-built-tests) = yes] (tests): Depend on
14720         $(objpfx)tst-initorder2-cmp.out.
14721         ($(objpfx)tst-initorder2-cmp.out): New rule.
14722         [$(run-built-tests) = yes] (tests): Depend on
14723         $(objpfx)tst-unused-dep-cmp.out.
14724         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14725         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14726         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14727         on $(objpfx)tst-setvbuf1-cmp.out.
14728         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14729         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14730         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14731         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14732         ($(objpfx)tst-svc.out): Remove rule.
14733         ($(objpfx)tst-svc-cmp.out): New rule.
14734
14735 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14736
14737         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14738         * ctype/ctype.h [__USE_MISC]: Likewise.
14739         * dirent/dirent.h [__USE_MISC]: Likewise.
14740         * grp/grp.h [__USE_MISC]: Likewise.
14741         * io/fcntl.h [__USE_MISC]: Likewise.
14742         * io/sys/stat.h [__USE_MISC]: Likewise.
14743         * libio/stdio.h [__USE_MISC]: Likewise.
14744         * posix/unistd.h [__USE_MISC]: Likewise.
14745         * pwd/pwd.h [__USE_MISC]: Likewise.
14746         * stdlib.h [__USE_MISC]: Likewise.
14747         * string/bits/string2.h [__USE_MISC]: Likewise.
14748         * string/string.h [__USE_MISC]: Likewise.
14749         * time/time.h [__USE_MISC]: Likewise.
14750
14751 2014-02-13  Andreas Schwab  <schwab@suse.de>
14752
14753         [BZ #16574]
14754         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14755         second answer buffer if it was separately allocated.
14756
14757 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14758
14759         * sysdeps/mips/math-tests.h: Include <features.h>.
14760         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14761         (ROUNDING_TESTS_long_double): Do not define.
14762         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14763         (EXCEPTION_TESTS_long_double): Likewise.
14764         * sysdeps/mips/mips64/libm-test-ulps: Update.
14765
14766         * include/features.h (__USE_BSD): Remove macro definitions.
14767         (__USE_SVID): Likewise.
14768         (_BSD_SOURCE): Likewise.
14769         (_SVID_SOURCE): Likewise.
14770         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14771         from definition of _DEFAULT_SOURCE.
14772         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14773         [_DEFAULT_SOURCE].
14774         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14775         * bits/mman.h [__USE_BSD]: Likewise.
14776         * bits/termios.h [__USE_BSD]: Likewise.
14777         * bits/waitstatus.h [__USE_BSD]: Likewise.
14778         * ctype/ctype.h [__USE_SVID]: Likewise.
14779         * dirent/dirent.h [__USE_BSD]: Likewise.
14780         * grp/grp.h [__USE_SVID]: Likewise.
14781         [__USE_BSD]: Likewise.
14782         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14783         * io/fcntl.h [__USE_BSD]: Likewise.
14784         * io/ftw.h [__USE_BSD]: Likewise.
14785         * io/sys/stat.h [__USE_BSD]: Likewise.
14786         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14787         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14788         * libio/stdio.h [__USE_SVID]: Likewise.
14789         [__USE_BSD]: Likewise.
14790         * math/math.h [__USE_SVID]: Likewise.
14791         [__USE_BSD]: Likewise.
14792         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14793         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14794         * misc/search.h [__USE_SVID]: Likewise.
14795         * misc/sys/mman.h [__USE_BSD]: Likewise.
14796         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14797         * misc/sys/uio.h [__USE_BSD]: Likewise.
14798         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14799         * posix/glob.h [__USE_BSD]: Likewise.
14800         * posix/regex.h [__USE_BSD]: Likewise.
14801         * posix/sys/types.h [__USE_BSD]: Likewise.
14802         [__USE_SVID]: Likewise.
14803         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14804         * posix/sys/wait.h [__USE_BSD]: Likewise.
14805         [__USE_SVID]: Likewise.
14806         * posix/unistd.h [__USE_BSD]: Likewise.
14807         [__USE_SVID]: Likewise.
14808         * pwd/pwd.h [__USE_SVID]: Likewise.
14809         * resolv/netdb.h [__USE_BSD]: Likewise.
14810         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14811         * signal/signal.h [__USE_BSD]: Likewise.
14812         [__USE_SVID]: Likewise.
14813         * socket/sys/socket.h [__USE_BSD]: Likewise.
14814         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14815         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14816         [__USE_SVID]: Likewise.
14817         * string/bits/string2.h [__USE_BSD]: Likewise.
14818         [__USE_SVID]: Likewise.
14819         * string/bits/string3.h [__USE_BSD]: Likewise.
14820         * string/endian.h [__USE_BSD]: Likewise.
14821         * string/string.h [__USE_SVID]: Likewise.
14822         [__USE_BSD]: Likewise.
14823         * string/strings.h [__USE_BSD]: Likewise.
14824         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14825         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14826         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14827         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14828         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14829         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14830         Likewise.
14831         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14832         Likewise.
14833         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14834         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14835         Likewise.
14836         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14837         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14838         Likewise.
14839         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14840         Likewise.
14841         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14842         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14843         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14844         Likewise.
14845         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14846         Likewise.
14847         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14848         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14849         * termios/termios.h [__USE_BSD]: Likewise.
14850         * time/sys/time.h [__USE_BSD]: Likewise.
14851         * time/time.h [__USE_BSD]: Likewise.
14852         [__USE_SVID]: Likewise.
14853
14854         * Makefile (subdir_targets): Remove subdir_lint.out.
14855
14856         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14857         (do-tst-printf): Likewise.
14858         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14859         $(objpfx)tst-printf.out.
14860
14861         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14862
14863         * Makerules (check-abi-%): Change target to
14864         $(objpfx)check-abi-%.out.
14865         (check-abi target): Update dependencies.
14866         (check-abi-pattern variable): Redirect output of diff to $@.
14867         (check-abi variable): Likewise.
14868         * elf/Makefile (check-abi): Update dependencies.
14869
14870         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14871         unused.
14872         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14873         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14874         subnormal range.
14875         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14876         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14877         value has largest subnormal exponent.
14878         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14879         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14880         * sysdeps/aarch64/soft-fp/sfp-machine.h
14881         (_FP_TININESS_AFTER_ROUNDING): New macro.
14882         * sysdeps/alpha/soft-fp/sfp-machine.h
14883         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14884         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14885         Likewise.
14886         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14887         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14888         * sysdeps/mips/soft-fp/sfp-machine.h
14889         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14890         * sysdeps/powerpc/soft-fp/sfp-machine.h
14891         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14892         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14893         Likewise.
14894         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14895         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14896         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14897         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14898         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14899         Likewise.
14900
14901 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14902
14903         [BZ #16545]
14904         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14905         model 1.
14906
14907 2014-02-12  Richard Henderson  <rth@redhat.com>
14908
14909         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14910         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14911         * sysdeps/unix/sysv/linux/alpha: Move directory from
14912         ports/sysdeps/unix/sysv/linux/alpha.
14913         * README: Update listing for alpha-*-linux-gnu.
14914
14915 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14916
14917         * include/features.h: Update comment documenting feature test
14918         macros.
14919         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14920         _DEFAULT_SOURCE.
14921         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14922         (_SVID_SOURCE): Likewise.
14923         (_DEFAULT_SOURCE): Update description of default features.
14924         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14925         with _GNU_SOURCE.
14926         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14927         (S_ISVTX): Likewise.
14928         * manual/math.texi (Mathematical Constants): Likewise.
14929         * manual/signal.texi (Interrupted Primitives): Likewise.
14930         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14931         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14932         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14933         Don't refer to _SVID_SOURCE in warning text.
14934
14935         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14936
14937         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14938         already defined.
14939         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14940         * sysdeps/mips/dl-lookup.c: Remove.
14941         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14942
14943 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14944
14945         [BZ #16447]
14946         * math/auto-libm-test-in: Add testcase for expl.
14947         * math/auto-libm-test-out: Regenerate.
14948         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14949         calculation of unsafe.
14950         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14951
14952 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14953
14954         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14955         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14956         ports/sysdeps/unix/sysv/linux/aarch64.
14957         * README: Update listing for aarch64*-*-linux-gnu.
14958
14959 2014-02-11  Will Newton  <will.newton@linaro.org>
14960
14961         * manual/probes.texi (Mathematical Function Probes): Use
14962         "triggered" instead of "hit".
14963
14964         * manual/probes.texi (Internal Probes): Add documentation
14965         of setjmp, longjmp and longjmp_target probes.
14966
14967         * include/stap-probe.h: Add comment about probe argument
14968         format.
14969
14970         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14971         definition.  (tr_where, tr_freehook, tr_mallochook,
14972         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14973
14974 2014-02-11  David S. Miller  <davem@davemloft.net>
14975
14976         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14977         processing int_tests.
14978
14979 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14980
14981         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14982         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14983         * sysdeps/unix/sysv/linux/mips: Move directory from
14984         ports/sysdeps/unix/sysv/linux/mips.
14985         * README: Update listing for mips-*-linux-gnu and
14986         mips64-*-linux-gnu.
14987
14988 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14989
14990         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14991         * sysdeps/unix/sysv/linux/m68k: Move directory from
14992         ports/sysdeps/unix/sysv/linux/m68k.
14993         * README: Update listing for m68k-*-linux-gnu.
14994
14995 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14996
14997         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14998         * sysdeps/unix/sysv/linux/generic: Move directory from
14999         ports/sysdeps/unix/sysv/linux/generic.
15000         * sysdeps/unix/sysv/linux/tile: Move directory from
15001         ports/sysdeps/unix/sysv/linux/tile.
15002         * README: Update listing for tile*-*-linux-gnu.
15003
15004 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15005
15006         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15007         __builtin_expect.
15008         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15009         * catgets/open_catalog.c (__open_catalog): Likewise.
15010         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15011         * debug/confstr_chk.c: Likewise.
15012         * debug/fread_chk.c (__fread_chk): Likewise.
15013         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15014         * debug/getgroups_chk.c: Likewise.
15015         * debug/mbsnrtowcs_chk.c: Likewise.
15016         * debug/mbsrtowcs_chk.c: Likewise.
15017         * debug/mbstowcs_chk.c: Likewise.
15018         * debug/memcpy_chk.c: Likewise.
15019         * debug/memmove_chk.c: Likewise.
15020         * debug/mempcpy_chk.c: Likewise.
15021         * debug/memset_chk.c: Likewise.
15022         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15023         * debug/strcat_chk.c (__strcat_chk): Likewise.
15024         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15025         * debug/strncat_chk.c (__strncat_chk): Likewise.
15026         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15027         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15028         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15029         * debug/wcpncpy_chk.c: Likewise.
15030         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15031         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15032         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15033         * debug/wcsncpy_chk.c: Likewise.
15034         * debug/wcsnrtombs_chk.c: Likewise.
15035         * debug/wcsrtombs_chk.c: Likewise.
15036         * debug/wcstombs_chk.c: Likewise.
15037         * debug/wmemcpy_chk.c: Likewise.
15038         * debug/wmemmove_chk.c: Likewise.
15039         * debug/wmempcpy_chk.c: Likewise.
15040         * debug/wmemset_chk.c: Likewise.
15041         * dirent/scandirat.c (SCANDIRAT): Likewise.
15042         * dlfcn/dladdr1.c (dladdr1): Likewise.
15043         * dlfcn/dladdr.c (dladdr): Likewise.
15044         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15045         * dlfcn/dlerror.c (__dlerror): Likewise.
15046         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15047         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15048         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15049         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15050         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15051         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15052         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15053         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15054         Likewise.
15055         * elf/dl-conflict.c: Likewise.
15056         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15057         * elf/dl-dst.h: Likewise.
15058         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15059         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15060         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15061         * elf/dl-init.c (call_init, _dl_init): Likewise.
15062         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15063         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15064         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15065         Likewise.
15066         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15067         Likewise.
15068         * elf/dl-minimal.c (__libc_memalign): Likewise.
15069         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15070         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15071         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15072         * elf/dl-sym.c (do_sym): Likewise.
15073         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15074         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15075         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15076         * elf/dl-writev.h (_dl_writev): Likewise.
15077         * elf/ldconfig.c (search_dir): Likewise.
15078         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15079         (dl_main): Likewise.
15080         * elf/setup-vdso.h (setup_vdso): Likewise.
15081         * grp/compat-initgroups.c (compat_call): Likewise.
15082         * grp/fgetgrent.c (fgetgrent): Likewise.
15083         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15084         * grp/putgrent.c (putgrent): Likewise.
15085         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15086         Likewise.
15087         * hurd/hurdinit.c: Likewise.
15088         * iconvdata/8bit-gap.c (struct): Likewise.
15089         * iconvdata/ansi_x3.110.c : Likewise.
15090         * iconvdata/big5.c : Likewise.
15091         * iconvdata/big5hkscs.c : Likewise.
15092         * iconvdata/cp1255.c: Likewise.
15093         * iconvdata/cp1258.c : Likewise.
15094         * iconvdata/cp932.c : Likewise.
15095         * iconvdata/euc-cn.c: Likewise.
15096         * iconvdata/euc-jisx0213.c : Likewise.
15097         * iconvdata/euc-jp.c: Likewise.
15098         * iconvdata/euc-jp-ms.c : Likewise.
15099         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15100         * iconvdata/gb18030.c : Likewise.
15101         * iconvdata/gbbig5.c (const): Likewise.
15102         * iconvdata/gbgbk.c: Likewise.
15103         * iconvdata/gbk.c : Likewise.
15104         * iconvdata/ibm1364.c : Likewise.
15105         * iconvdata/ibm930.c : Likewise.
15106         * iconvdata/ibm932.c: Likewise.
15107         * iconvdata/ibm933.c : Likewise.
15108         * iconvdata/ibm935.c : Likewise.
15109         * iconvdata/ibm937.c : Likewise.
15110         * iconvdata/ibm939.c : Likewise.
15111         * iconvdata/ibm943.c: Likewise.
15112         * iconvdata/iso_11548-1.c: Likewise.
15113         * iconvdata/iso-2022-cn.c : Likewise.
15114         * iconvdata/iso-2022-cn-ext.c : Likewise.
15115         * iconvdata/iso-2022-jp-3.c: Likewise.
15116         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15117         * iconvdata/iso-2022-kr.c : Likewise.
15118         * iconvdata/iso646.c (gconv_end): Likewise.
15119         * iconvdata/iso_6937-2.c : Likewise.
15120         * iconvdata/iso_6937.c : Likewise.
15121         * iconvdata/iso8859-1.c: Likewise.
15122         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15123         * iconvdata/shift_jisx0213.c : Likewise.
15124         * iconvdata/sjis.c : Likewise.
15125         * iconvdata/t.61.c : Likewise.
15126         * iconvdata/tcvn5712-1.c : Likewise.
15127         * iconvdata/tscii.c: Likewise.
15128         * iconvdata/uhc.c : Likewise.
15129         * iconvdata/unicode.c (gconv_end): Likewise.
15130         * iconvdata/utf-16.c (gconv_end): Likewise.
15131         * iconvdata/utf-32.c (gconv_end): Likewise.
15132         * iconvdata/utf-7.c (base64): Likewise.
15133         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15134         * iconv/gconv_close.c (__gconv_close): Likewise.
15135         * iconv/gconv_open.c (__gconv_open): Likewise.
15136         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15137         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15138         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15139         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15140         (ucs4le_internal_loop_single): Likewise.
15141         * iconv/iconv.c (iconv): Likewise.
15142         * iconv/iconv_close.c: Likewise.
15143         * iconv/loop.c (SINGLE): Likewise.
15144         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15145         * include/atomic.h: Likewise.
15146         * inet/inet6_option.c (option_alloc): Likewise.
15147         * intl/bindtextdom.c (set_binding_values): Likewise.
15148         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15149         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15150         * intl/localealias.c (read_alias_file): Likewise.
15151         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15152         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15153         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15154         * libio/fmemopen.c (fmemopen): Likewise.
15155         * libio/iofgets.c (_IO_fgets): Likewise.
15156         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15157         * libio/iofgetws.c (fgetws): Likewise.
15158         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15159         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15160         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15161         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15162         * locale/findlocale.c (_nl_find_locale): Likewise.
15163         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15164         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15165         Likewise.
15166         * locale/setlocale.c (setlocale): Likewise.
15167         * login/programs/pt_chown.c (main): Likewise.
15168         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15169         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15170         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15171         (mmap, mmap64, mremap, munmap): Likewise.
15172         * math/e_exp2l.c: Likewise.
15173         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15174         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15175         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15176         * math/s_catan.c (__catan): Likewise.
15177         * math/s_catanf.c (__catanf): Likewise.
15178         * math/s_catanh.c (__catanh): Likewise.
15179         * math/s_catanhf.c (__catanhf): Likewise.
15180         * math/s_catanhl.c (__catanhl): Likewise.
15181         * math/s_catanl.c (__catanl): Likewise.
15182         * math/s_ccosh.c (__ccosh): Likewise.
15183         * math/s_ccoshf.c (__ccoshf): Likewise.
15184         * math/s_ccoshl.c (__ccoshl): Likewise.
15185         * math/s_cexp.c (__cexp): Likewise.
15186         * math/s_cexpf.c (__cexpf): Likewise.
15187         * math/s_cexpl.c (__cexpl): Likewise.
15188         * math/s_clog10.c (__clog10): Likewise.
15189         * math/s_clog10f.c (__clog10f): Likewise.
15190         * math/s_clog10l.c (__clog10l): Likewise.
15191         * math/s_clog.c (__clog): Likewise.
15192         * math/s_clogf.c (__clogf): Likewise.
15193         * math/s_clogl.c (__clogl): Likewise.
15194         * math/s_csin.c (__csin): Likewise.
15195         * math/s_csinf.c (__csinf): Likewise.
15196         * math/s_csinh.c (__csinh): Likewise.
15197         * math/s_csinhf.c (__csinhf): Likewise.
15198         * math/s_csinhl.c (__csinhl): Likewise.
15199         * math/s_csinl.c (__csinl): Likewise.
15200         * math/s_csqrt.c (__csqrt): Likewise.
15201         * math/s_csqrtf.c (__csqrtf): Likewise.
15202         * math/s_csqrtl.c (__csqrtl): Likewise.
15203         * math/s_ctan.c (__ctan): Likewise.
15204         * math/s_ctanf.c (__ctanf): Likewise.
15205         * math/s_ctanh.c (__ctanh): Likewise.
15206         * math/s_ctanhf.c (__ctanhf): Likewise.
15207         * math/s_ctanhl.c (__ctanhl): Likewise.
15208         * math/s_ctanl.c (__ctanl): Likewise.
15209         * math/w_pow.c: Likewise.
15210         * math/w_powf.c: Likewise.
15211         * math/w_powl.c: Likewise.
15212         * math/w_scalb.c (sysv_scalb): Likewise.
15213         * math/w_scalbf.c (sysv_scalbf): Likewise.
15214         * math/w_scalbl.c (sysv_scalbl): Likewise.
15215         * misc/error.c (error_tail): Likewise.
15216         * misc/pselect.c (__pselect): Likewise.
15217         * nis/nis_callback.c (__nis_create_callback): Likewise.
15218         * nis/nis_call.c (__nisfind_server): Likewise.
15219         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15220         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15221         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15222         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15223         * nis/nis_lookup.c (nis_lookup): Likewise.
15224         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15225         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15226         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15227         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15228         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15229         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15230         * nis/nss_compat/compat-initgroups.c (add_group)
15231         (internal_getgrent_r): Likewise.
15232         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15233         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15234         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15235         (internal_getspnam_r): Likewise.
15236         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15237         (_nss_nis_getaliasbyname_r): Likewise.
15238         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15239         (_nss_nis_getntohost_r): Likewise.
15240         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15241         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15242         (_nss_nis_getgrgid_r): Likewise.
15243         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15244         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15245         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15246         (_nss_nis_gethostbyname4_r): Likewise.
15247         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15248         (initgroups_netid): Likewise.
15249         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15250         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15251         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15252         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15253         (_nss_nis_getprotobynumber_r): Likewise.
15254         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15255         (_nss_nis_getsecretkey): Likewise.
15256         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15257         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15258         (_nss_nis_getpwuid_r): Likewise.
15259         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15260         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15261         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15262         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15263         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15264         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15265         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15266         Likewise.
15267         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15268         (_nss_nisplus_getntohost_r): Likewise.
15269         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15270         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15271         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15272         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15273         Likewise.
15274         * nis/nss_nisplus/nisplus-initgroups.c
15275         (_nss_nisplus_initgroups_dyn): Likewise.
15276         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15277         (_nss_nisplus_getnetbyaddr_r): Likewise.
15278         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15279         (_nss_nisplus_getprotobynumber_r): Likewise.
15280         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15281         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15282         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15283         Likewise.
15284         * nis/nss_nisplus/nisplus-service.c
15285         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15286         (_nss_nisplus_getservbyport_r): Likewise.
15287         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15288         (_nss_nisplus_getspnam_r): Likewise.
15289         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15290         Likewise.
15291         * nscd/aicache.c (addhstaiX): Likewise.
15292         * nscd/cache.c (cache_search, prune_cache): Likewise.
15293         * nscd/connections.c (register_traced_file, send_ro_fd)
15294         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15295         (main_loop_epoll): Likewise.
15296         * nscd/grpcache.c (addgrbyX): Likewise.
15297         * nscd/hstcache.c (addhstbyX): Likewise.
15298         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15299         * nscd/mem.c (gc, mempool_alloc): Likewise.
15300         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15301         (addinnetgrX): Likewise.
15302         * nscd/nscd-client.h (__nscd_acquire_maplock)
15303         (__nscd_drop_map_ref): Likewise.
15304         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15305         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15306         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15307         Likewise.
15308         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15309         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15310         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15311         (__nscd_get_map_ref): Likewise.
15312         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15313         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15314         Likewise.
15315         * nscd/pwdcache.c (addpwbyX): Likewise.
15316         * nscd/selinux.c (preserve_capabilities): Likewise.
15317         * nscd/servicescache.c (addservbyX): Likewise.
15318         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15319         * posix/fnmatch.c (fnmatch): Likewise.
15320         * posix/getopt.c (_getopt_internal_r): Likewise.
15321         * posix/glob.c (glob, glob_in_dir): Likewise.
15322         * posix/wordexp.c (exec_comm_child): Likewise.
15323         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15324         (getanswer_r, gaih_getanswer_slice): Likewise.
15325         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15326         * resolv/res_init.c: Likewise.
15327         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15328         * resolv/res_query.c (__libc_res_nquery): Likewise.
15329         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15330         Likewise.
15331         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15332         * stdio-common/perror.c (perror): Likewise.
15333         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15334         * stdio-common/tmpnam.c (tmpnam): Likewise.
15335         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15336         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15337         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15338         Likewise.
15339         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15340         * stdlib/putenv.c (putenv): Likewise.
15341         * stdlib/setenv.c (__add_to_environ): Likewise.
15342         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15343         * stdlib/strtol_l.c (INTERNAL): Likewise.
15344         * string/memmem.c (memmem): Likewise.
15345         * string/strerror.c (strerror): Likewise.
15346         * string/strnlen.c (__strnlen): Likewise.
15347         * string/test-memmem.c (simple_memmem): Likewise.
15348         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15349         * sunrpc/pm_getport.c (__get_socket): Likewise.
15350         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15351         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15352         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15353         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15354         Likewise.
15355         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15356         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15357         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15358         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15359         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15360         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15361         Likewise.
15362         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15363         Likewise.
15364         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15365         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15366         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15367         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15368         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15369         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15370         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15371         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15372         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15373         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15374         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15375         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15376         Likewise.
15377         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15378         Likewise.
15379         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15380         Likewise.
15381         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15382         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15383         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15384         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15385         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15386         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15387         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15388         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15389         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15390         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15391         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15392         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15393         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15394         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15395         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15396         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15397         Likewise.
15398         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15399         Likewise.
15400         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15401         Likewise.
15402         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15403         Likewise.
15404         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15405         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15406         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15407         Likewise.
15408         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15409         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15410         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15411         * sysdeps/posix/sleep.c: Likewise.
15412         * sysdeps/posix/tempname.c: Likewise.
15413         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15414         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15415         Likewise.
15416         * sysdeps/powerpc/powerpc32/dl-machine.h
15417         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15418         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15419         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15420         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15421         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15422         Likewise.
15423         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15424         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15425         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15426         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15427         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15428         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15429         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15430         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15431         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15432         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15433         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15434         (elf_machine_lazy_rel): Likewise.
15435         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15436         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15437         (elf_machine_lazy_rel): Likewise.
15438         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15439         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15440         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15441         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15442         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15443         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15444         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15445         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15446         Likewise.
15447         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15448         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15449         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15450         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15451         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15452         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15453         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15454         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15455         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15456         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15457         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15458         Likewise.
15459         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15460         (__posix_fallocate64_l64): Likewise.
15461         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15462         (posix_fallocate): Likewise.
15463         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15464         Likewise.
15465         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15466         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15467         (getifaddrs_internal): Likewise.
15468         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15469         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15470         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15471         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15472         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15473         (__posix_fallocate64_l64): Likewise.
15474         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15475         Likewise.
15476         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15477         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15478         (__get_clockfreq): Likewise.
15479         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15480         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15481         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15482         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15483         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15484         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15485         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15486         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15487         Likewise.
15488         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15489         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15490         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15491         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15492         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15493         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15494         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15495         Likewise.
15496         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15497         (posix_fallocate): Likewise.
15498         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15499         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15500         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15501         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15502         (elf_machine_rela, elf_machine_rela_relative)
15503         (elf_machine_lazy_rel): Likewise.
15504         * time/asctime.c (asctime_internal): Likewise.
15505         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15506         * time/tzset.c (__tzset_parse_tz): Likewise.
15507         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15508         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15509         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15510         * wcsmbs/wcsmbsload.h: Likewise.
15511
15512         [BZ #15894]
15513         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15514
15515         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15516         (arena_get2): Remove THREAD_STATS conditionals.
15517         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15518         (__malloc_stats, int): Likewise.
15519
15520 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15521
15522         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15523         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15524
15525         * manual/setjmp.texi: Fix typos/grammar errors.
15526
15527         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15528         Only return early when n is <= 0.  Delete unused return statement.
15529
15530         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15531         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15532         * debug/tst-longjmp_chk3.c: New file.
15533
15534         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15535         (test_main): Replace code with set_fortify_handler call.
15536         * debug/test-strcpy_chk.c: Likewise.
15537         * debug/tst-chk1.c: Likewise.
15538         * debug/tst-longjmp_chk.c: Likewise.
15539         * test-skeleton.c: Include fcntl.h & paths.h
15540         (set_fortify_handler): Define.
15541
15542         * debug/tst-longjmp_chk.c: Add header comment and include
15543         ../test-skeleton.c.
15544         (do_test): Mark static.
15545         (TEST_FUNCTION): Define.
15546
15547         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15548         (IP_PMTUDISC_INTERFACE): Likewise.
15549         (IP_MULTICAST_IF): Likewise.
15550         (IP_MULTICAST_TTL): Likewise.
15551         (IP_MULTICAST_LOOP): Likewise.
15552         (IP_ADD_MEMBERSHIP): Likewise.
15553         (IP_DROP_MEMBERSHIP): Likewise.
15554         (IP_UNBLOCK_SOURCE): Likewise.
15555         (IP_BLOCK_SOURCE): Likewise.
15556         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15557         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15558         (IP_MSFILTER): Likewise.
15559         (MCAST_JOIN_GROUP): Likewise.
15560         (MCAST_BLOCK_SOURCE): Likewise.
15561         (MCAST_UNBLOCK_SOURCE): Likewise.
15562         (MCAST_LEAVE_GROUP): Likewise.
15563         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15564         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15565         (MCAST_MSFILTER): Likewise.
15566         (IP_MULTICAST_ALL): Likewise.
15567         (IP_UNICAST_IF): Likewise.
15568
15569         * timezone/Makefile: Delete $(have-ksh) check.
15570         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15571         * timezone/tzselect.ksh: Add +x mode bits.
15572
15573         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15574         (ANON_INODE_FS_MAGIC): Likewise.
15575         (BDEVFS_MAGIC): Likewise.
15576         (BINFMTFS_MAGIC): Likewise.
15577         (BTRFS_TEST_MAGIC): Likewise.
15578         (CRAMFS_MAGIC_WEND): Likewise.
15579         (DEBUGFS_MAGIC): Likewise.
15580         (ECRYPTFS_SUPER_MAGIC): Likewise.
15581         (EXT3_SUPER_MAGIC): Likewise.
15582         (EXT4_SUPER_MAGIC): Likewise.
15583         (FUTEXFS_SUPER_MAGIC): Likewise.
15584         (HOSTFS_SUPER_MAGIC): Likewise.
15585         (HUGETLBFS_MAGIC): Likewise.
15586         (MINIX3_SUPER_MAGIC): Likewise.
15587         (MTD_INODE_FS_MAGIC): Likewise.
15588         (NILFS_SUPER_MAGIC): Likewise.
15589         (OPENPROM_SUPER_MAGIC): Likewise.
15590         (PIPEFS_MAGIC): Likewise.
15591         (PSTOREFS_MAGIC): Likewise.
15592         (QNX6_SUPER_MAGIC): Likewise.
15593         (RAMFS_MAGIC): Likewise.
15594         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15595         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15596         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15597         (SECURITYFS_MAGIC): Likewise.
15598         (SELINUX_MAGIC): Likewise.
15599         (SMACK_MAGIC): Likewise.
15600         (SOCKFS_MAGIC): Likewise.
15601         (SQUASHFS_MAGIC): Likewise.
15602         (STACK_END_MAGIC): Likewise.
15603         (TMPFS_MAGIC): Likewise.
15604         (USBDEVICE_SUPER_MAGIC): Likewise.
15605         (V9FS_MAGIC): Likewise.
15606         (XENFS_SUPER_MAGIC): Likewise.
15607         (CRAMFS_MAGIC): Fix typo in comment.
15608         (EXT2_SUPER_MAGIC): Update comment.
15609         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15610
15611 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15612
15613         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15614         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15615         * sysdeps/unix/sysv/linux/arm: Move directory from
15616         ports/sysdeps/unix/sysv/linux/arm.
15617         * README: Update listing for arm-*-linux-gnueabi.
15618
15619         * README: Remove mention of am33.
15620
15621 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15622
15623         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15624         than the comma operator, to avoid "rhs of comma has no effect"
15625         compiler warnings.
15626         (__sigfillset, __sigandset, __sigorset): Likewise.
15627         * include/signal.h (__sigemptyset): Likewise.
15628         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15629
15630 2014-02-07  Allan McRae  <allan@archlinux.org>
15631
15632         * version.h (RELEASE): Set to "development".
15633         (VERSION): Set to "2.19.90"
15634         * NEWS: Add 2.20 section.
15635
15636 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15637
15638         [BZ #16529]
15639         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15640
15641 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15642
15643         * manual/contrib.texi: Update entry for Carlos O'Donell,
15644         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15645
15646 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15647
15648         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15649
15650         * sysdeps/unix/sysv/linux/kernel-features.h
15651         [__LINUX_KERNEL_VERSION >= 0x020621]
15652         (__ASSUME_PROC_PID_TASK_COMM): Define.
15653
15654 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15655
15656         [BZ #16398]
15657         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15658         conversion when destination buffer does not have enough space.
15659         * libio/tst-ftell-partial-wide.c: New test case.
15660         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15661
15662         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15663         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15664         Leonard and Allan McRae.
15665
15666 2014-02-04  David S. Miller  <davem@davemloft.net>
15667
15668         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15669         32-bit.
15670
15671 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15672
15673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15674         New file
15675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15676         New file
15677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15678         New file.
15679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15680         New file.
15681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15682         New file.
15683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15684         New file.
15685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15686         New file.
15687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15688         New file.
15689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15690         New file.
15691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15692         New file.
15693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15694         New file.
15695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15696         New file.
15697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15698         New file.
15699
15700 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15701
15702         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15703         * shlib-versions: Likewise.
15704
15705 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15706             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15707
15708         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15709         (abilist-pattern): New variable, set to %-le.abilist.
15710
15711         * Makerules (abilist-pattern): New variable.
15712         (vpath): Use $(abilist-pattern) in place of %.abilist.
15713         (check-abi-% pattern rule): Likewise.
15714         (check-abi, update-abi): Likewise.
15715
15716 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15717
15718         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15719
15720 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15721
15722         * manual/startup.texi: Add next, previous, and top entries for
15723         the `Program Arguments' and `Environment Variables' nodes.
15724
15725 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15726
15727         * manual/macros.texi: Add comments before MTASC-safety macros.
15728
15729         * manual/users.texi: Document MTASC-safety properties.
15730
15731         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15732         (pthread_getspecific, pthread_setspecific): Format with
15733         @deftypefun, and add @safety note.
15734         * manual/signal.texi: Move comments that analyze the above
15735         functions to their home place.
15736
15737 2014-02-03  Allan McRae  <allan@archlinux.org>
15738
15739         * po/sl.po: Update Slovenian translation from translation project.
15740
15741 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15742
15743         * manual/time.texi (timegm): Add missing blank after @c.
15744         Reported by Joseph Myers <joseph@codesourcery.com>.
15745
15746 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15747
15748         * manual/check-safety.sh: New.
15749         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15750
15751         * manual/terminal.texi: Document MTASC-safety properties.
15752
15753         * manual/filesys.texi: Document MTASC-safety properties.
15754
15755         * manual/errno.texi: Document MTASC-safety properties.
15756
15757         * manual/intro.texi: Document safety identifiers and
15758         conditionals.
15759
15760         * manual/string.texi (wcstok): Fix prototype.
15761         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15762
15763         * manual/time.texi: Document MTASC-safety properties.
15764
15765         * manual/string.texi: Document MTASC-safety properties.
15766
15767         * manual/threads.texi: Document MTASC-safety properties.
15768
15769         * manual/stdio.texi: Document MTASC-safety properties.
15770
15771         * manual/syslog.texi: Document MTASC-safety properties.
15772
15773         * manual/sysinfo.texi: Document MTASC-safety properties.
15774
15775         * manual/startup.texi: Document MTASC-safety properties.
15776
15777         * manual/socket.texi: Document MTASC-safety properties.
15778
15779         * manual/signal.texi: Document MTASC-safety properties.
15780
15781 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15782
15783         * manual/setjmp.texi: Document MTASC-safety properties.
15784
15785         * manual/search.texi: Document MTASC-safety properties.
15786
15787         * manual/resource.texi: Document MTASC-safety properties.
15788
15789         * manual/process.texi: Document MTASC-safety properties.
15790
15791         * manual/platform.texi: Document MTASC-safety properties.
15792
15793         * manual/pipe.texi: Document MTASC-safety properties.
15794
15795         * manual/pattern.texi: Document MTASC-safety properties.
15796
15797         * manual/message.texi: Document MTASC-safety properties.
15798
15799         [BZ #12751]
15800         * manual/memory.texi: Document MTASC-safety properties.
15801
15802         * manual/math.texi: Document MTASC-safety properties.
15803
15804         * manual/locale.texi: Document MTASC-safety properties.
15805
15806         * manual/llio.texi: Document MTASC-safety properties.
15807
15808         * manual/libdl.texi: New.
15809
15810         * manual/lang.texi: Document MTASC-safety properties.
15811
15812         * manual/job.texi: Document MTASC-safety properties.
15813
15814         * manual/getopt.texi: Document MTASC-safety properties.
15815
15816         * manual/ctype.texi: Document MTASC-safety properties.
15817
15818 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15819
15820         [BZ #16046]
15821         * csu/libc-tls.c (static_map): Remove variable.
15822         (__libc_setup_tls): Use main executable's link map for TLS data.
15823         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15824         casing for LM_ID_BASE and GL(dl_nns).
15825         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15826         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15827         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15828         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15829         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15830         member.
15831         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15832         l_phnum members.
15833
15834 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15835
15836         * manual/debug.texi: Document MTASC-safety properties.
15837
15838 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15839
15840         [BZ #16510]
15841         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15842         of __x86_64__ when disabling x87 inline functions.
15843
15844 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15845
15846         * manual/charset.texi: Document MTASC-safety properties.
15847
15848         * manual/crypt.texi: Document MTASC-safety properties.
15849
15850         * manual/conf.texi: Document MTASC-safety properties.
15851
15852         * manual/arith.texi: Document MTASC-safety properties.
15853
15854         * manual/argp.texi: Document MTASC-safety properties.
15855
15856         * manual/macros.texi: Introduce macros to document multi
15857         thread, asynchronous signal and asynchronous cancellation
15858         safety properties.
15859         * manual/intro.texi: Introduce the properties themselves.
15860
15861 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15862
15863         * sysdeps/sh/sh4/Makefile: New file.
15864
15865 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15866
15867         * math/gen-libm-test.pl ($srcdir): New variable.
15868         ($auto_input): Use it.
15869
15870 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15871
15872         [BZ #16506]
15873         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15874         access beyond array bounds when parsing netgroups file.
15875
15876         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15877         the old buffer before realloc.
15878
15879 2014-01-27  Allan McRae  <allan@archlinux.org>
15880
15881         * po/fr.po: Update French translation from translation project.
15882
15883 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15884
15885         * sysdeps/sh/libm-test-ulps: Regenerate.
15886
15887 2014-01-24  David S. Miller  <davem@davemloft.net>
15888
15889         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15890
15891 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15892
15893         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15894         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15895
15896 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15897
15898         [BZ #16474]
15899         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15900         string pointers after reallocation.
15901
15902 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15903
15904         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15905         __SH4A__ instead of __SH_FPU_ANY__.
15906
15907 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15908
15909         * sysdeps/sh/fpu_control.h: New file.
15910         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15911         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15912         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15913         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15914         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15915         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15916         * sysdeps/sh/sys/ucontext.h: Remove.
15917         * sysdeps/sh/sys: Remove directory.
15918
15919 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15920
15921         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15922         s390/sys/ucontext.h.
15923         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15924         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15925
15926 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15927
15928         [BZ #15605]
15929         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15930
15931 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15932
15933         [BZ#16431]
15934         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15935         Adjust the vDSO correctly for internal calls.
15936         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15937
15938 2014-01-20  Allan McRae  <allan@archlinux.org>
15939
15940         * po/ca.po: Update Catalan translation from translation project.
15941
15942 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15943
15944         * sysdeps/s390/sotruss-lib.c: New file.
15945
15946 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15947
15948         [BZ#16430]
15949         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15950         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15951         local calls issues by not having a PLT stub required for IFUNC calls.
15952         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15953
15954 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15955
15956         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15957         * math/test-fpucw-static.c: Likewise.
15958
15959 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15960
15961         [BZ #16453]
15962         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15963
15964 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15965
15966         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15967         implementation for powerpc.
15968
15969 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15970
15971         [BZ #14782]
15972         * sysdeps/posix/system.c (__libc_system): Do not enable
15973         asynchronous cancellation.
15974
15975 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15976
15977         [BZ #16427]
15978         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15979         handling only for numbers special also in the IEEE case.
15980
15981 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15982
15983         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15984
15985 2014-01-11  Allan McRae  <allan@archlinux.org>
15986
15987         * po/bg.po: Update Bulgarian translation from translation project.
15988
15989         * po/de.po: Update German translation from translation project.
15990
15991 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15992
15993         * sysdeps/generic/gcc-compat.h: New file.
15994
15995 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15996
15997         * benchtests/asin-inputs: Correct slow inputs.
15998         * benchtests/acos-inputs: Likewise.
15999
16000 2014-01-10  Allan McRae  <allan@archlinux.org>
16001
16002         * po:sv.po: Update Swedish translation from translation project.
16003
16004         * po/vi.po: Update Vietnamese translation from translation project.
16005
16006         * po/eo.po: Update Esperanto translation from translation project.
16007
16008         * po/cs.po: Update Czech translation from translation project.
16009
16010         * po/nl.po: Update Dutch translation from translation project.
16011
16012         * po/pl.po: Update Polish translation from translation project.
16013
16014         * po/ru.po: Update Russian translation from translation project.
16015
16016         * po/uk.po: Update Ukrainian translation from translation project.
16017
16018 2014-01-08  Brooks Moses  <bmoses@google.com>
16019
16020         * elf/dl-load.c: Fix comment typo.
16021
16022 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16023
16024         * po/header.pot: Rename to...
16025         * po/pot.header: ... this.
16026         * po/Makefile: Use pot.header.
16027
16028 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16029             Maxim Kuvyrkov  <maxim@kugelworks.com>
16030
16031         [BZ #16394]
16032         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16033         SRC and DEST against LEN.
16034
16035 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16036
16037         [BZ #16414]
16038         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16039         implementation.
16040         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16041
16042 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16043
16044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16045
16046 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16047
16048         [BZ #16408]
16049         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16050         for large positive arguments.
16051
16052 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16053
16054         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16055
16056         * math/auto-libm-test-in: Mark various tests with
16057         xfail-rounding:ldbl-128ibm.
16058         * math/auto-libm-test-out: Regenerated.
16059
16060         [BZ #16407]
16061         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16062         Increase overflow threshold.
16063
16064 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16065
16066         [BZ #14286]
16067         * stdio-common/vfprintf.c: Check for integer overflow.
16068
16069 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16070
16071         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16072         the first argument and return value of __tls_get_addr_internal.
16073
16074 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16075
16076         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16077         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16078
16079 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16080
16081         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16082         * sysdeps/s390/rtld-global-offsets.sym: New file.
16083         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16084         GLIBC_2.19 symbol.
16085         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16086         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16087         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16088         ... this.
16089         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16090         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16091         ... this.
16092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16093         Regenerate.
16094         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16095         Regenerate.
16096         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16097         halfs of GPRs for high_gprs contexts.
16098         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16099         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16100         field.
16101         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16102         uc_flags field.
16103         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16104         64 bit versions:
16105         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16106         for high GPRs (uc_high_gprs) and for future extensions
16107         (__reserved).
16108         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16109         for future extensions (__reserved).
16110         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16111         64 bit versions:
16112         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16113         SC_HIGHGPRS offset definition.
16114         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16115         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16116
16117         * Versions.def: Add GLIBC_2.19 for libpthread.
16118         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16119         siglongjmp for libpthread with GLIBC_2.19 symver.
16120         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16121         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16122         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16123         * sysdeps/s390/__longjmp.c: New file.
16124         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16125         * sysdeps/s390/longjmp.c: New file.
16126         * sysdeps/s390/setjmp.S: New file.
16127         * sysdeps/s390/sigjmp.S: New file.
16128         * sysdeps/s390/v1-longjmp.c: New file.
16129         * sysdeps/s390/v1-setjmp.h: New file.
16130         * sysdeps/s390/v1-sigjmp.c: New file.
16131         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16132         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16133         GLIBC_2.19 version.
16134         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16135         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16136         versioned symbols for ____longjmp_chk.
16137         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16138         Likewise.
16139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16140         Regenerate.
16141         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16142         Regenerate.
16143         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16144         Regenerate.
16145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16146         Regenerate.
16147         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16148         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16149         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16150         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16151         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16152         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16153         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16154         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16155         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16156         * sysdeps/s390/rtld-__longjmp.c: New file.
16157         * sysdeps/s390/rtld-setjmp.S: New file.
16158
16159 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16160
16161         [BZ #16400]
16162         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16163         Return -__logl (x) for small positive arguments without evaluating
16164         a polynomial.
16165
16166 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16167
16168         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16169         Rename to ...
16170         (__ptrace_peeksiginfo_args): ... this.
16171         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16172         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16173         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16174
16175 2014-01-06  Allan McRae  <allan@archlinux.org>
16176
16177         * inet/netinet/in.h: Fix typo in comment.
16178
16179 2014-01-05  Andreas Jaeger  <aj@suse.de>
16180
16181         * sysdeps/i386/fpu/libm-test-ulps: Update.
16182
16183 2014-01-05  Allan McRae  <allan@archlinux.org>
16184
16185         * po/libc.pot: Regenerated.
16186
16187         * malloc/memusagestat.c: Fix gettext call formatting.
16188
16189 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16190
16191         * nscd/nscd.c: Improve usage() output.
16192
16193 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16194
16195         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16196         * sysdeps/unix/sysv/linux/configure: Regenerated.
16197         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16198         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16199
16200 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16201
16202         [BZ #16390]
16203         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16204         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16205
16206 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16207
16208         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16209         extra tokens at end of #undef directive.
16210         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16211         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16212         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16213
16214 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16215
16216         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16217
16218         * math/auto-libm-test-in: Mark various tests with
16219         xfail-rounding:ldbl-128ibm.
16220         * math/auto-libm-test-out: Regenerated.
16221
16222 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16223
16224         [BZ #16386]
16225         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16226         numbers with subnormal high part when calculating exponent.
16227
16228         [BZ #16385]
16229         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16230         fabs.
16231
16232         [BZ #16384]
16233         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16234         M_LN2l.
16235         (__ieee754_acoshl): Use __log1pl not __log1p.
16236
16237 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16238
16239         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16240         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16241         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16242         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16243         (reused_arena, arena_get2): Convert to GNU style.
16244         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16245         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16246         (memalign_check, __malloc_set_state): Likewise.
16247         * malloc/mallocbug.c (main): Likewise.
16248         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16249         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16250         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16251         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16252         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16253         (__posix_memalign, malloc_info): Likewise.
16254         * malloc/malloc.h: Likewise.
16255         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16256         (mallochook, memalignhook, reallochook, mabort): Likewise.
16257         * malloc/mcheck.h: Likewise.
16258         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16259         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16260         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16261         * malloc/morecore.c (__default_morecore): Likewise.
16262         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16263         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16264         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16265         (print_and_abort): Likewise.
16266         * malloc/obstack.h: Likewise.
16267         * malloc/set-freeres.c (__libc_freeres): Likewise.
16268         * malloc/tst-mallocstate.c (main): Likewise.
16269         * malloc/tst-mtrace.c (main): Likewise.
16270         * malloc/tst-realloc.c (do_test): Likewise.
16271
16272 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16273
16274         [BZ #16366]
16275         * nscd/netgroupcache.c (do_notfound): New function.
16276         (addgetnetgrentX): Use it.
16277
16278         [BZ # 16365]
16279         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16280         NSS_STATUS_NOTFOUND.
16281
16282 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16283
16284         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16286
16287 2014-01-01  Allan McRae  <allan@archlinux.org>
16288
16289         * scripts/update-copyrights: Update configure input file suffix.
16290
16291         * NEWS: Update copyright year.
16292         * catgets/gencat.c: Likewise.
16293         * csu/version.c: Likewise.
16294         * debug/catchsegv.sh: Likewise.
16295         * debug/pcprofiledump.c: Likewise.
16296         * debug/xtrace.sh: Likewise.
16297         * elf/ldconfig.c: Likewise.
16298         * elf/ldd.bash.in: Likewise.
16299         * elf/pldd.c: Likewise.
16300         * elf/sotruss.ksh: Likewise.
16301         * elf/sprof.c: Likewise.
16302         * iconv/iconv_prog.c: Likewise.
16303         * iconv/iconvconfig.c: Likewise.
16304         * locale/programs/locale.c: Likewise.
16305         * locale/programs/localedef.c: Likewise.
16306         * login/programs/pt_chown.c: Likewise.
16307         * malloc/memusage.sh: Likewise.
16308         * malloc/memusagestat.c: Likewise.
16309         * malloc/mtrace.pl: Likewise.
16310         * manual/libc.texinfo: Likewise.
16311         * nscd/nscd.c: Likewise.
16312         * nss/getent.c: Likewise.
16313         * nss/makedb.c: Likewise.
16314         * posix/getconf.c: Likewise.
16315         * scripts/test-installation.pl: Likewise.
16316
16317         * All files with FSF copyright notices: Update copyright dates
16318         using scripts/update-copyrights.
16319         * intl/plural.c: Regenerated.
16320         * locale/programs/charmap-kw.h: Likewise.
16321         * locale/programs/locfile-kw.h: Likewise.
16322
16323 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16324
16325         * sysdeps/unix/sysv/linux/configure: Regenerated.
16326         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16327         the linux/fanotify.h header.
16328         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16329         HAVE_LINUX_FANOTIFY_H is defined.
16330
16331 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16332
16333         * benchtests/cos-inputs: New inputs.
16334         * benchtests/sin-inputs: Likewise.
16335
16336         * benchtests/atan-inputs: New inputs. Fix name of multiple
16337         precision fallback inputs.
16338
16339         * benchtests/atanh-inputs: New inputs.
16340         * benchtests/tanh-inputs: Likewise.
16341
16342         * benchtests/acosh-inputs: New inputs.
16343         * benchtests/asinh-inputs: Likewise.
16344
16345         * benchtests/cosh-inputs: New inputs.
16346         * benchtests/sinh-inputs: Likewise.
16347
16348         * benchtests/acos-inputs: Add more inputs.
16349         * benchtests/asin-inputs: Likewise.
16350
16351 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16352
16353         [BZ #16375]
16354         * manual/arith.texi: Fix spelling.
16355         * manual/charset.texi: Likewise.
16356         * manual/errno.texi: Likewise.
16357         * manual/filesys.texi: Likewise.
16358         * manual/lang.texi: Likewise.
16359         * manual/llio.texi: Likewise.
16360         * manual/locale.texi: Likewise.
16361         * manual/message.texi: Likewise.
16362         * manual/resource.texi: Likewise.
16363         * manual/search.texi: Likewise.
16364         * manual/setjmp.texi: Likewise.
16365         * manual/stdio.texi: Likewise.
16366         * manual/string.texi: Likewise.
16367         * manual/sysinfo.texi: Likewise.
16368         * manual/time.texi: Likewise.
16369
16370 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16371
16372         * po/sl.po: New file.
16373
16374 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16375
16376         * .gitignore: Add core/.gdbinit/.gdb_history.
16377
16378 2013-12-27  Allan McRae  <allan@archlinux.org>
16379
16380         [BZ #16369]
16381         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16382         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16383
16384 2013-12-24  Brooks Moses  <bmoses@google.com>
16385
16386         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16387         all compilers that claim C++98 compliance, not just GCC.
16388         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16389         Likewise.
16390
16391 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16392
16393         * NEWS: Restore accidentally deleted bug-fix entries.
16394
16395 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16396             Ondřej Bílka  <neleai@seznam.cz>
16397
16398         [BZ #15073]
16399         * malloc/malloc.c (_int_free): Perform sanity check only if we
16400         have_lock.
16401
16402 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16403
16404         [BZ #12986]
16405         * manual/stdio.texi (String Input Conversions): Clarify that character
16406         classes are not supported.
16407
16408 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16409
16410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16411
16412 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16413
16414         [BZ #16337]
16415         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16416         Calculate results for small negative arguments directly rather
16417         than using reflection formula with special underflow handling.
16418
16419         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16420         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16421         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16422         (fchflags): Likewise.
16423         (revoke): Likewise.
16424         (setlogin): Likewise.
16425         (sigaltstack): Likewise.
16426         (wait4): Likewise.
16427         (sigblock): Remove.
16428         (sigsetmask): Likewise.
16429         (wait3): Likewise.
16430         (waitpid): Likewise.
16431         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16432         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16433         file.
16434         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16435         * sysdeps/unix/bsd/Makefile: ... here.
16436         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16437         * sysdeps/unix/bsd/Versions: ... here.
16438         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16439         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16440         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16441         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16442         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16443         * sysdeps/unix/bsd/sigblock.c: ... here.
16444         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16445         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16446         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16447         * sysdeps/unix/bsd/sigvec.c: ... here.
16448         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16449         * sysdeps/unix/bsd/tcdrain.c: ... here.
16450         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16451         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16452         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16453         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16454         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16455         * sysdeps/unix/bsd/wait.c: ... here.
16456         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16457         * sysdeps/unix/bsd/wait3.c: ... here.
16458         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16459         * sysdeps/unix/bsd/waitpid.c: ... here.
16460
16461 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16462
16463         [BZ #16356]
16464         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16465         round-to-nearest for [!USE_AS_EXPM1L].
16466         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16467         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16468         more tests of exp and exp10.  Expect some exp10 tests to miss
16469         exceptions or fail in directed rounding modes.
16470         * math/auto-libm-test-out: Regenerated.
16471         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16472         (exp10_test_tonearest): New function.
16473         (exp10_towardzero_test_data): New array.
16474         (exp10_test_towardzero): New function.
16475         (exp10_downward_test_data): New array.
16476         (exp10_test_downward): New function.
16477         (exp10_upward_test_data): New array.
16478         (exp10_test_upward): New function.
16479         (main): Call the new functions.
16480         * sysdeps/i386/fpu/libm-test-ulps: Update.
16481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16482
16483 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16484
16485         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16486         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16487         * math/auto-libm-test-out: Regenerated.
16488         * math/libm-test.inc (acosh_test_data): Add more tests.
16489         (atanh_test_data): Likewise.
16490         (ceil_test_data): Likewise.
16491         (copysign_test_data): Likewise.
16492         * sysdeps/i386/fpu/libm-test-ulps: Update.
16493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16494
16495         * timezone/checktab.awk: Update from tzcode 2013i.
16496         * timezone/private.h: Likewise.
16497         * timezone/scheck.c: Likewise.
16498         * timezone/tzfile.h: Likewise.
16499         * timezone/tzselect.ksh: Likewise.
16500         * timezone/zdump.c: Likewise.
16501         * timezone/zic.c: Likewise.
16502
16503         * math/auto-libm-test-in: Add tests of cpow.
16504         * math/auto-libm-test-out: Regenerated.
16505         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16506         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16507         mpc_cc_c.
16508         (func_calc_desc): Add mpc_cc_c union field.
16509         (test_functions): Add cpow.
16510         (special_fill_2pi): New function.
16511         (special_real_inputs): Add 2pi.
16512         (calc_generic_results): Handle mpc_cc_c.
16513         * sysdeps/i386/fpu/libm-test-ulps: Update.
16514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16515
16516         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16517         csqrt, ctan and ctanh.
16518         * math/auto-libm-test-out: Regenerated.
16519         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16520         (TEST_COND_x86): Likewise.
16521         (ccos_test_data): Use AUTO_TESTS_c_c.
16522         (ccosh_test_data): Likewise.
16523         (cexp_test_data): Likewise.
16524         (clog_test_data): Likewise.
16525         (csqrt_test_data): Likewise.
16526         (ctan_test_data): Likewise.
16527         (ctan_tonearest_test_data): Likewise.
16528         (ctan_towardzero_test_data): Likewise.
16529         (ctan_downward_test_data): Likewise.
16530         (ctan_upward_test_data): Likewise.
16531         (ctanh_test_data): Likewise.
16532         (ctanh_tonearest_test_data): Likewise.
16533         (ctanh_towardzero_test_data): Likewise.
16534         (ctanh_downward_test_data): Likewise.
16535         (ctanh_upward_test_data): Likewise.
16536         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16537         mpc_c_c.
16538         (func_calc_desc): Add mpc_c_c union field.
16539         (FUNC_mpc_c_c): New macro.
16540         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16541         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16542         ctanh.
16543         (special_fill_min_subnorm_p120): New function.
16544         (special_real_inputs): Add min_subnorm_p120.
16545         (calc_generic_results): Handle mpc_c_c.
16546         * sysdeps/i386/fpu/libm-test-ulps: Update.
16547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16548
16549 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16550
16551         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16552         (do_sin_slow): New functions.
16553         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16554         (cslow2, csloww1, csloww2): Use the new functions.
16555
16556         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16557         Use M to change sign of result instead of X.  Assume X is
16558         positive.
16559         (csloww1): Likewise.
16560         (__sin): Adjust.
16561         (__cos): Adjust.
16562
16563         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16564         arguments A and DA.
16565         (__sin): Adjust.
16566         (__cos): Likewise.
16567
16568         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16569         (__cos): Likewise.
16570         (sloww1): Don't adjust sign of DX.
16571         (csloww1): Likewise.
16572         (sloww2): Use X directly and don't adjust sign of DX.
16573         (csloww2): Likewise.
16574
16575 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16576
16577         * math/auto-libm-test-in: Add tests of cabs and carg.
16578         * math/auto-libm-test-out: Regenerated.
16579         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16580         (carg_test_data): Likewise.
16581         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16582         mpc_c_f.
16583         (func_calc_desc): Add mpc_c_f union field.
16584         (test_functions): Add cabs and carg.
16585         (calc_generic_results): Handle mpc_c_f.
16586
16587         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16588         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16589         as a macro and a compat symbol.
16590         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16591         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16592         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16593         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16594         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16595         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16596         not use .hidden.
16597         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16598         Likewise.
16599         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16600         Likewise.
16601         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16602         Likewise.
16603         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16604         Likewise.
16605         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16606         Likewise.
16607         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16608         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16609         from GLIBC_2.3.2.
16610
16611 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16612
16613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16614
16615 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16616
16617         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16618         trailing whitespace removed.
16619         * scripts/config.guess: Update to version 2013-11-29.
16620         * scripts/config.sub: Update to version 2013-10-01.
16621
16622         * math/auto-libm-test-in: Add tests of sincos.
16623         * math/auto-libm-test-out: Regenerated.
16624         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16625         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16626         mpfr_f_11.
16627         (func_calc_desc): Add mpfr_f_11 union field.
16628         (test_functions): Add sincos.
16629         (calc_generic_results): Handle mpfr_f_11.
16630         * sysdeps/i386/fpu/libm-test-ulps: Update.
16631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16632
16633 2013-12-19  Andreas Schwab  <schwab@suse.de>
16634
16635         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16636         CALL_MCOUNT.
16637         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16638         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16639         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16640
16641 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16642
16643         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16644         * sysdeps/i386/fpu/libm-test-ulps: Update.
16645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16646
16647         [BZ #16293]
16648         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16649         round-to-nearest mode when using frndint.
16650         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16651         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16652         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16653         Likewise.
16654         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16655         sinh test to fail.
16656         * math/auto-libm-test-out: Regenerated.
16657         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16658         (TEST_COND_x86): Likewise.
16659         (expm1_tonearest_test_data): New array.
16660         (expm1_test_tonearest): New function.
16661         (expm1_towardzero_test_data): New array.
16662         (expm1_test_towardzero): New function.
16663         (expm1_downward_test_data): New array.
16664         (expm1_test_downward): New function.
16665         (expm1_upward_test_data): New array.
16666         (expm1_test_upward): New function.
16667         (main): Run the new test functions.
16668         * sysdeps/i386/fpu/libm-test-ulps: Update.
16669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16670
16671         * include/features.h: Update comment documenting feature test
16672         macros.  Mention _DEFAULT_SOURCE in comment.
16673         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16674         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16675         _BSD_SOURCE and _SVID_SOURCE.
16676         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16677         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16678         !_SVID_SOURCE]: Likewise.
16679         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16680         (__USE_POSIX_IMPLICITLY): Define.
16681         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16682         (_POSIX_SOURCE): Undefine and redefine.
16683         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16684         (_POSIX_C_SOURCE): Likewise.
16685         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16686         (Feature Test Macros): Update documentation of default features.
16687
16688 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16689
16690         * benchtests/Makefile: Add bench-strtok.
16691         * benchtests/bench-strtok.c: New file: strtok benchtest.
16692
16693 2013-12-19  Allan McRae  <allan@archlinux.org>
16694
16695         * manual/install.texi: Suppress menu for plain text output.
16696         * INSTALL: Regenerated.
16697
16698 2013-12-18  Brooks Moses  <bmoses@google.com>
16699
16700         [BZ #15846]
16701         * misc/getauxval.c: Include errno.h.
16702         (__getauxval): Set errno to ENOENT if the requested type is not
16703         found.
16704         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16705         don't declare with __attribute_const__.
16706         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16707         * manual/startup.texi: Document that getauxval sets errno.
16708
16709 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16710
16711         * math/auto-libm-test-in: Add tests of jn and yn.
16712         * math/auto-libm-test-out: Regenerated.
16713         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16714         (yn_test_data): Likewise.
16715         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16716         mpfr_if_f.
16717         (func_calc_desc): Add mpfr_if_f union field.
16718         (FUNC_mpfr_if_f): New macro.
16719         (test_functions): Add jn and yn.
16720         (calc_generic_results): Assert type of second input for
16721         mpfr_ff_f.  Handle mpfr_if_f.
16722         (output_for_one_input_case): Disable all checking for arguments
16723         fitting floating-point types in case of an integer argument.
16724         * sysdeps/i386/fpu/libm-test-ulps: Update.
16725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16726
16727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16728         Don't expect fegetround reference in libm.so.
16729
16730 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16731
16732         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16733         $(config-cflags-nofma).
16734
16735 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16736
16737         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16738         * math/auto-libm-test-out: Regenerated.
16739
16740         [BZ #16338]
16741         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16742         to determine exponent and adjust argument to have exponent of -1.
16743         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16744         log2.
16745         * math/auto-libm-test-out: Regenerated.
16746         * sysdeps/i386/fpu/libm-test-ulps: Update.
16747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16748
16749 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16750
16751         * manual/probes.texi: Remove cases when per-thread arenas are
16752         disabled.
16753
16754 2013-12-18  Andreas Schwab  <schwab@suse.de>
16755
16756         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16757         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16758         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16759         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16760         * sysdeps/i386/i686/multiarch/Makefile: Update.
16761         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16762
16763 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16764
16765         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16766         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16767
16768 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16769
16770         [BZ #15968]
16771         Support TZ transition times < 00:00:00.
16772         This is needed for version-3 tz-format files; it supports time
16773         stamps past 2037 for America/Godthab (the only entry in the tz
16774         database for which this change is relevant).
16775         * manual/time.texi (TZ Variable): Document transition times
16776         from -167:59:59 through -00:00:01.
16777         * time/tzset.c (tz_rule): Time of day is now signed.
16778         (__tzset_parse_tz): Parse negative time of day.
16779
16780         Document TZ transition times >= 25:00:00.
16781         * manual/time.texi (TZ Variable): Document transition times from
16782         25:00:00 through 167:59:59.  These are already supported, and this
16783         support will help with version-3 tz-format files.
16784
16785         * manual/time.texi (TZ Variable): Modernize North America example
16786         to reflect current (i.e., 2007-and-later) daylight saving rules.
16787
16788         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16789
16790 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16791
16792         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16793         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16794         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16795         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16796         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16797         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16798         * sysdeps/unix/bsd/clock.c: Likewise.
16799         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16800         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16801         * sysdeps/unix/bsd/init-posix.c: Likewise.
16802         * sysdeps/unix/bsd/poll.c: Likewise.
16803         * sysdeps/unix/bsd/ptsname.c: Likewise.
16804         * sysdeps/unix/bsd/seekdir.c: Likewise.
16805         * sysdeps/unix/bsd/setegid.c: Likewise.
16806         * sysdeps/unix/bsd/seteuid.c: Likewise.
16807         * sysdeps/unix/bsd/setgid.c: Likewise.
16808         * sysdeps/unix/bsd/setrgid.c: Likewise.
16809         * sysdeps/unix/bsd/setruid.c: Likewise.
16810         * sysdeps/unix/bsd/setsid.c: Likewise.
16811         * sysdeps/unix/bsd/setuid.c: Likewise.
16812         * sysdeps/unix/bsd/sigaction.c: Likewise.
16813         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16814         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16815         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16816         * sysdeps/unix/bsd/telldir.c: Likewise.
16817         * sysdeps/unix/bsd/times.c: Likewise.
16818         * sysdeps/unix/bsd/usleep.c: Likewise.
16819
16820         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16821         ($(objpfx)libbsd-compat.a): Remove rule.
16822
16823         * include/features.h (__FAVOR_BSD): Do not define.
16824         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16825         features conflicting with POSIX.
16826         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16827         (_BSD_SOURCE): Remove description of not being a subset of other
16828         feature test macros.
16829         * manual/job.texi (getpgrp): Do not document BSD version.
16830         (getpgid): Do not document by reference to BSD getpgrp.
16831         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16832         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16833         * signal/signal.h [__FAVOR_BSD]: Likewise.
16834         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16835         instead of making contents conditional on [__FAVOR_BSD].
16836         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16837
16838 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16839
16840         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16841
16842 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16843
16844         [BZ #16314]
16845         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16846         values below 2**-450, not 2**-500.
16847         * math/auto-libm-test-in: Don't allow spurious underflow from
16848         hypot.
16849         * math/auto-libm-test-out: Regenerated.
16850
16851         [BZ #16316]
16852         [BZ #16330]
16853         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16854         values of ha and hb and sort them after adjusting subnormal
16855         arguments.
16856         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16857         Likewise.
16858         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16859         values of ea and eb and sort them after adjusting subnormal
16860         arguments.
16861         * math/auto-libm-test-in: Do not expect some hypot tests of
16862         subnormals to fail.  Add more hypot tests.
16863         * math/auto-libm-test-out: Regenerated.
16864
16865 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16866
16867         [BZ #13304]
16868         * sysdeps/sh/s_fma.c: New file.
16869         * sysdeps/sh/s_fmaf.c: New file.
16870         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16871         version.
16872         * sysdeps/sh/Implies: Add sh/soft-fp.
16873
16874 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16875
16876         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16877         level of indirection to members `objname', `errstring', `malloced'.
16878         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16879         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16880         it as the __longjmp argument (just pass 1 instead).
16881         (_dl_catch_error): Initialize C with argument pointers and address of
16882         volatile local ERRCODE rather than copying values out of C at return.
16883
16884 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16885
16886         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16887         * math/auto-libm-test-out: Regenerated.
16888         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16889         (hypot_test_data): Likewise.
16890         (pow_test_data): Likewise.
16891         (pow_tonearest_test_data): Likewise.
16892         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16893         mpfr_ff_f.
16894         (func_calc_desc): Add mpfr_ff_f union field.
16895         (FUNC_mpfr_ff_f): New macro.
16896         (test_functions): Add atan2, hypot and pow.
16897         (special_fill_min): New function.
16898         (special_fill_minus_min): Likewise.
16899         (special_fill_min_subnorm): Likewise.
16900         (special_fill_minus_min_subnorm): Likewise.
16901         (special_real_inputs): Add min, -min, min_subnorm and
16902         -min_subnorm.
16903         (calc_generic_results): Handle mpfr_ff_f.
16904         * sysdeps/i386/fpu/libm-test-ulps: Update.
16905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16906
16907 2013-12-16  Will Newton  <will.newton@linaro.org>
16908
16909         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16910         (Aligned Memory Blocks): Add documentation for aligned_alloc
16911         and suggest it as an alternative to posix_memalign.
16912         (Hooks for Malloc): Document __memalign_hook is also called
16913         for aligned_alloc.  (Summary of Malloc): Add summary for
16914         aligned alloc.  Document __memalign_hook is also called
16915         for aligned_alloc.
16916
16917 2013-12-16  Will Newton  <will.newton@linaro.org>
16918
16919         * manual/memory.texi (Malloc Examples): Clarify default
16920         alignment documentation.  Suggest posix_memalign rather
16921         than memalign or valloc.
16922         (Aligned Memory Blocks): Remove suggestion to use memalign
16923         or valloc.  Remove obsolete comment about BSD.
16924         Document memalign errno values and mark the function obsolete.
16925         Document posix_memalign returned error codes.  Mark valloc
16926         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16927         called for posix_memalign and valloc.
16928         (Summary of Malloc): Add posix_memalign to function summary.
16929         __memalign_hook is also called for posix_memalign and valloc.
16930
16931 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16932
16933         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16934         TAYLOR_SIN.
16935         (__sin): Adjust.
16936         (__cos): Likewise.
16937         (sloww): Use mynumber union.  Expand ternary operator into
16938         if-else statements.
16939         (cslow): use mynumber union.
16940
16941 2013-12-16  Allan McRae  <allan@archlinux.org>
16942
16943         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16944         * configure: Regenerated.
16945
16946         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16947
16948         [BZ #14120]
16949         * configure.ac: Added --enable-maintainer-mode. Check for
16950         autoconf when enabled.
16951         * configure: Regenerated.
16952
16953         * nscd/nscd.service: New file.
16954         * nscd/nscd.tmpfiles: New file.
16955
16956 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16957
16958         [BZ #12100]
16959         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16960         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16961         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16962         (strstr): Add __strstr_sse2_unaligned ifunc.
16963         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16964         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16965         (strcasestr): Remove __strcasestr_sse42 ifunc.
16966         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16967         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16968         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16969
16970 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16971
16972         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16973         * sysdeps/sh/bits/fenv.h: ... here.
16974         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16975
16976 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16977
16978         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16979
16980         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16981         hypotf multiarch implementations.
16982         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16983         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16984         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16985         multiarch hypot for PPC64.
16986         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16989         multiarch hypotf for PPC64.
16990
16991         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16992         modff multiarch implementations.
16993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16996         multiarch modf for PPC64.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17000         multiarch modff for PPC64.
17001
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17003         and logl multiarch implementations.
17004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17007         multiarch logb for PPC64.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17011         multiarch logb for PPC64.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17015         multiarch logb for PPC64.
17016
17017         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17018         isinff multiarch implementation.
17019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17020         file.
17021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17023         multiarch isinf for PPC64.
17024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17025         file.
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17027         multiarch isinff for PPC64.
17028
17029         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17030         finitef multiarch implementation.
17031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17032         file.
17033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17035         multiarch finite for PPC64.
17036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17037         file.
17038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17039         multiarch finitef for PPC64.
17040
17041         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17042         lrint multiarch implementation.
17043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17044         file.
17045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17047         multiarch llrint for PPC64.
17048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17049         multiarch lrint for PPC64.
17050
17051         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17052         copysignf multiarch implementation.
17053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17054         file.
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17056         file.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17058         multiarch copysign for PPC64.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17060         multiarch copysignf for PPC64.
17061
17062         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17063         multiarch implementation.
17064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17065         file.
17066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17067         file.
17068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17069         file.
17070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17071         file.
17072         multiarch llround for PPC64.
17073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17074         multiarch trunc for PPC64.
17075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17076         multiarch truncf for PPC64.
17077
17078         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17079         multiarch implementation.
17080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17081         file.
17082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17083         file.
17084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17085         file.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17087         file.
17088         multiarch llround for PPC64.
17089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17090         multiarch round for PPC64.
17091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17092         multiarch roundf for PPC64.
17093
17094         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17095         multiarch implementation.
17096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17097         file.
17098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17099         file.
17100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17101         file.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17103         file.
17104         multiarch llround for PPC64.
17105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17106         multiarch floor for PPC64.
17107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17108         multiarch floorf for PPC64.
17109
17110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17111         multiarch implementation.
17112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17113         file.
17114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17115         file.
17116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17117         file.
17118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17119         file.
17120         multiarch llround for PPC64.
17121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17122         multiarch ceil for PPC64.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17124         multiarch ceilf for PPC64.
17125
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17127         multiarch implementation.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17129         file.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17131         file.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17135         multiarch llround for PPC64.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17137         multiarch lround for PPC64.
17138
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17140         multiarch implementation.
17141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17144         file.
17145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17148         multiarch isnan for PPC64.
17149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17150         multiarch isnanf for PPC64.
17151
17152         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17153         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17154         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17155         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17156         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17158
17159         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17160         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17161         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17162         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17163
17164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17165         multiarch implementations.
17166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17167         (__libc_ifunc_impl_list): Likewise.
17168         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17169         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17170         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17171         multiarch stpcpy for PPC64.
17172
17173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17174         multiarch implementations.
17175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17176         (__libc_ifunc_impl_list): Likewise.
17177         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17178         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17179         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17180         multiarch strcpy for PPC64.
17181
17182         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17183         redefine function name.
17184         (_wordcopy_fwd_dest_aligned): Likewise.
17185         (_wordcopy_bwd_aligned): Likewise.
17186         (_wordcopy_bwd_dest_aligned): Likewise.
17187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17188         multiarch implementations.
17189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17190         (__libc_ifunc_impl_list): Likewise.
17191         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17192         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17193         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17194         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17195         multiarch wcscpy for PPC64.
17196
17197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17198         multiarch implementations.
17199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17200         (__libc_ifunc_impl_list): Likewise.
17201         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17202         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17203         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17204         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17205         multiarch wcscpy for PPC64.
17206
17207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17208         multiarch implementations.
17209         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17210         (__libc_ifunc_impl_list): Likewise.
17211         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17212         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17213         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17214         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17215         multiarch wcsrchr for PPC64.
17216
17217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17218         multiarch implementations.
17219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17220         (__libc_ifunc_impl_list): Likewise.
17221         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17222         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17223         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17224         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17225         multiarch wcschr for PPC64.
17226
17227         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17228         multiarch implementations.
17229         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17230         (__libc_ifunc_impl_list): Likewise.
17231         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17232         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17233         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17234         multiarch strchrnul for PPC64.
17235
17236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17237         implementations.
17238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17239         (__libc_ifunc_impl_list): Likewise.
17240         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17241         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17242         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17243         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17244         strchr for PPC64.
17245
17246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17247         implementations.
17248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17249         (__libc_ifunc_impl_list): Likewise.
17250         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17251         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17252         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17253         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17254         strncmp for PPC64.
17255
17256         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17257         multiarch implementations.
17258         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17259         (__libc_ifunc_impl_list): Likewise.
17260         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17261         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17262         strncasecmp for PPC64.
17263         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17264         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17265         multiarch strncasecmp_l for PPC64.
17266
17267         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17268         multiarch implementations.
17269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17270         (__libc_ifunc_impl_list): Likewise.
17271         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17272         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17273         multiarch strcasecmp for PPC64.
17274         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17275         file.
17276         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17277         multiarch strcasecmp_l for PPC64.
17278
17279         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17280         implementations.
17281         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17282         (__libc_ifunc_impl_list): Likewise.
17283         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17284         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17285         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17286         strnlen for PPC64.
17287
17288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17289         implementations.
17290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17291         (__libc_ifunc_impl_list): Likewise.
17292         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17293         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17294         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17295         strlen for PPC64.
17296
17297         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17298         implementations.
17299         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17300         (__libc_ifunc_impl_list): Likewise.
17301         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17302         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17303         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17304         rawmemrchr for PPC64.
17305
17306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17307         implementation.
17308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17309         (__libc_ifunc_impl_list): Likewise.
17310         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17312         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17313         memrchr for PPC64.
17314
17315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17316         implementation.
17317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17318         (__libc_ifunc_impl_list): Likewise.
17319         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17320         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17321         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17322         memchr for PPC64.
17323
17324         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17325         implementation.
17326         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17327         (__libc_ifunc_impl_list): Likewise.
17328         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17329         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17330         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17331         mempcpy for PPC64.
17332
17333         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17334         avoid cretion of __bzero symbol.
17335         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17336         Likewise.
17337         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17338         Likewise.
17339         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17340         Likewise.
17341         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17342         multiarch implementations.
17343         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17344         (__libc_ifunc_impl_list): Likewise.
17345         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17346         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17347         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17348         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17349         bzero for PPC32.
17350         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17351         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17352         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17353         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17354         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17355         memset for PPC64.
17356         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17357
17358         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17360         implementations.
17361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17362         (__libc_ifunc_impl_list): Likewise.
17363         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17364         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17365         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17366         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17367         memcmp for PPC64.
17368
17369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17370         multiarch for POWER/PPC64.
17371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17372         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17373         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17374         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17375         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17376         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17377         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17378         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17379         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17380         memcpy for PPC64.
17381
17382         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17383         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17384         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17385         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17386         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17387         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17388         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17389         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17390         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17391         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17392         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17393         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17394         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17395         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17396         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17404
17405 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17406
17407         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17408
17409 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17410
17411         * benchtests/Makefile (bench): Add exp2 and log2.
17412         (LDLIBS-bench-exp2): Add -lm.
17413         (LDLIBS-bench-log2): Likewise.
17414         * benchtests/exp2-inputs: New inputs file.
17415         * benchtests/log2-inputs: New inputs file.
17416         * benchtests/log-inputs: Add new inputs.
17417         * benchtests/tan-inputs: Likewise.
17418
17419 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17420
17421         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17422         definition...
17423         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17424         (csloww2): ... from here.
17425
17426         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17427         instead of structures.
17428         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17429         (POLYNOMIAL): Likewise.
17430         (TAYLOR_SLOW): Likewise.
17431         (__sin): Likewise.
17432         (__cos): Likewise.
17433         (slow1): Likewise.
17434         (slow2): Likewise.
17435         (sloww): Likewise.
17436         (sloww1); Likewise.
17437         (sloww2): Likewise.
17438         (bsloww1): Likewise.
17439         (bsloww2): Likewise.
17440         (cslow2): Likewise.
17441         (csloww): Likewise.
17442         (csloww1): Likewise.
17443         (csloww2): Likewise.
17444
17445 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17446
17447         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17448         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17449         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17450         * malloc/hooks.c (realloc_check): Likewise.
17451
17452         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17453         * malloc/arena.c: Remove PER_THREAD conditional.
17454         [!PER_THREAD]: Remove code.
17455         (ptmalloc_unlock_all2): Likewise.
17456         (ptmalloc_init): Likewise.
17457         (_int_new_arena): Likewise.
17458         (arena_get2): Likewise.
17459         * malloc/hooks.c (__malloc_get_state): Likewise.
17460         (__malloc_set_state): Likewise.
17461         * malloc/malloc.c: Likewise.
17462         (struct malloc_state): Likewise.
17463         (struct malloc_par): Likewise.
17464         (__libc_realloc): Likewise.
17465         (__libc_mallopt): Likewise.
17466
17467 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17468
17469         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17470
17471 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17472
17473         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17474         macro to a function.  Check for zero perturb_byte.
17475         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17476
17477         * malloc/malloc.c: (force_reg): Remove.
17478         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17479         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17480         force_reg by atomic_forced_read.
17481         * malloc/arena.c (ptmalloc_init): Likewise.
17482         * malloc/hooks.c (top_check): Likewise.
17483
17484 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17485
17486         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17487
17488 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17489
17490         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17491
17492 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17493
17494         * math/auto-libm-test-in: Add tests of lgamma.
17495         * math/auto-libm-test-out: Regenerated.
17496         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17497         (M_LOG_2_SQRT_PIl): Likewise.
17498         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17499         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17500         mpfr_f_f1.
17501         (func_calc_desc): Add mpfr_f_f1 union field.
17502         (ARGS1): New macro.
17503         (ARGS2): Likewise.
17504         (ARGS3): Likewise.
17505         (ARGS4): Likewise.
17506         (RET1): Likewise.
17507         (RET2): Likewise.
17508         (CALC): Likewise.
17509         (FUNC): Likewise.
17510         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17511         (test_functions): Add lgamma.
17512         (calc_generic_results): Handle mpfr_f_f1.
17513         * sysdeps/i386/fpu/libm-test-ulps: Update.
17514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17515
17516 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17517
17518         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17519         __mpn_add_n for PowerPC64/POWER7.
17520         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17521         __mpn_sub_n for PowerPC64/POWER7.
17522
17523         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17524         __mpn_addmul_1 for PowerPC64.
17525         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17526         __mpn_submul_1 for PowerPC64.
17527         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17528         for PowerPC64.
17529         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17530         for PowerPC64.
17531
17532 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17533
17534         [BZ #15089]
17535         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17536
17537 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17538
17539         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17540
17541         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17542         add multiarch folders.
17543         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17544         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17545         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17546         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17547         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17548         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17549         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17550         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17551         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17552         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17553         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17560
17561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17562         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17564         New file.
17565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17566         New file.
17567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17568         multiarch __ieee754_hypot for PowerPC32.
17569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17570         New file.
17571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17572         New file.
17573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17574         multiarch __ieee754_hypotf for PowerPC32.
17575
17576         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17577         long_double_symbol only if __logbl is defined.
17578         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17579         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17580         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17581         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17582         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17583         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17584         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17585         path for implementation.
17586         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17587         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17589         logb, and logbl multiarch implementations for PowerPC32.
17590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17591         file.
17592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17593         file.
17594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17595         multiarch logb for PowerPC32.
17596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17597         file.
17598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17599         file.
17600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17601         multiarch logbf for PowerPC32.
17602         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17604         file.
17605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17606         multiarch logbl implementation for PowerPC32.
17607
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17609         and modff multiarch implementations.
17610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17611         New file.
17612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17613         New file.
17614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17615         multiarch modf for PowerPC32.
17616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17617         New file.
17618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17619         New file.
17620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17621         multiarch modff for PowerPC32.
17622
17623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17624         and lrintf multiarch implementations.
17625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17626         New file.
17627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17628         New file.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17630         multiarch lrint for PowerPC32.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17632         file: multiarch lrintf for PowerPC32.
17633
17634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17635         and lroundf multiarch implementations.
17636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17637         New file.
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17639         New file.
17640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17641         New file.
17642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17643         multiarch lround for PowerPC32.
17644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17645         file: multiarch lroundf for PowerPC32.
17646
17647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17648         copysign and copysignf multiarch implementations.
17649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17650         New file.
17651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17652         New file.
17653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17654         file: multiarch copysign for PowerPC32.
17655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17656         file: multiarch copysignf for PowerPC32.
17657
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17659         and truncf multiarch implementations.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17661         New file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17665         multiarch trunc for PowerPC32.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17667         New file.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17669         New file.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17671         multiarch truncf for PowerPC32.
17672
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17674         and roundf multiarch implementations.
17675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17676         New file.
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17678         file.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17680         multiarch round for PowerPC32.
17681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17682         New file.
17683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17684         New file.
17685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17686         multiarch roundf for PowerPC32.
17687
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17689         and floorf multiarch implementations.
17690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17691         New file.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17693         file.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17695         multiarch floor for PowerPC32.
17696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17697         New file.
17698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17699         New file.
17700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17701         multiarch floorf for PowerPC32.
17702
17703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17704         and ceilf multiarch implementations.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17706         New file.
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17708         file.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17710         multiarch ceil for PowerPC32.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17712         New file.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17714         file.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17716         multiarch ceilf for PowerPC32.
17717
17718         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17719         is defined.
17720         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17721         FINITEF is defined.
17722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17723         and finitef multiarch implementations.
17724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17725         New file.
17726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17727         file.
17728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17729         multiarch finite for PowerPC32.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17731         New file.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17733         file: multiarch finitef for PowerPC32.
17734
17735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17736         and isinff multiarch implementations.
17737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17738         file.
17739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17740         file.
17741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17742         multiarch isinf for PowerPC32.
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17744         New file.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17746         multiarch isinff for PowerPC32.
17747
17748         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17749         alias when __isnan is defined.
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17751         and isnanf multiarch implementations.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17753         file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17755         file.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17757         file.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17759         file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17761         multiarch isnan for PowerPC32.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17763         New file.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17765         New file.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17767         multiarch isnanf for PowerPC32.
17768
17769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17770         and sqrtf multiarch implementations.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17772         file.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17774         file.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17776         multiarch sqrt for PowerPC32.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17780         file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17782         multiarch sqrtf for PowerPC32.
17783
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17785         and llroundf multiarch implementations.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17787         New file.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17789         New file.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17791         New file.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17793         file: multiarch llround for PowerPC32.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17795         file: multiarch llroundf for PowerPC32.
17796
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17798         multiarch PowerPC32 fpu implementations.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17800         New file.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17802         New file.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17804         multiarch llrint for PowerPC32.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17806         New file.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17808         New file.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17810         file.
17811
17812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17813
17814         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17815         file.
17816         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17817         file.
17818         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17819         file.
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17821         multiarch wordcopy for PPC32.
17822         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17823         wordcopy objects.
17824         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17825         (__libc_ifunc_impl_list): Likewise.
17826         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17827         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17828         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17829         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17830         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17831         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17832
17833         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17834         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17835         file.
17836         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17837         file.
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17839         file.
17840         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17841         multiarch wcscpy for PPC32.
17842         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17843         multiarch objects.
17844         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17845         (__libc_ifunc_impl_list): Likewise.
17846         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17847         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17848         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17849         sysdeps/powerpc/power6/wcscpy.c.
17850
17851         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17852         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17853         file.
17854         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17855         file.
17856         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17857         file.
17858         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17859         multiarch wcsrchr for PPC32.
17860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17861         multiarch objects.
17862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17863         (__libc_ifunc_impl_list): Likewise.
17864         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17865         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17866         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17867         sysdeps/powerpc/power6/wcsrchr.c.
17868
17869         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17870         file.
17871         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17872         file.
17873         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17874         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17875         multiarch wcschr for PPc32.
17876         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17877         multiarch objects.
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17879         (__libc_ifunc_impl_list): Likewise.
17880         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17881         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17882         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17883         sysdeps/powerpc/power6/wcschr.c.
17884
17885         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17886         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17887         file.
17888         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17889         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17890         file: multiarch strchr for PPC32.
17891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17892         multiarch objects.
17893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17894         (__libc_ifunc_impl_list): Likewise.
17895
17896         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17897         name.
17898         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17899         file.
17900         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17903         multiarch strchrnul for PPC32.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17905         multiarch objects.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17907         (__libc_ifunc_impl_list): Likewise.
17908
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17910         file.
17911         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17912         multiarch strncasecmp for PPC32.
17913         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17916         multiarch strncasecmp_l for PPC32.
17917         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17918         strncasecmp multiarch objects.
17919         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17920         (__libc_ifunc_impl_list): Likewise.
17921
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17923         file.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17925         multiarch strncasecmp for PPC32.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17927         New file.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17929         multiarch strcasecmp_l for PPC32.
17930         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17931         multiarch objects.
17932         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17933         (__libc_ifunc_impl_list): Likewise.
17934
17935         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17936         file.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17938         file.
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17940         multiarch strncmp for PPC32.
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17942         multiarch objects.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17944         (__libc_ifunc_impl_list): Likewise.
17945
17946         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17947         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17948         file.
17949         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17952         multiarch objects.
17953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17954         (__libc_ifunc_impl_list): Likewise.
17955
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17957         file.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17961         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17962         multiarch objects.
17963         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17964         (__libc_ifunc_impl_list): Likewise.
17965
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17967         file.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17969         file.
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17971         multiarch rawmemchr for PPC32.
17972         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17973         multiarch objects.
17974         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17975         (__libc_ifunc_impl_list): Likewise.
17976
17977         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17978         file.
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17980         file.
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17982         file: memrchr multiarch for PPC32.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17984         multiarch objects.
17985         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17986         (__libc_ifunc_impl_list): Likewise.
17987
17988         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17989         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17990         file.
17991         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17993         multiarch memchr for PPC32.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17995         multiarch objects.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17997         (__libc_ifunc_impl_list): Likewise.
17998
17999         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18001         file.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18003         file.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18005         file: multiarch mempcpy for PPC32.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18007         multiarch objects.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18009         (__libc_ifunc_impl_list): Likewise.
18010
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18012         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18015         multiarch bzero for PPC32.
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18017         file.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18019         file.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18021         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18022         file: multiarch memset for PPC32.
18023         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18025         memset multiarch objects.
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18027         (__libc_ifunc_impl_list): Likewise.
18028
18029         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18030         file.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18033         memcmp for PPC32.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18036         multiarch objects.
18037         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18038         (__libc_ifunc_impl_list): Likewise.
18039
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18043         file.
18044         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18045         file.
18046         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18047         file.
18048         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18049         multiarch memcpy for PPC32.
18050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18051         multiarch objects.
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18053         (__libc_ifunc_impl_list): Likewise.
18054
18055         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18056         support multiarch for POWER/PPC32.
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18058         Likewise.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18061         Implies file to make multiarch folder appers before the fpu and
18062         default folder for power4 configuration.
18063
18064 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18065
18066         * scripts/bench.pl: Append volatile keyword to type.
18067
18068 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18069
18070         * sysdeps/sh/sotruss-lib.c: New file.
18071         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18072
18073 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18074
18075         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18076
18077 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18078
18079         [BZ #6810]
18080         * math/w_tgamma.c: Include <errno.h>.
18081         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18082         * math/w_tgammaf.c: Include <errno.h>.
18083         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18084         * math/w_tgammal.c: Include <errno.h>.
18085         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18086         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18087         underflow.  Add more tgamma tests.
18088         * math/auto-libm-test-out: Regenerated.
18089         * sysdeps/i386/fpu/libm-test-ulps: Update.
18090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18091
18092         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18093         sin, sinh, tan, tanh, tgamma, y0 and y1.
18094         * math/auto-libm-test-out: Regenerated.
18095         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18096         (TEST_COND_x86): Likewise.
18097         (M_E2l): Remove macro.
18098         (M_E3l): Likewise.
18099         (M_2_SQRT_PIl): Likewise.
18100         (M_SQRT_PIl): Likewise.
18101         (M_1_DIV_El): Likewise.
18102         (log_test_data): Use AUTO_TESTS_f_f.
18103         (log10_test_data): Likewise.
18104         (log1p_test_data): Likewise.
18105         (log2_test_data): Likewise.
18106         (sin_test_data): Likewise.
18107         (sin_tonearest_test_data): Likewise.
18108         (sin_towardzero_test_data): Likewise.
18109         (sin_downward_test_data): Likewise.
18110         (sin_upward_test_data): Likewise.
18111         (sinh_test_data): Likewise.
18112         (sinh_tonearest_test_data): Likewise.
18113         (sinh_towardzero_test_data): Likewise.
18114         (sinh_downward_test_data): Likewise.
18115         (sinh_upward_test_data): Likewise.
18116         (tan_test_data): Likewise.
18117         (tan_tonearest_test_data): Likewise.
18118         (tan_towardzero_test_data): Likewise.
18119         (tan_downward_test_data): Likewise.
18120         (tan_upward_test_data): Likewise.
18121         (tanh_test_data): Likewise.
18122         (tgamma_test_data): Likewise.
18123         (y0_test_data): Likewise.
18124         (y1_test_data): Likewise.
18125         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18126         (special_real_inputs): Add pi/4.
18127         * sysdeps/i386/fpu/libm-test-ulps: Update.
18128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18129
18130 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18131
18132         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18133         "longjmp_target" static probes.
18134         (__longjmp): Rename to __longjmp_symbol.
18135         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18136         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18137         on which longjmp to generate.
18138         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18139         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18140         probe.
18141         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18142         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18143         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18144         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18145         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18146         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18148         __longjmp_symbol based on which __longjmp to generate.
18149         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18150         probe.
18151         (setjmp): Rename to setjmp_symbol.
18152         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18153         (_setjmp): Rename to _setjmp_symbol.
18154         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18155         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18156         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18157         which setjmp to generate.
18158         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18159         "longjmp_target" static probes.
18160
18161 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18162
18163         * benchtests/README: Add note about output arguments.
18164         * benchtests/bench-sincos.c: Remove file.
18165         * benchtests/sincos-inputs: New file.
18166         * scripts/bench.pl: Identify output arguments and define
18167         static variables for them.
18168
18169         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18170
18171         [BZ #15941]
18172         * Makefile (INSTALL): Add install-plain.texi as the primary
18173         dependency.
18174         * manual/install-plain.texi: New file.
18175         * manual/install.texi: Include node directive only for
18176         non-plaintext output.
18177
18178 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18179
18180         * stdlib/longlong.h: Update from GCC.
18181
18182         [BZ #6807]
18183         [BZ #15901]
18184         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18185         * math/w_j0f.c (y0f): Likewise.
18186         * math/w_j0l.c (__y0l): Likewise.
18187         * math/w_j1.c (y1): Likewise.
18188         * math/w_j1f.c (y1f): Likewise.
18189         * math/w_j1l.c (__y1l): Likewise
18190         * math/w_jn.c (yn): Likewise.
18191         * math/w_jnf.c (ynf): Likewise.
18192         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18193         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18194         value for Bessel function domain errors outside _SVID_ mode.
18195         Adjust sign of return value for yn (negative integer, 0).
18196         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18197         by zero in return for negative x and set sign appropriately for
18198         negative n.
18199         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18200         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18201         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18202         expectations in error cases.
18203         (y1_test_data): Likewise.
18204         (yn_test_data): Likewise.
18205         * sysdeps/i386/fpu/libm-test-ulps: Update.
18206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18207
18208 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18209
18210         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18211         "64" to "64-v1".  Add "64-v2".
18212         (abi-64-options): Rename to ...
18213         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18214         (abi-64-condition): Rename to ...
18215         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18216         (abi-64-ld-soname): Rename to ...
18217         (abi-64-v1-ld-soname): ... this.
18218         (abi-64-v2-options): Define.
18219         (abi-64-v2-condition): Likewise.
18220         (abi-64-v2-ld-soname): Likewise.
18221         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18222         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18226
18227 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18228             Alan Modra  <amodra@gmail.com>
18229
18230         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18231         New versions for use with the ELFv2 ABI.
18232         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18233         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18234         declaration.
18235         (struct La_ppc64v2_retval): Likewise.
18236         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18237         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18238         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18239         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18240         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18241         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18242         Do not save or restore CR.
18243         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18244         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18245         return values for ELFv2 ABI.  Fix location of FPR return registers.
18246         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18247         updated values for _CALL_ELF == 2.
18248         (La_regs, La_retval, int_retval): Likewise.
18249
18250 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18251
18252         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18253         (FRAME_MIN_SIZE_PARM): Likewise.
18254         (FRAME_BACKCHAIN): Likewise.
18255         (FRAME_CR_SAVE): Likewise.
18256         (FRAME_LR_SAVE): Likewise.
18257         (FRAME_TOC_SAVE): Likewise.
18258         (FRAME_PARM_SAVE): Likewise.
18259         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18260         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18261         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18262         (call_mcount_parm_offset): New macro.
18263         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18264         (PROF): Use symbolic stack frame offsets.
18265         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18266         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18267         Redefine in terms of FRAME_MIN_SIZE.
18268         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18269         (_dl_profile_resolve): Likewise.  Update comment.
18270         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18271         symbols stack frame offsets.
18272         (__sigsetjmp): Likewise.
18273         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18274         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18275         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18276         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18277
18278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18279         (FRAME_BACKCHAIN): Remove.
18280         (FRAME_CR_SAVE): Likewise.
18281         (FRAME_LR_SAVE): Likewise.
18282         (FRAME_COMPILER_DW): Likewise.
18283         (FRAME_LINKER_DW): Likewise.
18284         (FRAME_TOC_SAVE): Likewise.
18285         (FRAME_PARM_SAVE): Likewise.
18286         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18287         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18288         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18290         (CHECK_SP): Use symbolic stack frame offsets.
18291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18292         zone" instead of caller's parameter save area for temp storage.
18293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18294         Likewise.  Also, use symbolic stack frame offsets.
18295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18296         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18297         our own stack frame instead of the caller's.
18298         (__socket): Use symbolic stack frame offsets.
18299
18300 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18301             Alan Modra  <amodra@gmail.com>
18302
18303         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18304         Define.
18305         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18306         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18307         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18308         New function.
18309         (elf_machine_fixup_plt): Call it.
18310         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18311         reloc arguments.
18312         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18313         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18314         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18315         r2 before calling target.
18316
18317 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18318             Alan Modra  <amodra@gmail.com>
18319
18320         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18321         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18322         versions of macros to support ELFv2 ABI.
18323         (LOCALENTRY): New macro.
18324         (ENTRY, EALIGN): Use it.
18325         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18326         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18327         fall through into ENTRY entry point.
18328         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18329         Only define if _CALL_ELF != 2.
18330
18331         (elf_machine_matches_host): Verify ABI version matches.
18332         (RTLD_START): Use LOCALENTRY.
18333         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18334         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18335         (PLT_ENTRY_WORDS): New macro.
18336         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18337         (elf_machine_runtime_setup): Support ELFv2 ABI.
18338         (elf_machine_fixup_plt): Likewise.
18339         (elf_machine_plt_conflict): Likewise.
18340         (resolve_ifunc): Likewise.
18341         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18342         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18343         Likewise.
18344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18345         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18347         (makecontext): Support ELFv2 ABI.
18348         * elf/elf.h (EF_PPC64_ABI): Define.
18349
18350 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18351
18352         * sysdeps/powerpc/powerpc64/sysdep.h
18353         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18354         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18355         (ENTRY) [ASSEMBLER]: ... but instead here ...
18356         (EALIGN) [ASSEMBLER]: ... and here.
18357         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18358         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18359         (ENTRY_2) [!ASSEMBLER]: Use it.
18360         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18361         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18362         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18363         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18364         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18366         Use PPC64_LOAD_FUNCPTR.
18367
18368         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18369
18370 2013-12-04  Alan Modra  <amodra@gmail.com>
18371
18372         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18373         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18374         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18375         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18376
18377         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18378         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18379         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18380         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18381         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18382         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18383
18384 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18385
18386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18387         (__makecontext): Fix incorrect CFI when backtracing out of
18388         context created via makecontext.
18389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18390         (__setcontext): Fix incorrect CFI during switch to new context.
18391         (__novec_setcontext): Likewise.
18392
18393 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18394
18395         [BZ #4772]
18396         * time/strptime_l.c (__strptime_internal): Allow modifiers
18397         in strptime.
18398         * time/tst-strptime.c (day_tests): Add testcase.
18399
18400 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18401
18402         * scripts/bench.pl: Skip over blank lines.
18403
18404 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         [BZ #926]
18407         * manual/time.texi (Calendar Time): Clarify what timezone functions
18408         use.
18409
18410 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18411
18412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18413
18414 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18415
18416         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18417         implementation.
18418         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18419         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18420         * debug/memset_chk.c (__memset_chk): Likewise.
18421         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18422         * debug/strncpy_chk.c: Likewise.
18423
18424 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18425
18426         [BZ #15268]
18427         [BZ #15425]
18428         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18429         (__ieee754_exp): For possibly underflowing results, check size of
18430         result and force underflow exception if required.
18431         * math/auto-libm-test-in: Add more tests of exp.
18432         * math/auto-libm-test-out: Regenerated.
18433         * sysdeps/i386/fpu/libm-test-ulps: Update.
18434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18435
18436         [BZ #16283]
18437         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18438         * math/w_exp2f.c (__exp2f): Likewise.
18439         * math/w_exp2l.c (__exp2l): Likewise.
18440         * math/auto-libm-test-in: Do not allow missing errno on exp2
18441         underflow.
18442         * math/auto-libm-test-out: Regenerated.
18443
18444 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18445
18446         [BZ #16274]
18447         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18448         handle filename validation.
18449         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18450         (do_open): Delete.
18451
18452 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18453
18454         [BZ #6786]
18455         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18456         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18457         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18458         <float.h>.
18459         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18460         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18461         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18462         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18463         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18464         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18465         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18466         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18467         Add more erfc tests.
18468         * math/auto-libm-test-out: Regenerated.
18469         * sysdeps/i386/fpu/libm-test-ulps: Update.
18470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18471
18472         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18473         exp2, expm1, j0 and j1.
18474         * math/auto-libm-test-out: Regenerated.
18475         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18476         (erfc_test_data): Likewise.
18477         (exp_test_data): Likewise.
18478         (exp_tonearest_test_data): Likewise.
18479         (exp_towardzero_test_data): Likewise.
18480         (exp_downward_test_data): Likewise.
18481         (exp_upward_test_data): Likewise.
18482         (exp10_test_data): Likewise.
18483         (exp2_test_data): Likewise.
18484         (expm1_test_data): Likewise.
18485         (j0_test_data): Likewise.
18486         (j1_test_data): Likewise.
18487         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18488         (input_flag_type): Add flag_xfail_rounding.
18489         (input_flags): Add xfail-rounding.
18490         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18491         (output_for_one_input_case): Handle flag_xfail_rounding.
18492         * sysdeps/i386/fpu/libm-test-ulps: Update.
18493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18494
18495 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18496
18497         [BZ #16289]
18498         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18499         division by 0.
18500
18501 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18502
18503         [BZ #16195]
18504         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18505         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18506         (STAP_PROBE0): New macro.
18507         (STAP_PROBE1): Likewise.
18508         (STAP_PROBE2): Likewise.
18509         (STAP_PROBE3): Likewise.
18510         (STAP_PROBE4): Likewise.
18511
18512 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18513
18514         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18515
18516 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18517
18518         * benchtests/Makefile (bench): Add sqrt.
18519         (LDLIBS-bench-sqrt): New.
18520         * benchtests/sqrt-input: New.
18521
18522 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18523
18524         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18525         (GAIH_EAI): Likewise.
18526         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18527         (gaih_inet): Likewise.
18528         (getaddrinfo): Don't use GAIH_EAI.
18529
18530         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18531         (struct gaih): Remove definition.
18532
18533 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18534
18535         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18536         Use HERRNOP directly.
18537
18538 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18539
18540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18541
18542 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18543
18544         * math/gen-auto-libm-tests.c (test_functions): Add more
18545         single-argument functions.
18546         (special_fill_pi_2): New function.
18547         (special_fill_minus_pi_2): Likewise.
18548         (special_fill_pi_6): Likewise.
18549         (special_fill_minus_pi_6): Likewise.
18550         (special_fill_pi_3): Likewise.
18551         (special_fill_2pi_3): Likewise.
18552         (special_fill_e): Likewise.
18553         (special_fill_1_e): Likewise.
18554         (special_fill_e_minus_1): Likewise.
18555         (special_real_inputs): Add more special inputs.
18556         (output_for_one_input_case): Do not require ERANGE on underflow to
18557         zero if round-to-nearest result does not underflow to zero, unless
18558         exact results required.
18559         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18560         atan, atanh, cbrt, cos and cosh.
18561         * math/auto-libm-test-out: Regenerated.
18562         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18563         (acos_tonearest_test_data): Likewise.
18564         (acos_towardzero_test_data): Likewise.
18565         (acos_downward_test_data): Likewise.
18566         (acos_upward_test_data): Likewise.
18567         (acosh_test_data): Likewise.
18568         (asin_test_data): Likewise.
18569         (asin_tonearest_test_data): Likewise.
18570         (asin_towardzero_test_data): Likewise.
18571         (asin_upward_test_data): Likewise.
18572         (asinh_test_data): Likewise.
18573         (atan_test_data): Likewise.
18574         (atanh_test_data): Likewise.
18575         (cbrt_test_data): Likewise.
18576         (cos_test_data): Likewise.
18577         (cos_tonearest_test_data): Likewise.
18578         (cos_towardzero_test_data): Likewise.
18579         (cos_downward_test_data): Likewise.
18580         (cos_upward_test_data): Likewise.
18581         (cosh_test_data): Likewise.
18582         (cosh_tonearest_test_data): Likewise.
18583         (cosh_towardzero_test_data): Likewise.
18584         (cosh_downward_test_data): Likewise.
18585         (cosh_upward_test_data): Likewise.
18586         * sysdeps/i386/fpu/libm-test-ulps: Update.
18587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18588
18589 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18590
18591         [BZ #6787]
18592         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18593         * math/w_exp10f.c (__exp10f): Likewise.
18594         * math/w_exp10l.c (__exp10l): Likewise.
18595         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18596         errno settings in existing tests.
18597
18598         [BZ #14032]
18599         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18600         precision control set to double precision.
18601         * sysdeps/i386/fpu/w_sqrt.c: New file.
18602         * math/auto-libm-test-in: Add more tests.
18603         * math/auto-libm-test-out: Update.
18604
18605         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18606         (sqrt_test_tonearest): New function.
18607         (sqrt_towardzero_test_data): New variable.
18608         (sqrt_test_towardzero): New function.
18609         (sqrt_downward_test_data): New variable.
18610         (sqrt_test_downward): New function.
18611         (sqrt_upward_test_data): New variable.
18612         (sqrt_test_upward): New function.
18613         (main): Call the new functions.
18614
18615         * math/gen-auto-libm-tests.c: New file.
18616         * math/auto-libm-test-in: Likewise.
18617         * math/auto-libm-test-out: New generated file.
18618         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18619         variables.
18620         (%beautify): Add generated representations of zero.
18621         (top level): Set $auto_input and call parse_auto_input.
18622         (beautify): Remove trailing "f" from hex float constants.
18623         (parse_args): Handle XFAIL_TEST.
18624         (convert_condition): New function.
18625         (or_value): Likewise.
18626         (or_cond_value): Likewise.
18627         (generate_testfile): Handle AUTO_TESTS_* lines.
18628         (parse_auto_input): New function.
18629         * math/libm-test.inc (XFAIL_TEST): New macro.
18630         (ERRNO_UNCHANGED): Update value.
18631         (ERRNO_EDOM): Likewise.
18632         (ERRNO_ERANGE): Likewise.
18633         (IGNORE_RESULT): Likewise.
18634         (TEST_COND_flt_32): New macro.
18635         (TEST_COND_dbl_64): Likewise.
18636         (TEST_COND_ldbl_96_intel): Likewise.
18637         (TEST_COND_ldbl_96_m68k): Likewise.
18638         (TEST_COND_ldbl_128): Likewise.
18639         (TEST_COND_ldbl_128ibm): Likewise.
18640         (TEST_COND_long32): Likewise.
18641         (TEST_COND_long64): Likewise.
18642         (TEST_COND_before_rounding): Likewise.
18643         (TEST_COND_after_rounding): Likewise.
18644         (enable_test): Handle XFAIL_TEST flag.
18645         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18646         with finite results.
18647         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18648         auto-libm-test-out.
18649
18650 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18651             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18652
18653         [BZ #16214]
18654         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18655         __tls_get_addr_internal instead of __tls_get_offset in order to
18656         avoid GOT pointer dependency.  Make rtld export
18657         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18658         __tls_get_addr since we are a __tls_get_offset platform.
18659         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18660         GOT pointer being set up before.
18661         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18662
18663 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18664
18665         * manual/math.texi (Errors in Math Functions): Document accuracy
18666         goals.
18667
18668         [BZ #15004]
18669         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18670         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18671         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18672         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18673         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18674         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18675         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18676         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18677         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18678         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18679         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18680         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18681         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18682         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18683         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18684         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18685
18686         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18687         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18688         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18689         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18690         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18691         Likewise.
18692         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18693         Likewise.
18694         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18695         Likewise.
18696         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18697         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18698         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18699         atomic-feupdateenv and flt-rounds.
18700         * sysdeps/powerpc/nofpu/Versions (libc): Add
18701         __atomic_feholdexcept, __atomic_feclearexcept,
18702         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18703         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18704         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18705         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18706         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18707         here.
18708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18709         Update.
18710
18711         * manual/arith.texi (FP Exceptions): Document that exceptions may
18712         not be raised when matherr is used.
18713         (Math Error Reporting): Document overflow in directed rounding
18714         modes.  Document that errno may not be set when finite values are
18715         returned on overflow.  Document intent to set errno on underflow
18716         only for underflow to zero.
18717
18718         [BZ #16271]
18719         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18720         round-to-nearest then adjust result for other rounding modes.
18721         * include/fenv.h (fegetround): Use libm_hidden_proto.
18722         * math/fegetround.c (fegetround): Use libm_hidden_def.
18723         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18724         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18725         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18726         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18727         Likewise.
18728         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18729         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18730         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18731         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18732
18733 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18734
18735         [BZ #16077]
18736         * nss/Versions (libnss_files): Add
18737         _nss_files_gethostbyname3_r.
18738         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18739         New function.
18740         (HOST_DB_LOOKUP): Remove macro.
18741         (_nss_files_gethostbyname_r): Implement function without the
18742         HOST_DB_LOOKUP macro.
18743         (_nss_files_gethostbyname2_r): Likewise.
18744
18745 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18746
18747         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18748
18749 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18750
18751         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18752         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18753         warning.
18754
18755 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18756
18757         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18758         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18759         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18760         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18761         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18762         __fe_nomask_env_priv and attribute_hidden.
18763         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18764         (libc_feupdateenv_test_ppc): Likewise.
18765         (libc_feresetround_ppc): Likewise.
18766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18767         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18768         compat_symbol macro.
18769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18770         (__fe_nomask_env): Likewise.
18771         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18772
18773 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18774
18775         * string/Makefile: Remove ifunc tests.
18776         * string/test-string.h: Define TEST_IFUNC.
18777         * string/test-bcopy-ifunc.c: Remove.
18778         * string/test-bzero-ifunc.c: Likewise.
18779         * string/test-memccpy-ifunc.c: Likewise.
18780         * string/test-memchr-ifunc.c: Likewise.
18781         * string/test-memcmp-ifunc.c: Likewise.
18782         * string/test-memcpy-ifunc.c: Likewise.
18783         * string/test-memmem-ifunc.c: Likewise.
18784         * string/test-memmove-ifunc.c: Likewise.
18785         * string/test-mempcpy-ifunc.c: Likewise.
18786         * string/test-memrchr-ifunc.c: Likewise.
18787         * string/test-memset-ifunc.c: Likewise.
18788         * string/test-rawmemchr-ifunc.c: Likewise.
18789         * string/test-stpcpy-ifunc.c: Likewise.
18790         * string/test-stpncpy-ifunc.c: Likewise.
18791         * string/test-strcasecmp-ifunc.c: Likewise.
18792         * string/test-strcasestr-ifunc.c: Likewise.
18793         * string/test-strcat-ifunc.c: Likewise.
18794         * string/test-strchr-ifunc.c: Likewise.
18795         * string/test-strchrnul-ifunc.c: Likewise.
18796         * string/test-strcmp-ifunc.c: Likewise.
18797         * string/test-strcpy-ifunc.c: Likewise.
18798         * string/test-strcspn-ifunc.c: Likewise.
18799         * string/test-strlen-ifunc.c: Likewise.
18800         * string/test-strncasecmp-ifunc.c: Likewise.
18801         * string/test-strncat-ifunc.c: Likewise.
18802         * string/test-strncmp-ifunc.c: Likewise.
18803         * string/test-strncpy-ifunc.c: Likewise.
18804         * string/test-strnlen-ifunc.c: Likewise.
18805         * string/test-strpbrk-ifunc.c: Likewise.
18806         * string/test-strrchr-ifunc.c: Likewise.
18807         * string/test-strspn-ifunc.c: Likewise.
18808         * string/test-strstr-ifunc.c: Likewise.
18809
18810 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18811
18812         * benchtests/Makefile: Remove ifunc tests.
18813         * benchtests/bench-string.h: Define TEST_IFUNC.
18814         * benchtests/bench-bcopy-ifunc.c: Remove.
18815         * benchtests/bench-bzero-ifunc.c: Likewise.
18816         * benchtests/bench-memccpy-ifunc.c: Likewise.
18817         * benchtests/bench-memchr-ifunc.c: Likewise.
18818         * benchtests/bench-memcmp-ifunc.c: Likewise.
18819         * benchtests/bench-memcpy-ifunc.c: Likewise.
18820         * benchtests/bench-memmem-ifunc.c: Likewise.
18821         * benchtests/bench-memmove-ifunc.c: Likewise.
18822         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18823         * benchtests/bench-memrchr-ifunc.c: Likewise.
18824         * benchtests/bench-memset-ifunc.c: Likewise.
18825         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18826         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18827         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18828         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18829         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18830         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18831         * benchtests/bench-strcat-ifunc.c: Likewise.
18832         * benchtests/bench-strchr-ifunc.c: Likewise.
18833         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18834         * benchtests/bench-strcmp-ifunc.c: Likewise.
18835         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18836         * benchtests/bench-strcpy-ifunc.c: Likewise.
18837         * benchtests/bench-strcspn-ifunc.c: Likewise.
18838         * benchtests/bench-strlen-ifunc.c: Likewise.
18839         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18840         * benchtests/bench-strncat-ifunc.c: Likewise.
18841         * benchtests/bench-strncmp-ifunc.c: Likewise.
18842         * benchtests/bench-strncpy-ifunc.c: Likewise.
18843         * benchtests/bench-strnlen-ifunc.c: Likewise.
18844         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18845         * benchtests/bench-strrchr-ifunc.c: Likewise.
18846         * benchtests/bench-strsep-ifunc.c: Likewise.
18847         * benchtests/bench-strspn-ifunc.c: Likewise.
18848         * benchtests/bench-strstr-ifunc.c: Likewise.
18849
18850 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18851
18852         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18853
18854 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18855
18856         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18857         * rt/aio.h: Likewise.
18858         * sysdeps/gnu/bits/utmp.h: Likewise.
18859         * sysdeps/gnu/bits/utmpx.h: Likewise.
18860         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18861         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18862         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18863         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18864         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18865         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18866         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18867         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18868         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18869         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18870         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18871         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18872         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18874         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18875         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18876         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18877         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18878         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18879         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18880         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18881         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18882         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18883         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18884         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18885         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18886         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18887         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18888         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18889         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18890         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18891         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18892         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18893         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18894         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18895         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18896         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18897         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18898         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18899         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18900         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18901         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18902
18903 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18904
18905         [BZ #16245]
18906         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18907         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18908
18909 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18910
18911         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18912         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18913         Likewise.
18914
18915 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18916
18917         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18918         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18919         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18920         (__fesetround): Remove define.
18921         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18922         rounding and exceptions handling.
18923         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18924         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18925         (__fe_nomask_env): Likewise.
18926         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18927         __fegetround instead of fegetround.
18928         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18929         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18930
18931 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18932
18933         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18934         it's there.
18935
18936         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18937
18938 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18939
18940         [BZ #11157]
18941         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18942         (encrypt_r): Likewise.
18943         * malloc/obstack.h (obstack_free): Likewise.
18944         * posix/unistd.h (encrypt): Likewise.
18945
18946 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18947
18948         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18949         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18950         DL_CALL_DT_FINI() that call the functions directly.
18951         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18952         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18953         * elf/dl-fini.c: Likewise.
18954
18955 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18956
18957         * malloc/hooks.c (memalign_check): Add alignment rounding.
18958         * malloc/malloc.c (_mid_memalign): New function.
18959         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18960         Implement by calling _mid_memalign.
18961         * manual/probes.texi (Memory Allocation Probes): Remove
18962         memory_valloc_retry and memory_pvalloc_retry.
18963
18964 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18965
18966         * locale/programs/locarchive.c (open_archive): Add const
18967         qualifier to ARCHIVEFNAME and copy default fname to
18968         DEFAULT_FNAME.
18969
18970         [BZ #15601]
18971         * libio/tst-widetext.input: Rename Oriya to Odia.
18972         * locale/iso-639.def: Likewise.
18973
18974         * manual/probes.texi (Mathematical Function Probes): Add
18975         documentation for sin, cos, asin and acos probes.
18976         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18977         (__sin32): Add slowasin probe.
18978         (__cos32): Add slowacos probe.
18979         (__mpsin): Add slowsin probe.
18980         (__mpcos): Add slowcos probe.
18981
18982 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18983
18984         [BZ #15483]
18985         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18986         thread-local __sim_exceptions_thread and global
18987         __sim_exceptions_global.
18988         (__sim_disabled_exceptions): Change to thread-local
18989         __sim_disabled_exceptions_thread and global
18990         __sim_disabled_exceptions_global.
18991         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18992         and global __sim_round_mode_global.
18993         (__simulate_exceptions): Use thread-local floating-point state and
18994         set global state from it as needed.
18995         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18996         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18997         __sim_round_mode_thread.
18998         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18999         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19000         and global __sim_exceptions_global.
19001         (__sim_disabled_exceptions): Change to thread-local
19002         __sim_disabled_exceptions_thread and global
19003         __sim_disabled_exceptions_global.
19004         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19005         and global __sim_round_mode_global.
19006         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19007         (SIM_SET_GLOBAL): Likewise.
19008         * sysdeps/powerpc/soft-fp/sfp-machine.h
19009         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19010         __sim_round_mode_thread.
19011         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19012         __sim_disabled_exceptions_thread.
19013         (__sim_exceptions): Change to __sim_exceptions_thread.
19014         (__sim_disabled_exceptions): Change to
19015         __sim_disabled_exceptions_thread.
19016         (__sim_round_mode): Change to __sim_round_mode_thread.
19017         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19018         thread-local floating-point state and set global state from it as
19019         needed.
19020         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19021         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19022         (__sim_disabled_exceptions): Remove extern declaration.
19023         (feenableexcept): Use thread-local floating-point state and set
19024         global state from it as needed.
19025         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19026         extern declaration.
19027         (__sim_disabled_exceptions): Likewise.
19028         (__sim_round_mode): Likewise.
19029         (__fegetenv): Use thread-local floating-point state.
19030         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19031         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19032         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19033         floating-point state and set global state from it as needed.
19034         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19035         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19036         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19037         Likewise.
19038         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19039         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19040         Likewise.
19041         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19042         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19043         Use __sim_round_mode_thread.
19044         * math/test-fenv-tls.c: New file.
19045         * math/Makefile (tests): Add test-fenv-tls.
19046         ($(objpfx)test-fenv-tls): Depend on
19047         $(common-objpfx)nptl/libpthread.so.
19048
19049 2013-11-19  Andreas Schwab  <schwab@suse.de>
19050
19051         * locale/programs/locale.c (show_info): Decode wordarray elements.
19052         * locale/categories.def (LC_MONETARY): Add element for
19053         _NL_MONETARY_CRNCYSTR.
19054         * locale/C-monetary.c (conversion_rate): New variable.
19055         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19056         element.
19057
19058 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19059
19060         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19061         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19062
19063 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19064
19065         * elf/Makefile (tst-auxv): New test.
19066         * elf/tst-auxv.c: New
19067         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19068
19069 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19070
19071         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19072         (hidden_proto): Caller changed.
19073         (hidden_tls_proto): New macro.
19074         (libc_hidden_tls_proto): Likewise.
19075         (rtld_hidden_tls_proto): Likewise.
19076         (libm_hidden_tls_proto): Likewise.
19077         (libresolv_hidden_tls_proto): Likewise.
19078         (librt_hidden_tls_proto): Likewise.
19079         (libdl_hidden_tls_proto): Likewise.
19080         (libnss_files_hidden_tls_proto): Likewise.
19081         (libnsl_hidden_tls_proto): Likewise.
19082         (libnss_nisplus_hidden_tls_proto): Likewise.
19083         (libutil_hidden_tls_proto): Likewise.
19084
19085 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19086
19087         [BZ #10253]
19088         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19089         (decompose_rpath): Defer expansion to fillin_rpath.
19090         (_dl_init_paths): Pass linkmap to fillin_rpath.
19091
19092 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19093
19094         * benchtests/Makefile: Add strsep.
19095         * benchtests/bench-strsep.c: New file: strsep benchtest.
19096         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19097
19098 2013-11-18  Andreas Schwab  <schwab@suse.de>
19099
19100         * locale/programs/locale.c (show_info) [case byte]: Check for
19101         '\377' instead of '\177'.
19102         * locale/C-monetary.c (not_available): Always use "\377".
19103         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19104         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19105         detect unavailable sign_posn locale elements.
19106         * locale/localeconv.c (__localeconv): For grouping and
19107         mon_grouping handle "\177" and "\377" like no grouping.
19108         (INT_ELEM): New macro.  Use it to set all numeric members.
19109         * locale/programs/ld-monetary.c (monetary_read)
19110         <tok_mon_grouping>: Normalize single -1 to the empty string.
19111         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19112         Likewise.
19113
19114 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19115
19116         [BZ #16055]
19117         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19118         when we match (nil).
19119         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19120
19121 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19122
19123         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19124         (NO_TEST_INLINE): Update value.
19125         (ERRNO_UNCHANGED): Likewise.
19126         (ERRNO_EDOM): Likewise.
19127         (ERRNO_ERANGE): Likewise.
19128         (IGNORE_RESULT): Likewise.
19129         (check_float_internal): Check signs of NaN results if
19130         TEST_NAN_SIGN used.
19131         (check_complex): Pass TEST_NAN_SIGN flag through to second
19132         check_float_internal call.
19133         (copysign_test_data): Add tests with quiet NaNs as second
19134         argument.  Use TEST_NAN_SIGN.
19135         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19136         TEST_NAN_SIGN.
19137         (signbit_test_data): Add tests of quiet NaN argument.
19138         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19139
19140         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19141         $ignore_result.
19142         (parse_args): Handle function results specified as IGNORE.
19143         * math/libm-test.inc (IGNORE_RESULT): New macro.
19144         (check_float_internal): Do not check numerical result if flag
19145         IGNORE_RESULT set.
19146         (check_complex): Pass through IGNORE_RESULT to second
19147         check_float_internal call.
19148         (check_int): Do not check numerical result if flag IGNORE_RESULT
19149         set.
19150         (check_long): Likewise.
19151         (check_bool): Likewise.
19152         (check_longlong): Likewise.
19153         (lrint_test_data): Add tests of infinite and NaN arguments.
19154         (lrint_tonearest_test_data): Likewise.
19155         (lrint_towardzero_test_data): Likewise.
19156         (lrint_downward_test_data): Likewise.
19157         (lrint_upward_test_data): Likewise.
19158         (llrint_test_data): Likewise.
19159         (llrint_tonearest_test_data): Likewise.
19160         (llrint_towardzero_test_data): Likewise.
19161         (llrint_downward_test_data): Likewise.
19162         (llrint_upward_test_data): Likewise.
19163         (lround_test_data): Likewise.
19164         (llround_test_data): Likewise.
19165
19166         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19167         (ERRNO_UNCHANGED): Update value.
19168         (ERRNO_EDOM): Likewise.
19169         (ERRNO_ERANGE): Likewise.
19170         (NO_TEST_INLINE_FLOAT): New macro.
19171         (NO_TEST_INLINE_DOUBLE): Likewise.
19172         (enable_test): New function.
19173         (RUN_TEST_f_f): Check enable_test before running test.
19174         (RUN_TEST_2_f): Likewise.
19175         (RUN_TEST_fff_f): Likewise.
19176         (RUN_TEST_c_f): Likewise.
19177         (RUN_TEST_f_f1): Likewise.
19178         (RUN_TEST_fF_f1): Likewise.
19179         (RUN_TEST_fI_f1): Likewise.
19180         (RUN_TEST_ffI_f1): Likewise.
19181         (RUN_TEST_c_c): Likewise.
19182         (RUN_TEST_cc_c): Likewise.
19183         (RUN_TEST_f_i): Likewise.
19184         (RUN_TEST_f_i_tg): Likewise.
19185         (RUN_TEST_ff_i_tg): Likewise.
19186         (RUN_TEST_f_b): Likewise.
19187         (RUN_TEST_f_b_tg): Likewise.
19188         (RUN_TEST_f_l): Likewise.
19189         (RUN_TEST_f_L): Likewise.
19190         (RUN_TEST_fFF_11): Likewise.
19191         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19192         conditionals.
19193         (cosh_test_data): Likewise.
19194         (exp_test_data): Likewise.
19195         (expm1_test_data): Likewise.
19196         (hypot_test_data): Likewise.
19197         (pow_test_data): Likewise.
19198         (sinh_test_data): Likewise.
19199         (tanh_test_data): Likewise.
19200         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19201         flags argument.
19202
19203         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19204         tests with quiet NaN input and output.
19205         (acosh_test_data): Likewise.
19206         (asin_test_data): Likewise.
19207         (asinh_test_data): Likewise.
19208         (atan_test_data): Likewise.
19209         (atanh_test_data): Likewise.
19210         (atan2_test_data): Likewise.
19211         (cbrt_test_data): Likewise.
19212         (cos_test_data): Likewise.
19213         (cosh_test_data): Likewise.
19214         (erf_test_data): Likewise.
19215         (erfc_test_data): Likewise.
19216         (exp_test_data): Likewise.
19217         (exp10_test_data): Likewise.
19218         (exp2_test_data): Likewise.
19219         (expm1_test_data): Likewise.
19220         (hypot_test_data): Likewise.
19221         (j0_test_data): Likewise.
19222         (j1_test_data): Likewise.
19223         (jn_test_data): Likewise.
19224         (lgamma_test_data): Likewise.
19225         (log_test_data): Likewise.
19226         (log10_test_data): Likewise.
19227         (log1p_test_data): Likewise.
19228         (log2_test_data): Likewise.
19229         (pow_test_data): Likewise.
19230         (scalb_test_data): Likewise.
19231         (sin_test_data): Likewise.
19232         (sincos_test_data): Likewise.
19233         (sinh_test_data): Likewise.
19234         (tan_test_data): Likewise.
19235         (tanh_test_data): Likewise.
19236         (tgamma_test_data): Likewise.
19237         (y0_test_data): Likewise.
19238         (y1_test_data): Likewise.
19239         (yn_test_data): Likewise.
19240
19241         [BZ #16167]
19242         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19243         argument being NaN and avoid computations with second argument in
19244         that case.
19245         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19246         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19247         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19248
19249 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19250
19251         * locale/iso-639.def: Add Chitwani Tharu (the).
19252
19253 2013-11-14  Andreas Schwab  <schwab@suse.de>
19254
19255         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19256         word instead of empty string.
19257
19258 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19259
19260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19261         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19263         (__fe_nomask_env): Likewise.
19264
19265 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19266
19267         * benchtests/bench-timing.h: Include time.h.
19268
19269 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19270
19271         [BZ #15997]
19272         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19273         to 3.4.0 for x32.
19274         * sysdeps/unix/sysv/linux/configure: Regenerated.
19275
19276 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19277
19278         [BZ #16151]
19279         * stdlib/strtod_l.c (round_and_return): Do not consider
19280         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19281         exponent one less than half the least subnormal exponent.
19282         * stdlib/test-strtod-round-data: Add more tests.
19283         * stdlib/tst-strtod-round.c (tests): Regenerated.
19284
19285 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19286
19287         [BZ #14143]
19288         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19289         (__fe_mask_env): Likewise.
19290         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19291         libm_hidden_proto and add function prototype.
19292         (__fe_mask_env): Add function prototype.
19293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19294         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19296         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19298         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19299
19300 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19301
19302         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19303         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19304
19305 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19306
19307         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19308         of htab_find_slot().
19309
19310 2013-11-11  David S. Miller  <davem@davemloft.net>
19311
19312         [BZ #16150]
19313         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19314         symbol in the non-vis3 case in static builds.
19315         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19316         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19317         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19318         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19319
19320 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19321
19322         [BZ #387]
19323         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19324         it is empty.
19325
19326 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19327
19328         * benchtests/Makefile: Add bench-strtod.
19329         * benchtests/bench-strtod.c: New file: strtod benchtest
19330
19331 2013-11-11  Andreas Schwab  <schwab@suse.de>
19332
19333         [BZ #16153]
19334         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19335         terminating NUL in key length.
19336
19337 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19338
19339         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19340         Add artificial ODP entry for vDSO symbol for PPC64.
19341         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19342         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19343
19344 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19345
19346         [BZ #15374]
19347         * nss/getent.c (services_keys): Recognize services starting with digit.
19348
19349 2013-11-06  David S. Miller  <davem@davemloft.net>
19350
19351         [BZ #15985]
19352         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19353         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19354
19355 2013-11-06  Will Newton  <will.newton@linaro.org>
19356
19357         * manual/memory.texi (Malloc Examples): Remove register
19358         keyword from examples.
19359
19360 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19361
19362         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19363
19364 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19365
19366         [BZ #6981]
19367         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19368         depending on [__GCC_IEC_559 > 0].
19369         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19370         depending on [__GCC_IEC_559_COMPLEX > 0].
19371
19372 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19373
19374         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19375         to iso-639.def.
19376
19377 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19378
19379         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19380
19381 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19382
19383         [BZ #16112]
19384         * malloc/malloc (malloc_info): Do not handle first bin as
19385         special case.
19386
19387 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19388
19389         * locale/iso-639.def: Add Central Nahuatl (nhn).
19390
19391 2013-11-01  Bruno Haible  <bruno@clisp.org>
19392
19393         [BZ #7003]
19394         * manual/math.texi (BSD Random): Specify range upper bound as
19395         in POSIX.
19396
19397 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19398
19399         * locale/iso-639.def: Add Meadow Mari (mhr).
19400
19401 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19402
19403         [BZ #14752], [BZ #15763]
19404         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19405         Validate name.
19406         * rt/tst_shm.c: Add test for escaping directory.
19407
19408 2013-10-31  Andreas Schwab  <schwab@suse.de>
19409
19410         [BZ #15917]
19411         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19412         followed by 'x' as part of digit sequence.
19413         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19414
19415 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19416
19417         [BZ #16037]
19418         * configure.ac: allow GNU Make 4.0 and greater.
19419         * configure: Regenerated.
19420
19421 2013-10-30  Will Newton  <will.newton@linaro.org>
19422
19423         [BZ #16038]
19424         * malloc/hooks.c (memalign_check): Limit alignment to the
19425         maximum representable power of two.
19426         * malloc/malloc.c (__libc_memalign): Likewise.
19427         * malloc/tst-memalign.c (do_test): Add test for very
19428         large alignment values.
19429         * malloc/tst-posix_memalign.c (do_test): Likewise.
19430
19431 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19432
19433         [BZ #11087]
19434         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19435         (munmap_chunk): Likewise.
19436         (mremap_chunk): Likewise.
19437
19438 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19439
19440         [BZ #15799]
19441         * stdlib/div.c (div): Remove obsolete code.
19442         * stdlib/ldiv.c (ldiv): Likewise.
19443         * stdlib/lldiv.c (lldiv): Likewise.
19444
19445 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19446
19447         [BZ #16071]
19448         * nss/nss_files/files-XXX.c (get_contents_ret): New
19449         enumerator.
19450         (get_contents): New function.
19451         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19452
19453 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19454
19455         * configure.in: Moved to ...
19456         * configure.ac: ... here. Change reference to configure.in
19457         to configure.ac.
19458         * sysdeps/arm/preconfigure.ac: ... here.
19459         configure.in to configure.ac.
19460         * sysdeps/gnu/configure.in: Moved to ...
19461         * sysdeps/gnu/configure.ac: ... here.
19462         * sysdeps/i386/configure.in: Moved to ...
19463         * sysdeps/i386/configure.ac: ... here.
19464         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19465         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19466         * sysdeps/mach/configure.in: Moved to ...
19467         * sysdeps/mach/configure.ac: ... here.
19468         * sysdeps/mach/hurd/configure.in: Moved to ...
19469         * sysdeps/mach/hurd/configure.ac: ... here.
19470         * sysdeps/powerpc/configure.in: Moved to ...
19471         * sysdeps/powerpc/configure.ac: ... here.
19472         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19473         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19474         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19475         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19476         * sysdeps/s390/s390-32/configure.in: Moved to ...
19477         * sysdeps/s390/s390-32/configure.ac: ... here.
19478         * sysdeps/s390/s390-64/configure.in: Moved to ...
19479         * sysdeps/s390/s390-64/configure.ac: ... here.
19480         * sysdeps/sh/configure.in: Moved to ...
19481         * sysdeps/sh/configure.ac: ... here.
19482         * sysdeps/sparc/configure.in: Moved to ...
19483         * sysdeps/sparc/configure.ac: ... here.
19484         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19485         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19486         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19487         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19488         * sysdeps/x86_64/configure.in: Moved to ...
19489         * sysdeps/x86_64/configure.ac: ... here.
19490         * sysdeps/x86_64/preconfigure.in: Moved to ...
19491         * sysdeps/x86_64/preconfigure.ac: ... here.
19492         * aclocal.m4: Change reference to configure.in to configure.ac.
19493         * config.h.in: Likewise.
19494         * manual/install.texi: Likewise.
19495         * manual/maint.texi: Likewise.
19496         * Makefile: Likewise.
19497         * malloc/Makefile: Likewise.
19498         * nscd/Makefile: Likewise.
19499         * Makeconfig: Change reference to configure.in and
19500         preconfigure.in to configure.ac and preconfigure.ac
19501         respectively.
19502         * INSTALL: Regenerated.
19503         * configure: Likewise.
19504         * sysdeps/gnu/configure: Likewise.
19505         * sysdeps/i386/configure: Likewise.
19506         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19507         * sysdeps/mach/configure: Likewise.
19508         * sysdeps/mach/hurd/configure: Likewise.
19509         * sysdeps/powerpc/configure: Likewise.
19510         * sysdeps/powerpc/powerpc32/configure: Likewise.
19511         * sysdeps/powerpc/powerpc64/configure: Likewise.
19512         * sysdeps/s390/s390-32/configure: Likewise.
19513         * sysdeps/s390/s390-64/configure: Likewise.
19514         * sysdeps/sh/configure: Likewise.
19515         * sysdeps/sparc/configure: Likewise.
19516         * sysdeps/unix/sysv/linux/configure: Likewise.
19517         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19518         * sysdeps/x86_64/configure: Likewise.
19519         * sysdeps/x86_64/preconfigure: Likewise.
19520
19521 2013-10-29  Andreas Schwab  <schwab@suse.de>
19522
19523         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19524
19525 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19526
19527         * benchtests/pow-inputs: Add new inputs.
19528
19529         * benchtests/exp-inputs: Add new inputs.
19530
19531         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19532         conditional check for return value.
19533         (__cos32): Likewise.
19534
19535 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19536
19537         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19538         to provide a boost for large inputs with word alignment.
19539         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19540         implementation based on optimized PPC64 strcpy.
19541         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19542         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19543         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19544         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19545
19546 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19547
19548         [BZ #2801]
19549         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19550
19551 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19552
19553         [BZ #14876]
19554         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19555         * time/tst-strptime.c (day_tests): Add testcase.
19556
19557 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19558
19559         [BZ #14029]
19560         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19561
19562 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19563
19564         [BZ #16074]
19565         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19566         MAP_FAILED on error.
19567
19568 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19569
19570         [BZ #16072]
19571         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19572         heap for large requests.
19573
19574 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19575
19576         [BZ #9954]
19577         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19578         result if the result has no associated interface.
19579         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19580         interface for all 127.X.Y.Z addresses.
19581
19582 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19583
19584         * locale/iso-639.def: Add Ligurian (lij)
19585
19586 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19587
19588         [BZ #15825]
19589         * sunrpc/rpc_main.c: Document rpcgen -5.
19590
19591 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19592
19593         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19594
19595 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19596
19597         [BZ #10278]
19598         * posix/glob.c: Match only directories when trailing slash is present.
19599         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19600         (main): Add testcase.
19601
19602 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19603
19604         [BZ #15670]
19605         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19606
19607 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19608
19609         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19610         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19611         AUTH_DES and cindex for FIPS 140-2.
19612         (DES Encryption): Add cindex FIPS 46-3.
19613
19614         * locale/locarchive.h (struct locarhandle): Add fname.
19615         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19616         if an optional argument was specified to --list-archive,
19617         otherwise NULL.
19618         * locale/programs/locarchive.c (show_archive_content): Take new
19619         argument fname and pass it via ah.fname to open_archive.
19620         * locale/programs/localedef.h: Update decl.
19621         (open_archive): If AH->fname is non-null, open that file
19622         rather than the default file name, and don't ignore ENOENT.
19623         (create_archive): Set AH.fname to NULL.
19624         (delete_locales_from_archive): Likewise.
19625         (add_locales_to_archive): Likewise.
19626         * locale/programs/locfile.c (write_all_categories): Likewise.
19627
19628 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19629             Aldy Hernandez  <aldyh@redhat.com>
19630
19631         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19632         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19633         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19634         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19635         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19636         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19637         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19638         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19639         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19640         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19641         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19642         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19643         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19644         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19645         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19646         Likewise.
19647         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19648         Likewise.
19649         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19650         Likewise.
19651         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19652         Likewise.
19653         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19654         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19655         Likewise.
19656         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19657         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19658         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19659         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19660         Likewise.
19661         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19662         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19663         * sysdeps/powerpc/preconfigure: Likewise.
19664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19665         Likewise.
19666         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19667         Replace contents of file by #include of <fenv_libc.h>.
19668         * sysdeps/powerpc/soft-fp/sfp-machine.h
19669         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19670         and <sys/prctl.h>.
19671         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19672         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19673         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19674         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19675         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19676         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19677         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19678         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19679         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19680         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19681         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19682         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19684         Allow copysignl PLT reference to be missing.
19685
19686 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19687             Joseph Myers  <joseph@codesourcery.com
19688
19689         [BZ #15948]
19690         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19691         single character.
19692         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19693
19694 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19695
19696         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19697         * elf/tst-tls1.c: Likewise.
19698         * elf/tst-tls10.h: Likewise.
19699         * elf/tst-tls14.c: Likewise.
19700         * elf/tst-tls2.c: Likewise.
19701         * elf/tst-tls3.c: Likewise.
19702         * elf/tst-tls4.c: Likewise.
19703         * elf/tst-tls5.c: Likewise.
19704         * elf/tst-tls6.c: Likewise.
19705         * elf/tst-tls7.c: Likewise.
19706         * elf/tst-tls8.c: Likewise.
19707         * elf/tst-tls9.c: Likewise.
19708         * elf/tst-tlsmod1.c: Likewise.
19709         * elf/tst-tlsmod13.c: Likewise.
19710         * elf/tst-tlsmod13a.c: Likewise.
19711         * elf/tst-tlsmod14a.c: Likewise.
19712         * elf/tst-tlsmod16a.c: Likewise.
19713         * elf/tst-tlsmod16b.c: Likewise.
19714         * elf/tst-tlsmod2.c: Likewise.
19715         * elf/tst-tlsmod3.c: Likewise.
19716         * elf/tst-tlsmod4.c: Likewise.
19717         * elf/tst-tlsmod5.c: Likewise.
19718         * elf/tst-tlsmod6.c: Likewise.
19719
19720 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19721
19722         [BZ #12486]
19723         * malloc/malloc.c: remove checks for statistics.
19724
19725 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19726
19727         [BZ #15277]
19728         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19729         * inet/tst-network.c: Add testcase.
19730
19731 2013-10-17  Andreas Schwab  <schwab@suse.de>
19732
19733         [BZ #15218]
19734         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19735         to determine canonical name.
19736
19737 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19738
19739         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19740         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19741         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19742         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19743         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19744         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19745         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19746         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19747         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19748         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19749         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19750         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19751         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19752         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19753         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19754         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19755         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19756         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19757         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19758         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19759         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19760         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19761         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19762         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19763         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19764         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19765         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19766         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19767         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19768         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19769         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19770         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19771         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19772         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19773         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19774         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19775         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19777         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19778         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19779         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19781         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19782         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19783         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19784         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19785         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19786         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19787         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19788         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19789         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19790         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19791         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19792         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19793         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19794         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19795         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19796         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19797
19798 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19799
19800         [BZ #16041]
19801         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19802         make result into a quiet NaN.
19803
19804 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19805
19806         * soft-fp/adddf3.c: Fix horizontal whitespace.
19807         * soft-fp/addsf3.c: Likewise.
19808         * soft-fp/addtf3.c: Likewise.
19809         * soft-fp/divdf3.c: Likewise.
19810         * soft-fp/divsf3.c: Likewise.
19811         * soft-fp/divtf3.c: Likewise.
19812         * soft-fp/double.h: Likewise.
19813         * soft-fp/eqdf2.c: Likewise.
19814         * soft-fp/eqsf2.c: Likewise.
19815         * soft-fp/eqtf2.c: Likewise.
19816         * soft-fp/extenddftf2.c: Likewise.
19817         * soft-fp/extended.h: Likewise.
19818         * soft-fp/extendsfdf2.c: Likewise.
19819         * soft-fp/extendsftf2.c: Likewise.
19820         * soft-fp/extendxftf2.c: Likewise.
19821         * soft-fp/fixdfdi.c: Likewise.
19822         * soft-fp/fixdfsi.c: Likewise.
19823         * soft-fp/fixdfti.c: Likewise.
19824         * soft-fp/fixsfdi.c: Likewise.
19825         * soft-fp/fixsfsi.c: Likewise.
19826         * soft-fp/fixsfti.c: Likewise.
19827         * soft-fp/fixtfdi.c: Likewise.
19828         * soft-fp/fixtfsi.c: Likewise.
19829         * soft-fp/fixtfti.c: Likewise.
19830         * soft-fp/fixunsdfdi.c: Likewise.
19831         * soft-fp/fixunsdfsi.c: Likewise.
19832         * soft-fp/fixunsdfti.c: Likewise.
19833         * soft-fp/fixunssfdi.c: Likewise.
19834         * soft-fp/fixunssfsi.c: Likewise.
19835         * soft-fp/fixunssfti.c: Likewise.
19836         * soft-fp/fixunstfdi.c: Likewise.
19837         * soft-fp/fixunstfsi.c: Likewise.
19838         * soft-fp/fixunstfti.c: Likewise.
19839         * soft-fp/floatdidf.c: Likewise.
19840         * soft-fp/floatdisf.c: Likewise.
19841         * soft-fp/floatditf.c: Likewise.
19842         * soft-fp/floatsidf.c: Likewise.
19843         * soft-fp/floatsisf.c: Likewise.
19844         * soft-fp/floatsitf.c: Likewise.
19845         * soft-fp/floattidf.c: Likewise.
19846         * soft-fp/floattisf.c: Likewise.
19847         * soft-fp/floattitf.c: Likewise.
19848         * soft-fp/floatundidf.c: Likewise.
19849         * soft-fp/floatundisf.c: Likewise.
19850         * soft-fp/floatunditf.c: Likewise.
19851         * soft-fp/floatunsidf.c: Likewise.
19852         * soft-fp/floatunsisf.c: Likewise.
19853         * soft-fp/floatunsitf.c: Likewise.
19854         * soft-fp/floatuntidf.c: Likewise.
19855         * soft-fp/floatuntisf.c: Likewise.
19856         * soft-fp/floatuntitf.c: Likewise.
19857         * soft-fp/fmadf4.c: Likewise.
19858         * soft-fp/fmasf4.c: Likewise.
19859         * soft-fp/fmatf4.c: Likewise.
19860         * soft-fp/gedf2.c: Likewise.
19861         * soft-fp/gesf2.c: Likewise.
19862         * soft-fp/getf2.c: Likewise.
19863         * soft-fp/ledf2.c: Likewise.
19864         * soft-fp/lesf2.c: Likewise.
19865         * soft-fp/letf2.c: Likewise.
19866         * soft-fp/muldf3.c: Likewise.
19867         * soft-fp/mulsf3.c: Likewise.
19868         * soft-fp/multf3.c: Likewise.
19869         * soft-fp/negdf2.c: Likewise.
19870         * soft-fp/negsf2.c: Likewise.
19871         * soft-fp/negtf2.c: Likewise.
19872         * soft-fp/op-1.h: Likewise.
19873         * soft-fp/op-2.h: Likewise.
19874         * soft-fp/op-4.h: Likewise.
19875         * soft-fp/op-8.h: Likewise.
19876         * soft-fp/op-common.h: Likewise.
19877         * soft-fp/quad.h: Likewise.
19878         * soft-fp/single.h: Likewise.
19879         * soft-fp/soft-fp.h: Likewise.
19880         * soft-fp/sqrtdf2.c: Likewise.
19881         * soft-fp/sqrtsf2.c: Likewise.
19882         * soft-fp/sqrttf2.c: Likewise.
19883         * soft-fp/subdf3.c: Likewise.
19884         * soft-fp/subsf3.c: Likewise.
19885         * soft-fp/subtf3.c: Likewise.
19886         * soft-fp/truncdfsf2.c: Likewise.
19887         * soft-fp/trunctfdf2.c: Likewise.
19888         * soft-fp/trunctfsf2.c: Likewise.
19889         * soft-fp/trunctfxf2.c: Likewise.
19890         * soft-fp/unorddf2.c: Likewise.
19891         * soft-fp/unordsf2.c: Likewise.
19892         * soft-fp/unordtf2.c: Likewise.
19893
19894 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19895
19896         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19897         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19898
19899 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19900
19901         * elf/dl-libc.c: Clear initfini list after freeing.
19902
19903 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19904
19905         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19906         * soft-fp/addsf3.c: Likewise.
19907         * soft-fp/addtf3.c: Likewise.
19908         * soft-fp/divdf3.c: Likewise.
19909         * soft-fp/divsf3.c: Likewise.
19910         * soft-fp/divtf3.c: Likewise.
19911         * soft-fp/double.h: Likewise.
19912         * soft-fp/eqdf2.c: Likewise.
19913         * soft-fp/eqsf2.c: Likewise.
19914         * soft-fp/eqtf2.c: Likewise.
19915         * soft-fp/extenddftf2.c: Likewise.
19916         * soft-fp/extended.h: Likewise.
19917         * soft-fp/extendsfdf2.c: Likewise.
19918         * soft-fp/extendsftf2.c: Likewise.
19919         * soft-fp/extendxftf2.c: Likewise.
19920         * soft-fp/fixdfdi.c: Likewise.
19921         * soft-fp/fixdfsi.c: Likewise.
19922         * soft-fp/fixdfti.c: Likewise.
19923         * soft-fp/fixsfdi.c: Likewise.
19924         * soft-fp/fixsfsi.c: Likewise.
19925         * soft-fp/fixsfti.c: Likewise.
19926         * soft-fp/fixtfdi.c: Likewise.
19927         * soft-fp/fixtfsi.c: Likewise.
19928         * soft-fp/fixtfti.c: Likewise.
19929         * soft-fp/fixunsdfdi.c: Likewise.
19930         * soft-fp/fixunsdfsi.c: Likewise.
19931         * soft-fp/fixunsdfti.c: Likewise.
19932         * soft-fp/fixunssfdi.c: Likewise.
19933         * soft-fp/fixunssfsi.c: Likewise.
19934         * soft-fp/fixunssfti.c: Likewise.
19935         * soft-fp/fixunstfdi.c: Likewise.
19936         * soft-fp/fixunstfsi.c: Likewise.
19937         * soft-fp/fixunstfti.c: Likewise.
19938         * soft-fp/floatdidf.c: Likewise.
19939         * soft-fp/floatdisf.c: Likewise.
19940         * soft-fp/floatditf.c: Likewise.
19941         * soft-fp/floatsidf.c: Likewise.
19942         * soft-fp/floatsisf.c: Likewise.
19943         * soft-fp/floatsitf.c: Likewise.
19944         * soft-fp/floattidf.c: Likewise.
19945         * soft-fp/floattisf.c: Likewise.
19946         * soft-fp/floattitf.c: Likewise.
19947         * soft-fp/floatundidf.c: Likewise.
19948         * soft-fp/floatundisf.c: Likewise.
19949         * soft-fp/floatunsidf.c: Likewise.
19950         * soft-fp/floatunsisf.c: Likewise.
19951         * soft-fp/floatuntidf.c: Likewise.
19952         * soft-fp/floatuntisf.c: Likewise.
19953         * soft-fp/floatuntitf.c: Likewise.
19954         * soft-fp/fmadf4.c: Likewise.
19955         * soft-fp/fmasf4.c: Likewise.
19956         * soft-fp/fmatf4.c: Likewise.
19957         * soft-fp/gedf2.c: Likewise.
19958         * soft-fp/gesf2.c: Likewise.
19959         * soft-fp/getf2.c: Likewise.
19960         * soft-fp/ledf2.c: Likewise.
19961         * soft-fp/lesf2.c: Likewise.
19962         * soft-fp/letf2.c: Likewise.
19963         * soft-fp/muldf3.c: Likewise.
19964         * soft-fp/mulsf3.c: Likewise.
19965         * soft-fp/multf3.c: Likewise.
19966         * soft-fp/negdf2.c: Likewise.
19967         * soft-fp/negsf2.c: Likewise.
19968         * soft-fp/negtf2.c: Likewise.
19969         * soft-fp/op-1.h: Likewise.
19970         * soft-fp/op-2.h: Likewise.
19971         * soft-fp/op-4.h: Likewise.
19972         * soft-fp/op-8.h: Likewise.
19973         * soft-fp/op-common.h: Likewise.
19974         * soft-fp/quad.h: Likewise.
19975         * soft-fp/single.h: Likewise.
19976         * soft-fp/soft-fp.h: Likewise.
19977         * soft-fp/sqrtdf2.c: Likewise.
19978         * soft-fp/sqrtsf2.c: Likewise.
19979         * soft-fp/sqrttf2.c: Likewise.
19980         * soft-fp/subdf3.c: Likewise.
19981         * soft-fp/subsf3.c: Likewise.
19982         * soft-fp/subtf3.c: Likewise.
19983         * soft-fp/truncdfsf2.c: Likewise.
19984         * soft-fp/trunctfdf2.c: Likewise.
19985         * soft-fp/trunctfsf2.c: Likewise.
19986         * soft-fp/trunctfxf2.c: Likewise.
19987         * soft-fp/unorddf2.c: Likewise.
19988         * soft-fp/unordsf2.c: Likewise.
19989         * soft-fp/unordtf2.c: Likewise.
19990
19991 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19992
19993         [BZ #15672]
19994         * misc/error.c (error_tail): Fix possible buffer overflow.
19995
19996 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19997
19998         [BZ #13028]
19999         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20000         address.
20001
20002 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20003
20004         [BZ #832]
20005         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20006         testing pipefail option.
20007
20008 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20009
20010         * soft-fp/double.h: Indent preprocessor directives inside #if.
20011         * soft-fp/extended.h: Likewise.
20012         * soft-fp/op-2.h: Likewise.
20013         * soft-fp/op-4.h: Likewise.
20014         * soft-fp/op-common.h: Likewise.
20015         * soft-fp/quad.h: Likewise.
20016         * soft-fp/single.h: Likewise.
20017         * soft-fp/soft-fp.h: Likewise.
20018
20019 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20020
20021         * iconv/iconv_prog.c: Fix typos.
20022         * stdio-common/psiginfo-data.h: Likewise.
20023
20024 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20025
20026         [BZ #15764]
20027         * locale/setlocale.c: Fix typo.
20028
20029 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20030
20031         [BZ #16036]
20032         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20033         signaling NaN arguments.
20034         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20035         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20036
20037         [BZ #14910]
20038         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20039         unordered operands.
20040         * soft-fp/gesf2.c (__gesf2): Likewise.
20041         * soft-fp/getf2.c (__getf2): Likewise.
20042         * soft-fp/ledf2.c (__ledf2): Likewise.
20043         * soft-fp/lesf2.c (__lesf2): Likewise.
20044         * soft-fp/letf2.c (__letf2): Likewise.
20045
20046         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20047         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20048         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20049         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20050         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20051         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20052         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20053         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20054         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20055         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20056         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20057         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20058         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20059         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20060         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20061         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20062         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20063         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20064         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20065         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20066         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20067         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20068         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20069         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20070         * soft-fp/floattidf.c (__floattidf): Likewise.
20071         * soft-fp/floattisf.c (__floattisf): Likewise.
20072         * soft-fp/floattitf.c (__floattitf): Likewise.
20073         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20074         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20075         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20076         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20077         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20078         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20079         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20080         * soft-fp/gesf2.c (__gesf2): Likewise.
20081         * soft-fp/getf2.c (__getf2): Likewise.
20082         * soft-fp/ledf2.c (__ledf2): Likewise.
20083         * soft-fp/lesf2.c (__lesf2): Likewise.
20084         * soft-fp/letf2.c (__letf2): Likewise.
20085
20086         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20087         Undefine and redefine.
20088         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20089         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20090         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20091         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20092         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20093         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20094         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20095         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20096         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20097         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20098         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20099         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20100         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20101         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20102         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20103
20104         [BZ #16032]
20105         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20106         without decrementing exponent if mantissa >= that for the
20107         denominator, not >.
20108         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20109         denominator, not >.  Decrement exponent in < case instead of
20110         incrementing in >= case.
20111         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20112         without decrementing exponent if mantissa >= that for the
20113         denominator, not >.
20114
20115         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20116         computing saturated result for unsigned overflow.
20117
20118 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20119             Jeff Law  <law@redhat.com>
20120
20121         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20122         (atan2Mp): Add systemtap probe marker.
20123         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20124         (__ieee754_log): Add systemtap probe marker.
20125         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20126         (atanMp): Add systemtap probe marker.
20127         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20128         (tanMp): Add systemtap probe marker.
20129         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20130         (__slowexp): Add systemtap probe marker.
20131         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20132         (__slowpow): Add systemtap probe marker.
20133         * manual/probes.texi: Document probes.
20134
20135 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20136
20137         [BZ #15362]
20138         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20139         written.
20140         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20141         written.
20142         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20143         written to buffer but not flushed.
20144         * libio/iofwrite_u.c:  Likewise.
20145         * libio/iopadn.c:  Return bytes returned even if EOF was
20146         encountered.
20147         * libio/iowpadn.c:  Likewise.
20148         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20149         if _IO_padn does not write the whole buffer.
20150         [!COMPILE_WPRINTF] (PAD): Likewise.
20151
20152 2013-10-10  David S. Miller  <davem@davemloft.net>
20153
20154         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20155         directory block.
20156
20157 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20158
20159         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20160         instead of FSF address.
20161         * soft-fp/fixdfti.c: Likewise.
20162         * soft-fp/fixsfti.c: Likewise.
20163         * soft-fp/fixtfti.c: Likewise.
20164         * soft-fp/fixunsdfti.c: Likewise.
20165         * soft-fp/fixunssfti.c: Likewise.
20166         * soft-fp/fixunstfti.c: Likewise.
20167         * soft-fp/floattidf.c: Likewise.
20168         * soft-fp/floattisf.c: Likewise.
20169         * soft-fp/floattitf.c: Likewise.
20170         * soft-fp/floatuntidf.c: Likewise.
20171         * soft-fp/floatuntisf.c: Likewise.
20172         * soft-fp/floatuntitf.c: Likewise.
20173         * soft-fp/trunctfxf2.c: Likewise.
20174
20175         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20176         * soft-fp/fixdfti.c: Likewise.
20177         * soft-fp/fixsfti.c: Likewise.
20178         * soft-fp/fixtfti.c: Likewise.
20179         * soft-fp/fixunsdfti.c: Likewise.
20180         * soft-fp/fixunssfti.c: Likewise.
20181         * soft-fp/fixunstfti.c: Likewise.
20182         * soft-fp/floattidf.c: Likewise.
20183         * soft-fp/floattisf.c: Likewise.
20184         * soft-fp/floattitf.c: Likewise.
20185         * soft-fp/floatuntidf.c: Likewise.
20186         * soft-fp/floatuntisf.c: Likewise.
20187         * soft-fp/floatuntitf.c: Likewise.
20188         * soft-fp/trunctfxf2.c: Likewise.
20189
20190 2013-10-10  David S. Miller  <davem@davemloft.net>
20191
20192         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20193
20194 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20195
20196         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20197         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20198         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20199         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20200         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20201         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20202         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20203
20204         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20205         for NaNs before doing comparisons on argument.
20206         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20207         Likewise.
20208
20209 2013-10-10  Will Newton  <will.newton@linaro.org>
20210
20211         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20212         passed to _int_memalign does not overflow.
20213
20214 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20215
20216         * scripts/bench.pl: Add include-sources directive.
20217         * benchtests/README: Update documentation.
20218
20219 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20220
20221         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20222         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20223         instead of FP_INIT_ROUNDMODE.
20224         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20225         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20226
20227         [BZ #16034]
20228         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20229         copy class of input value.
20230         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20231         not handle exceptions.
20232         * soft-fp/negsf2.c (__negsf2): Likewise.
20233         * soft-fp/negtf2.c (__negtf2): Likewise.
20234         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20235
20236 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20237
20238         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20239         semicolon.  From Linux kernel.
20240
20241 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20242
20243         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20244
20245 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20246
20247         [BZ #156]
20248         * manual/socket.texi: Added statement about buffer
20249         for gethostbyname2_r.
20250
20251 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20252
20253         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20254         Use .p2align directive instead, throughout.
20255         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20256         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20257         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20258         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20259         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20260         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20261         * sysdeps/x86_64/strchr.S: Likewise.
20262         * sysdeps/x86_64/strrchr.S: Likewise.
20263
20264 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20265
20266         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20267
20268         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20269
20270         * sysdeps/generic/math_private.h (__mpsin1): Remove
20271         declaration.
20272         (__mpcos1): Likewise.
20273         (__mpsin): New argument __range_reduce.
20274         (__mpcos): Likewise.
20275         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20276         (slow): Use __mpsin and __mpcos.
20277         (slow1): Likewise.
20278         (slow2): Likewise.
20279         (sloww): Likewise.
20280         (sloww1): Likewise.
20281         (sloww2): Likewise.
20282         (bsloww): Likewise.
20283         (bsloww1): Likewise.
20284         (bsloww2): Likewise.
20285         (cslow2): Likewise.
20286         (csloww): Likewise.
20287         (csloww1): Likewise.
20288         (csloww2): Likewise.
20289         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20290         range_reduce.  Merge in __mpsin1.
20291         (__mpcos): Likewise.
20292         (__mpsin1): Remove.
20293         (__mpcos1): Likewise.
20294
20295 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20296
20297         * locale/loadlocale.c (_nl_intern_locale_data): Use
20298         LOCFILE_ALIGNED_P.
20299         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20300         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20301         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20302         obstack data is appropriately aligned.
20303         (obstack_int32_grow_fast): Likewise.
20304         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20305         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20306         (add_locale_uint32_array): Likewise.
20307
20308 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20309
20310         * benchtests/Makefile: Remove ARGLIST and RET variables.
20311         ($(objpfx)bench-%.c): Pass only function name to the script.
20312         * benchtests/README: Update documentation.
20313         * benchtests/acos-inputs: Add new directives.
20314         * benchtests/acosh-inputs: Likewise.
20315         * benchtests/asin-inputs: Likewise.
20316         * benchtests/asinh-inputs: Likewise.
20317         * benchtests/atan-inputs: Likewise.
20318         * benchtests/atanh-inputs: Likewise.
20319         * benchtests/cos-inputs: Likewise.
20320         * benchtests/cosh-inputs: Likewise.
20321         * benchtests/exp-inputs: Likewise.
20322         * benchtests/log-inputs: Likewise.
20323         * benchtests/pow-inputs: Likewise.
20324         * benchtests/rint-inputs: Likewise.
20325         * benchtests/sin-inputs: Likewise.
20326         * benchtests/sinh-inputs: Likewise.
20327         * benchtests/tan-inputs: Likewise.
20328         * benchtests/tanh-inputs: Likewise.
20329         * scripts/bench.pl: Add support for new directives.
20330
20331 2013-10-07  Alan Modra  <amodra@gmail.com>
20332
20333         * README: Fix careless merge.
20334
20335 2013-10-05  Alan Modra  <amodra@gmail.com>
20336
20337         * NEWS: Mention powerpc64le support and bugs fixed.
20338         * README: Both big-endian and little-endian powerpc64 supported.
20339
20340 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20341
20342         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20343         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20344         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20345         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20346
20347 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20348
20349         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20350         match prototype.
20351
20352 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20353
20354         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20355         Move -mhard-float appending from
20356         ports/sysdeps/powerpc/powerpc32/Makefile.
20357         [$(with-fp) = yes] (ASFLAGS): Likewise.
20358         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20359         * sysdeps/powerpc/nofpu: Move directory from
20360         ports/sysdeps/powerpc/nofpu.
20361         * sysdeps/powerpc/soft-fp: Move directory from
20362         ports/sysdeps/powerpc/soft-fp.
20363         * sysdeps/powerpc/powerpc32/405: Move directory from
20364         ports/sysdeps/powerpc/powerpc32/405.
20365         * sysdeps/powerpc/powerpc32/440: Move directory from
20366         ports/sysdeps/powerpc/powerpc32/440.
20367         * sysdeps/powerpc/powerpc32/464: Move directory from
20368         ports/sysdeps/powerpc/powerpc32/464.
20369         * sysdeps/powerpc/powerpc32/476: Move directory from
20370         ports/sysdeps/powerpc/powerpc32/476.
20371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20372         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20374         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20376         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20378         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20380         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20381         * README: Update for powerpc-*-linux-gnu software floating point
20382         support in libc.
20383
20384         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20385         case to powerpc/powerpc32*.
20386         * sysdeps/unix/sysv/linux/configure: Regenerated.
20387
20388         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20389         (_FPU_MASK_OM): Define as 0x04.
20390         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20391         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20392         0x00c10080.
20393         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20394         0x0000003c.
20395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20396
20397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20398         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20399         getcontext_e500.
20400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20401         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20402         setcontext_e500.
20403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20404         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20405         and setcontext_e500.
20406
20407 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20408
20409         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20410
20411 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20412
20413         * manual/threads.texi (Default Thread Attributes): Fix typo.
20414
20415 2013-10-04  Will Newton  <will.newton@linaro.org>
20416
20417         * malloc/Makefile: Add tst-memalign.
20418         * malloc/tst-memalign.c: New file.
20419
20420         * malloc/tst-posix_memalign.c: Add comments.
20421         (do_test): Add comments and call free on all potentially
20422         allocated pointers. Add space after cast.
20423
20424         * malloc/tst-pvalloc.c: Add comments.
20425         (do_test): Add comments and call free on all potentially
20426         allocated pointers. Remove duplicate check for NULL pointer.
20427         Add space after cast.
20428
20429         * malloc/tst-valloc.c: Add comments.
20430         (do_test): Add comments and call free on all potentially
20431         allocated pointers. Remove duplicate check for NULL pointer.
20432         Add space after cast.
20433
20434 2013-10-04  Alan Modra  <amodra@gmail.com>
20435
20436         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20437         Use stdint types in rather than __attribute__((mode())).
20438         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20439
20440 2013-10-04  Alan Modra  <amodra@gmail.com>
20441
20442         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20443         Correct handling of unaligned relocs for little-endian.
20444         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20445
20446 2013-10-04  Alan Modra  <amodra@gmail.com>
20447
20448         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20449         * configure: Regenerate.
20450         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20451         * shlib-versions: Likewise.
20452
20453 2013-10-04  Alan Modra  <amodra@gmail.com>
20454
20455         * string/tester.c (test_memrchr): Increment reported test cycle.
20456
20457 2013-10-04  Alan Modra  <amodra@gmail.com>
20458
20459         * string/test-memcpy.c (do_one_test): When reporting errors, print
20460         string address and don't overrun end of string.
20461
20462 2013-10-04  Alan Modra  <amodra@gmail.com>
20463
20464         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20465         insrdi.  Make better use of reg selection to speed exit slightly.
20466         Schedule entry path a little better.  Remove useless "are we done"
20467         checks on entry to main loop.  Handle wrapping around zero address.
20468         Correct main loop count.  Handle single left-over word from main
20469         loop inline rather than by using loop_small.  Remove extra word
20470         case in loop_small caused by wrong loop count.  Add little-endian
20471         support.
20472         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20473         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20474         cache hint.
20475         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20476         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20477         support.  Avoid rlwimi.
20478         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20479
20480 2013-10-04  Alan Modra  <amodra@gmail.com>
20481
20482         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20483         insrdi.  Formatting.
20484         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20485         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20486         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20487         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20488         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20489         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20490
20491 2013-10-04  Alan Modra  <amodra@gmail.com>
20492
20493         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20494         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20495         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20496         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20497         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20498         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20499         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20500         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20501         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20502         use of regs.  Use power7 mtocrf.  Tidy function tails.
20503
20504 2013-10-04  Alan Modra  <amodra@gmail.com>
20505
20506         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20507         Formatting.  Consistently use rXXX register defines or rN defines.
20508         Use early exit labels that avoid restoring unused non-volatile regs.
20509         Make cr field use more consistent with rWORDn compares.  Rename
20510         regs used as shift registers for unaligned loop, using rN defines
20511         for short lifetime/multiple use regs.
20512         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20513         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20514         addi 1,1,64 to pop stack frame.  Simplify return value code.
20515         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20516
20517 2013-10-04  Alan Modra  <amodra@gmail.com>
20518
20519         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20520         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20521         rather than rlwimi.
20522         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20523         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20524         little-endian support.  Correct typos.
20525         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20526         rather than rlwimi.
20527         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20528         in loop and entry code to keep "and." results.
20529         (strchr): Add little-endian support.  Comment.  Move cntlzd
20530         earlier in tail.
20531         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20532
20533 2013-10-04  Alan Modra  <amodra@gmail.com>
20534
20535         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20536         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20537         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20538         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20539
20540 2013-10-04  Alan Modra  <amodra@gmail.com>
20541
20542         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20543         (rTMP): Define as r11.
20544         (strcmp): Add little-endian support.  Optimise tail.
20545         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20546         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20547         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20548         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20549         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20550         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20551         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20552
20553 2013-10-04  Alan Modra  <amodra@gmail.com>
20554
20555         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20556         little-endian support.  Remove unnecessary "are we done" tests.
20557         Handle "s" wrapping around zero and extremely large "size".
20558         Correct main loop count.  Handle single left-over word from main
20559         loop inline rather than by using small_loop.  Correct comments.
20560         Delete "zero" tail, use "end_max" instead.
20561         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20562
20563 2013-10-04  Alan Modra  <amodra@gmail.com>
20564
20565         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20566         support.  Don't branch over align.
20567         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20568         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20569         support.  Rearrange tmp reg use to suit.  Comment.
20570         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20571
20572 2013-10-04  Alan Modra  <amodra@gmail.com>
20573
20574         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20575
20576 2013-10-04  Alan Modra  <amodra@gmail.com>
20577
20578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20579         conditional form of branch and link when obtaining pc.
20580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20581
20582 2013-10-04  Alan Modra  <amodra@gmail.com>
20583
20584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20585         HIWORD/LOWORD.
20586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20588
20589 2013-10-04  Alan Modra  <amodra@gmail.com>
20590
20591         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20592         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20593         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20594         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20595         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20596         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20597         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20598         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20599         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20600         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20601
20602 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20603             Alistair Popple <alistair@ozlabs.au.ibm.com>
20604             Alan Modra <amodra@gmail.com>
20605
20606         [BZ #15723]
20607         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20608         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20609         _dl_hwcap access for little-endian.
20610         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20611         destroy vmx regs when saving unaligned.
20612         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20613         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20614         destroy vmx regs when saving unaligned.
20615
20616 2013-10-04  Alan Modra  <amodra@gmail.com>
20617
20618         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20619         Don't use a union to pack hi/low value.
20620
20621 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20622
20623         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20624         for little-endian.
20625         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20626         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20627         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20628         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20629         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20630
20631 2013-10-04  Alan Modra  <amodra@gmail.com>
20632
20633         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20634         constants to usual value for .cst8 section, and remove redundant
20635         high address load.
20636         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20637         constant for 0x1p52.  Load little-endian words of double from
20638         correct stack offsets.
20639
20640 2013-10-04  Alan Modra  <amodra@gmail.com>
20641
20642         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20643         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20644         words of double from correct stack offsets.
20645         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20646         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20647         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20648         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20649         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20650         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20651         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20652         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20653         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20654         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20655         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20656         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20657         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20658         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20659         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20660         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20661         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20662
20663 2013-10-04  Alan Modra  <amodra@gmail.com>
20664
20665         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20666         64-bit int/double union.
20667         (_FPU_SETCW): Likewise.
20668         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20669         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20670
20671 2013-10-04  Alan Modra  <amodra@gmail.com>
20672
20673         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20674         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20675
20676 2013-10-04  Alan Modra  <amodra@gmail.com>
20677
20678         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20679         use vector int constants.
20680         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20681
20682 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20683
20684         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20685         array with long long.
20686         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20687         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20688         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20689         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20690         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20691         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20692         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20693         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20694         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20695         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20696         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20697         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20698         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20699
20700 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20701
20702         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20703         (__signbit): Likewise.  Correct for little-endian.
20704         (__signbitl): Call __signbit.
20705         (lrint): Correct for little-endian.
20706         (lrintf): Call lrint.
20707
20708 2013-10-04  Alan Modra  <amodra@gmail.com>
20709
20710         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20711         union 32-bit int array member with 64-bit int array.
20712         (t515, tm256): Double rather than long double.
20713         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20714
20715 2013-10-04  Alan Modra  <amodra@gmail.com>
20716
20717         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20718         Delete.
20719         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20720         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20721         version of math_ldbl.h.
20722
20723 2013-10-04  Alan Modra  <amodra@gmail.com>
20724
20725         [BZ #15734], [BZ #15735]
20726         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20727         all uses of ieee875 long double macros and unions.  Simplify test
20728         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20729         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20730         normalize after ldbl_extract_mantissa, and don't add hidden bit
20731         already handled.  Don't treat low word of ieee854 mantissa like
20732         low word of IBM long double and mask off bit when testing for
20733         zero.
20734         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20735         all uses of ieee875 long double macros and unions.  Simplify tests
20736         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20737         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20738         two1022, instead use their values.  Recognise that tests for large
20739         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20740         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20741         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20742         test for 0.0L and nan.  Correct negation.
20743         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20744         ieee875 long double macros and unions.  Correct output for large
20745         magnitude x.  Correct absolute value calculation.
20746         (__erfcl): Likewise.
20747         * math/libm-test.inc: Add tests for errors discovered in IBM long
20748         double versions of fmodl, remainderl, erfl and erfcl.
20749
20750 2013-10-04  Alan Modra  <amodra@gmail.com>
20751
20752         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20753         all uses of ieee854 long double macros and unions.  Simplify tests
20754         for long doubles that are fully specified by the high double.
20755         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20756         Likewise.
20757         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20758         Remove dead code too.
20759         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20760         (__ieee754_ynl): Likewise.
20761         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20762         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20763         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20764         Remove dead code too.
20765         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20766         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20767         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20768         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20769         Simplify.
20770         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20771         Simplify.
20772         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20773         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20774         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20775         Comment on variable precision.
20776         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20777         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20778         Likewise.
20779         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20780         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20781         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20782         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20783         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20784
20785 2013-10-04  Alan Modra  <amodra@gmail.com>
20786
20787         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20788         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20789         all uses of ieee854 long double macros and unions.
20790         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20791         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20792         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20793         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20794         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20795         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20796         Likewise.
20797         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20798         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20799         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20800         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20801         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20802         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20803         Simplify sign and nan test too.
20804         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20805         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20806         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20807         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20808         Likewise.
20809         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20810         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20811         Likewise.
20812         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20813         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20814         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20815         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20816         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20817         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20818
20819 2013-10-04  Alan Modra  <amodra@gmail.com>
20820
20821         * stdio-common/printf_size.c (__printf_size): Don't use
20822         union ieee854_long_double in fpnum union.
20823         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20824         signbit macro to retrieve sign from long double.
20825         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20826         retrieve sign from long double.
20827         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20828         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20829         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20830         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20831         * math/test-misc.c (main): Don't use union ieee854_long_double.
20832
20833 2013-10-04  Alan Modra  <amodra@gmail.com>
20834
20835         [BZ #15680]
20836         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20837         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20838         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20839         calculation.  Remove unnecessary test for denormal exponent.
20840         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20841         Correct handling of denormals.  Avoid undefined shift behaviour.
20842         Correct normalisation of low mantissa when low double is denormal.
20843         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20844         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20845         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20846         Correct normalisation of low mantissa.  Test for overflow of high
20847         mantissa and normalise.
20848         (ldbl_nearbyint): Use more readable constant for two52.
20849         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20850         (__mpn_construct_long_double): Fix test for overflow of high
20851         mantissa and correct normalisation.  Avoid undefined shift.
20852
20853 2013-10-04  Alan Modra  <amodra@gmail.com>
20854
20855         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20856         (union ibm_extended_long_double): Define as an array of ieee754_double.
20857         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20858         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20859         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20860         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20861         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20862         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20863         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20864         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20865         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20866         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20867         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20868
20869 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20870
20871         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20872         page size instead of calling getpagesize.
20873
20874         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20875         (LOCFILE_ALIGN_MASK): Likewise.
20876         (LOCFILE_ALIGN_UP): Likewise.
20877         (LOCFILE_ALIGNED_P): Likewise.
20878         * locale/programs/ld-collate.c (collate_output): Use the new
20879         macros instead of __alignof__ (int32_t).
20880         * locale/weight.h (findidx): Likewise.
20881
20882 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20883
20884         [BZ #431]
20885         * manual/string.texi: Fix strncat and wcsncat.
20886
20887 2013-10-03  Brooks Moses  <bmoses@google.com>
20888
20889         [BZ #15915]
20890         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20891         * Makerules: ...here, and adjust associated comments.
20892
20893 2013-10-02  Will Newton  <will.newton@linaro.org>
20894
20895         * malloc/Makefile: Add tst-pvalloc.
20896         * malloc/tst-pvalloc.c: New file.
20897
20898 2013-10-02  Will Newton  <will.newton@linaro.org>
20899
20900         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20901         improve test coverage.
20902
20903 2013-10-02  Will Newton  <will.newton@linaro.org>
20904
20905         * malloc/Makefile: Add tst-posix_memalign.
20906         * malloc/tst-posix_memalign.c: New file.
20907
20908 2013-10-01  Eric Blake  <eblake@redhat.com>
20909
20910         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20911         Use __THROWNL rather than __THROW on static functions.
20912
20913 2013-09-30  Petr Machata  <pmachata@redhat.com>
20914
20915         * elf/elf.h (R_AARCH64_ABS16): New macro.
20916         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20917         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20918         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20919         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20920         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20921         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20922         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20923         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20924         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20925         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20926         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20927         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20928         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20929         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20930         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20931         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20932         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20933         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20934         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20935         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20936         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20937         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20938         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20939         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20940         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20941         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20942         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20943         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20944         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20945         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20946         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20947         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20948         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20949         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20950         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20951         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20952         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20953         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20954         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20955         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20956         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20957         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20958         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20959         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20960         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20961         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20962         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20963         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20964         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20965         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20966         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20967         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20968         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20969         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20970         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20971         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20972         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20973         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20974         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20975         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20976         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20977         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20978         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20979         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20980         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20981         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20982         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20983         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20984         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20985         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20986         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20987         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20988         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20989         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20990         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20991         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20992         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20993         (R_AARCH64_TLSDESC_LDR): Likewise.
20994         (R_AARCH64_TLSDESC_ADD): Likewise.
20995         (R_AARCH64_TLSDESC_CALL): Likewise.
20996
20997 2013-09-30  Andreas Schwab  <schwab@suse.de>
20998
20999         [BZ #15048]
21000         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21001         the nss database lookup.
21002         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21003         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21004
21005 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21006
21007         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21008
21009 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21010
21011         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21012         ${Bash-specific parameter/pattern/string} parameter expansion.
21013         * sysdeps/unix/make-syscalls.sh: Likewise.
21014
21015 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21016
21017         * sysdeps/sh/stackguard-macros.h: New file.
21018
21019 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21020
21021         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21022         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21023         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21024         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21025         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21026         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21027
21028 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21029
21030         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21031         Fix thread ID register.
21032
21033 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21034
21035         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21036         [POSIX || UNIX98]: Require rather than permitting all symbols from
21037         <time.h>.
21038         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21039         element of struct sched_param.
21040         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21041         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21042         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21043         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21044         constant.
21045
21046 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21047
21048         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21049         argument calculation.
21050
21051 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21052
21053         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21054         Expect macro.
21055         [POSIX] (pthread_attr_t): Do not require type.
21056         [POSIX] (pthread_cond_t): Likewise.
21057         [POSIX] (pthread_condattr_t): Likewise.
21058         [POSIX] (pthread_key_t): Likewise.
21059         [POSIX] (pthread_mutex_t): Likewise.
21060         [POSIX] (pthread_mutexattr_t): Likewise.
21061         [POSIX] (pthread_once_t): Likewise.
21062         [POSIX] (pthread_t): Likewise.
21063         [POSIX-based standards] (pthread_atfork): Expect function.
21064
21065 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21066             Richard Sandiford  <richard@codesourcery.com>
21067
21068         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21069         (swap_endianness_p): New extern variable.
21070         (set_big_endian): New inline function.
21071         (maybe_swap_uint32): Likewise.
21072         (maybe_swap_uint32_array): Likewise.
21073         (maybe_swap_uint32_obstack): Likewise.
21074         * locale/programs/locfile.c: Include <stdbool.h>.
21075         (swap_endianness_p): New variable.
21076         (add_locale_uint32): Call maybe_swap_uint32.
21077         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21078         (write_locale_data): Call maybe_swap_uint32_array.
21079         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21080         maybe_swap_uint32.
21081         (obstack_int32_grow_fast): Likewise.
21082         (output_weightwc): Call maybe_swap_uint32_obstack.
21083         (collate_output): Likewise.
21084         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21085         (OPT_LITTLE_ENDIAN): Likewise.
21086         (options): Add --little-endian and --big-endian options.
21087         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21088         * locale/programs/locarchive.c: Include "locfile.h".
21089         (GET): New macro.
21090         (SET): Likewise.
21091         (INC): Likewise.
21092         (create_archive): Use the new macros to access fields of
21093         structures directly mapped from or written to locale archives.
21094         (oldlocrecentcmp): Likewise.
21095         (enlarge_archive): Likewise.
21096         (insert_name): Likewise.
21097         (add_alias): Likewise.
21098         (add_locale): Likewise.
21099         (delete_locales_from_archive): Likewise.
21100         (show_archive_content): Likewise.
21101         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21102         locale data.
21103
21104 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21105
21106         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21107         http://www.gnu.org/doc/freemanuals.texi.
21108         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21109
21110 2013-09-24  Will Newton  <will.newton@linaro.org>
21111
21112         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21113         macro.
21114
21115 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21116
21117         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21118         unsigned char.
21119
21120 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21121
21122         * manual/threads.texi (POSIX Threads): Fix a typo.
21123
21124 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21125
21126         [BZ #14547]
21127         * string/tst-strcoll-overflow.c: New test case.
21128         * string/Makefile (xtests): Add tst-strcoll-overflow.
21129         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21130         cache if string sizes may cause integer overflow.
21131
21132         [BZ #14547]
21133         * string/strcoll_l.c (coll_seq): New members rule, idx,
21134         save_idx and back_us.
21135         (get_next_seq_nocache): New function.
21136         (do_compare_nocache): New function.
21137         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21138         when malloc fails.
21139
21140 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21141
21142         [BZ #15754]
21143         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21144         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21145         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21146
21147         [BZ #15754]
21148         * elf/Makefile (tests): Add tst-ptrguard1.
21149         (tests-static): Add tst-ptrguard1-static.
21150         (tst-ptrguard1-ARGS): Define.
21151         (tst-ptrguard1-static-ARGS): Define.
21152         * elf/tst-ptrguard1.c: New file.
21153         * elf/tst-ptrguard1-static.c: New file.
21154         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21155         * sysdeps/i386/stackguard-macros.h: Likewise.
21156         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21157         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21158         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21159         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21160         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21161         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21162
21163 2013-09-23  Hector Marco  <hecmargi@upv.es>
21164             Ismael Ripoll  <iripoll@disca.upv.es>
21165             Carlos O'Donell  <carlos@redhat.com>
21166
21167         [BZ #15754]
21168         * sysdeps/generic/stackguard-macros.h: Define
21169         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21170         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21171         Define __pointer_chk_guard_local.
21172         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21173         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21174
21175 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21176
21177         [BZ #15859]
21178         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21179
21180 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21181
21182         * include/string.h (__ffs): Declare as hidden.
21183         * string/ffs.c (__ffs): Define as hidden.
21184         * sysdeps/i386/ffs.c (__ffs): Likewise.
21185         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21186         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21187         * sysdeps/s390/ffs.c (__ffs): Likewise.
21188         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21189
21190 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21191
21192         * NEWS: Mention malloc probes.
21193
21194         * malloc/arena.c (new_heap): New memory_heap_new probe.
21195         (grow_heap): New memory_heap_more probe.
21196         (shrink_heap): New memory_heap_less probe.
21197         (heap_trim): New memory_heap_free probe.
21198         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21199         (systrim): New memory_sbrk_less probe.
21200         * manual/probes.texi: Document them.
21201
21202         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21203         * manual/probes.texi: Document it.
21204
21205         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21206         (__libc_realloc): Add memory_realloc_retry probe.
21207         (__libc_memalign): Add memory_memalign_retry probe.
21208         (__libc_valloc): Add memory_valloc_retry probe.
21209         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21210         (__libc_calloc): Add memory_calloc_retry probe.
21211         * manual/probes.texi: Document them.
21212
21213         * malloc/arena.c (get_free_list): Add probe
21214         memory_arena_reuse_free_list.
21215         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21216         and memory_arena_reuse.
21217         (arena_get2) [!PER_THREAD]: Likewise.
21218         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21219         memory_arena_reuse_realloc.
21220         * manual/probes.texi: Document them.
21221
21222         * malloc/malloc.c (__libc_free): Add
21223         memory_mallopt_free_dyn_thresholds probe.
21224         (__libc_mallopt): Add multiple memory_mallopt probes.
21225         * manual/probes.texi: Document them.
21226
21227         * malloc/malloc.c: Include stap-probe.h.
21228         (__libc_mallopt): Add memory_mallopt probe.
21229         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21230         * manual/probes.texi: New.
21231         * manual/Makefile (chapters): Add probes.
21232         * manual/threads.texi: Set next node.
21233
21234 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21235
21236         [BZ #15963, #13985]
21237         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21238         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21239         Add `Chinese' to `nan' entry name.
21240
21241 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21242
21243         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21244         (POLYNOMIAL): Likewise.
21245         (TAYLOR_SINCOS): Likewise.
21246         (TAYLOR_SLOW): Likewise.
21247         (__sin): Use TAYLOR_SINCOS.
21248         (__cos): Likewise.
21249         (slow): Use TAYLOR_SLOW.
21250         (sloww): Likewise.
21251         (bsloww): Likewise.
21252         (csloww): Likewise.
21253
21254 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21255
21256         * stdlib/strtod_l.c: Fix buffer overrun.
21257
21258 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21259
21260         * benchtests/Makefile (bench): Add sincos.
21261         * benchtests/bench-sincos.c: New file.
21262
21263         * math/libm-test.inc (cos_test_data): New test inputs.
21264         (sin_test_data): Likewise.
21265
21266         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21267         macro.
21268         (__sin): Use it.
21269         (__cos): Likewise.
21270         (slow1): Likewise.
21271         (slow2): Likewise.
21272         (sloww1): Likewise.
21273         (sloww2): Likewise.
21274         (bsloww1): Likewise.
21275         (bsloww2): Likewise.
21276         (cslow2): Likewise.
21277         (csloww1): Likewise.
21278         (csloww2): Likewise.
21279
21280         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21281         function.
21282         (__sin): Use it.
21283         (__cos): Likewise.
21284
21285         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21286         gotos.
21287         (__cos): Likewise.
21288
21289 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21290
21291         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21292         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21293         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21294         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21295         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21296         * elf/cache.c (print_entry): Handle the new cache flags.
21297
21298 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21299             Aldy Hernandez  <aldyh@redhat.com>
21300
21301         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21302         Change condition to [_SOFT_FLOAT].
21303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21310         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21312         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21313         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21314         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21315         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21316         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21317         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21318         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21319         declaration.
21320
21321 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21322
21323         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21324         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21325         (__longjmp): Use LOAD_GP to load saved GPRs.
21326         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21327         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21328         (__sigsetjmp): Use SAVE_GP to save GPRs.
21329
21330         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21331         Do not append -msoft-float.
21332         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21333
21334 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21335
21336         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21337
21338 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21339
21340         [BZ #15966]
21341         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21342         (_FPU_GETCW): Use initial "__" on variable and field names but not
21343         on macro parameter name.
21344         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21345         parentheses around reference to macro parameter.
21346
21347 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21348
21349         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21350         prototype.
21351         (ctype_startup): Use uint32_t in cast and sizeof for
21352         ctype->charnames.
21353
21354 2013-09-11  Jia Liu  <proljc@gmail.com>
21355
21356         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21357         __daddr_t_defined.
21358         [__FreeBSD__]: Likewise.
21359
21360 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21361
21362         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21363         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21364         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21365         (strchr): Remove __strchr_sse42 ifunc selection.
21366         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21367         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21368
21369 2013-09-11  Will Newton  <will.newton@linaro.org>
21370
21371         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21372         parameter to RES. Remove hardcoded 1000 value.
21373         * benchtests/bench-skeleton.c (main): Pass RES parameter
21374         to TIMING_INIT and multiply result by 1000.
21375
21376 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21377
21378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21379
21380 2013-09-11  Andreas Schwab  <schwab@suse.de>
21381
21382         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21383         if not defined.
21384         (O_TMPFILE) [__USE_GNU]: Define.
21385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21386         Define.
21387
21388 2013-09-11  Will Newton  <will.newton@linaro.org>
21389
21390         [BZ #15857]
21391         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21392         does not overflow.
21393
21394 2013-09-11  Will Newton  <will.newton@linaro.org>
21395
21396         [BZ #15856]
21397         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21398         does not overflow.
21399
21400 2013-09-11  Will Newton  <will.newton@linaro.org>
21401
21402         [BZ #15855]
21403         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21404         does not overflow.
21405
21406 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21407
21408         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21409         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21410         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21411         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21412         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21413
21414 2013-09-10  Allan McRae  <allan@archlinux.org>
21415
21416         [BZ #15748]
21417         * manual/arith.texi (Parsing of Floats): Clarify
21418         cross-reference.
21419
21420         [BZ #15849]
21421         * manual/install.texi (Running make install): Mention
21422         --enable-pt-chown.
21423         * INSTALL: Regenerated.
21424
21425 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21426
21427         * csu/init-first.c (_init): Remove the !SHARED condition around
21428         FPU control word initialization.
21429         * elf/dl-support.c (_dl_fpu_control): New variable.
21430         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21431         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21432         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21433         * math/test-fpucw-static.c: New file.
21434         * math/test-fpucw-ieee.c: New file.
21435         * math/test-fpucw-ieee-static.c: New file.
21436         * math/Makefile (tests): Add `test-fpucw-ieee' and
21437         `$(tests-static)'.
21438         (tests-static): New variable.
21439         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21440         dependency to...
21441         [($(build-shared),yes)]
21442         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21443         ... this.
21444         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21445         New dependency.
21446
21447 2013-09-09  Allan McRae  <allan@archlinux.org>
21448
21449         [BZ #15939]
21450         * manual/string.texi (Collation Functions): Fix typo in
21451         strcoll example.
21452         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21453
21454         [BZ #15893]
21455         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21456
21457         [BZ #15892]
21458         * libio/memstream.c (open_memstream): Fix memory leak.
21459         * libio/wmemstream.c (open_wmemstream): Likewise.
21460
21461         [BZ #15895]
21462         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21463
21464 2013-09-09  Will Newton  <will.newton@linaro.org>
21465
21466         * malloc/Makefile: Add tst-realloc to tests.
21467         * malloc/tst-realloc.c: New file.
21468
21469 2013-09-09  Allan McRae  <allan@archlinux.org>
21470
21471         [BZ #15844]
21472         * COPYING: Update from GNU website to fix FSF address.
21473         * COPYING.LIB: Likewise.
21474
21475 2013-09-06  David S. Miller  <davem@davemloft.net>
21476
21477         * po/zh_TW.po: Update Chinese (traditional) translation from
21478         translation project.
21479
21480 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21481             Joseph Myers  <joseph@codesourcery.com>
21482
21483         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21484         "localeinfo.h".
21485         (obstack_chunk_alloc): New macro.
21486         (obstack_chunk_free): Likewise.
21487         (record_offset): New function.
21488         (init_locale_data): Likewise.
21489         (align_locale_data): Likewise.
21490         (add_locale_empty): Likewise.
21491         (add_locale_raw_data): Likewise.
21492         (add_locale_raw_obstack): Likewise.
21493         (add_locale_string): Likewise.
21494         (add_locale_wstring): Likewise.
21495         (add_locale_uint32): Likewise.
21496         (add_locale_uint32_array): Likewise.
21497         (add_locale_char): Likewise.
21498         (start_locale_structure): Likewise.
21499         (end_locale_structure): Likewise.
21500         (start_locale_prelude): Likewise.
21501         (end_locale_prelude): Likewise.
21502         (write_locale_data): Take locale_file structure rather than an
21503         iovec.
21504         * locale/programs/locfile.h: Include "obstack.h".
21505         (struct locale_file): Change to store locale file contents instead
21506         of header.
21507         (init_locale_data): New prototype.
21508         (align_locale_data): Likewise.
21509         (add_locale_empty): Likewise.
21510         (add_locale_raw_data): Likewise.
21511         (add_locale_raw_obstack): Likewise.
21512         (add_locale_string): Likewise.
21513         (add_locale_wstring): Likewise.
21514         (add_locale_uint32): Likewise.
21515         (add_locale_uint32_array): Likewise.
21516         (add_locale_char): Likewise.
21517         (start_locale_structure): Likewise.
21518         (end_locale_structure): Likewise.
21519         (start_locale_prelude): Likewise.
21520         (end_locale_prelude): Likewise.
21521         (write_locale_data): Update prototype.
21522         * locale/programs/3level.h (struct TABLE): Remove result field.
21523         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21524         Use new locale_file interface.
21525         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21526         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21527         * locale/programs/ld-address.c (address_output): Use new
21528         locale_file interface.
21529         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21530         NO_ADD_LOCALE.
21531         (collate_finish): Don't call collseq_table_finalize.
21532         (collate_output): Use new locale_file interface.
21533         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21534         in file.
21535         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21536         (TABLE): Move defines earlier in file.
21537         (ELEMENT): Likewise.
21538         (DEFAULT): Likewise.
21539         (wctrans_table_add): Move macro and inline function earlier in
21540         file.
21541         (struct wctype_table): Move type earlier in file.
21542         (add_locale_wctype_table): New static prototype.
21543         (struct locale_ctype_t): Use logical types instead of struct iovec
21544         pointers for members.
21545         (ctype_output): Use new locale_file interface.
21546         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21547         new locale_file interface.
21548         (allocate_arrays): Update for use of new locale_file interface.
21549         * locale/programs/ld-identification.c (identification_output): Use
21550         new locale_file interface.
21551         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21552         * locale/programs/ld-messages.c (messages_output): Likewise.
21553         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21554         * locale/programs/ld-name.c (name_output): Likewise.
21555         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21556         * locale/programs/ld-paper.c (paper_output): Likewise.
21557         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21558         * locale/programs/ld-time.c (time_output): Likewise.
21559
21560 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21561
21562         * benchtests/Makefile: Add memrchr benchmark.
21563         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21564         benchmark as memrchr.
21565         * benchtests/bench-memrchr-ifunc.c: New file.
21566         * benchtests/bench-memrchr.c: New file.
21567
21568 2013-09-06   Will Newton  <will.newton@linaro.org>
21569
21570         * benchtests/Makefile (string-bench): Add memcpy.
21571
21572 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21573             Cong Wang  <amwang@redhat.com>
21574
21575         [BZ #15850]
21576         * sysdeps/unix/sysv/linux/bits/in.h
21577         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21578         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21579         before __USE_KERNEL_IPV6_DEFS uses.
21580         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21581         IPPROTO_BEETPH.
21582         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21583         sockaddr_in6, or ipv6_mreq.
21584
21585 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21586
21587         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21588         memory access for final bytes in some large inputs.
21589         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21590
21591 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21592
21593         * string/test-memrchr.c: New file.
21594         * string/test-memrchr-ifunc.c: New file.
21595         * string/Makefile: Add new memrchr testcase.
21596
21597 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21598
21599         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21600         fanotify_init returns EPERM.
21601
21602 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21603
21604         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21605         errors.
21606         (top level): Treat second token from macro or constant entries for
21607         allowed headers as allowed.
21608         * include/complex.h: Condition internal declarations on
21609         [!_ISOMAC].
21610         * include/fenv.h: Condition include of <stdbool.h> and internal
21611         declarations on [!_ISOMAC].
21612
21613 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21614
21615         [BZ #15923]
21616         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21617
21618 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21619
21620         * configure.in (--enable-versioning): Remove configure option.
21621         (libc_cv_asm_symver_directive): Remove configure test.
21622         (libc_cv_ld_version_script_option): Likewise.
21623         (VERSIONING): Remove variable and AC_SUBST.
21624         (DO_VERSIONING): Remove AC_DEFINE.
21625         * configure: Regenerated.
21626         * config.h.in (DO_VERSIONING): Remove macro.
21627         * Makerules [$(versioning) = yes]: Change conditionals to
21628         [$(build-shared) = yes].
21629         * config.make.in (versioning): Remove variable.
21630         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21631         [$(build-shared) = yes].
21632         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21633         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21634         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21635         [$(build-shared) = yes].
21636         * extra-lib.mk [$(versioning) = yes]: Likewise.
21637         * hurd/Makefile [$(versioning) = yes]: Likewise.
21638         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21639         [SHARED].
21640         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21641         [SHARED].
21642         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21643         [SHARED && !NO_HIDDEN].
21644         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21645         [SHARED].
21646         [SHARED && DO_VERSIONING]: Likewise..
21647         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21648         [$(build-shared) = yes].
21649         * manual/install.texi (--disable-versioning): Remove
21650         documentation.
21651         * INSTALL: Regenerated.
21652         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21653         to [SHARED].
21654         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21655         [$(build-shared) = yes].
21656         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21657         * sysdeps/i386/i686/multiarch/strstr-c.c
21658         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21659         [SHARED && !NO_HIDDEN].
21660         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21661         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21662         * sysdeps/powerpc/powerpc32/dl-machine.c
21663         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21664         * sysdeps/powerpc/powerpc32/sysdep.h
21665         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21666         to [SHARED && PIC && !NO_HIDDEN].
21667         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21668         conditional to [SHARED].
21669
21670 2013-09-04   Will Newton  <will.newton@linaro.org>
21671
21672         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21673         * benchtests/bench-string.h: Include bench-timing.h instead
21674         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21675         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21676         call to HP_TIMING_DIFF_INIT.
21677         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21678         instead of hp-timing.h macros.
21679         * benchtests/bench-memchr.c: Likewise.
21680         * benchtests/bench-memcmp.c: Likewise.
21681         * benchtests/bench-memcpy.c: Likewise.
21682         * benchtests/bench-memmem.c: Likewise.
21683         * benchtests/bench-memmove.c: Likewise.
21684         * benchtests/bench-memset.c: Likewise.
21685         * benchtests/bench-rawmemchr.c: Likewise.
21686         * benchtests/bench-strcasecmp.c: Likewise.
21687         * benchtests/bench-strcasestr.c: Likewise.
21688         * benchtests/bench-strcat.c: Likewise.
21689         * benchtests/bench-strchr.c: Likewise.
21690         * benchtests/bench-strcmp.c: Likewise.
21691         * benchtests/bench-strcpy.c: Likewise.
21692         * benchtests/bench-strcpy_chk.c: Likewise.
21693         * benchtests/bench-strlen.c: Likewise.
21694         * benchtests/bench-strncasecmp.c: Likewise.
21695         * benchtests/bench-strncat.c: Likewise.
21696         * benchtests/bench-strncmp.c: Likewise.
21697         * benchtests/bench-strncpy.c: Likewise.
21698         * benchtests/bench-strnlen.c: Likewise.
21699         * benchtests/bench-strpbrk.c: Likewise.
21700         * benchtests/bench-strrchr.c: Likewise.
21701         * benchtests/bench-strspn.c: Likewise.
21702         * benchtests/bench-strstr.c: Likewise.
21703
21704 2013-09-04  Will Newton  <will.newton@linaro.org>
21705
21706         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21707
21708 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21709
21710         [BZ #15427]
21711         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21712         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21713         * math/libm-test.inc (lgamma_test_data): Add more tests.
21714         * sysdeps/i386/fpu/libm-test-ulps: Update.
21715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21716
21717 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21718
21719         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21720         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21721         Add ifunc.
21722         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21723         Add strcmp-sse2-unaligned
21724         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21725
21726 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21727
21728         * Versions.def (libc): Add GLIBC_2.19.
21729
21730 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21731
21732         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21733         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21734
21735 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21736
21737         [BZ #14155]
21738         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21739         intermediate calculations in recurrence.
21740         (__ieee754_ynf): Likewise.
21741         * math/libm-test.inc (jn_test_data): Do not allow spurious
21742         underflow exception.  Add more tests.
21743         (yn_test_data): Add more tests.
21744         * sysdeps/i386/fpu/libm-test-ulps: Update.
21745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21746
21747 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21748
21749         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21750
21751 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21752
21753         * csu/init-first.c: Fix then/than typos.
21754         * locale/programs/ld-collate.c: Likewise.
21755         * locale/programs/linereader.h: Likewise.
21756         * manual/charset.texi: Likewise.
21757         * manual/filesys.texi: Likewise.
21758         * manual/stdio.texi: Likewise.
21759         * manual/string.texi: Likewise.
21760         * stdlib/fmtmsg.c: Likewise.
21761         * sysdeps/i386/stpncpy.S: Likewise.
21762         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21763         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21764         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21765         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21766
21767 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21768
21769         * elf/dl-open.c: Fix typos.
21770         * iconvdata/gbbig5.c: Likewise.
21771         * iconvdata/iso-2022-jp.c: Likewise.
21772         * iconv/gconv_int.h: Likewise.
21773         * iconv/loop.c: Likewise.
21774         * nis/rpcsvc/nis.h: Likewise.
21775         * resolv/ns_name.c: Likewise.
21776         * stdio-common/vfscanf.c: Likewise.
21777         * streams/stropts.h: Likewise.
21778         * sunrpc/rpc_thread.c: Likewise.
21779         * sysdeps/i386/strpbrk.S: Likewise.
21780         * sysdeps/ieee754/k_standard.c: Likewise.
21781         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21782         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21783         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21784         * sysdeps/mach/hurd/profil.c: Likewise.
21785         * sysdeps/s390/dl-procinfo.h: Likewise.
21786         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21787         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21788         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21789         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21790         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21791
21792 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21793
21794         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21795         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21796
21797 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21798
21799         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21800         aix specific files.
21801         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21802         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21803         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21804         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21805         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21806         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21807         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21808         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21809
21810 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21811             Roland McGrath  <roland@hack.frob.com>
21812
21813         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21814         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21815
21816 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21817
21818         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21819         __executable_start symbol instead of _start.
21820
21821 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21822
21823         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21824         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21825         Move macros to...
21826         * sysdeps/gnu/ldsodefs.h: ... this new file.
21827
21828         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21829         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21830         instead of ELFOSABI_LINUX.
21831
21832         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21833         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21834         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21835         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21836         Likewise.
21837         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21838         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21839         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21840         Likewise.
21841         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21842         (ibm_extended_long_double): Add ieee_nan member.
21843         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21844         (do_test): New function.
21845
21846         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21847         TEST_TRUNC.
21848         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21849         functions, renamed from truncdfsf_test, trunctfsf_test,
21850         trunctfdf_test.
21851         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21852         functions.
21853         (do_test): Run all these.
21854
21855 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21856
21857         * argp/argp-help.c: Fix typos.
21858         * argp/argp-parse.c: Likewise.
21859         * debug/backtracesyms.c: Likewise.
21860         * elf/elf.h: Likewise.
21861         * malloc/malloc.c: Likewise.
21862         * nis/nis_print.c: Likewise.
21863         * resolv/res_comp.c: Likewise.
21864         * stdlib/stdlib.h: Likewise.
21865         * sunrpc/clnt_tcp.c: Likewise.
21866         * sunrpc/clnt_udp.c: Likewise.
21867         * sunrpc/clnt_unix.c: Likewise.
21868         * sysdeps/unix/bsd/ptsname.c: Likewise.
21869         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21870         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21872         Likewise.
21873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21874         Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21876         Likewise.
21877         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21878
21879 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21880
21881         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21882         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21883
21884 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21885
21886         [BZ #15897]
21887         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21888         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21889         ($(objpfx)bug-dl-leaf): New rule.
21890         ($(objpfx)bug-dl-leaf.so): Likewise.
21891         ($(objpfx)bug-dl-leaf.out): Likewise.
21892         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21893         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21894         * dlfcn/bug-dl-leaf.c: New test.
21895         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21896         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21897         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21898         (dlclose): Likewise.
21899         (dlmopen): Likewise.
21900
21901 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21902
21903         * include/netdb.h [!_ISOMAC]:
21904         Don't include <tls.h>.
21905         (h_errno, __libc_h_errno): Move declaration and macros out of
21906         [_LIBC_REENTRANT].
21907
21908         * include/resolv.h [_RESOLV_H_]:
21909         Don't include <tls.h>.
21910         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21911         * resolv/res_libc.c: Don't include <tls.h>.
21912         (_res): Use __attribute__ ((nocommon)) in place of
21913         __attribute__ ((section (".bss"))).
21914
21915         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21916         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21917
21918         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21919
21920         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21921         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21922
21923         * resolv/res_mkquery.c: Include <sys/time.h>.
21924
21925         * inet/ifreq.c: Moved to ...
21926         * sysdeps/unix/ifreq.c: ... here.
21927         * inet/ifreq.c: New file, true stub version.
21928
21929         * socket/sa_len.c: New file.
21930         * socket/Makefile (aux): Add it.
21931         * sysdeps/unix/sysv/linux/Makefile
21932         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21933         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21934         and #include <socket/sa_len.c>.
21935         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21936         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21937
21938         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21939         * bits/socket.h: ... here.
21940
21941         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21942         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21943         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21944
21945 2013-08-27  Andreas Schwab  <schwab@suse.de>
21946
21947         [BZ #15736]
21948         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21949         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21950         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21951         * string/test-strcasecmp.c (test_main): Run tests in several
21952         locales.
21953         * string/test-strncasecmp.c (test_main): Likewise.
21954
21955         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21956         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21957         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21958         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21959         (__strncasecmp_ssse3) [PIC]: Likewise.
21960
21961 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21962
21963         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21964
21965         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21966         instead of explicitly declaring xdecrypt.
21967         * nis/nss_nis/nis-publickey.c: Likewise.
21968
21969 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21970
21971         [BZ #15890]
21972         * nscd/aicache.c: Include res_hconf.h.
21973         (addhstaiX): Initialize res_hconf.
21974
21975 2013-08-26  Andreas Schwab  <schwab@suse.de>
21976
21977         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21978         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21979
21980 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21981
21982         * nscd/aicache.c (addhstaiX): Fix indentation.
21983
21984 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21985
21986         * configure.ac: Quote $build_pt_chown test.
21987         * configure: Regenerated.
21988
21989 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21990
21991         [BZ #15532]
21992         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21993         * math/s_cexpf.c (__cexpf): Likewise.
21994         * math/s_cexpl.c (__cexpl): Likewise.
21995         * math/libm-test.inc (cexp_test_data): Correct expected return
21996         value for NaN + i0.  Add another test.
21997
21998 2013-08-22  David S. Miller  <davem@davemloft.net>
21999
22000         * po/ca.po: Update Catalan translation from translation project.
22001         * po/uk.po: Add Ukrainian translations from translation project.
22002
22003 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22004
22005         [BZ #15797]
22006         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22007         is infinite, not alongside NaN test.
22008         * math/s_fdimf.c (__fdimf): Likewise.
22009         * math/s_fdiml.c (__fdiml): Likewise.
22010         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22011         errno is unchanged.
22012
22013 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22014
22015         * argp/argp-help.c: Fix typos.
22016         * crypt/speeds.c: Likewise.
22017         * csu/check_fds.c: Likewise.
22018         * elf/dl-load.c: Likewise.
22019         * elf/dl-open.c: Likewise.
22020         * elf/reldep3.c: Likewise.
22021         * elf/reldep.c: Likewise.
22022         * elf/sprof.c: Likewise.
22023         * iconv/iconv_charmap.c: Likewise.
22024         * iconv/skeleton.c: Likewise.
22025         * iconv/strtab.c: Likewise.
22026         * io/lockf64.c: Likewise.
22027         * libio/libioP.h: Likewise.
22028         * resolv/gai_notify.c: Likewise.
22029         * resolv/ns_name.c: Likewise.
22030         * resolv/ns_samedomain.c: Likewise.
22031         * resolv/res_send.c: Likewise.
22032         * stdlib/random.c: Likewise.
22033         * sunrpc/rpc/xdr.h: Likewise.
22034         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22035         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22036         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22037         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22038         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22039         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22040         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22041         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22042         * sysdeps/mach/hurd/check_fds.c: Likewise.
22043         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22044         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22045         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22046         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22047         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22048         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22049         * sysdeps/pthread/aio_notify.c: Likewise.
22050         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22051         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22052         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22053         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22054         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22055
22056 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22057
22058         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22059         version if bit_Slow_SSE4_2 is set.
22060         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22061         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22062
22063 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22064
22065         [BZ #15867]
22066         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22067         trampoline stack frame information.
22068         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22069         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22070         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22071         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22072         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22073         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22074         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22075         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22076         sa_flags value.
22077         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22078         interrupting a syscall and set with option SA_SIGINFO.
22079
22080 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22081
22082         [BZ #15531]
22083         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22084         argument is infinite.
22085         * math/s_cprojf.c (__cprojf): Likewise.
22086         * math/s_cprojl.c (__cprojl): Likewise.
22087         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22088         * math/libm-test.inc (cproj_test_data): Add more tests.
22089
22090         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22091
22092         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22093         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22094         size.  Use __ffs to determine corresponding shift.
22095
22096 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22097             Roland McGrath  <roland@hack.frob.com>
22098
22099         * Makefile (INSTALL): Remove trailing blank lines from output of
22100         makeinfo.
22101
22102 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22103
22104         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22105         Align 32 bit compat elf_greg to 8 bytes.
22106
22107 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22108
22109         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22110
22111 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22112
22113         * string/strcoll_l.c (coll_seq): New structure.
22114         (get_next_seq_cached): New function.
22115         (get_next_seq): New function.
22116         (do_compare): New function.
22117         (STRCOLL): Use GNU style definition.  Simplify implementation
22118         by using get_next_seq, get_next_seq_cached and do_compare.
22119
22120 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22121
22122         [BZ #14699]
22123         CVE-2013-4237
22124         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22125         member.
22126         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22127         member.
22128         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22129         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22130         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22131         conditional.
22132         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22133         GETDENTS_64BIT_ALIGNED.
22134         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22135         * manual/filesys.texi (Reading/Closing Directory): Document
22136         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22137         strongly.
22138         * manual/conf.texi (Limits for Files): Add portability note to
22139         NAME_MAX, PATH_MAX.
22140         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22141
22142 2013-08-13  Andreas Schwab  <schwab@suse.de>
22143
22144         [BZ #15749]
22145         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22146         of fabs.
22147         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22148         LDBL_MAX_EXP >= 16384]: Add tests for it.
22149
22150 2013-08-12  David S. Miller  <davem@davemloft.net>
22151
22152         * version.h (RELEASE): Set to "development".
22153         (VERSION): Set to "2.18.90".
22154         * NEWS: Add 2.19 section.
22155
22156 2013-08-03  David S. Miller  <davem@davemloft.net>
22157
22158         * po/ko.po: Update Korean translation from translation project.
22159
22160 2013-08-01  David S. Miller  <davem@davemloft.net>
22161
22162         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22163         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22164         Bilka.
22165
22166 2013-07-30  David S. Miller  <davem@davemloft.net>
22167
22168         * po/fr.po: Update French translation from translation project.
22169
22170 2013-07-28  David S. Miller  <davem@davemloft.net>
22171
22172         * po/cs.po: Update Czech translation from translation project.
22173
22174         * po/sv.po: Update Swedish translation from translation project.
22175
22176 2013-07-27  David S. Miller  <davem@davemloft.net>
22177
22178         * po/eo.po: Update Esperanto translation from translation project.
22179
22180         * po/vi.po: Update Vietnamese translation from translation project.
22181
22182         * po/de.po: Update German translation from translation project.
22183
22184 2013-07-26  David S. Miller  <davem@davemloft.net>
22185
22186         * po/bg.po: Update Bulgarian translation from translation project.
22187
22188         * po/nl.po: Update Dutch translation from translation project.
22189         * po/pl.po: Update Polish translation from translation project.
22190         * po/ru.po: Update Russian translation from translation project.
22191
22192 2013-07-24  David S. Miller  <davem@davemloft.net>
22193
22194         * po/libc.pot: Update.
22195
22196 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22197
22198         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22199         variable page size.
22200         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22201         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22202         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22203
22204 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22205
22206         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22207
22208 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22209             Andreas Schwab  <schwab@suse.de>
22210             Roland McGrath  <roland@hack.frob.com>
22211             Joseph Myers  <joseph@codesourcery.com>
22212             Carlos O'Donell  <carlos@redhat.com>
22213
22214         [BZ #15755]
22215         * config.h.in: Define HAVE_PT_CHOWN.
22216         * config.make.in (build-pt-chown): New variable.
22217         * configure.in (--enable-pt_chown): New configure option.
22218         * configure: Regenerate.
22219         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22220         build-pt-chown is enabled.
22221         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22222         pt_chown to fix pty ownership.
22223         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22224         CLOSE_ALL_FDS.
22225         * manual/install.texi (Configuring and compiling): Mention
22226         --enable-pt_chown. Add @findex for grantpt.
22227         * INSTALL: Regenerate.
22228
22229 2013-07-20  David S. Miller  <davem@davemloft.net>
22230
22231         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22232         difference between 32-bit and 64-bit.
22233
22234 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22235
22236         [BZ #15711]
22237         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22238         Avoid system header dependency with -ffreestanding.
22239         ($(objpfx)bits/syscall%d): Likewise.
22240
22241 2013-07-13  David S. Miller  <davem@davemloft.net>
22242
22243         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22244         underflows from atanl/atan2l due to bug 15319.
22245         (casinh_test_data): Likewise.
22246
22247 2013-07-07  David S. Miller  <davem@davemloft.net>
22248
22249         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22250
22251 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22252
22253         * sysdeps/i386/fpu/libm-test-ulps: Update.
22254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22255
22256 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22257
22258         * configure.in (--enable-lock-elision): Fix message text.
22259         * INSTALL: Regenerate.
22260         * configure: Regenerate.
22261
22262 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22263
22264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22265
22266 2013-07-03  Andreas Jaeger  <aj@suse.de>
22267
22268         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22269         define.
22270         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22271         (ptrace_peeksiginfo_args): Add.
22272         (__ptrace_peeksiginfo_flags): Add.
22273         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22274         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22275         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22276
22277 2013-07-03  Allan McRae  <allan@archlinux.org>
22278
22279         * sysdeps/i386/fpu/libm-test-ulps: Update.
22280
22281 2013-07-02  David S. Miller  <davem@davemloft.net>
22282
22283         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22284
22285 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22286
22287         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22288
22289 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22290
22291         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22293
22294 2013-07-02  Andi Kleen <ak@linux.intel.com>
22295
22296         * config.h.in (ENABLE_LOCK_ELISION): Add.
22297         * configure.in (--enable-lock-elision): Add option.
22298         * manual/install.texi: Document --enable lock elision.
22299         * configure: Regenerate
22300         * INSTALL: Regenerate.
22301
22302 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22303
22304         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22305         SSE4.2 strcasecmp for libc.a.
22306         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22307
22308 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22309
22310         [BZ #13304]
22311         * soft-fp/op-common.h (_FP_FMA): New macro.
22312         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22313         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22314         (_FP_MUL_MEAT_1_imm): ... here.
22315         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22316         (_FP_MUL_MEAT_1_wide): ... here.
22317         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22318         (_FP_MUL_MEAT_1_hard): ... here.
22319         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22320         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22321         (_FP_MUL_MEAT_2_wide): ... here.
22322         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22323         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22324         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22325         (_FP_MUL_MEAT_2_gmp): ... here.
22326         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22327         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22328         (_FP_MUL_MEAT_4_wide): ... here.
22329         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22330         (_FP_MUL_MEAT_4_gmp): ... here.
22331         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22332         (_FP_WFRACBITS_DW_S): Likewise.
22333         (_FP_WFRACXBITS_DW_S): Likewise.
22334         (_FP_HIGHBIT_DW_S): Likewise.
22335         (FP_FMA_S): Likewise.
22336         (_FP_FRAC_HIGH_DW_S): Likewise.
22337         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22338         (_FP_WFRACBITS_DW_D): Likewise.
22339         (_FP_WFRACXBITS_DW_D): Likewise.
22340         (_FP_HIGHBIT_DW_D): Likewise.
22341         (FP_FMA_D): Likewise.
22342         (_FP_FRAC_HIGH_DW_D): Likewise.
22343         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22344         (_FP_WFRACBITS_DW_E): Likewise.
22345         (_FP_WFRACXBITS_DW_E): Likewise.
22346         (_FP_HIGHBIT_DW_E): Likewise.
22347         (FP_FMA_E): Likewise.
22348         (_FP_FRAC_HIGH_DW_E): Likewise.
22349         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22350         (_FP_WFRACBITS_DW_Q): Likewise.
22351         (_FP_WFRACXBITS_DW_Q): Likewise.
22352         (_FP_HIGHBIT_DW_Q): Likewise.
22353         (FP_FMA_Q): Likewise.
22354         (_FP_FRAC_HIGH_DW_Q): Likewise.
22355         * soft-fp/fmasf4.c: New file.
22356         * soft-fp/fmadf4.c: Likewise.
22357         * soft-fp/fmatf4.c: Likewise.
22358
22359 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22360
22361         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22362         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22363         Silvermont.
22364         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22365         macro.
22366         (index_Slow_SSE4_2): Likewise.
22367         (index_Prefer_PMINUB_for_stringop): Likewise.
22368         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22369         bit_Slow_SSE4_2 is set.
22370         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22371         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22372
22373 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22374
22375         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22376         rtld_global._dl_hwcap2.
22377         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22378         POWER8.
22379         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22380         POWER8 feature descriptions defined in _dl_hwcap2.
22381         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22382         string handling for POWER8 feature bits.
22383         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22384         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22385         _dl_powerpc_cap_flags.
22386         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22387         * sysdeps/powerpc/rtld-global-offsets.sym
22388         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22389         _dl_hwcap2 in the rtld_global_ro structure.
22390
22391 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22392
22393         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22394         hardware capabilities in support of AT_HWCAP2.
22395         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22396         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22397         GLRO(dl_hwcap2).
22398         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22399         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22400         explicitly the unknown a_type display mechanism is used.
22401         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22402         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22403         struct member.
22404         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22405         to macro prototype for AT_HWCAP2 support.
22406         * sysdeps/i386/dl-procinfo.h: Likewise.
22407         * sysdeps/s390/dl-procinfo.h: Likewise.
22408         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22409         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22410         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22411         return -1 for unknown a_type display fallback.
22412         * sysdeps/sparc/dl-procinfo.h: Likewise.
22413         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22414         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22415
22416 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22417
22418         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22419         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22420
22421 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22422
22423         [BZ #12492]
22424         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22425         mprotect making __stack_prot writable.
22426
22427 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22428             Joseph Myers  <joseph@codesourcery.com>
22429
22430         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22431         as being properly aligned.
22432
22433 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22434
22435         * dlfcn/modstatic5.c: New file.
22436         * dlfcn/tststatic5.c: New file.
22437         * dlfcn/Makefile (tests): Add tststatic5.
22438         (tests-static): Likewise.
22439         (modules-names): Add modstatic5.
22440         (tststatic5-ENV): New variable.
22441         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22442
22443         [BZ #15022]
22444         * elf/dl-support.c (_dl_main_map): New variable.
22445         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22446         (_dl_nns, _dl_load_adds): Set to 1.
22447         (_dl_initial_searchlist): Refer to _dl_main_map.
22448         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22449         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22450         call to _dl_get_origin.
22451         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22452         around call_map.
22453         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22454         * dlfcn/modstatic3.c: New file.
22455         * dlfcn/tststatic3.c: New file.
22456         * dlfcn/tststatic4.c: New file.
22457         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22458         (tests-static): Likewise.
22459         (modules-names): Add modstatic3.
22460         (tststatic3-ENV, tststatic4-ENV): New variables.
22461         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22462         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22463
22464 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22465
22466         * configure.in (CC): Require GCC version 4.4 or later.
22467         * configure: Regenerated.
22468         * manual/install.texi (Tools for Compilation): Update GCC version
22469         requirement.
22470         * INSTALL: Regenerated.
22471
22472 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22473
22474         [BZ #15674]
22475         * string/test-memcmp.c (check2): New.
22476         (main): Call check2.
22477
22478         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22479
22480 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22481
22482         [BZ #15022]
22483         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22484         over to...
22485         (dl_open_worker) [!SHARED]: ... here.
22486
22487 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22488
22489         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22490
22491 2013-06-25  Richard Henderson  <rth@redhat.com>
22492
22493         * locale/programs/locarchive.c: Include <libc-internal.h>
22494
22495 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22496
22497         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22498         trailing whitespace removed.
22499
22500 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22501
22502         [BZ #10283]
22503         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22504         * locale/programs/locarchive.c: Include libc-mmap.h.
22505         (prepare_address_space): Take two new outputs (the mmap base and len).
22506         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22507         values.
22508         (create_archive): Declare new mmap base and len values for
22509         prepare_address_space, and store the result in ah.
22510         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22511         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22512         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22513         Declare new mmap base and len values for
22514         prepare_address_space, and store the result in new_ah.
22515         (open_archive): Declare new mmap base and len values for
22516         prepare_address_space, and store the result in ah.
22517         (close_archive): If ah->mmap_base is not NULL, use that and
22518         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22519         * sysdeps/generic/libc-mmap.h: New file.
22520
22521 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22522
22523         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22524         (ALIGN_UP): Likewise.
22525         (PTR_ALIGN_DOWN): Likewise.
22526         (PTR_ALIGN_UP): Likewise.
22527
22528 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22529
22530         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22531         entry mapped to PPC_PLATFORM_POWER8.
22532         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22533         POWER8.
22534         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22535         (_dl_string_platform): Add case for exporting platform position for
22536         POWER8.
22537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22538         search path to sysdeps/powerpc/powerpc32/power8 directory.
22539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22540         search path to sysdeps/powerpc/powerpc64/power8 directory.
22541         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22542         power7 directories.
22543         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22544         power7 directories.
22545
22546 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22547
22548         * INSTALL: Regenerate.
22549
22550         * nscd/connections.c (nscd_init): Fix comment.
22551
22552 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22553
22554         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22555
22556         [BZ #15667]
22557         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22558         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22559
22560 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22561
22562         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22563         DL_DST_REQ_STATIC.
22564         (DL_DST_REQ_STATIC): Remove macro.
22565
22566 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22567
22568         [BZ #7006]
22569         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22570         with a shift of 0 bits.
22571
22572 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22573
22574         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22575         $(tststatic-ENV).
22576
22577 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22578
22579         [BZ #15655]
22580         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22581
22582 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22583
22584         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22585         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22586         accepts -fno-tree-loop-distribute-patterns.
22587         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22588         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22589         recursive call.
22590         * string/memset.c (memset): Likewise.
22591         * string/test-memmove.c (simple_memmove): Disable loop transformation
22592         to library calls.
22593         * string/test-memset.c (simple_memset): Likewise.
22594         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22595         * benchtests/bench-memset.c (simple_memset): Likewise.
22596         * configure: Regenerated.
22597
22598 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22599
22600         * math/test-misc.c (main): Ignore fesetround failure when failures
22601         of subsequent rounding tests would be ignored.
22602
22603         [BZ #15654]
22604         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22605         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22606         * math/fegetenv.c (__fegetenv): Return 0.
22607         * math/fegetexcept.c (fegetexcept): Return 0.
22608         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22609         FE_TONEAREST.
22610         * math/feholdexcpt.c (feholdexcept): Return 0.
22611         * math/fesetenv.c (__fesetenv): Return 0.
22612         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22613         argument FE_TONEAREST.
22614         * math/feupdateenv.c (__feupdateenv): Return 0.
22615         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22616
22617 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22618
22619         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22620         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22621         ($(objpfx)rtld-%.os rules): Use them.
22622
22623 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22624
22625         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22626         fields.
22627
22628 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22629
22630         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22631         length of target pattern, then descending length of dependency pattern.
22632         * configure.in (AWK): Require gawk 3.1.2 or newer.
22633         * manual/install.texi (Tools for Compilation): Say that we do.
22634         * configure: Regenerated.
22635
22636         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22637         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22638         * scripts/sysd-rules.awk: ... this new script.
22639         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22640         than a glob-style pattern.
22641
22642 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22643
22644         * math/test-misc.c (main): Do not treat incorrectly rounded
22645         conversions as failure unless ROUNDING_TESTS passes.
22646
22647 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22648
22649         [BZ #15631]
22650         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22651         restore exception state around main square root computation, then
22652         check for inexactness explicitly.
22653
22654         * math/libm-test.inc (fma_test_data): Add another test.
22655
22656 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22657
22658         * manual/threads.texi (Non-POSIX Extensions): New document
22659         node.  Document pthread_getattr_default_np and
22660         pthread_setattr_default_np.
22661
22662         * Versions.def (libpthread): Add GLIBC_2.18.
22663         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22665         Likewise.
22666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22667         Likewise.
22668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22669         Likewise.
22670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22671         Likewise.
22672         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22673         Likewise.
22674         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22675         Likewise.
22676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22677         Likewise.
22678         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22679         Likewise.
22680         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22681         Likewise.
22682
22683 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22684
22685         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22686         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22687
22688 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22689             H.J. Lu  <hjl.tools@gmail.com>
22690
22691         [BZ #15627]
22692         * sysdeps/x86_64/rtld-memset.c: Remove file.
22693         * sysdeps/x86_64/rtld-memset.S: New file.
22694
22695 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22696
22697         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22698         (test_in_one_mode): Take arguments for whether the rounding mode
22699         is supported for each floating-point type.
22700         (do_test): Pass new arguments to test_in_one_mode using
22701         ROUNDING_TESTS.
22702
22703 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22704
22705         * posix/tst-waitid.c (do_test): Distinguish different instances of
22706         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22707         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22708         before entering the kernel for waitpid.
22709
22710 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22711
22712         * NEWS: Fix note on clock function precision.  Text by Roland
22713         McGrath.
22714
22715 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22716
22717         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22718         it into place only when and if the sanity check passes.
22719
22720 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22721
22722         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22723         output for whether conversion result is exact.  Take argument
22724         indicating whether type is IBM long double.
22725         (round_for_all): Change need_exact field to ibm_ld.
22726         * stdlib/tst-strtod-round.c (struct exactness): New type.
22727         (struct test): Change bool ld_ok field to struct exactness exact.
22728         (TEST): Update all definitions for change to field.
22729         (tests): Regenerate array contents.
22730         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22731         field value.  Check for IBM long double here.
22732         (do_test): Update calls to test_in_one_mode.
22733
22734 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22735
22736         [BZ #12515]
22737         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22738         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22739
22740 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22741
22742         [BZ #15605]
22743         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22744         generated by the compiler on loop optimizations.
22745         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22746         general definitions.
22747
22748 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22749
22750         * math/bug-nextafter.c: Include <math-tests.h>.
22751         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22752         the relevant type.
22753         * math/bug-nexttoward.c: Include <math-tests.h>.
22754         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22755         the relevant type.
22756         * math/test-misc.c: Include <math-tests.h>.
22757         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22758         the relevant type.
22759
22760 2013-06-12  Andreas Jaeger  <aj@suse.de>
22761
22762         * po/ia.po: Update Interlingua translation from translation
22763         project.
22764
22765 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22766
22767         * include/fenv.h: Include stdbool.h.
22768         (struct rm_ctx): New structure.
22769         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22770         Define macro.
22771         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22772         (SET_RESTORE_ROUNDF): Likewise.
22773         (SET_RESTORE_ROUNDL): Likewise.
22774         (SET_RESTORE_ROUND_NOEX): Likewise.
22775         (SET_RESTORE_ROUND_NOEXF): Likewise.
22776         (SET_RESTORE_ROUND_NOEXL): Likewise.
22777         (SET_RESTORE_ROUND_53BIT): Likewise.
22778         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22779         (libc_feresetround_noexf_ctx): Likewise.
22780         (libc_feresetround_noexl_ctx): Likewise.
22781         (libc_feholdsetround_53bit_ctx): Likewise.
22782         (libc_feresetround_53bit_ctx): Likewise.
22783         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22784         (libc_feholdexcept_setround_sse_ctx): New function.
22785         (libc_fesetenv_sse_ctx): Likewise.
22786         (libc_feupdateenv_sse_ctx): Likewise.
22787         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22788         (libc_feholdexcept_setround_387_ctx): Likewise.
22789         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22790         (libc_feholdsetround_387_prec_ctx): Likewise.
22791         (libc_feholdsetround_387_ctx): Likewise.
22792         (libc_feholdsetround_387_53bit_ctx): Likewise.
22793         (libc_feholdsetround_sse_ctx): Likewise.
22794         (libc_feresetround_sse_ctx): Likewise.
22795         (libc_feresetround_387_ctx): Likewise.
22796         (libc_feupdateenv_387_ctx): Likewise.
22797         (libc_feholdexcept_setroundf_ctx): Define macro.
22798         (libc_fesetenvf_ctx): Likewise.
22799         (libc_feupdateenvf_ctx): Likewise.
22800         (libc_feholdsetroundf_ctx): Likewise.
22801         (libc_feresetroundf_ctx): Likewise.
22802         (libc_feholdexcept_setround_ctx): Likewise.
22803         (libc_fesetenv_ctx): Likewise.
22804         (libc_feupdateenv_ctx): Likewise.
22805         (libc_feholdsetround_ctx): Likewise.
22806         (libc_feresetround_ctx): Likewise.
22807         (libc_feholdexcept_setroundl_ctx): Likewise.
22808         (libc_feupdateenvl_ctx): Likewise.
22809         (libc_feholdsetroundl_ctx): Likewise.
22810         (libc_feresetroundl_ctx): Likewise.
22811         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22812         (libc_feresetround_53bit_ctx): Likewise.
22813
22814 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22815
22816         * locale/iso-639.def: Convert to UTF-8.
22817
22818 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22819
22820         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22821         (EXCEPTION_TESTS_double): Likewise.
22822         (EXCEPTION_TESTS_long_double): Likewise.
22823         (EXCEPTION_TESTS): Likewise.
22824         * math/libm-test.inc (test_exceptions): Only test exceptions if
22825         EXCEPTION_TESTS (FLOAT).
22826
22827 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22828
22829         * benchtests/Makefile (string-bench): Add strcpy_chk and
22830         stpcpy_chk.
22831         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22832         * benchtests/bench-stpcpy_chk.c: New file.
22833         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22834         * benchtests/bench-strcpy_chk.c: New file.
22835         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22836         code.
22837         (do_test): Likewise.
22838
22839 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22840
22841         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22842         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22843         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22844         with tabs where appropriate.
22845         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22846         dl-procinfo.h.
22847         [PPC_PLATFORM_PPC440]: Likewise.
22848         [PPC_PLATFORM_PPC464]: Likewise.
22849         [PPC_PLATFORM_PPC476]: Likewise.
22850         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22851         ppc464, and ppc476 platform strings merging from ports/
22852         dl-procinfo.h.
22853
22854 2013-06-11  Andreas Schwab  <schwab@suse.de>
22855
22856         [BZ #14991]
22857         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22858         (from_ucs4_idx): Regenerate.
22859         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22860         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22861         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22862         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22863         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22864         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22865         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22866         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22867         from FROM_LOOP and TO_LOOP specific macros.
22868         (BODY): Handle combining characters.
22869         * iconvdata/BIG5HKSCS.irreversible: Update.
22870         * iconvdata/BIG5HKSCS.precomposed: New file.
22871         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22872         characters.
22873         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22874
22875 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22876
22877         * include/sys/time.h: Fix indentation and add copyright header.
22878
22879         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22880         (do_test): Likewise.
22881         * string/test-memchr.c (do_one_test): Likewise.
22882         (do_test): Likewise.
22883         * string/test-memcmp.c (do_one_test): Likewise.
22884         (do_test): Likewise.
22885         * string/test-memcpy.c (do_one_test): Likewise.
22886         (do_test): Likewise.
22887         * string/test-memmem.c (do_one_test): Likewise.
22888         (do_test): Likewise.
22889         (do_random_tests): Likewise.
22890         * string/test-memmove.c (do_one_test): Likewise.
22891         (do_test): Likewise.
22892         * string/test-memset.c (do_one_test): Likewise.
22893         (do_test): Likewise.
22894         * string/test-rawmemchr.c (do_one_test): Likewise.
22895         (do_test): Likewise.
22896         * string/test-strcasecmp.c (do_one_test): Likewise.
22897         (do_test): Likewise.
22898         * string/test-strcasestr.c (do_one_test): Likewise.
22899         (do_test): Likewise.
22900         * string/test-strcat.c (do_one_test): Likewise.
22901         (do_test): Likewise.
22902         * string/test-strchr.c (do_one_test): Likewise.
22903         (do_test): Likewise.
22904         * string/test-strcmp.c (do_one_test): Likewise.
22905         (do_test): Likewise.
22906         * string/test-strcpy.c (do_one_test): Likewise.
22907         (do_test): Likewise.
22908         * string/test-string.h: Likewise.
22909         (test_init): Likewise.
22910         * string/test-strlen.c (do_one_test): Likewise.
22911         (do_test): Likewise.
22912         * string/test-strncasecmp.c (do_one_test): Likewise.
22913         (do_test): Likewise.
22914         * string/test-strncat.c (do_one_test): Likewise.
22915         (do_test): Likewise.
22916         * string/test-strncmp.c (do_one_test): Likewise.
22917         (do_test_limit): Likewise.
22918         (do_test): Likewise.
22919         * string/test-strncpy.c (do_one_test): Likewise.
22920         (do_test): Likewise.
22921         * string/test-strnlen.c (do_one_test): Likewise.
22922         (do_test): Likewise.
22923         * string/test-strpbrk.c (do_one_test): Likewise.
22924         (do_test): Likewise.
22925         * string/test-strrchr.c (do_one_test): Likewise.
22926         (do_test): Likewise.
22927         * string/test-strspn.c (do_one_test): Likewise.
22928         (do_test): Likewise.
22929         * string/test-strstr.c (do_one_test): Likewise.
22930         (do_test): Likewise.
22931
22932         * benchtests/Makefile (string-bench): Add string benchmarks.
22933         * benchtests/bench-bcopy-ifunc.c: New file.
22934         * benchtests/bench-bcopy.c: New file.
22935         * benchtests/bench-bzero-ifunc.c: New file.
22936         * benchtests/bench-bzero.c: New file.
22937         * benchtests/bench-memccpy-ifunc.c: New file.
22938         * benchtests/bench-memccpy.c: New file.
22939         * benchtests/bench-memchr-ifunc.c: New file.
22940         * benchtests/bench-memchr.c: New file.
22941         * benchtests/bench-memcmp-ifunc.c: New file.
22942         * benchtests/bench-memcmp.c: New file.
22943         * benchtests/bench-memmem-ifunc.c: New file.
22944         * benchtests/bench-memmem.c: New file.
22945         * benchtests/bench-memmove-ifunc.c: New file.
22946         * benchtests/bench-memmove.c: New file.
22947         * benchtests/bench-mempcpy-ifunc.c: New file.
22948         * benchtests/bench-mempcpy.c: New file.
22949         * benchtests/bench-memset-ifunc.c: New file.
22950         * benchtests/bench-memset.c: New file.
22951         * benchtests/bench-rawmemchr-ifunc.c: New file.
22952         * benchtests/bench-rawmemchr.c: New file.
22953         * benchtests/bench-stpcpy-ifunc.c: New file.
22954         * benchtests/bench-stpcpy.c: New file.
22955         * benchtests/bench-stpncpy-ifunc.c: New file.
22956         * benchtests/bench-stpncpy.c: New file.
22957         * benchtests/bench-strcasecmp-ifunc.c: New file.
22958         * benchtests/bench-strcasecmp.c: New file.
22959         * benchtests/bench-strcasestr-ifunc.c: New file.
22960         * benchtests/bench-strcasestr.c: New file.
22961         * benchtests/bench-strcat-ifunc.c: New file.
22962         * benchtests/bench-strcat.c: New file.
22963         * benchtests/bench-strchr-ifunc.c: New file.
22964         * benchtests/bench-strchr.c: New file.
22965         * benchtests/bench-strchrnul-ifunc.c: New file.
22966         * benchtests/bench-strchrnul.c: New file.
22967         * benchtests/bench-strcmp-ifunc.c: New file.
22968         * benchtests/bench-strcmp.c: New file.
22969         * benchtests/bench-strcpy-ifunc.c: New file.
22970         * benchtests/bench-strcpy.c: New file.
22971         * benchtests/bench-strcspn-ifunc.c: New file.
22972         * benchtests/bench-strcspn.c: New file.
22973         * benchtests/bench-strlen-ifunc.c: New file.
22974         * benchtests/bench-strlen.c: New file.
22975         * benchtests/bench-strncasecmp-ifunc.c: New file.
22976         * benchtests/bench-strncasecmp.c: New file.
22977         * benchtests/bench-strncat-ifunc.c: New file.
22978         * benchtests/bench-strncat.c: New file.
22979         * benchtests/bench-strncmp-ifunc.c: New file.
22980         * benchtests/bench-strncmp.c: New file.
22981         * benchtests/bench-strncpy-ifunc.c: New file.
22982         * benchtests/bench-strncpy.c: New file.
22983         * benchtests/bench-strnlen-ifunc.c: New file.
22984         * benchtests/bench-strnlen.c: New file.
22985         * benchtests/bench-strpbrk-ifunc.c: New file.
22986         * benchtests/bench-strpbrk.c: New file.
22987         * benchtests/bench-strrchr-ifunc.c: New file.
22988         * benchtests/bench-strrchr.c: New file.
22989         * benchtests/bench-strspn-ifunc.c: New file.
22990         * benchtests/bench-strspn.c: New file.
22991         * benchtests/bench-strstr-ifunc.c: New file.
22992         * benchtests/bench-strstr.c: New file.
22993
22994         * benchtests/Makefile: Disable parallel execution of targets.
22995         (string-bench): Add memcpy.
22996         (benchset): New variable to store a list of benchmark sets.
22997         (bench-func): Renamed from bench.
22998         (bench-set): New target.
22999         (bench): Depend on bench-func and bench-set.
23000         * benchtests/README: Add section on benchmark sets.
23001         * benchtests/bench-memcpy-ifunc.c: New file.
23002         * benchtests/bench-memcpy.c: New file.
23003         * benchtests/bench-string.h: New file.
23004
23005 2013-06-11  Andreas Schwab  <schwab@suse.de>
23006
23007         [BZ #15577]
23008         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23009         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23010         values in the triple.
23011         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23012         terminator in the group key.
23013
23014 2013-06-11  Andreas Jaeger  <aj@suse.de>
23015
23016         * po/zh_TW.po: Update Chinese (traditional) translation from
23017         translation project.
23018
23019 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23020
23021         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23022         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23023         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23024         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23025         (clock_getcpuclockid): Likewise.
23026         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23027         Add weak_alias and libc_hidden_def.
23028         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23029         * rt/clock_gettime.c (clock_gettime): Rename to
23030         __clock_gettime.  Add weak_alias and libc_hidden_def.
23031         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23032         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23033         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23034         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23035         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23036         Likewise.
23037         * rt/clock_settime.c (clock_settime): Rename to
23038         __clock_settime.  Add weak_alias and libc_hidden_def.
23039         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23040
23041 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23042
23043         * mach/err_boot.sub: Remove trailing whitespace.
23044         * mach/err_ipc.sub: Likewise.
23045         * mach/err_mach.sub: Likewise.
23046
23047         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23048         (ROUNDING_TESTS_double): Likewise.
23049         (ROUNDING_TESTS_long_double): Likewise.
23050         (ROUNDING_TESTS): Likewise.
23051         * math/libm-test.inc: Include <math-tests.h>.
23052         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23053         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23054         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23055         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23056
23057 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23058
23059         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23060         of assigning.
23061
23062 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23063
23064         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23065         otherwise empty TRANS lines.
23066         * sysdeps/gnu/errlist.c: Regenerated.
23067
23068         * catgets/gencat.c (error_print): Use (void) in function
23069         definition.
23070         * crypt/crypt_util.c (__init_des): Likewise.
23071         * crypt/speeds.c (Stop): Likewise.
23072         (main): Likewise.
23073         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23074         * inet/ruserpass.c (token): Likewise.
23075         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23076         * intl/localealias.c (extend_alias_table): Likewise.
23077         * intl/plural-exp.c (init_germanic_plural): Likewise.
23078         * libio/fcloseall.c (__fcloseall): Likewise.
23079         * libio/genops.c (_IO_flush_all): Likewise.
23080         (_IO_flush_all_linebuffered): Likewise.
23081         (_IO_cleanup): Likewise.
23082         (_IO_iter_begin): Likewise.
23083         (_IO_iter_end): Likewise.
23084         (_IO_list_lock): Likewise.
23085         (_IO_list_unlock): Likewise.
23086         (_IO_list_resetlock): Likewise.
23087         * libio/getchar.c (getchar): Likewise.
23088         * libio/getchar_u.c (getchar_unlocked): Likewise.
23089         * libio/getwchar.c (getwchar): Likewise.
23090         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23091         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23092         * login/getpt.c (__getpt): Likewise.
23093         * login/tst-utmp.c (main): Likewise.
23094         * malloc/hooks.c (__malloc_check_init): Likewise.
23095         * malloc/malloc.c (__malloc_stats): Likewise.
23096         * malloc/mtrace.c (tr_break): Likewise.
23097         (mtrace): Likewise.
23098         (muntrace): Likewise.
23099         * misc/fstab.c (endfsent): Likewise.
23100         * misc/getclktck.c (__getclktck): Likewise.
23101         * misc/getdtsz.c (__getdtablesize): Likewise.
23102         * misc/gethostid.c (gethostid): Likewise.
23103         * misc/getpagesize.c (__getpagesize): Likewise.
23104         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23105         (__get_nprocs): Likewise.
23106         (__get_phys_pages): Likewise.
23107         (__get_avphys_pages): Likewise.
23108         * misc/getttyent.c (getttyent): Likewise.
23109         (setttyent): Likewise.
23110         (endttyent): Likewise.
23111         * misc/getusershell.c (getusershell): Likewise.
23112         (endusershell): Likewise.
23113         (setusershell): Likewise.
23114         (initshells): Likewise.
23115         * misc/hsearch.c (__hdestroy): Likewise.
23116         * misc/sync.c (sync): Likewise.
23117         * misc/syslog.c (closelog_internal): Likewise.
23118         (closelog): Likewise.
23119         * misc/ttyslot.c (ttyslot): Likewise.
23120         * misc/vhangup.c (vhangup): Likewise.
23121         * posix/fork.c (__fork): Likewise.
23122         * posix/getegid.c (__getegid): Likewise.
23123         * posix/geteuid.c (__geteuid): Likewise.
23124         * posix/getgid.c (__getgid): Likewise.
23125         * posix/getpid.c (__getpid): Likewise.
23126         * posix/getppid.c (__getppid): Likewise.
23127         * posix/getuid.c (__getuid): Likewise.
23128         * posix/pause.c (pause): Likewise.
23129         * posix/setpgrp.c (setpgrp): Likewise.
23130         * posix/setsid.c (__setsid): Likewise.
23131         * posix/test-vfork.c (noop): Likewise.
23132         * resolv/gethnamaddr.c (_endhtent): Likewise.
23133         (_gethtent): Likewise.
23134         (ht_endhostent): Likewise.
23135         (gethostent): Likewise.
23136         (dns_service): Likewise.
23137         * stdlib/drand48.c (drand48): Likewise.
23138         * stdlib/lrand48.c (lrand48): Likewise.
23139         * stdlib/mrand48.c (mrand48): Likewise.
23140         * stdlib/rand.c (rand): Likewise.
23141         * stdlib/random.c (__random): Likewise.
23142         * stdlib/setenv.c (clearenv): Likewise.
23143         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23144         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23145         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23146         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23147         (__get_nprocs): Likewise.
23148         (__get_phys_pages): Likewise.
23149         (__get_avphys_pages): Likewise.
23150         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23151         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23152         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23153         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23154         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23155         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23156         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23157         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23158         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23159         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23160         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23161         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23162         * sysdeps/posix/clock.c (clock): Likewise.
23163         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23164         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23165         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23166         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23167         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23168         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23169         (__get_nprocs_conf): Likewise.
23170         (__get_phys_pages): Likewise.
23171         (__get_avphys_pages): Likewise.
23172         * time/clock.c (clock): Likewise.
23173         * time/tzset.c (__tzname_max): Likewise.
23174
23175 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23176
23177         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23178         (__bswap_32): Do not use "register".
23179         * crypt/crypt.c (_ufc_doit_r): Likewise.
23180         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23181         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23182         * gmon/gmon.c (__monstartup): Likewise.
23183         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23184         * hurd/hurdmalloc.c (more_memory): Likewise.
23185         (malloc): Likewise.
23186         (free): Likewise.
23187         (realloc): Likewise.
23188         (malloc_fork_prepare): Likewise.
23189         (malloc_fork_parent): Likewise.
23190         (malloc_fork_child): Likewise.
23191         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23192         (_svcauth_des): Likewise.
23193         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23194         * inet/inet_net.c (inet_network): Likewise.
23195         * inet/inet_netof.c (inet_netof): Likewise.
23196         * inet/rcmd.c (__validuser2_sa): Likewise.
23197         * io/fts.c (fts_open): Likewise.
23198         (fts_load): Likewise.
23199         (fts_close): Likewise.
23200         (fts_read): Likewise.
23201         (fts_children): Likewise.
23202         (fts_build): Likewise.
23203         (fts_stat): Likewise.
23204         (fts_sort): Likewise.
23205         (fts_alloc): Likewise.
23206         (fts_lfree): Likewise.
23207         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23208         (_IO_file_xsgetn): Likewise.
23209         (_IO_file_xsgetn_mmap): Likewise.
23210         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23211         (_IO_cookie_write): Likewise.
23212         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23213         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23214         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23215         * malloc/obstack.c (_obstack_begin): Likewise.
23216         (_obstack_begin_1): Likewise.
23217         (_obstack_newchunk): Likewise.
23218         (_obstack_allocated_p): Likewise.
23219         (obstack_free): Likewise.
23220         (_obstack_memory_used): Likewise.
23221         * misc/getttyent.c (getttynam): Likewise.
23222         (getttyent): Likewise.
23223         (skip): Likewise.
23224         (value): Likewise.
23225         * misc/getusershell.c (initshells): Likewise.
23226         * misc/syslog.c (__vsyslog_chk): Likewise.
23227         * misc/ttyslot.c (ttyslot): Likewise.
23228         * nis/nis_hash.c (__nis_hash): Likewise.
23229         * posix/fnmatch_loop.c (FCT): Likewise.
23230         * posix/getconf.c (print_all): Likewise.
23231         (main): Likewise.
23232         * posix/getopt.c (exchange): Likewise.
23233         * posix/glob.c (globfree): Likewise.
23234         (prefix_array): Likewise.
23235         (__glob_pattern_type): Likewise.
23236         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23237         (NS_GET32): Likewise.
23238         (NS_PUT16): Likewise.
23239         (NS_PUT32): Likewise.
23240         * resolv/gethnamaddr.c (getanswer): Likewise.
23241         (gethostbyname2): Likewise.
23242         (gethostbyaddr): Likewise.
23243         (_gethtent): Likewise.
23244         (_gethtbyname2): Likewise.
23245         (_gethtbyaddr): Likewise.
23246         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23247         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23248         * resolv/res_init.c (__res_vinit): Likewise.
23249         (net_mask): Likewise.
23250         * resolv/res_mkquery.c (outchar): Likewise.
23251         (PRINT): Likewise.
23252         * stdio-common/printf_fp.c (outchar): Likewise.
23253         (PRINT): Likewise.
23254         * stdio-common/printf_fphex.c (outchar): Likewise.
23255         (PRINT): Likewise.
23256         * stdio-common/printf_size.c (outchar): Likewise.
23257         (PRINT): Likewise.
23258         * stdio-common/test_rdwr.c (main): Likewise.
23259         * stdio-common/tfformat.c (matches): Likewise.
23260         * stdio-common/vfprintf.c (outchar): Likewise.
23261         (printf_unknown): Likewise.
23262         (buffered_vfprintf): Likewise.
23263         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23264         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23265         (ReadFile): Likewise.
23266         * stdlib/qsort.c (SWAP): Likewise.
23267         (_quicksort): Likewise.
23268         * stdlib/setenv.c (__add_to_environ): Likewise.
23269         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23270         * stdlib/strtol_l.c (__strtol_l): Likewise.
23271         * stdlib/tst-strtod.c (main): Likewise.
23272         * stdlib/tst-strtol.c (main): Likewise.
23273         * stdlib/tst-strtoll.c (main): Likewise.
23274         * string/bits/string2.h (__strcmp_cc): Likewise.
23275         (__strcmp_cg): Likewise.
23276         (__strcspn_c1): Likewise.
23277         (__strcspn_c2): Likewise.
23278         (__strcspn_c3): Likewise.
23279         (__strspn_c1): Likewise.
23280         (__strspn_c2): Likewise.
23281         (__strspn_c3): Likewise.
23282         (__strsep_1c): Likewise.
23283         (__strsep_2c): Likewise.
23284         (__strsep_3c): Likewise.
23285         * string/memccpy.c (__memccpy): Likewise.
23286         * string/stpcpy.c (__stpcpy): Likewise.
23287         * string/strcmp.c (strcmp): Likewise.
23288         * string/strrchr.c (strrchr): Likewise.
23289         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23290         Likewise.
23291         * sysdeps/mach/hurd/getcwd.c
23292         (_hurd_canonicalize_directory_name_internal): Likewise.
23293         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23294         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23295         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23296         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23297         Likewise, in both definitions.
23298         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23299         definitions.
23300         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23301         64] (__bswap_64): Likewise.
23302         * time/test_time.c (main): Likewise.
23303         * time/tzfile.c (__tzfile_read): Likewise.
23304         (__tzfile_compute): Likewise.
23305         * time/tzset.c (__tzset_parse_tz): Likewise.
23306         (tzset_internal): Likewise.
23307         (compute_change): Likewise.
23308         * wcsmbs/wcscat.c (__wcscat): Likewise.
23309         * wcsmbs/wcschr.c (wcschr): Likewise.
23310         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23311         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23312         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23313         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23314         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23315         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23316         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23317         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23318         * wcsmbs/wmemset.c (wmemset): Likewise.
23319
23320 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23321
23322         * scripts/config.guess: Update to version 2013-05-16.
23323         * scripts/config.sub: Update to version 2013-04-24.
23324         * scripts/install-sh: Update to version 2011-11-20.07.
23325         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23326         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23327
23328 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23329
23330         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23331         * elf/sln.c: Likewise.
23332         * hurd/hurd/ioctl.h: Likewise.
23333         * hurd/hurdmalloc.c: Likewise.
23334         * hurd/xattr.c: Likewise.
23335         * include/shlib-compat.h: Likewise.
23336         * inet/ruserpass.c: Likewise.
23337         * libio/iofgets_u.c: Likewise.
23338         * libio/iofgetws_u.c: Likewise.
23339         * locale/programs/ld-identification.c: Likewise.
23340         * locale/programs/ld-time.c: Likewise.
23341         * mach/msg-destroy.c: Likewise.
23342         * nss/nss_files/files-netgrp.c: Likewise.
23343         * resolv/res_data.c: Likewise.
23344         * soft-fp/op-1.h: Likewise.
23345         * soft-fp/op-2.h: Likewise.
23346         * soft-fp/op-4.h: Likewise.
23347         * soft-fp/op-common.h: Likewise.
23348         * stdio-common/printf_fphex.c: Likewise.
23349         * stdlib/strtod_l.c: Likewise.
23350         * sunrpc/rpc/clnt.h: Likewise.
23351         * sysdeps/generic/framestate.c: Likewise.
23352         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23353         * sysdeps/i386/bsd-setjmp.S: Likewise.
23354         * sysdeps/i386/__longjmp.S: Likewise.
23355         * sysdeps/i386/setjmp.S: Likewise.
23356         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23357         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23358         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23359         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23360         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23361         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23362         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23363         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23364         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23365         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23366         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23367         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23368         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23369         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23370         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23371         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23372         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23373         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23374         * sysdeps/ieee754/support.c: Likewise.
23375         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23376         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23377         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23378         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23379         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23380         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23381         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23382         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23383         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23384         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23385         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23386         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23387         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23388         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23389         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23390         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23391         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23393
23394 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23395
23396         * posix/transbug.c: Remove executable mode.
23397
23398 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23399
23400         * crypt/speeds.c: Remove trailing whitespace.
23401         * dlfcn/default.c: Likewise.
23402         * elf/ifuncdep2.c: Likewise.
23403         * elf/ifuncmain1.c: Likewise.
23404         * elf/ifuncmain1vis.c: Likewise.
23405         * elf/testobj.h: Likewise.
23406         * elf/tst-stackguard1.c: Likewise.
23407         * gmon/sys/gmon.h: Likewise.
23408         * hurd/hurdmsg.c: Likewise.
23409         * hurd/new-fd.c: Likewise.
23410         * hurd/ports-get.c: Likewise.
23411         * iconvdata/ibm1008_420.c: Likewise.
23412         * inet/tst-getni1.c: Likewise.
23413         * inet/tst-getni2.c: Likewise.
23414         * libio/ioungetc.c: Likewise.
23415         * libio/wfiledoalloc.c: Likewise.
23416         * manual/libm-err-tab.pl: Likewise.
23417         * math/w_dremf.c: Likewise.
23418         * misc/ftruncate.c: Likewise.
23419         * posix/bug-glob2.c: Likewise.
23420         * posix/tst-pcre.c: Likewise.
23421         * posix/wait4.c: Likewise.
23422         * resolv/README: Likewise.
23423         * resolv/res_debug.h: Likewise.
23424         * resolv/tst-inet_ntop.c: Likewise.
23425         * setjmp/bug269-setjmp.c: Likewise.
23426         * soft-fp/extended.h: Likewise.
23427         * soft-fp/op-1.h: Likewise.
23428         * soft-fp/op-2.h: Likewise.
23429         * soft-fp/op-4.h: Likewise.
23430         * soft-fp/op-8.h: Likewise.
23431         * soft-fp/testit.c: Likewise.
23432         * stdio-common/bug16.c: Likewise.
23433         * stdlib/random.c: Likewise.
23434         * sunrpc/rpcsvc/rquota.x: Likewise.
23435         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23436         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23437         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23438         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23439         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23440         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23441         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23442         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23443         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23444         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23445         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23446         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23447         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23448         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23449         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23450         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23451         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23452         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23453         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23454         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23455         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23456         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23457         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23458         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23459         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23460         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23461         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23462         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23463         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23464         * sysdeps/ieee754/s_lib_version.c: Likewise.
23465         * sysdeps/mach/hurd/check_fds.c: Likewise.
23466         * sysdeps/mach/hurd/getsockname.c: Likewise.
23467         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23468         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23469         * sysdeps/powerpc/bits/link.h: Likewise.
23470         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23471         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23472         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23473         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23474         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23475         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23476         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23477         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23478         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23479         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23480         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23481         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23482         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23484         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23485         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23486         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23487         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23488         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23489         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23490         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23491         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23492         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23493         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23494         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23495         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23496         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23498         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23499         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23500         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23501         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23502         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23503         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23504         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23505         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23506         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23507         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23508         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23510         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23511         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23512         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23514         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23515         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23516         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23517         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23518         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23519         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23520         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23521         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23522         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23523         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23524         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23525         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23526         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23527         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23528         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23529         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23530         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23531         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23532         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23533         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23534         * sysdeps/powerpc/sysdep.h: Likewise.
23535         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23536         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23537         * sysdeps/sh/dl-trampoline.S: Likewise.
23538         * sysdeps/sh/memset.S: Likewise.
23539         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23540         * sysdeps/sh/strlen.S: Likewise.
23541         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23542         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23543         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23544         * sysdeps/sparc/sparc32/rem.S: Likewise.
23545         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23546         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23547         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23548         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23549         * sysdeps/sparc/sparc32/urem.S: Likewise.
23550         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23551         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23552         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23553         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23554         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23555         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23556         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23557         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23558         * sysdeps/unix/bsd/times.c: Likewise.
23559         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23560         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23564         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23565         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23566         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23567         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23568         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23569         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23570         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23571         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23572         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23573         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23574         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23575         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23576         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23577         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23578         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23579         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23580         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23581         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23582         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23583         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23584         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23585         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23586         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23587         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23588         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23589         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23590         * sysdeps/x86_64/strcspn.S: Likewise.
23591
23592 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23593
23594         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23595         generated file.  Regenerate properly from gen-translit.pl.
23596         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23597         locale/C-translit.h.
23598
23599 2013-06-05  Andreas Schwab  <schwab@suse.de>
23600
23601         [BZ #15100]
23602         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23603         week as 6 instead of -1.
23604         * time/tst-strptime.c (day_tests): Add test case.
23605
23606 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23607
23608         * sysdeps/generic/math_private.h
23609         (libc_feholdexcept_setround_53bit): Replace with
23610         libc_feholdsetround_53bit.
23611         (libc_feupdateenv_53bit): Replace with
23612         libc_feresetround_53bit.
23613         (SET_RESTORE_ROUND_53BIT): Adjust.
23614
23615 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23616
23617         * string/test-strchrnul.c: Add copyright header.
23618
23619         * posix/tst-getaddrinfo4.c: Increase test timeout.
23620
23621 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23622
23623         [BZ #15536]
23624         * math/libm-test.inc (MAX_EXP): Remove
23625         (MIN_EXP): Define.
23626         (ulp): Use MIN_EXP - MANT_DIG.
23627         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23628
23629 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23630
23631         * po/be.po: Revert last change.
23632         * po/zh_CN.po: Likewise.
23633         * po/header.pot: Likewise.
23634
23635 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23636
23637         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23638         link-libc-deps to empty as target-specific variable.
23639         * Makerules (link-libc-args): New variable.
23640         (libc-for-link): Likewise.
23641         (link-libc-deps): Likewise.
23642         (lib%.so): Depend on $(link-libc-deps).  Link with
23643         $(link-libc-args).
23644         (build-module): Link with $(link-libc-args).
23645         (build-module-asneeded): Likewise.
23646         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23647         list of objects.
23648         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23649         target-specific variable.
23650         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23651         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23652         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23653         libc.
23654         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23655         libc and ld.so.
23656         ($(objpfx)libpcprofile.so): Likewise.
23657         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23658         libc_nonshared.a.
23659         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23660         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23661         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23662         $(link-libc-deps).
23663         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23664         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23665         * login/Makefile ($(objpfx)libutil.so): Likewise.
23666         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23667         * math/Makefile ($(objpfx)libm.so): Likewise.
23668         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23669         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23670         variable instead of depending directly on libc.
23671         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23672         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23673         $(link-libc-deps).
23674         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23675         libc.
23676         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23677         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23678         ($(objpfx)libanl.so): Likewise.
23679         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23680         ld.so.
23681         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23682         $(link-libc-deps).
23683         * sysdeps/i386/fpu/Makefile: Remove file.
23684         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23685         ($(objpfx)libm.so): Remove dependency on ld.so.
23686
23687 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23688
23689         [BZ # 15553]
23690         * nis/yp_xdr.c (XDRMAXNAME): Define.
23691         (XDRMAXRECORD): Define.
23692         (xdr_domainname): Use XDRMAXNAME.
23693         (xdr_mapname): Likewise.
23694         (xdr_peername): Likewise.
23695         (xdr_keydat): Use XDRMAXRECORD.
23696         (xdr_valdat): Likewise.
23697
23698 2013-05-30  Jeff Law  <law@redhat.com>
23699
23700         [BZ #14256]
23701         * manual/errno.texi (ESTALE): Update to account for more than
23702         just NFS file systems.
23703         * sysdeps/gnu/errlist.c: Regenerated.
23704
23705 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23706
23707         [BZ #15465]
23708         * elf/Makefile (tests): Add tst-null-argv.
23709         (modules-names):  Add tst-null-argv-lib.
23710         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23711         (tst-null-argv-ENV): Set environment for tst-null-argv.
23712         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23713         (RTLD_PROGNAME): New macro.
23714         * elf/tst-null-argv.c: New test case.
23715         * elf/tst-null-argv-lib.c: Library for test case.
23716         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23717         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23718         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23719         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23720         * elf/dl-init.c (call_init): Likewise.
23721         (_dl_init): Likewise.
23722         * elf/dl-load.c (print_search_path): Likewise.
23723         (_dl_map_object): Likewise.
23724         * elf/dl-lookup.c (do_lookup_x): Likewise.
23725         (add_dependency): Likewise.
23726         (_dl_lookup_symbol_x): Likewise.
23727         (_dl_debug_bindings): Likewise.
23728         * elf/dl-open.c (_dl_show_scope): Likewise.
23729         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23730         * elf/dl-version.c (match_symbol): Likewise.
23731         (_dl_check_map_versions): Likewise.
23732         * elf/rtld.c (dl_main): Likewise.
23733         (print_unresolved): Use RTLD_PROGNAME.
23734         (print_missing_version): Likewise.
23735         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23736         (elf_machine_rela): Likewise.
23737         * sysdeps/powerpc/powerpc32/dl-machine.c
23738         (__process_machine_rela): Likewise.
23739         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23740         Likewise.
23741         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23742         Likewise.
23743         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23744         Likewise.
23745         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23746         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23747         Likewise.
23748         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23749         Likewise.
23750         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23751
23752 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23753
23754         * po/be.po: Add descriptive title.
23755         * po/zh_CN.po: Likewise.
23756         * po/header.pot: Likewise.
23757
23758 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23759
23760         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23761         error message.
23762         (enlarge_archive): Likewise.
23763
23764 2013-05-28  Ben North  <ben@redfrontdoor.org>
23765
23766         * manual/arith.texi (frexp): It is the magnitude of the return
23767         value which lies in [0.5, 1), not the return value itself.
23768
23769 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23770
23771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23772
23773 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23774
23775         * stdio-common/bug26.c (main): Correct fscanf template.
23776
23777         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23778         declare _dl_skip_args.
23779
23780         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23781         Don't declare.
23782
23783         * manual/platform.texi: Add missing @end deftypefun.
23784
23785 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23786
23787         [BZ #15529]
23788         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23789         bit of mantissa of 2^16382.
23790         * math/libm-test.inc (hypot_test_data): Add more tests.
23791
23792         * math/libm-test.inc: Add drem and pow10 to list of tested
23793         functions.
23794         (pow10_test): New function.
23795         (drem_test): Likewise.
23796         (drem_test_tonearest): Likewise.
23797         (drem_test_towardzero): Likewise.
23798         (drem_test_downward): Likewise.
23799         (drem_test_upward): Likewise.
23800         (main): Call the new functions.
23801
23802         * math/libm-test.inc (finite_test_data): Remove.
23803         (finite_test): Run tests from isfinite_test_data.
23804         (gamma_test_data): Remove.
23805         (gamma_test): Run tests from lgamma_test_data.
23806         * sysdeps/i386/fpu/libm-test-ulps: Update.
23807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23808
23809 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23810
23811         * manual/platform.texi: Add PowerPC PPR function set documentation.
23812         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23813         implementation.
23814
23815 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23816
23817         * math/libm-test.inc (MAX_EXP): Define.
23818         (ULPDIFF): Define.
23819         (ulp): New function.
23820         (check_float_internal): Use ULPDIFF.
23821         (cpow_test): Disable failing test.
23822         (check_ulp): Test ulp() implemetnation.
23823         (main): Call check_ulp before starting tests.
23824
23825 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23826
23827         * math/gen-libm-test.pl (generate_testfile): Do not handle
23828         START_DATA and END_DATA.
23829         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23830         END_DATA.
23831         (acos_tonearest_test_data): Likewise.
23832         (acos_towardzero_test_data): Likewise.
23833         (acos_downward_test_data): Likewise.
23834         (acos_upward_test_data): Likewise.
23835         (acosh_test_data): Likewise.
23836         (asin_test_data): Likewise.
23837         (asin_tonearest_test_data): Likewise.
23838         (asin_towardzero_test_data): Likewise.
23839         (asin_downward_test_data): Likewise.
23840         (asin_upward_test_data): Likewise.
23841         (asinh_test_data): Likewise.
23842         (atan_test_data): Likewise.
23843         (atanh_test_data): Likewise.
23844         (atan2_test_data): Likewise.
23845         (cabs_test_data): Likewise.
23846         (cacos_test_data): Likewise.
23847         (cacosh_test_data): Likewise.
23848         (carg_test_data): Likewise.
23849         (casin_test_data): Likewise.
23850         (casinh_test_data): Likewise.
23851         (catan_test_data): Likewise.
23852         (catanh_test_data): Likewise.
23853         (cbrt_test_data): Likewise.
23854         (ccos_test_data): Likewise.
23855         (ccosh_test_data): Likewise.
23856         (ceil_test_data): Likewise.
23857         (cexp_test_data): Likewise.
23858         (cimag_test_data): Likewise.
23859         (clog_test_data): Likewise.
23860         (clog10_test_data): Likewise.
23861         (conj_test_data): Likewise.
23862         (copysign_test_data): Likewise.
23863         (cos_test_data): Likewise.
23864         (cos_tonearest_test_data): Likewise.
23865         (cos_towardzero_test_data): Likewise.
23866         (cos_downward_test_data): Likewise.
23867         (cos_upward_test_data): Likewise.
23868         (cosh_test_data): Likewise.
23869         (cosh_tonearest_test_data): Likewise.
23870         (cosh_towardzero_test_data): Likewise.
23871         (cosh_downward_test_data): Likewise.
23872         (cosh_upward_test_data): Likewise.
23873         (cpow_test_data): Likewise.
23874         (cproj_test_data): Likewise.
23875         (creal_test_data): Likewise.
23876         (csin_test_data): Likewise.
23877         (csinh_test_data): Likewise.
23878         (csqrt_test_data): Likewise.
23879         (ctan_test_data): Likewise.
23880         (ctan_tonearest_test_data): Likewise.
23881         (ctan_towardzero_test_data): Likewise.
23882         (ctan_downward_test_data): Likewise.
23883         (ctan_upward_test_data): Likewise.
23884         (ctanh_test_data): Likewise.
23885         (ctanh_tonearest_test_data): Likewise.
23886         (ctanh_towardzero_test_data): Likewise.
23887         (ctanh_downward_test_data): Likewise.
23888         (ctanh_upward_test_data): Likewise.
23889         (erf_test_data): Likewise.
23890         (erfc_test_data): Likewise.
23891         (exp_test_data): Likewise.
23892         (exp_tonearest_test_data): Likewise.
23893         (exp_towardzero_test_data): Likewise.
23894         (exp_downward_test_data): Likewise.
23895         (exp_upward_test_data): Likewise.
23896         (exp10_test_data): Likewise.
23897         (exp2_test_data): Likewise.
23898         (expm1_test_data): Likewise.
23899         (fabs_test_data): Likewise.
23900         (fdim_test_data): Likewise.
23901         (finite_test_data): Likewise.
23902         (floor_test_data): Likewise.
23903         (fma_test_data): Likewise.
23904         (fma_towardzero_test_data): Likewise.
23905         (fma_downward_test_data): Likewise.
23906         (fma_upward_test_data): Likewise.
23907         (fmax_test_data): Likewise.
23908         (fmin_test_data): Likewise.
23909         (fmod_test_data): Likewise.
23910         (fpclassify_test_data): Likewise.
23911         (frexp_test_data): Likewise.
23912         (gamma_test_data): Likewise.
23913         (hypot_test_data): Likewise.
23914         (ilogb_test_data): Likewise.
23915         (isfinite_test_data): Likewise.
23916         (isgreater_test_data): Likewise.
23917         (isgreaterequal_test_data): Likewise.
23918         (isinf_test_data): Likewise.
23919         (isless_test_data): Likewise.
23920         (islessequal_test_data): Likewise.
23921         (islessgreater_test_data): Likewise.
23922         (isnan_test_data): Likewise.
23923         (isnormal_test_data): Likewise.
23924         (issignaling_test_data): Likewise.
23925         (isunordered_test_data): Likewise.
23926         (j0_test_data): Likewise.
23927         (j1_test_data): Likewise.
23928         (jn_test_data): Likewise.
23929         (ldexp_test_data): Likewise.
23930         (lgamma_test_data): Likewise.
23931         (lrint_test_data): Likewise.
23932         (lrint_tonearest_test_data): Likewise.
23933         (lrint_towardzero_test_data): Likewise.
23934         (lrint_downward_test_data): Likewise.
23935         (lrint_upward_test_data): Likewise.
23936         (llrint_test_data): Likewise.
23937         (llrint_tonearest_test_data): Likewise.
23938         (llrint_towardzero_test_data): Likewise.
23939         (llrint_downward_test_data): Likewise.
23940         (llrint_upward_test_data): Likewise.
23941         (log_test_data): Likewise.
23942         (log10_test_data): Likewise.
23943         (log1p_test_data): Likewise.
23944         (log2_test_data): Likewise.
23945         (logb_test_data): Likewise.
23946         (logb_downward_test_data): Likewise.
23947         (lround_test_data): Likewise.
23948         (llround_test_data): Likewise.
23949         (modf_test_data): Likewise.
23950         (nearbyint_test_data): Likewise.
23951         (nextafter_test_data): Likewise.
23952         (nexttoward_test_data): Likewise.
23953         (pow_test_data): Likewise.
23954         (pow_tonearest_test_data): Likewise.
23955         (pow_towardzero_test_data): Likewise.
23956         (pow_downward_test_data): Likewise.
23957         (pow_upward_test_data): Likewise.
23958         (remainder_test_data): Likewise.
23959         (remainder_tonearest_test_data): Likewise.
23960         (remainder_towardzero_test_data): Likewise.
23961         (remainder_downward_test_data): Likewise.
23962         (remainder_upward_test_data): Likewise.
23963         (remquo_test_data): Likewise.
23964         (rint_test_data): Likewise.
23965         (rint_tonearest_test_data): Likewise.
23966         (rint_towardzero_test_data): Likewise.
23967         (rint_downward_test_data): Likewise.
23968         (rint_upward_test_data): Likewise.
23969         (round_test_data): Likewise.
23970         (scalb_test_data): Likewise.
23971         (scalbn_test_data): Likewise.
23972         (scalbln_test_data): Likewise.
23973         (signbit_test_data): Likewise.
23974         (sin_test_data): Likewise.
23975         (sin_tonearest_test_data): Likewise.
23976         (sin_towardzero_test_data): Likewise.
23977         (sin_downward_test_data): Likewise.
23978         (sin_upward_test_data): Likewise.
23979         (sincos_test_data): Likewise.
23980         (sinh_test_data): Likewise.
23981         (sinh_tonearest_test_data): Likewise.
23982         (sinh_towardzero_test_data): Likewise.
23983         (sinh_downward_test_data): Likewise.
23984         (sinh_upward_test_data): Likewise.
23985         (sqrt_test_data): Likewise.
23986         (tan_test_data): Likewise.
23987         (tan_tonearest_test_data): Likewise.
23988         (tan_towardzero_test_data): Likewise.
23989         (tan_downward_test_data): Likewise.
23990         (tan_upward_test_data): Likewise.
23991         (tanh_test_data): Likewise.
23992         (tgamma_test_data): Likewise.
23993         (trunc_test_data): Likewise.
23994         (y0_test_data): Likewise.
23995         (y1_test_data): Likewise.
23996         (yn_test_data): Likewise.
23997         (significand_test_data): Likewise.
23998
23999         * math/gen-libm-test.pl (@functions): Remove variable.
24000         (generate_testfile): Don't handle START and END lines.
24001         * math/libm-test.inc (START): New macro.
24002         (END): Likewise.
24003         (END_COMPLEX): Likewise.
24004         (acos_test): Use END macro without arguments.
24005         (acos_test_tonearest): Likewise.
24006         (acos_test_towardzero): Likewise.
24007         (acos_test_downward): Likewise.
24008         (acos_test_upward): Likewise.
24009         (acosh_test): Likewise.
24010         (asin_test): Likewise.
24011         (asin_test_tonearest): Likewise.
24012         (asin_test_towardzero): Likewise.
24013         (asin_test_downward): Likewise.
24014         (asin_test_upward): Likewise.
24015         (asinh_test): Likewise.
24016         (atan_test): Likewise.
24017         (atanh_test): Likewise.
24018         (atan2_test): Likewise.
24019         (cabs_test): Likewise.
24020         (cacos_test): Use END_COMPLEX macro without arguments.
24021         (cacosh_test): Likewise.
24022         (carg_test): Use END macro without arguments.
24023         (casin_test): Use END_COMPLEX macro without arguments.
24024         (casinh_test): Likewise.
24025         (catan_test): Likewise.
24026         (catanh_test): Likewise.
24027         (cbrt_test): Use END macro without arguments.
24028         (ccos_test): Use END_COMPLEX macro without arguments.
24029         (ccosh_test): Likewise.
24030         (ceil_test): Use END macro without arguments.
24031         (cexp_test): Use END_COMPLEX macro without arguments.
24032         (cimag_test): Use END macro without arguments.
24033         (clog_test): Use END_COMPLEX macro without arguments.
24034         (clog10_test): Likewise.
24035         (conj_test): Likewise.
24036         (copysign_test): Use END macro without arguments.
24037         (cos_test): Likewise.
24038         (cos_test_tonearest): Likewise.
24039         (cos_test_towardzero): Likewise.
24040         (cos_test_downward): Likewise.
24041         (cos_test_upward): Likewise.
24042         (cosh_test): Likewise.
24043         (cosh_test_tonearest): Likewise.
24044         (cosh_test_towardzero): Likewise.
24045         (cosh_test_downward): Likewise.
24046         (cosh_test_upward): Likewise.
24047         (cpow_test): Use END_COMPLEX macro without arguments.
24048         (cproj_test): Likewise.
24049         (creal_test): Use END macro without arguments.
24050         (csin_test): Use END_COMPLEX macro without arguments.
24051         (csinh_test): Likewise.
24052         (csqrt_test): Likewise.
24053         (ctan_test): Likewise.
24054         (ctan_test_tonearest): Likewise.
24055         (ctan_test_towardzero): Likewise.
24056         (ctan_test_downward): Likewise.
24057         (ctan_test_upward): Likewise.
24058         (ctanh_test): Likewise.
24059         (ctanh_test_tonearest): Likewise.
24060         (ctanh_test_towardzero): Likewise.
24061         (ctanh_test_downward): Likewise.
24062         (ctanh_test_upward): Likewise.
24063         (erf_test): Use END macro without arguments.
24064         (erfc_test): Likewise.
24065         (exp_test): Likewise.
24066         (exp_test_tonearest): Likewise.
24067         (exp_test_towardzero): Likewise.
24068         (exp_test_downward): Likewise.
24069         (exp_test_upward): Likewise.
24070         (exp10_test): Likewise.
24071         (exp2_test): Likewise.
24072         (expm1_test): Likewise.
24073         (fabs_test): Likewise.
24074         (fdim_test): Likewise.
24075         (finite_test): Likewise.
24076         (floor_test): Likewise.
24077         (fma_test): Likewise.
24078         (fma_test_towardzero): Likewise.
24079         (fma_test_downward): Likewise.
24080         (fma_test_upward): Likewise.
24081         (fmax_test): Likewise.
24082         (fmin_test): Likewise.
24083         (fmod_test): Likewise.
24084         (fpclassify_test): Likewise.
24085         (frexp_test): Likewise.
24086         (gamma_test): Likewise.
24087         (hypot_test): Likewise.
24088         (ilogb_test): Likewise.
24089         (isfinite_test): Likewise.
24090         (isgreater_test): Likewise.
24091         (isgreaterequal_test): Likewise.
24092         (isinf_test): Likewise.
24093         (isless_test): Likewise.
24094         (islessequal_test): Likewise.
24095         (islessgreater_test): Likewise.
24096         (isnan_test): Likewise.
24097         (isnormal_test): Likewise.
24098         (issignaling_test): Likewise.
24099         (isunordered_test): Likewise.
24100         (j0_test): Likewise.
24101         (j1_test): Likewise.
24102         (jn_test): Likewise.
24103         (ldexp_test): Likewise.
24104         (lgamma_test): Likewise.
24105         (lrint_test): Likewise.
24106         (lrint_test_tonearest): Likewise.
24107         (lrint_test_towardzero): Likewise.
24108         (lrint_test_downward): Likewise.
24109         (lrint_test_upward): Likewise.
24110         (llrint_test): Likewise.
24111         (llrint_test_tonearest): Likewise.
24112         (llrint_test_towardzero): Likewise.
24113         (llrint_test_downward): Likewise.
24114         (llrint_test_upward): Likewise.
24115         (log_test): Likewise.
24116         (log10_test): Likewise.
24117         (log1p_test): Likewise.
24118         (log2_test): Likewise.
24119         (logb_test): Likewise.
24120         (logb_test_downward): Likewise.
24121         (lround_test): Likewise.
24122         (llround_test): Likewise.
24123         (modf_test): Likewise.
24124         (nearbyint_test): Likewise.
24125         (nextafter_test): Likewise.
24126         (nexttoward_test): Likewise.
24127         (pow_test): Likewise.
24128         (pow_test_tonearest): Likewise.
24129         (pow_test_towardzero): Likewise.
24130         (pow_test_downward): Likewise.
24131         (pow_test_upward): Likewise.
24132         (remainder_test): Likewise.
24133         (remainder_test_tonearest): Likewise.
24134         (remainder_test_towardzero): Likewise.
24135         (remainder_test_downward): Likewise.
24136         (remainder_test_upward): Likewise.
24137         (remquo_test): Likewise.
24138         (rint_test): Likewise.
24139         (rint_test_tonearest): Likewise.
24140         (rint_test_towardzero): Likewise.
24141         (rint_test_downward): Likewise.
24142         (rint_test_upward): Likewise.
24143         (round_test): Likewise.
24144         (scalb_test): Likewise.
24145         (scalbn_test): Likewise.
24146         (scalbln_test): Likewise.
24147         (signbit_test): Likewise.
24148         (sin_test): Likewise.
24149         (sin_test_tonearest): Likewise.
24150         (sin_test_towardzero): Likewise.
24151         (sin_test_downward): Likewise.
24152         (sin_test_upward): Likewise.
24153         (sincos_test): Likewise.
24154         (sinh_test): Likewise.
24155         (sinh_test_tonearest): Likewise.
24156         (sinh_test_towardzero): Likewise.
24157         (sinh_test_downward): Likewise.
24158         (sinh_test_upward): Likewise.
24159         (sqrt_test): Likewise.
24160         (tan_test): Likewise.
24161         (tan_test_tonearest): Likewise.
24162         (tan_test_towardzero): Likewise.
24163         (tan_test_downward): Likewise.
24164         (tan_test_upward): Likewise.
24165         (tanh_test): Likewise.
24166         (tgamma_test): Likewise.
24167         (trunc_test): Likewise.
24168         (y0_test): Likewise.
24169         (y1_test): Likewise.
24170         (yn_test): Likewise.
24171         (significand_test): Likewise.
24172
24173 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24174
24175         [BZ #15381]
24176         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24177
24178 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24179
24180         [BZ #14894]
24181         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24182         __ppc_mdoio and __ppc_mdoom.
24183         * manual/platform.texi: Document new functions __ppc_yield,
24184         __ppc_mdoio and __ppc_mdoom.
24185
24186 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24187
24188         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24189         (main): Mention "tls" pseudo-hwcap is legacy.
24190         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24191
24192 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24193
24194         * math/gen-libm-test.pl (parse_args): Output only string of
24195         arguments as text for test name, not full call or descriptions of
24196         tests for extra outputs.
24197         (generate_testfile): Do not pass function name to parse_args.
24198         Generate this_func variable from START.
24199         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24200         field to arg_str.
24201         (struct test_ff_f_data): Likewise.
24202         (test_ff_f_data_nexttoward): Likewise.
24203         (struct test_fi_f_data): Likewise.
24204         (struct test_fl_f_data): Likewise.
24205         (struct test_if_f_data): Likewise.
24206         (struct test_fff_f_data): Likewise.
24207         (struct test_c_f_data): Likewise.
24208         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24209         (struct test_fF_f1_data): Likewise.
24210         (struct test_ffI_f1_data): Likewise.
24211         (struct test_c_c_data): Rename test_name field to arg_str.
24212         (struct test_cc_c_data): Likewise.
24213         (struct test_f_i_data): Likewise.
24214         (struct test_ff_i_data): Likewise.
24215         (struct test_f_l_data): Likewise.
24216         (struct test_f_L_data): Likewise.
24217         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24218         and extra2_name.
24219         (COMMON_TEST_SETUP): New macro.
24220         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24221         (COMMON_TEST_CLEANUP): Likewise.
24222         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24223         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24224         macros.
24225         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24226         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24227         macros.
24228         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24229         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24230         cleanup macros.
24231         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24232         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24233         macros.
24234         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24235         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24236         macros.
24237         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24238         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24239         cleanup macros.
24240         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24241         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24242         cleanup macros.
24243         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24244         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24245         cleanup macros.
24246         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24247         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24248         macros.
24249         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24250         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24251         macros.
24252         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24253         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24254         macros.
24255         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24256         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24257         cleanup macros.
24258         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24259         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24260         cleanup macros.
24261         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24262         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24263         macros.
24264         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24265         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24266         cleanup macros.
24267         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24268         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24269         macros.
24270         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24271         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24272         macros.
24273         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24274         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24275         cleanup macros.
24276         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24277
24278 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24279
24280         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24281         to _sifields.sigfault.
24282         (si_addr_lsb): Define new macro.
24283         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24284         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24285         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24286
24287 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24288
24289         [BZ #15441]
24290         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24291         returns -1.
24292         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24293         null return -1.
24294         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24295         loading the domain.
24296
24297 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24298
24299         * math/gen-libm-test.pl (parse_args): Do not include expected
24300         result in test name.
24301         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24302         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24303         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24304         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24305         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24307
24308 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24309
24310         * benchtests/Makefile: Sort function entries.
24311
24312         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24313         tanh, asinh, acosh, atanh.
24314         * benchtests/acos-inputs: New file.
24315         * benchtests/acosh-inputs: New file.
24316         * benchtests/asin-inputs: New file.
24317         * benchtests/asinh-inputs: New file.
24318         * benchtests/atanh-inputs: New file.
24319         * benchtests/cosh-inputs: New file.
24320         * benchtests/log-inputs: New file.
24321         * benchtests/sinh-inputs: New file.
24322         * benchtests/tanh-inputs: New file.
24323
24324 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24325
24326         [BZ #15339]
24327         * posix/tst-getaddrinfo4.c: New test.
24328         * posix/Makefile (tests): Add it.
24329
24330 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24331
24332         [BZ #15339]
24333         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24334         when no services were used.
24335         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24336         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24337
24338 2013-05-21  Andreas Schwab  <schwab@suse.de>
24339
24340         [BZ #15014]
24341         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24342         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24343         successful.
24344         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24345         redundant variable declarations and reallocation of buffer when
24346         parsing as IPv6 address.  Always set NSS status when called from
24347         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24348         buffer too small.  Correct computation of needed size.
24349         * nss/Makefile (tests): Add test-digits-dots.
24350         * nss/test-digits-dots.c: New test.
24351
24352 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24353
24354         * benchtests/Makefile: Remove instructions for adding
24355         benchmark tests.
24356         * benchtests/README: New file to explain how to execute and
24357         enhance the benchmark tests.
24358
24359 2013-05-21  Andreas Schwab  <schwab@suse.de>
24360
24361         [BZ #15493]
24362         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24363         * setjmp/tst-sigsetjmp.c: New test.
24364
24365 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24366
24367         * sysdeps/x86_64/memset.S (memset): New implementation.
24368         (__bzero): Likewise.
24369         (__memset_tail): New function.
24370
24371 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24372
24373         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24374         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24375         __memcpy_sse2_unaligned ifunc selection.
24376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24377         Add memcpy-sse2-unaligned.S.
24378         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24379         Add: __memcpy_sse2_unaligned.
24380
24381 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24382
24383         [BZ #15490]
24384         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24385         math_force_eval before restoring floating-point envrionment.
24386         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24387         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24388         Likewise.
24389         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24390         <math_private.h>.
24391         (__nearbyintl): Use math_force_eval before restoring
24392         floating-point environment.
24393         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24394
24395         * math/gen-libm-test.pl (special_functions): Remove.
24396         (parse_args): Don't handle TEST_extra.  Handle functions with no
24397         return value.
24398         * math/libm-test.inc (struct test_sincos_data): Replace with
24399         struct test_fFF_11_data.
24400         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24401         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24402         (sincos_test_data): Change element type to struct
24403         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24404         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24405         RUN_TEST_LOOP_sincos.
24406         * math/README.libm-test: Don't mention special handling of
24407         individual functions.
24408         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24409         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24410         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24411         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24412         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24414
24415         * math/gen-libm-test.pl (get_variable): Remove function.
24416         (parse_args): Don't show pointer parameters to call in test
24417         names.  Use "extra output N" in test names for extra outputs
24418         rather than naming variables.
24419
24420 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24421
24422         [BZ #15488]
24423         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24424         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24425         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24426         double tests.
24427         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24428         disable.
24429         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24430         check_long_double.
24431
24432         * math/gen-libm-test.pl (@tests): Remove variable.
24433         ($count): Likewise.
24434         (new_test): Remove function.
24435         (show_exceptions): New function.
24436         (special_functions): Use show_exceptions instead of new_test.
24437         (parse_args): Likewise.
24438         (generate_testfile): Pass only function name in generated call to
24439         print_max_error or print_complex_max_error.
24440         (get_ulps): Do not handle complex tests specially.
24441         (output_test): Rename to ...
24442         (get_all_ulps_for_test): ... this.  Return a string rather than
24443         printing to a file.  Require ulps to be present.
24444         (output_ulps): Generate arrays rather than #defines.
24445         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24446         (struct ulp_data): New type.
24447         (BUILD_COMPLEX_ULP): Remove macro.
24448         (compare_ulp_data): New function.
24449         (find_ulps): Likewise.
24450         (find_test_ulps): Likewise.
24451         (find_function_ulps): Likewise.
24452         (find_complex_function_ulps): Likewise.
24453         (print_max_error): Determine allowed ulps using
24454         find_function_ulps.
24455         (print_complex_max_error): Determine allowed ulps using
24456         find_complex_function_ulps.
24457         (check_float_internal): Determine max ulps using find_test_ulps.
24458         (check_float): Do not take max_ulp parameter.  Update call to
24459         check_float_internal.
24460         (check_complex): Likewise.
24461         (check_int): Do not take max_ulp parameter.
24462         (check_long): Likewise.
24463         (check_bool): Likewise.
24464         (check_longlong): Likewise.
24465         (struct test_f_f_data): Remove max_ulp field.
24466         (struct test_ff_f_data): Likewise.
24467         (struct test_ff_f_data_nexttoward): Likewise.
24468         (struct test_fi_f_data): Likewise.
24469         (struct test_fl_f_data): Likewise.
24470         (struct test_if_f_data): Likewise.
24471         (struct test_fff_f_data): Likewise.
24472         (struct test_c_f_data): Likewise.
24473         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24474         (struct test_fF_f1_data): Likewise.
24475         (struct test_ffI_f1_data): Likewise.
24476         (struct test_c_c_data): Remove max_ulp field.
24477         (struct test_cc_c_data): Likewise.
24478         (struct test_f_i_data): Likewise.
24479         (struct test_ff_i_data): Likewise.
24480         (struct test_f_l_data): Likewise.
24481         (struct test_f_L_data): Likewise.
24482         (struct test_sincos_data): Likewise.
24483         (RUN_TEST_f_f): Do not handle ulps.
24484         (RUN_TEST_LOOP_f_f): Likewise.
24485         (RUN_TEST_2_f): Likewise.
24486         (RUN_TEST_LOOP_2_f): Likewise.
24487         (RUN_TEST_fff_f): Likewise.
24488         (RUN_TEST_LOOP_fff_f): Likewise.
24489         (RUN_TEST_c_f): Likewise.
24490         (RUN_TEST_LOOP_c_f): Likewise.
24491         (RUN_TEST_f_f1): Likewise.
24492         (RUN_TEST_LOOP_f_f1): Likewise.
24493         (RUN_TEST_fF_f1): Likewise.
24494         (RUN_TEST_LOOP_fF_f1): Likewise.
24495         (RUN_TEST_fI_f1): Likewise.
24496         (RUN_TEST_LOOP_fI_f1): Likewise.
24497         (RUN_TEST_ffI_f1): Likewise.
24498         (RUN_TEST_LOOP_ffI_f1): Likewise.
24499         (RUN_TEST_c_c): Likewise.
24500         (RUN_TEST_LOOP_c_c): Likewise.
24501         (RUN_TEST_cc_c): Likewise.
24502         (RUN_TEST_LOOP_cc_c): Likewise.
24503         (RUN_TEST_f_i): Likewise.
24504         (RUN_TEST_LOOP_f_i): Likewise.
24505         (RUN_TEST_f_i_tg): Likewise.
24506         (RUN_TEST_LOOP_f_i_tg): Likewise.
24507         (RUN_TEST_ff_i_tg): Likewise.
24508         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24509         (RUN_TEST_f_b): Likewise.
24510         (RUN_TEST_LOOP_f_b): Likewise.
24511         (RUN_TEST_f_b_tg): Likewise.
24512         (RUN_TEST_LOOP_f_b_tg): Likewise.
24513         (RUN_TEST_f_l): Likewise.
24514         (RUN_TEST_LOOP_f_l): Likewise.
24515         (RUN_TEST_f_L): Likewise.
24516         (RUN_TEST_LOOP_f_L): Likewise.
24517         (RUN_TEST_sincos): Likewise.
24518         (RUN_TEST_LOOP_sincos): Likewise.
24519
24520 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24521
24522         [BZ #15480]
24523         [BZ #15485]
24524         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24525         main case of finite arguments, set rounding mode to FE_TONEAREST
24526         and discard exceptions.
24527         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24528         exceptions.
24529         (remainder_tonearest_test_data): New variable.
24530         (remainder_test_tonearest): New function.
24531         (remainder_towardzero_test_data): New variable.
24532         (remainder_test_towardzero): New function.
24533         (remainder_downward_test_data): New variable.
24534         (remainder_test_downward): New function.
24535         (remainder_upward_test_data): New variable.
24536         (remainder_test_upward): New function.
24537         (main): Call the new test functions.
24538
24539         * math/libm-test.inc (struct test_f_f1_data): Remove field
24540         extra_init.
24541         (struct test_fF_f1_data): Likewise.
24542         (struct test_ffI_f1_data): Likewise.
24543         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24544         based on value of EXTRA_EXPECTED.
24545         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24546         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24547         EXTRA_VAR based on value of EXTRA_EXPECTED.
24548         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24549         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24550         EXTRA_VAR based on value of EXTRA_EXPECTED.
24551         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24552         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24553         EXTRA_VAR based on value of EXTRA_EXPECTED.
24554         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24555         * math/gen-libm-test.pl (parse_args): Don't output initializers
24556         for extra output values.
24557
24558         * math/libm-test.inc (check_int): Expect result to be exactly
24559         equal to expected value and do not handle ulps.
24560         (check_long): Likewise.
24561         (check_longlong): Likewise.
24562
24563         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24564         exceptions.
24565         (cimag_test_data): Likewise.
24566         (conj_test_data): Likewise.
24567         (copysign_test_data): Likewise.
24568         (cproj_test_data): Likewise.
24569         (creal_test_data): Likewise.
24570         (fabs_test_data): Likewise.
24571         (fdim_test_data): Likewise.
24572         (finite_test_data): Likewise.
24573         (floor_test_data): Likewise.
24574         (fmax_test_data): Likewise.
24575         (fmin_test_data): Likewise.
24576         (fmod_test_data): Likewise.
24577         (fpclassify_test_data): Likewise.
24578         (frexp_test_data): Likewise.
24579         (ilogb_test_data): Likewise.
24580         (isfinite_test_data): Likewise.
24581         (isgreater_test_data): Likewise.
24582         (isgreaterequal_test_data): Likewise.
24583         (isinf_test_data): Likewise.
24584         (isless_test_data): Likewise.
24585         (islessequal_test_data): Likewise.
24586         (islessgreater_test_data): Likewise.
24587         (isnan_test_data): Likewise.
24588         (isnormal_test_data): Likewise.
24589         (issignaling_test_data): Likewise.
24590         (isunordered_test_data): Likewise.
24591         (ldexp_test_data): Likewise.
24592         (lrint_test_data): Likewise.
24593         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24594         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24595         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24596         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24597         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24598         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24599         test input.
24600         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24601         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24602         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24603         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24604         that test input.
24605         (lrint_downward_test_data): Test for "inexact" exceptions.
24606         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24607         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24608         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24609         test input.
24610         (lrint_upward_test_data): Test for "inexact" exceptions.
24611         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24612         test input.
24613         (llrint_test_data): Test for "inexact" exceptions.
24614         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24615         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24616         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24617         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24618         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24619         (llrint_downward_test_data): Test for "inexact" exceptions.
24620         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24621         (llrint_upward_test_data): Test for "inexact" exceptions.
24622         (logb_test_data): Likewise.
24623         (logb_downward_test_data): Likewise.
24624         (nextafter_test_data): Likewise.
24625         (nexttoward_test_data): Likewise.
24626         (remainder_test_data): Likewise.
24627         (remquo_test_data): Likewise.
24628         (scalbn_test_data): Likewise.
24629         (scalbln_test_data): Likewise.
24630         (signbit_test_data): Likewise.
24631         (sqrt_test_data): Likewise.
24632         (significand_test_data): Likewise.
24633
24634 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24635
24636         [BZ #15424]
24637         * benchtests/bench-modf.c (struct args): Mark arg0 as
24638         volatile.
24639         * scripts/bench.pl: Mark members of struct args as volatile.
24640
24641 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24642
24643         [BZ # 15497]
24644         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24645         negative infinity on POWER6 or lower.
24646         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24647
24648 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24649
24650         [BZ #15442]
24651         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24652         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24653         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24654         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24655         (_FP_SETQNAN): New macro.
24656         (_FP_SETQNAN_SEMIRAW): Likewise.
24657         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24658         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24659         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24660         (FP_EXTEND): Use _FP_FRAC_SNANP.
24661         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24662         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24663         into account.
24664         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24665         New macro.
24666         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24667         Likewise.
24668
24669 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24670
24671         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24672         with DIVIDE_BY_ZERO_EXCEPTION.
24673         (gamma_test_data): Likewise.
24674         (lgamma_test_data): Likewise.
24675         (log_test_data): Likewise.
24676         (log10_test_data): Likewise.
24677         (log2_test_data): Likewise.
24678         (tgamma_test_data): Likewise.
24679
24680         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24681         (acos_test_tonearest): Likewise.
24682         (acos_test_towardzero): Likewise.
24683         (acos_test_downward): Likewise.
24684         (acos_test_upward): Likewise.
24685         (acosh_test): Likewise.
24686         (asin_test): Likewise.
24687         (asin_test_tonearest): Likewise.
24688         (asin_test_towardzero): Likewise.
24689         (asin_test_downward): Likewise.
24690         (asin_test_upward): Likewise.
24691         (asinh_test): Likewise.
24692         (atan_test): Likewise.
24693         (atanh_test): Likewise.
24694         (atan2_test): Likewise.
24695         (cabs_test): Likewise.
24696         (cacos_test): Likewise.
24697         (cacosh_test): Likewise.
24698         (casin_test): Likewise.
24699         (casinh_test): Likewise.
24700         (catan_test): Likewise.
24701         (catanh_test): Likewise.
24702         (cbrt_test): Likewise.
24703         (ccos_test): Likewise.
24704         (ccosh_test): Likewise.
24705         (cexp_test): Likewise.
24706         (clog_test): Likewise.
24707         (clog10_test): Likewise.
24708         (cos_test): Likewise.
24709         (cos_test_tonearest): Likewise.
24710         (cos_test_towardzero): Likewise.
24711         (cos_test_downward): Likewise.
24712         (cos_test_upward): Likewise.
24713         (cosh_test): Likewise.
24714         (cosh_test_tonearest): Likewise.
24715         (cosh_test_towardzero): Likewise.
24716         (cosh_test_downward): Likewise.
24717         (cosh_test_upward): Likewise.
24718         (cpow_test): Likewise.
24719         (csin_test): Likewise.
24720         (csinh_test): Likewise.
24721         (csqrt_test): Likewise.
24722         (ctan_test): Likewise.
24723         (ctan_test_tonearest): Likewise.
24724         (ctan_test_towardzero): Likewise.
24725         (ctan_test_downward): Likewise.
24726         (ctan_test_upward): Likewise.
24727         (ctanh_test): Likewise.
24728         (ctanh_test_tonearest): Likewise.
24729         (ctanh_test_towardzero): Likewise.
24730         (ctanh_test_downward): Likewise.
24731         (ctanh_test_upward): Likewise.
24732         (erf_test): Likewise.
24733         (erfc_test): Likewise.
24734         (exp_test): Likewise.
24735         (exp_test_tonearest): Likewise.
24736         (exp_test_towardzero): Likewise.
24737         (exp_test_downward): Likewise.
24738         (exp_test_upward): Likewise.
24739         (exp10_test): Likewise.
24740         (exp2_test): Likewise.
24741         (expm1_test): Likewise.
24742         (fmod_test): Likewise.
24743         (gamma_test): Likewise.
24744         (hypot_test): Likewise.
24745         (j0_test): Likewise.
24746         (j1_test): Likewise.
24747         (jn_test): Likewise.
24748         (lgamma_test): Likewise.
24749         (log_test): Likewise.
24750         (log10_test): Likewise.
24751         (log1p_test): Likewise.
24752         (log2_test): Likewise.
24753         (logb_test_downward): Likewise.
24754         (pow_test): Likewise.
24755         (pow_test_tonearest): Likewise.
24756         (pow_test_towardzero): Likewise.
24757         (pow_test_downward): Likewise.
24758         (pow_test_upward): Likewise.
24759         (remainder_test): Likewise.
24760         (remquo_test): Likewise.
24761         (sin_test): Likewise.
24762         (sin_test_tonearest): Likewise.
24763         (sin_test_towardzero): Likewise.
24764         (sin_test_downward): Likewise.
24765         (sin_test_upward): Likewise.
24766         (sincos_test): Likewise.
24767         (sinh_test): Likewise.
24768         (sinh_test_tonearest): Likewise.
24769         (sinh_test_towardzero): Likewise.
24770         (sinh_test_downward): Likewise.
24771         (sinh_test_upward): Likewise.
24772         (sqrt_test): Likewise.
24773         (tan_test): Likewise.
24774         (tan_test_tonearest): Likewise.
24775         (tan_test_towardzero): Likewise.
24776         (tan_test_downward): Likewise.
24777         (tan_test_upward): Likewise.
24778         (tanh_test): Likewise.
24779         (tgamma_test): Likewise.
24780         (y0_test): Likewise.
24781         (y1_test): Likewise.
24782         (yn_test): Likewise.
24783
24784         * math/gen-libm-test.pl (adjust_arg): Remove function.
24785         (special_function): Remove argument $in_func.  Only handle
24786         generating output for tables of tests, not inside functions.
24787         (parse_args): Likewise.
24788         (generate_testfile): Remove variable $in_func.  Update call to
24789         parse_args.
24790         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24791         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24792         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24793         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24794         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24795         (MAX_VALUE_INIT): Rename macro to max_value.
24796         (MIN_VALUE_INIT): Rename macro to min_value.
24797         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24798         (plus_zero): Remove variable.
24799         (minus_zero): Likewise.
24800         (plus_infty): Likewise.
24801         (minus_infty): Likewise.
24802         (qnan_value): Likewise.
24803         (max_value): Likewise.
24804         (min_value): Likewise.
24805         (min_subnorm_value): Likewise.
24806
24807 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24808
24809         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24810         uint64_t or uint32_t usage.
24811         * crypt/sha256-block.c: Likewise.
24812         * crypt/sha256-crypt.c: Likewise.
24813         * crypt/sha256.c: Likewise.
24814         * crypt/sha512-block.c: Likewise.
24815         * crypt/sha512-crypt.c: Likewise.
24816         * crypt/sha512.c: Likewise.
24817         * debug/backtrace-tst.c: Likewise.
24818         * debug/pcprofiledump.c: Likewise.
24819         * elf/cache.c: Likewise.
24820         * elf/dl-cache.c: Likewise.
24821         * elf/dl-misc.c: Likewise.
24822         * elf/dl-profile.c: Likewise.
24823         * elf/dl-support.c: Likewise.
24824         * elf/ldconfig.c: Likewise.
24825         * elf/sprof.c: Likewise.
24826         * iconv/dummy-repertoire.c: Likewise.
24827         * iconv/iconv_charmap.c: Likewise.
24828         * iconv/skeleton.c: Likewise.
24829         * iconvdata/8bit-generic.c: Likewise.
24830         * iconvdata/cp737.h: Likewise.
24831         * iconvdata/cp775.h: Likewise.
24832         * iconvdata/ibm1008.h: Likewise.
24833         * iconvdata/ibm1025.h: Likewise.
24834         * iconvdata/ibm1046.h: Likewise.
24835         * iconvdata/ibm1097.h: Likewise.
24836         * iconvdata/ibm1112.h: Likewise.
24837         * iconvdata/ibm1122.h: Likewise.
24838         * iconvdata/ibm1123.h: Likewise.
24839         * iconvdata/ibm1124.h: Likewise.
24840         * iconvdata/ibm1129.h: Likewise.
24841         * iconvdata/ibm1130.h: Likewise.
24842         * iconvdata/ibm1132.h: Likewise.
24843         * iconvdata/ibm1133.h: Likewise.
24844         * iconvdata/ibm1137.h: Likewise.
24845         * iconvdata/ibm1140.h: Likewise.
24846         * iconvdata/ibm1141.h: Likewise.
24847         * iconvdata/ibm1142.h: Likewise.
24848         * iconvdata/ibm1143.h: Likewise.
24849         * iconvdata/ibm1144.h: Likewise.
24850         * iconvdata/ibm1145.h: Likewise.
24851         * iconvdata/ibm1146.h: Likewise.
24852         * iconvdata/ibm1147.h: Likewise.
24853         * iconvdata/ibm1148.h: Likewise.
24854         * iconvdata/ibm1149.h: Likewise.
24855         * iconvdata/ibm1153.h: Likewise.
24856         * iconvdata/ibm1154.h: Likewise.
24857         * iconvdata/ibm1155.h: Likewise.
24858         * iconvdata/ibm1156.h: Likewise.
24859         * iconvdata/ibm1157.h: Likewise.
24860         * iconvdata/ibm1158.h: Likewise.
24861         * iconvdata/ibm1160.h: Likewise.
24862         * iconvdata/ibm1161.h: Likewise.
24863         * iconvdata/ibm1162.h: Likewise.
24864         * iconvdata/ibm1163.h: Likewise.
24865         * iconvdata/ibm1164.h: Likewise.
24866         * iconvdata/ibm1166.h: Likewise.
24867         * iconvdata/ibm1167.h: Likewise.
24868         * iconvdata/ibm12712.h: Likewise.
24869         * iconvdata/ibm1390.h: Likewise.
24870         * iconvdata/ibm1399.h: Likewise.
24871         * iconvdata/ibm16804.h: Likewise.
24872         * iconvdata/ibm4517.h: Likewise.
24873         * iconvdata/ibm4899.h: Likewise.
24874         * iconvdata/ibm4909.h: Likewise.
24875         * iconvdata/ibm4971.h: Likewise.
24876         * iconvdata/ibm5347.h: Likewise.
24877         * iconvdata/ibm803.h: Likewise.
24878         * iconvdata/ibm856.h: Likewise.
24879         * iconvdata/ibm901.h: Likewise.
24880         * iconvdata/ibm902.h: Likewise.
24881         * iconvdata/ibm9030.h: Likewise.
24882         * iconvdata/ibm9066.h: Likewise.
24883         * iconvdata/ibm921.h: Likewise.
24884         * iconvdata/ibm922.h: Likewise.
24885         * iconvdata/ibm9448.h: Likewise.
24886         * iconvdata/isiri-3342.h: Likewise.
24887         * iconvdata/jis0201.h: Likewise.
24888         * include/link.h: Likewise.
24889         * include/netdb.h: Likewise.
24890         * inet/check_native.c: Likewise.
24891         * inet/check_pf.c: Likewise.
24892         * inet/getipv4sourcefilter.c: Likewise.
24893         * inet/getnameinfo.c: Likewise.
24894         * inet/getsourcefilter.c: Likewise.
24895         * inet/htonl.c: Likewise.
24896         * inet/setipv4sourcefilter.c: Likewise.
24897         * inet/setsourcefilter.c: Likewise.
24898         * inet/test-inet6_opt.c: Likewise.
24899         * inet/tst-network.c: Likewise.
24900         * locale/C-collate.c: Likewise.
24901         * locale/C-ctype.c: Likewise.
24902         * locale/C-time.c: Likewise.
24903         * locale/C-translit.h: Likewise.
24904         * locale/loadarchive.c: Likewise.
24905         * locale/programs/3level.h: Likewise.
24906         * locale/programs/charmap.c: Likewise.
24907         * locale/programs/charmap.h: Likewise.
24908         * locale/programs/ld-address.c: Likewise.
24909         * locale/programs/ld-collate.c: Likewise.
24910         * locale/programs/ld-ctype.c: Likewise.
24911         * locale/programs/ld-identification.c: Likewise.
24912         * locale/programs/ld-measurement.c: Likewise.
24913         * locale/programs/ld-messages.c: Likewise.
24914         * locale/programs/ld-monetary.c: Likewise.
24915         * locale/programs/ld-name.c: Likewise.
24916         * locale/programs/ld-numeric.c: Likewise.
24917         * locale/programs/ld-paper.c: Likewise.
24918         * locale/programs/ld-telephone.c: Likewise.
24919         * locale/programs/ld-time.c: Likewise.
24920         * locale/programs/linereader.c: Likewise.
24921         * locale/programs/locale.c: Likewise.
24922         * locale/programs/locarchive.c: Likewise.
24923         * locale/programs/locfile.h: Likewise.
24924         * locale/programs/repertoire.c: Likewise.
24925         * locale/programs/simple-hash.c: Likewise.
24926         * locale/programs/simple-hash.h: Likewise.
24927         * malloc/memusage.c: Likewise.
24928         * malloc/memusagestat.c: Likewise.
24929         * nis/nis_defaults.c: Likewise.
24930         * nis/nis_hash.c: Likewise.
24931         * nis/nis_print.c: Likewise.
24932         * nis/nis_xdr.c: Likewise.
24933         * nscd/connections.c: Likewise.
24934         * nscd/hstcache.c: Likewise.
24935         * nscd/nscd_gethst_r.c: Likewise.
24936         * nscd/nscd_getserv_r.c: Likewise.
24937         * nscd/nscd_helper.c: Likewise.
24938         * nscd/servicescache.c: Likewise.
24939         * nss/makedb.c: Likewise.
24940         * nss/nss_db/db-XXX.c: Likewise.
24941         * nss/nss_db/db-initgroups.c: Likewise.
24942         * nss/nss_db/db-netgrp.c: Likewise.
24943         * nss/nss_files/files-network.c: Likewise.
24944         * nss/nss_files/files-parse.c: Likewise.
24945         * posix/bug-regex5.c: Likewise.
24946         * posix/fnmatch_loop.c: Likewise.
24947         * posix/regcomp.c: Likewise.
24948         * posix/regexec.c: Likewise.
24949         * posix/tst-rfc3484-2.c: Likewise.
24950         * posix/tst-rfc3484-3.c: Likewise.
24951         * posix/tst-rfc3484.c: Likewise.
24952         * resolv/nss_dns/dns-canon.c: Likewise.
24953         * resolv/nss_dns/dns-network.c: Likewise.
24954         * resolv/res_init.c: Likewise.
24955         * resolv/res_mkquery.c: Likewise.
24956         * resolv/tst-aton.c: Likewise.
24957         * stdlib/cxa_atexit.c: Likewise.
24958         * stdlib/cxa_finalize.c: Likewise.
24959         * stdlib/gen-fpioconst.c: Likewise.
24960         * stdlib/strtol_l.c: Likewise.
24961         * string/tst-endian.c: Likewise.
24962         * sunrpc/auth_des.c: Likewise.
24963         * sunrpc/clnt_udp.c: Likewise.
24964         * sunrpc/rtime.c: Likewise.
24965         * sunrpc/svcauth_des.c: Likewise.
24966         * sunrpc/xdr.c: Likewise.
24967         * sunrpc/xdr_intXX_t.c: Likewise.
24968         * sunrpc/xdr_rec.c: Likewise.
24969         * sysdeps/generic/ldconfig.h: Likewise.
24970         * sysdeps/generic/ldsodefs.h: Likewise.
24971         * sysdeps/generic/memusage.h: Likewise.
24972         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24973         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24974         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24975         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24976         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24977         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24978         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24979         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24980         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24981         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24982         * sysdeps/posix/getaddrinfo.c: Likewise.
24983         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24984         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24985         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24986         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24987         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24988         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24989         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24990         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24991         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24992         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24993         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24994         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24995         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24996         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24997         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24998         * sysdeps/x86_64/dl-tls.h: Likewise.
24999         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25000         * time/alt_digit.c: Likewise.
25001         * time/era.c: Likewise.
25002         * wcsmbs/tst-c16c32-1.c: Likewise.
25003
25004 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25005
25006         * math/libm-test.inc (struct test_sincos_data): New type.
25007         (RUN_TEST_LOOP_sincos): New macro.
25008         (sincos_test_data): New variable.
25009         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25010
25011 2013-05-16  Richard Henderson  <rth@redhat.com>
25012
25013         * math/atest-exp2.c (LIMB64): New macro.
25014         (CONSTSZ): New macro.
25015         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25016         (hexdig): Move ...
25017         (print_mpn_fp): ... to function scope.
25018         (read_mpn_hex): Remove.
25019         (get_log2): Remove.
25020         (exp2_mpn): Use mp_log2.
25021         (main): Use mp_exp1.
25022
25023 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25024
25025         * math/libm-test.inc: Remove comment about not testing "inexact"
25026         exceptions.
25027         (INEXACT_EXCEPTION): New macro.
25028         (NO_INEXACT_EXCEPTION): Likewise.
25029         (INVALID_EXCEPTION_OK): Update value.
25030         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25031         (OVERFLOW_EXCEPTION_OK): Likewise.
25032         (UNDERFLOW_EXCEPTION_OK): Likewise.
25033         (IGNORE_ZERO_INF_SIGN): Likewise.
25034         (ERRNO_UNCHANGED): Likewise.
25035         (ERRNO_EDOM): Likewise.
25036         (ERRNO_ERANGE): Likewise.
25037         (test_exceptions): Handle testing "inexact" exceptions.
25038         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25039         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25040         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25041         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25042         INEXACT_EXCEPTION.
25043         (rint_towardzero_test_data): Likewise.
25044         (rint_downward_test_data): Likewise.
25045         (rint_upward_test_data): Likewise.
25046
25047         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25048         with OVERFLOW_EXCEPTION.
25049         (exp10_test_data): Likewise.
25050         (exp2_test_data): Likewise.
25051         (expm1_test_data): Likewise.
25052         (lgamma_test_data): Likewise.
25053         (pow_test_data): Likewise.
25054         (tgamma_test_data): Likewise.
25055         (yn_test_data): Remove duplicate test of overflow.
25056
25057         * math/libm-test.inc (struct test_cc_c_data): New type.
25058         (RUN_TEST_LOOP_cc_c): New macro.
25059         (cpow_test_data): New variable.
25060         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25061
25062         * math/libm-test.inc (struct test_f_L_data): New type.
25063         (RUN_TEST_LOOP_f_L): New macro.
25064         (llrint_test_data): New variable.
25065         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25066         (llrint_tonearest_test_data): New variable.
25067         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25068         (llrint_towardzero_test_data): New variable.
25069         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25070         (llrint_downward_test_data): New variable.
25071         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25072         (llrint_upward_test_data): New variable.
25073         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25074         (llround_test_data): New variable.
25075         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25076
25077 2013-05-13  Peter Collingbourne  <pcc@google.com>
25078
25079         * math/atest-exp2.c (get_log2): Remove const attribute.
25080
25081 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25082
25083         * math/libm-test.inc (struct test_f_l_data): New type.
25084         (RUN_TEST_LOOP_f_l): New macro.
25085         (lrint_test_data): New variable.
25086         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25087         (lrint_tonearest_test_data): New variable.
25088         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25089         (lrint_towardzero_test_data): New variable.
25090         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25091         (lrint_downward_test_data): New variable.
25092         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25093         (lrint_upward_test_data): New variable.
25094         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25095         (lround_test_data): New variable.
25096         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25097
25098 2013-05-15  Peter Collingbourne  <pcc@google.com>
25099
25100         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25101         (EXTRACT_WORDS64) Use where appropriate.
25102         (INSERT_WORDS64) Likewise.
25103
25104         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25105         constraints with x constraints.
25106         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25107
25108         * malloc/obstack.c (_obstack_compat): Add initializer.
25109
25110 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25111
25112         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25113         si_trapno and add si_addr_lsb to _sifields.sigfault.
25114         (si_trapno): Remove macro.
25115         (si_addr_lsb): Define new macro.
25116         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25117
25118 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25119
25120         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25121         instead of TEST_f_l.
25122         (llrint_test_tonearest): Likewise.
25123         (llrint_test_towardzero): Likewise.
25124         (llrint_test_downward): Likewise.
25125         (llrint_test_upward): Likewise.
25126         (llround_test): Likewise.
25127
25128         * math/libm-test.inc (struct test_f_i_data): Add comment.
25129         (RUN_TEST_LOOP_f_b): New macro.
25130         (RUN_TEST_LOOP_f_b_tg): Likewise.
25131         (finite_test_data): New variable.
25132         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25133         (isfinite_test_data): New variable.
25134         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25135         (isinf_test_data): New variable.
25136         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25137         (isnan_test_data): New variable.
25138         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25139         (isnormal_test_data): New variable.
25140         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25141         (issignaling_test_data): New variable.
25142         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25143         (signbit_test_data): New variable.
25144         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25145
25146         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25147         with INVALID_EXCEPTION.
25148         (acosh_test_data): Likewise.
25149         (asin_test_data): Likewise.
25150         (atanh_test_data): Likewise.
25151         (fmod_test_data): Likewise.
25152         (log_test_data): Likewise.
25153         (log10_test_data): Likewise.
25154         (log2_test_data): Likewise.
25155         (pow_test_data): Likewise.
25156         (sqrt_test_data): Likewise.
25157         (y0_test_data): Likewise.
25158         (y1_test_data): Likewise.
25159         (yn_test_data): Likewise.
25160
25161         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25162         function contents.
25163
25164         * math/libm-test.inc (struct test_ff_i_data): New type.
25165         (RUN_TEST_LOOP_ff_i_tg): New macro.
25166         (isgreater_test_data): New variable.
25167         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25168         (isgreaterequal_test_data): New variable.
25169         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25170         (isless_test_data): New variable.
25171         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25172         (islessequal_test_data): New variable.
25173         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25174         (islessgreater_test_data): New variable.
25175         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25176         (isunordered_test_data): New variable.
25177         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25178
25179 2013-05-14  David S. Miller  <davem@davemloft.net>
25180
25181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25182
25183 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25184
25185         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25186
25187         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25188         extra_test to int.
25189         (struct test_f_i_data): Change type of max_ulp to int.
25190
25191         * math/libm-test.inc (test_ffI_f1_data): New type.
25192         (RUN_TEST_LOOP_ffI_f1): New macro.
25193         (remquo_test_data): New variable.
25194         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25195
25196         * setjmp/tst-setjmp-fp.c: New file.
25197         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25198         (link-libm): New variable.
25199         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25200
25201         * math/libm-test.inc (struct test_f_i_data): New type.
25202         (RUN_TEST_LOOP_f_i): New macro.
25203         (RUN_TEST_LOOP_f_i_tg): Likewise.
25204         (fpclassify_test_data): New variable.
25205         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25206         (ilogb_test_data): New variable.
25207         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25208
25209         * math/libm-test.inc (scalbln_test): Correct function name in END
25210         call.
25211
25212         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25213         (RUN_TEST_LOOP_fI_f1): New macro.
25214         (frexp_test_data): New variable.
25215         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25216
25217         * math/libm-test.inc (struct test_fF_f1_data): New type.
25218         (RUN_TEST_LOOP_fF_f1): New macro.
25219         (modf_test_data): New variable.
25220         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25221
25222         * math/libm-test.inc (struct test_f_f1_data): New type.
25223         (RUN_TEST_LOOP_f_f1): New macro.
25224         (gamma_test_data): New variable.
25225         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25226         (lgamma_test_data): New variable.
25227         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25228
25229 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25230
25231         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25232         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25233         (main): Comment "tls" pseudo-hwcap.
25234
25235 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25236
25237         * math/libm-test.inc (struct test_fl_f_data): New type.
25238         (RUN_TEST_LOOP_fl_f): New variable.
25239         (scalbln_test_data): New variable.
25240         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25241
25242         * math/libm-test.inc (struct test_fi_f_data): New type.
25243         (RUN_TEST_LOOP_fi_f): New macro.
25244         (ldexp_test_data): New variable.
25245         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25246         (scalbn_test_data): New variable.
25247         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25248
25249         * math/libm-test.inc (struct test_c_f_data): New type.
25250         (RUN_TEST_LOOP_c_f): New macro.
25251         (cabs_test_data): New variable.
25252         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25253         (carg_test_data): New variable.
25254         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25255         (cimag_test_data): New variable.
25256         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25257         (creal_test_data): New variable.
25258         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25259
25260         * math/libm-test.inc (struct test_if_f_data): New type.
25261         (RUN_TEST_LOOP_if_f): New macro.
25262         (jn_test_data): New variable.
25263         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25264         (yn_test_data): New variable.
25265         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25266
25267         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25268
25269 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25270
25271         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25272         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25273
25274 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25275
25276         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25277         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25278         (bench-deps): Add bench-timing.h.
25279         * benchtests-bench-skeleton.c: Include bench-timing.h.
25280         (main): Use TIMING_* macros instead of clock_gettime.
25281         * benchtests/bench-timing.h: New file.
25282
25283         [BZ #14582]
25284         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25285         Renamed from _LIB_VERSION.
25286         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25287
25288 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25289
25290         * math/libm-test.inc (struct test_fff_f_data): New type.
25291         (RUN_TEST_LOOP_fff_f): New macro.
25292         (fma_test_data): New variable.
25293         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25294         (fma_towardzero_test_data): New variable.
25295         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25296         (fma_downward_test_data): New variable.
25297         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25298         (fma_upward_test_data): New variable.
25299         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25300
25301         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25302         (struct test_c_c_data): New type.
25303         (RUN_TEST_LOOP_c_c): New macro.
25304         (cacos_test_data): New variable.
25305         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25306         (cacosh_test_data): New variable.
25307         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25308         (casin_test_data): New variable.
25309         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25310         (casinh_test_data): New variable.
25311         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25312         (catan_test_data): New variable.
25313         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25314         (catanh_test_data): New variable.
25315         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25316         (ccos_test_data): New variable.
25317         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25318         (ccosh_test_data): New variable.
25319         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25320         (cexp_test_data): New variable.
25321         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25322         (clog_test_data): New variable.
25323         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25324         (clog10_test_data): New variable.
25325         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25326         (conj_test_data): New variable.
25327         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25328         (cproj_test_data): New variable.
25329         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25330         (csin_test_data): New variable.
25331         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25332         (csinh_test_data): New variable.
25333         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25334         (csqrt_test_data): New variable.
25335         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25336         (ctan_test_data): New variable.
25337         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25338         (ctan_tonearest_test_data): New variable.
25339         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25340         (ctan_towardzero_test_data): New variable.
25341         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25342         (ctan_downward_test_data): New variable.
25343         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25344         (ctan_upward_test_data): New variable.
25345         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25346         (ctanh_test_data): New variable.
25347         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25348         (ctanh_tonearest_test_data): New variable.
25349         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25350         (ctanh_towardzero_test_data): New variable.
25351         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25352         (ctanh_downward_test_data): New variable.
25353         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25354         (ctanh_upward_test_data): New variable.
25355         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25356         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25357         of BUILD_COMPLEX.
25358
25359         * math/libm-test.inc (struct test_ff_f_data): New type.
25360         (struct test_ff_f_data_nexttoward): Likewise.
25361         (RUN_TEST_LOOP_2_f): New macro.
25362         (RUN_TEST_LOOP_ff_f): Likewise.
25363         (atan2_test_data): New variable.
25364         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25365         (copysign_test_data): New variable.
25366         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25367         (fdim_test_data): New variable.
25368         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25369         (fmax_test_data): New variable.
25370         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25371         (fmin_test_data): New variable.
25372         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25373         (fmod_test_data): New variable.
25374         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25375         (hypot_test_data): New variable.
25376         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25377         (nextafter_test_data): New variable.
25378         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25379         (nexttoward_test_data): New variable.
25380         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25381         (pow_test_data): New variable.
25382         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25383         (pow_tonearest_test_data): New variable.
25384         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25385         (pow_towardzero_test_data): New variable.
25386         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25387         (pow_downward_test_data): New variable.
25388         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25389         (pow_upward_test_data): New variable.
25390         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25391         (remainder_test_data): New variable.
25392         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25393         (scalb_test_data): New variable.
25394         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25395         * sysdeps/i386/fpu/libm-test-ulps: Update.
25396
25397 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25398
25399         * math/libm-test.inc (fma_test): Use max_value instead of local
25400         variable fltmax.
25401         (nextafter_test): Likewise.
25402
25403         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25404         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25405         (acos_downward_test_data): New variable.
25406         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25407         (acos_upward_test_data): New variable.
25408         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25409         (acosh_test_data): New variable.
25410         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25411         (asin_test_data): New variable.
25412         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25413         (asin_tonearest_test_data): New variable.
25414         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25415         (asin_towardzero_test_data): New variable.
25416         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25417         (asin_downward_test_data): New variable.
25418         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25419         (asin_upward_test_data): New variable.
25420         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25421         (asinh_test_data): New variable.
25422         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25423         (atan_test_data): New variable.
25424         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25425         (atanh_test_data): New variable.
25426         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25427         (cbrt_test_data): New variable.
25428         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25429         (ceil_test_data): New variable.
25430         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25431         (cos_test_data): New variable.
25432         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25433         (cos_tonearest_test_data): New variable.
25434         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25435         (cos_towardzero_test_data): New variable.
25436         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25437         (cos_downward_test_data): New variable.
25438         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25439         (cos_upward_test_data): New variable.
25440         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25441         (cosh_test_data): New variable.
25442         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25443         (cosh_tonearest_test_data): New variable.
25444         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25445         (cosh_towardzero_test_data): New variable.
25446         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25447         (cosh_downward_test_data): New variable.
25448         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25449         (cosh_upward_test_data): New variable.
25450         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25451         (erf_test_data): New variable.
25452         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25453         (erfc_test_data): New variable.
25454         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25455         (exp_test_data): New variable.
25456         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25457         (exp_tonearest_test_data): New variable.
25458         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25459         (exp_towardzero_test_data): New variable.
25460         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25461         (exp_downward_test_data): New variable.
25462         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25463         (exp_upward_test_data): New variable.
25464         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25465         (exp10_test_data): New variable.
25466         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25467         (exp2_test_data): New variable.
25468         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25469         (expm1_test_data): New variable.
25470         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25471         (fabs_test_data): New variable.
25472         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25473         (floor_test_data): New variable.
25474         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25475         (j0_test_data): New variable.
25476         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25477         (j1_test_data): New variable.
25478         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25479         (log_test_data): New variable.
25480         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25481         (log10_test_data): New variable.
25482         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25483         (log1p_test_data): New variable.
25484         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25485         (log2_test_data): New variable.
25486         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25487         (logb_test_data): New variable.
25488         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25489         (logb_downward_test_data): New variable.
25490         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25491         (nearbyint_test_data): New variable.
25492         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25493         (rint_test_data): New variable.
25494         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (rint_tonearest_test_data): New variable.
25496         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25497         (rint_towardzero_test_data): New variable.
25498         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25499         (rint_downward_test_data): New variable.
25500         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25501         (rint_upward_test_data): New variable.
25502         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25503         (round_test_data): New variable.
25504         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25505         (sin_test_data): New variable.
25506         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25507         (sin_tonearest_test_data): New variable.
25508         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25509         (sin_towardzero_test_data): New variable.
25510         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25511         (sin_downward_test_data): New variable.
25512         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25513         (sin_upward_test_data): New variable.
25514         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25515         (sinh_test_data): New variable.
25516         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25517         (sinh_tonearest_test_data): New variable.
25518         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25519         (sinh_towardzero_test_data): New variable.
25520         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25521         (sinh_downward_test_data): New variable.
25522         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25523         (sinh_upward_test_data): New variable.
25524         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25525         (sqrt_test_data): New variable.
25526         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25527         (tan_test_data): New variable.
25528         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25529         (tan_tonearest_test_data): New variable.
25530         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25531         (tan_towardzero_test_data): New variable.
25532         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25533         (tan_downward_test_data): New variable.
25534         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25535         (tan_upward_test_data): New variable.
25536         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25537         (tanh_test_data): New variable.
25538         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25539         (tgamma_test_data): New variable.
25540         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25541         (trunc_test_data): New variable.
25542         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25543         (y0_test_data): New variable.
25544         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25545         (y1_test_data): New variable.
25546         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25547         (significand_test_data): New variable.
25548         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25549
25550 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25551
25552         [BZ #12387]
25553         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25554
25555 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25556
25557         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25558
25559 2013-05-10  Andreas Jaeger  <aj@suse.de>
25560
25561         [BZ #15448]
25562         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25563         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25564
25565 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25566
25567         * math/gen-libm-test.pl (adjust_arg): New function.
25568         (special_functions): Handle generating output in both functions
25569         and arrays.
25570         (parse_args): Likewise.
25571         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25572         $in_func argument to parse_args.
25573         * math/libm-test.inc (struct test_f_f_data): New type.
25574         (IF_ROUND_INIT_): New macro.
25575         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25576         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25577         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25578         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25579         (ROUND_RESTORE_): Likewise.
25580         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25581         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25582         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25583         (ROUND_RESTORE_FE_UPWARD): Likewise.
25584         (RUN_TEST_LOOP_f_f): New macro.
25585         (acos_test_data): New variable.
25586         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25587         (acos_tonearest_test_data): New variable.
25588         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25589
25590 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25591
25592         * benchtests/bench-skeleton.c (startup): Fix coding style.
25593
25594 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25595
25596         [BZ #6809]
25597         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25598         negative infinity argument.
25599         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25600         negative infinity argument.
25601         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25602         negative infinity argument.
25603         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25604         domain errors.
25605
25606 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25607
25608         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25609         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25610         * iconv/iconv_prog.c (main): Likewise.
25611         * locale/programs/charmap-dir.c (charmap_readdir)
25612         (fopen_uncompressed): Likewise.
25613         * locale/programs/locfile.c (siblings_uncached)
25614         (write_locale_data): Use lstat64 instead of lstat.
25615         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25616         stat.
25617
25618 2013-05-10  Andreas Jaeger  <aj@suse.de>
25619
25620         [BZ #15395]
25621         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25622         localization.
25623         Include <locale.h>.
25624
25625 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25626
25627         * elf/dl-close.c (_dl_close_worker): Add comments.
25628
25629 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25630
25631         [BZ #15359]
25632         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25633         high part of pi/2.
25634         (__ieee754_rem_pio2l): Update comments.
25635
25636         [BZ #15429]
25637         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25638         high part of pi/2.
25639         (__ieee754_rem_pio2l): Update comments.
25640
25641         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25642         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25643
25644         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25645         M_PI_4l.
25646
25647         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25648         (M_PI_34_LOG10El): Likewise.
25649         (M_PI2_LOG10El): Likewise.
25650         (M_PI4_LOG10El): Likewise.
25651         (M_PI_LOG10El): Likewise.
25652
25653 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25654
25655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25656
25657 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25658
25659         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25660         (MINUS_ZERO_INIT): Likewise.
25661         (PLUS_INFTY_INIT): Likewise.
25662         (MINUS_INFTY_INIT): Likewise.
25663         (QNAN_VALUE_INIT): Likewise.
25664         (MAX_VALUE_INIT): Likewise.
25665         (MIN_VALUE_INIT): Likewise.
25666         (MIN_SUBNORM_VALUE_INIT): Likewise.
25667         (plus_zero): Initialize with PLUS_ZERO_INIT.
25668         (minus_zero): Initialize with MINUS_ZERO_INIT.
25669         (plus_infty): Initialize with PLUS_INFTY_INIT.
25670         (minus_infty): Initialize with MINUS_INFTY_INIT.
25671         (qnan_value): Initialize with QNAN_VALUE_INIT.
25672         (max_value): Initialize with MAX_VALUE_INIT.
25673         (min_value): Initialize with MIN_VALUE_INIT.
25674         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25675
25676         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25677         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25678         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25679         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25680
25681         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25682         (RUN_TEST_2_f): Likewise.
25683         (RUN_TEST_ff_f): Likewise.
25684         (RUN_TEST_fi_f): Likewise.
25685         (RUN_TEST_fl_f): Likewise.
25686         (RUN_TEST_fff_f): Likewise.
25687         (RUN_TEST_c_f): Likewise.
25688         (RUN_TEST_f_f1): Likewise.
25689         (RUN_TEST_fF_f1): Likewise.
25690         (RUN_TEST_fI_f1): Likewise.
25691         (RUN_TEST_ffI_f1): Likewise.
25692         (RUN_TEST_c_c): Likewise.
25693         (RUN_TEST_cc_c): Likewise.
25694         (RUN_TEST_f_i): Likewise.
25695         (RUN_TEST_f_i_tg): Likewise.
25696         (RUN_TEST_ff_i_tg): Likewise.
25697         (RUN_TEST_f_b): Likewise.
25698         (RUN_TEST_f_b_tg): Likewise.
25699         (RUN_TEST_f_l): Likewise.
25700         (RUN_TEST_f_L): Likewise.
25701         (RUN_TEST_sincos): Likewise.
25702         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25703         whether to show exceptions.  Do not include ");\n" in return
25704         value.
25705         (special_functions): Output call to RUN_TEST_sincos instead of
25706         check_float calls.  Update calls to new_test.
25707         (parse_args): Output call to single RUN_TEST_* macro instead of
25708         check_* calls and other assignments.  Update calls to new_test.
25709
25710         [BZ #2546]
25711         [BZ #2560]
25712         [BZ #5159]
25713         [BZ #15426]
25714         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25715         input to result for tgamma overflow.
25716         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25717         (gamma_coeff): New variable.
25718         (NCOEFF): New macro.
25719         (gamma_positive): New function.
25720         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25721         underflow here.  Use gamma_positive instead of exp (lgamma) for
25722         other arguments.
25723         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25724         (gamma_coeff): New variable.
25725         (NCOEFF): New macro.
25726         (gammaf_positive): New function.
25727         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25728         underflow here.  Use gamma_positive instead of exp (lgamma) for
25729         other arguments.
25730         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25731         (gamma_coeff): New variable.
25732         (NCOEFF): New macro.
25733         (gammal_positive): New function.
25734         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25735         underflow here.  Use gamma_positive instead of exp (lgamma) for
25736         other arguments.
25737         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25738         (gamma_coeff): New variable.
25739         (NCOEFF): New macro.
25740         (gammal_positive): New function.
25741         (__ieee754_gammal_r): Handle positive infinity, overflow and
25742         underflow here.  Handle NaN the same as positive infinity.  Remove
25743         check x < 0xffffffff for negative integers.  Use gamma_positive
25744         instead of exp (lgamma) for other arguments.
25745         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25746         (gamma_coeff): New variable.
25747         (NCOEFF): New macro.
25748         (gammal_positive): New function.
25749         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25750         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25751         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25752         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25753         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25754         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25755         * sysdeps/generic/math_private.h (__gamma_productf): New
25756         prototype.
25757         (__gamma_product): Likewise.
25758         (__gamma_productl): Likewise.
25759         * math/Makefile (libm-calls): Add gamma_product.
25760         * math/libm-test.inc (tgamma_test): Add more tests.
25761         * sysdeps/i386/fpu/libm-test-ulps: Update.
25762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25763
25764 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25765
25766         * benchtests/bench-skeleton.c (main): Preheat CPU.
25767
25768 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25769
25770         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25771
25772 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25773
25774         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25775         and _dl_skip_args_internal.
25776
25777 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25778
25779         * manual/message.texi (Message Translation): Talk about users.
25780         Message to key mapping impacts design.
25781
25782 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25783
25784         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25785
25786         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25787
25788         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25789         * sysdeps/wordsize-64/glob64.c: ... here.
25790
25791         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25792         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25793         New macros.
25794
25795         * debug/getlogin_r_chk.c: Moved to ...
25796         * login/getlogin_r_chk.c: ... here.
25797         * debug/Makefile (routines): Move getlogin_r_chk to ...
25798         * login/Makefile (routines): ... here.
25799         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25800         * login/Versions (libc: GLIBC_2.4): ... here.
25801
25802         * io/poll.c (__poll): Renamed from poll.
25803         Add libc_hidden_def.
25804         (poll): Define as weak alias.
25805
25806         * debug/ptsname_r_chk.c: Moved to ...
25807         * login/ptsname_r_chk.c: ... here.
25808         * debug/Makefile (routines): Move ptsname_r_chk to ...
25809         * login/Makefile (routines): ... here.
25810         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25811         * login/Versions (libc: GLIBC_2.4): ... here.
25812
25813         * posix/getlogin.c: Moved to ...
25814         * login/getlogin.c: ... here.
25815         * posix/getlogin_r.c: Moved to ...
25816         * login/getlogin_r.c: ... here.
25817         * posix/getlogin_r.c: Moved to ...
25818         * login/getlogin_r.c: ... here.
25819         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25820         * login/Makefile (routines): ... here.
25821         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25822         * login/Versions (libc: GLIBC_2.0): ... here.
25823
25824         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25825         (setrlimit): Define as weak alias.
25826
25827         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25828         Call __ names for open, ftruncate, and close.
25829         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25830         (truncate): Define as weak alias.
25831
25832 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25833
25834         * math/gen-libm-test.pl (parse_args): Initialize x before each
25835         test of frexp, modf and remquo.
25836
25837         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25838         test signgam value.
25839
25840 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25841
25842         [BZ #15418]
25843         [BZ #15419]
25844         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25845         internal tests.
25846         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25847
25848 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25849
25850         * elf/dl-writev.h: New file.
25851         * elf/dl-misc.c: Include it.
25852         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25853         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25854
25855 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25856
25857         * math/libm-test.inc (noXFails): Remove variable.
25858         (noXPasses): Likewise.
25859         (BUILD_COMPLEX_INT): Remove macro.
25860         (print_screen): Remove xfail argument.
25861         (print_screen_max_error): Likewise.
25862         (update_stats): Likewise.
25863         (print_max_error): Likewise.  Update calls to other affected
25864         functions.
25865         (print_complex_max_error): Likewise.
25866         (test_single_exception): Update calls to print_screen.
25867         (test_single_errno): Likewise.
25868         (check_float_internal): Remove xfail argument.  Update calls to
25869         other affected functions.
25870         (check_float): Likewise.
25871         (check_complex): Likewise.
25872         (check_int): Likewise.
25873         (check_long): Likewise.
25874         (check_bool): Likewise.
25875         (check_longlong): Likewise.
25876         (main): Don't print noXFails and noXPasses.
25877         * math/gen-libm-test.pl (top level): Don't mention expected
25878         failure handling in comment.
25879         (new_test): Don't handle expected failures.
25880         (parse_args): Don't mention expected failure handling in comment.
25881         (generate_testfile): Don't handle expected failures.
25882         (parse_ulps): Likewise.
25883         (print_ulps_file): Likewise.
25884         (get_failure): Remove function.
25885         (output_test): Don't handle expected failures.
25886         * make/README.libm-test: Don't mention expected failure handling.
25887
25888         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25889         (minus_zero): Likewise.
25890         (plus_infty): Likewise.
25891         (minus_infty): Likewise.
25892         (qnan_value): Likewise.
25893         (max_value): Likewise.
25894         (min_value): Likewise.
25895         (min_subnorm_value): Likewise.
25896         (initialize): Do not initialize those variables dynamically.
25897
25898 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25899
25900         * io/open.c (__open_2): Moved to ...
25901         * io/open_2.c: ... this new file.
25902         * io/open64.c (__open64_2): Moved to ...
25903         * io/open64_2.c: ... this new file.
25904         * io/openat.c (__openat_2): Moved to ...
25905         * io/openat_2.c: ... this new file.
25906         * io/openat64.c (__openat64_2): Moved to ...
25907         * io/openat64_2.c: ... this new file.
25908         * io/Makefile (routines): Add them.
25909         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25910         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25911         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25912         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25913         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25914         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25915         (__openat64): Add hidden_ver.
25916         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25917         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25918
25919         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25920         Separately conditionalize setting of GLRO(dl_sysinfo) so
25921         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25922         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25923
25924 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25925
25926         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25927         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25928         definition.
25929         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25930         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25931         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25932         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25933         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25934
25935 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25936
25937         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25938         test signgam value.
25939
25940         * math/libm-test.inc (hypot_test): Do not use
25941         IGNORE_ZERO_INF_SIGN.
25942
25943 2013-05-03  Andreas Jaeger  <aj@suse.de>
25944
25945         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25946         Linux 3.9.
25947         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25948         (PF_MAX): Adjust for VSOCK change.
25949
25950 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25951
25952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25953
25954 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25955
25956         [BZ #15264]
25957         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25958         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25959         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25960
25961 2013-05-02  David S. Miller  <davem@davemloft.net>
25962
25963         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25964
25965 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25966
25967         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25968
25969 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25970
25971         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25972
25973 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25974
25975         [BZ #14952]
25976         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25977         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25978         Use __attribute__ ((__gnu_inline__)).
25979         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25980         Don't use __attribute__ ((__gnu_inline__)).
25981
25982 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25983
25984         [BZ #15423]
25985         * math/s_catan.c (__catan): Handle small real or imaginary part of
25986         input specially to avoid spurious underflow.
25987         * math/s_catanf.c (__catanf): Likewise.
25988         * math/s_catanh.c (__catanh): Likewise.
25989         * math/s_catanhf.c (__catanhf): Likewise.
25990         * math/s_catanhl.c (__catanhl): Likewise.
25991         * math/s_catanl.c (__catanl): Likewise.
25992         * math/libm-test.inc (catan_test): Add more tests.
25993         (catanh_test): Likewise.
25994         * sysdeps/i386/fpu/libm-test-ulps: Update.
25995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25996
25997 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25998
25999         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26000
26001 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26002
26003         [BZ #15416]
26004         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26005         accurately for denominator in atan2.
26006         * math/s_catanf.c (__catanf): Likewise.
26007         * math/s_catanh.c (__catanh): Likewise.
26008         * math/s_catanhf.c (__catanhf): Likewise.
26009         * math/s_catanhl.c (__catanhl): Likewise.
26010         * math/s_catanl.c (__catanl): Likewise.
26011         * math/libm-test.inc (catan_test): Add more tests.
26012         (catanh_test): Likewise.
26013         * sysdeps/i386/fpu/libm-test-ulps: Update.
26014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26015
26016 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26017
26018         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26019
26020         * benchtests/Makefile (bench): Remove slow benchmarks.
26021         * benchtests/atan-inputs: Add slow benchmark inputs.
26022         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26023         (BENCH_FUNC): Accept variant offset.
26024         (VARIANT): Define.
26025         * benchtests/bench-skeleton.c (main): Run benchmark for each
26026         variant.
26027         * benchtests/cos-inputs: Add slow benchmark inputs.
26028         * benchtests/exp-inputs: Likewise.
26029         * benchtests/pow-inputs: Likewise.
26030         * benchtests/sin-inputs: Likewise.
26031         * benchtests/slowatan-inputs: Remove.
26032         * benchtests/slowatan.c: Remove.
26033         * benchtests/slowcos-inputs: Remove.
26034         * benchtests/slowcos.c: Remove.
26035         * benchtests/slowexp-inputs: Remove.
26036         * benchtests/slowexp.c: Remove.
26037         * benchtests/slowpow-inputs: Remove.
26038         * benchtests/slowpow.c: Remove.
26039         * benchtests/slowsin-inputs: Remove.
26040         * benchtests/slowsin.c: Remove.
26041         * benchtests/slowtan-inputs: Remove.
26042         * benchtests/slowtan.c: Remove.
26043         * benchtests/tan-inputs: Add slow benchmark inputs.
26044         * scripts/bench.pl: Parse comments and directives.
26045
26046         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26047         in CPPFLAGS.
26048         ($(objpfx)bench-%.c): Remove *-ITER.
26049         * benchtests/bench-modf.c: Remove definition of ITER.
26050         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26051         (main): Loop for DURATION seconds instead of fixed number of
26052         iterations.
26053         * scripts/bench.pl: Don't expect iterations in parameters.
26054
26055 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26056
26057         * io/fchdir.c (__fchdir): Renamed from fchdir.
26058         (fchdir): Define as weak alias.
26059
26060 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26061
26062         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26063         (ERRNO_EDOM): Likewise.
26064         (ERRNO_ERANGE): Likewise.
26065         (noErrnoTests): New variable.
26066         (init_max_error): Set errno to 0.
26067         (test_single_errno): New function.
26068         (test_errno): Likewise.
26069         (check_float_internal): Call test_errno.  Set errno to 0.
26070         (check_complex): Refer to errno tests in comment.
26071         (check_int): Call test_errno.  Set errno to 0.
26072         (check_long): Likewise.
26073         (check_bool): Likewise.
26074         (check_longlong): Likewise.
26075         (cos_test): Use ERRNO_* flags for errno tests instead of
26076         check_int.
26077         (expm1_test): Likewise.
26078         (fmod_test): Likewise.
26079         (ilogb_test): Likewise.
26080         (lgamma_test): Likewise.
26081         (pow_test): Likewise.
26082         (remainder_test): Likewise.
26083         (sin_test): Likewise.
26084         (tan_test): Likewise.
26085         (yn_test): Likewise.
26086         (initialize): Set errno to 0.
26087         (main): Print number of errno tests.
26088         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26089
26090 2013-04-29  Andreas Jaeger  <aj@suse.de>
26091
26092         [BZ #15084]
26093         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26094         and RES_USEVC.
26095
26096         [BZ #15085]
26097         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26098         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26099         unimplemented.
26100
26101         [BZ #15380]
26102         * stdlib/random.c (__initstate): Return NULL if
26103         __initstate fails.
26104
26105         [BZ #15086]
26106         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26107         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26108         RES_SNGLKUPREOP.
26109
26110 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26111
26112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26113
26114 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26115
26116         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26117         of individual tests.
26118         (casin_test): Likewise.
26119         (casinh_test): Likewise.
26120
26121 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26122
26123         [BZ #15409]
26124         * math/s_catan.c (__catan): Handle arguments with large real or
26125         imaginary part separately without squaring.
26126         * math/s_catanf.c (__catanf): Likewise.
26127         * math/s_catanh.c (__catanh): Likewise.
26128         * math/s_catanhf.c (__catanhf): Likewise.
26129         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26130         and redefine.
26131         (__catanhl): Handle arguments with large real or imaginary part
26132         separately without squaring.
26133         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26134         and redefine.
26135         (__catanl): Handle arguments with large real or imaginary part
26136         separately without squaring.
26137         * math/libm-test.inc (catan_test): Add more tests.
26138         (catanh_test): Likewise.
26139         * sysdeps/i386/fpu/libm-test-ulps: Update.
26140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26141
26142 2013-04-27  Andreas Jaeger  <aj@suse.de>
26143
26144         [BZ #15007]
26145         * stdlib/stdlib.h: Update guards for qecvt.
26146         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26147         <stdlib.h>.
26148
26149 2013-04-27  Allan McRae  <allan@archlinux.org>
26150
26151         * sysdeps/i386/fpu/libm-test-ulps: Update.
26152
26153 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26154
26155         [BZ #15406]
26156         * math/s_catan.c: Include <float.h>.
26157         (__catan): Ensure underflow exception occurs for underflowed
26158         result.
26159         * math/s_catanf.c: Include <float.h>.
26160         (__catanf): Ensure underflow exception occurs for underflowed
26161         result.
26162         * math/s_catanh.c: Include <float.h>.
26163         (__catanh): Ensure underflow exception occurs for underflowed
26164         result.
26165         * math/s_catanhf.c: Include <float.h>.
26166         (__catanhf): Ensure underflow exception occurs for underflowed
26167         result.
26168         * math/s_catanhl.c: Include <float.h>.
26169         (__catanhl): Ensure underflow exception occurs for underflowed
26170         result.
26171         * math/s_catanl.c: Include <float.h>.
26172         (__catanl): Ensure underflow exception occurs for underflowed
26173         result.
26174         * math/libm-test.inc (catan_test): Add more tests.
26175         (catanh_test): Likewise.
26176
26177         [BZ #15405]
26178         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26179         underflowed result.
26180         * math/s_ccoshf.c (__ccoshf): Likewise.
26181         * math/s_ccoshl.c (__ccoshl): Likewise.
26182         * math/s_csin.c (__csin): Likewise.
26183         * math/s_csinf.c (__csinf): Likewise.
26184         * math/s_csinh.c (__csinh): Likewise.
26185         * math/s_csinhf.c (__csinhf): Likewise.
26186         * math/s_csinhl.c (__csinhl): Likewise.
26187         * math/s_csinl.c (__csinl): Likewise.
26188         * math/libm-test.inc (ccos_test): Add more tests.
26189         (ccosh_test): Likewise.
26190         (csin_test): Likewise.
26191         (csinh_test): Likewise.
26192
26193 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26194
26195         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26196         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26197         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26198         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26199         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26200         powerpc/power5+/fpu folders.
26201         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26202
26203
26204 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26205
26206         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26207
26208 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26209
26210         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26211         additions to variable.
26212         [$(config-machine) = x86_64] (modules-names): Likewise.
26213         ($(objpfx)tst-audit3): Remove dependency.
26214         ($(objpfx)tst-audit3.out): Likewise.
26215         ($(objpfx)tst-audit4): Likewise.
26216         ($(objpfx)tst-audit4.out): Likewise.
26217         ($(objpfx)tst-audit5): Likewise.
26218         ($(objpfx)tst-audit5.out): Likewise.
26219         ($(objpfx)tst-audit6): Likewise.
26220         ($(objpfx)tst-audit6.out): Likewise.
26221         ($(objpfx)tst-audit7): Likewise.
26222         ($(objpfx)tst-audit7.out): Likewise.
26223         (tst-audit3-ENV): Remove variable.
26224         (tst-audit4-ENV): Likewise.
26225         (tst-audit5-ENV): Likewise.
26226         (tst-audit6-ENV): Likewise.
26227         (tst-audit7-ENV): Likewise.
26228         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26229         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26230         addition to variable.
26231         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26232         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26233         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26234         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26235         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26236         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26237         tst-audit3, tst-audit4 and tst-audit5.
26238         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26239         tst-audit6 and tst-audit7.
26240         [$(subdir) = elf] (modules-names): Add audit modules for those
26241         tests.
26242         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26243         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26244         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26245         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26246         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26247         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26248         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26249         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26250         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26251         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26252         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26253         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26254         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26255         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26256         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26257         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26258         Likewise.
26259         [$(subdir) = elf && $(config-cflags-avx) = yes]
26260         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26261         [$(subdir) = elf && $(config-cflags-avx) = yes]
26262         (CFLAGS-tst-auditmod4a.c): Likewise.
26263         [$(subdir) = elf && $(config-cflags-avx) = yes]
26264         (CFLAGS-tst-auditmod4b.c): Likewise.
26265         [$(subdir) = elf && $(config-cflags-avx) = yes]
26266         (CFLAGS-tst-auditmod6b.c): Likewise.
26267         [$(subdir) = elf && $(config-cflags-avx) = yes]
26268         (CFLAGS-tst-auditmod6c.c): Likewise.
26269         [$(subdir) = elf && $(config-cflags-avx) = yes]
26270         (CFLAGS-tst-auditmod7b.c): Likewise.
26271         * elf/tst-audit3.c: Move to ...
26272         * sysdeps/x86_64/tst-audit3.c: ... here.
26273         * elf/tst-audit4.c: Move to ...
26274         * sysdeps/x86_64/tst-audit4.c: ... here.
26275         * elf/tst-audit5.c: Move to ...
26276         * sysdeps/x86_64/tst-audit5.c: ... here.
26277         * elf/tst-audit6.c: Move to ...
26278         * sysdeps/x86_64/tst-audit6.c: ... here.
26279         * elf/tst-audit7.c: Move to ...
26280         * sysdeps/x86_64/tst-audit7.c: ... here.
26281         * elf/tst-auditmod3a.c: Move to ...
26282         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26283         * elf/tst-auditmod3b.c: Move to ...
26284         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26285         * elf/tst-auditmod4a.c: Move to ...
26286         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26287         * elf/tst-auditmod4b.c: Move to ...
26288         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26289         * elf/tst-auditmod5a.c: Move to ...
26290         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26291         * elf/tst-auditmod5b.c: Move to ...
26292         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26293         * elf/tst-auditmod6a.c: Move to ...
26294         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26295         * elf/tst-auditmod6b.c: Move to ...
26296         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26297         * elf/tst-auditmod6c.c: Move to ...
26298         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26299         * elf/tst-auditmod7a.c: Move to ...
26300         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26301         * elf/tst-auditmod7b.c: Move to ...
26302         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26303
26304 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26305
26306         [BZ #15366]
26307         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26308         define unconditionally.
26309         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26310         define unconditionally.
26311         (INT8_C, INT16_C, etc.): Likewise.
26312
26313 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26314
26315         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26316         __ehdr_start with hidden visibility.
26317
26318         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26319
26320 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26321
26322         * math/libm-test.inc (cos_test): Use accurate hex constants.
26323         (sincost_test): Likewise.
26324
26325 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26326
26327         * math/libm-test.inc (catan_test): Add more tests.
26328         (catanh_test): Likewise.
26329
26330         * math/s_catanf.c (__catanf): Use suffixed floating-point
26331         constants.
26332         * math/s_catanhf.c (__catanhf): Likewise.
26333         * math/s_catanhl.c (__catanhl): Likewise.
26334         * math/s_catanl.c (__catanl): Likewise.
26335
26336         [BZ #15394]
26337         * math/s_catan.c (__catan): Calculate imaginary part of result
26338         with log1p not log unless computing log of number close to 0.
26339         * math/s_catanf.c (__catanf): Likewise.
26340         * math/s_catanl.c (__catanl): Likewise.
26341         * math/s_catanh.c (__catanh): Calculate real part of result with
26342         log1p not log unless computing log of number close to 0.
26343         * math/s_catanhf.c (__catanhf): Likewise.
26344         * math/s_catanhl.c (__catanhl): Likewise.
26345         * math/libm-test.inc (catan_test): Add more tests.
26346         (catanh_test): Likewise.
26347         * sysdeps/i386/fpu/libm-test-ulps: Update.
26348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26349
26350 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26351
26352         * benchtests/Makefile: Mention files in which fast and slow
26353         paths of math functions are implemented.
26354
26355 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26356
26357         * sysdeps/posix/timespec_get.c: New file.
26358
26359 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26360
26361         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26362         POWER.
26363         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26364         for POWER.
26365         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26366         powerpc/power5/fpu folders.
26367         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26368         * benchtests/Makefile: Add modf testcase.
26369         * benchtests/bench-modf.c: New file: Benchmark test for mo
26370
26371 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26372
26373         [BZ #14888]
26374         * time/Makefile (tests): Add tst-strptime-whitespace.
26375         * time/strptime_l.c (get_number): Use ISSPACE.
26376         (__strptime_internal): Likewise.
26377         * time/tst-strptime-whitespace.c: New test case.
26378
26379 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26380
26381         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26382         member.
26383         (_nss_files_init): Set it here.
26384
26385 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26386
26387         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26388         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26389         unsigned.
26390
26391 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26392
26393         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26394
26395 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26396
26397         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26398         size just once.
26399
26400 2013-04-21  David S. Miller  <davem@davemloft.net>
26401
26402         * po/ru.po: Update Russion translation from translation project.
26403
26404 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26405
26406         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26407         and setfsgid.
26408
26409 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26410
26411         * configure.in: Remove i386 configure warning. Remove i386 case.
26412         * configure: Regenerate.
26413         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26414         Add example to error message.
26415         * sysdeps/i386/configure: Regenerate.
26416
26417 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26418
26419         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26420         slowtan.
26421         * benchtests/cos-inputs: New file.
26422         * benchtests/slowcos-inputs: New file.
26423         * benchtests/slowcos.c: New file.
26424         * benchtests/slowtan-inputs: New file.
26425         * benchtests/slowtan.c: New file.
26426         * benchtests/tan-inputs: New file.
26427
26428 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26429
26430         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26431         considered kosher.
26432
26433 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26434
26435         * benchtests/Makefile: Include cppflags-iterator.mk to add
26436         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26437
26438         * Makefile.in (bench-clean): New target.
26439         * benchtests/Makefile (bench-clean): Likewise.
26440
26441 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26442
26443         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26444
26445 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26446
26447         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26448
26449 2013-04-15  Andreas Schwab  <schwab@suse.de>
26450
26451         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26452         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26453         * nscd/pwdcache.c (cache_addpw): Likewise.
26454         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26455         more than recsize.
26456
26457 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26458
26459         * benchtests/Makefile (bench): Write all output to
26460         bench-out.tmp together.
26461
26462 2013-04-15  Andreas Schwab  <schwab@suse.de>
26463
26464         * nscd/nscd.c (main): Don't fork again after closing files.
26465
26466 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26467
26468         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26469
26470         * benchtests/Rules (bench-deps): Collect dependencies into a
26471         single variable.  Add Makefile to dependencies.
26472         ($(objpfx)bench-%.c): Depend on bench-deps.
26473
26474 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26475             Xavier Roche  <roche+kml2@exalead.com>
26476
26477         [BZ #15361]
26478         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26479         just that it's a file descriptor.
26480         * manual/llio.texi (Synchronizing AIO Operations): Update description
26481         for EBADF error from aio_fsync.
26482
26483 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26484
26485         * Rules (bench): Move target definition...
26486         * benchtests/Makefile: ... here.
26487
26488 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26489
26490         * math/libm-test.inc (cos_test): Fix PI/2 test.
26491         (sincos_test): Likewise.
26492         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26493         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26494
26495 2013-04-11  Andreas Schwab  <schwab@suse.de>
26496
26497         [BZ #13988]
26498         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26499         accept exponent character only when digits were seen.
26500         * stdio-common/Makefile (tests): Add bug26.
26501         * stdio-common/bug26.c: New file.
26502
26503         [BZ #14293]
26504         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26505         non-freeable.
26506
26507 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26508
26509         * Makeconfig (rtld-prefix): Define built linker prefix.
26510         * Rules (run-bench): Use it.
26511         * math/Makefile (run-regen-ulps): Likewise.
26512
26513         * Rules (bench): Remove eval.
26514
26515 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26516             Roland McGrath  <roland@hack.frob.com>
26517             Ondrej Bilka  <neleai@seznam.cz>
26518
26519         [BZ #15346]
26520         * time/getdate.c: Include ctype.h and alloca.h.
26521         (__getdate_r): Trim leading and trailing spaces of input.
26522         * time/tst-getdate.c (tests): Add tests with leading and
26523         trailing spaces.
26524
26525 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26526
26527         [BZ #14280]
26528         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26529         when computing value.
26530
26531 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26532
26533         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26534         Use testrun.sh to run libm tests.
26535
26536         [BZ #15309]
26537         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26538
26539 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26540
26541         [BZ #15264]
26542         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26543
26544 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26545
26546         * Makefile.in (regen-ulps): New target.
26547         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26548         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26549         [ifneq (no,$(PERL)] (regen-ulps): New target.
26550         [ifeq (no,$(PERL)] (regen-ulps): New target.
26551         * math/libm-test.inc (ulps_file_name): Define.
26552         (output_dir): New variable.
26553         (options): Add "output-dir" option.
26554         (parse_opt): Handle 'o' case.
26555         (main): If output_dir is non-NULL use it as a prefix
26556         otherwise use "".
26557         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26558
26559 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26560
26561         [BZ #10060, #10062]
26562         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26563         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26564         fail configure if __sync_val_compare_and_swap is not inlined.
26565         * sysdeps/i386/configure: Regenerate.
26566         * configure.in: Build for i686 when configured for i386.
26567         * configure: Regenerate.
26568         * README: Remove i386 reference.
26569
26570 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26571
26572         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26573         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26574
26575 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26576
26577         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26578         (lmsnanval): New variables.
26579         (F): Add conversion tests.
26580         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26581         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26582
26583         * stdio-common/tstdiomisc.c (F): Properly collect individual
26584         tests' results.
26585
26586         [BZ #14686, #15336]
26587         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26588         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26589         Instead, use input NaN values or generate a qNaN by arithmetic
26590         operation.  Also fix bugs to comply with the standard.
26591         * math/libm-test.inc (remainder_test): Add more tests.
26592
26593         [BZ #15335, #15342]
26594         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26595         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26596         input NaN values or generate a qNaN by arithmetic operation.
26597
26598         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26599         unreachable code.
26600
26601         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26602         definitions.
26603
26604 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26605
26606         [BZ #14478]
26607         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26608         underflowed result.
26609         * math/s_cexpf.c (__cexpf): Likewise.
26610         * math/s_cexpl.c (__cexpl): Likewise.
26611         * math/libm-test.inc (cexp_test): Add more tests.
26612
26613 2013-04-03  Andreas Schwab  <schwab@suse.de>
26614
26615         [BZ #15330]
26616         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26617         order arrays from heap if bigger than alloca cutoff.
26618
26619 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26620
26621         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26622         (SNAN_TESTS_double): Refer to GCC PR56831.
26623         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26624         GCC PR56828.
26625
26626 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26627
26628         * Rules (bench): Move bench.out after the run is complete.
26629
26630         * Rules (bench): Echo currently running benchmark.
26631
26632         * benchtests/Makefile (bench): Add atan and slowatan.
26633         * benchtests/atan-inputs: New file.
26634         * benchtests/slowatan-inputs: New file.
26635         * benchtests/slowatan.c: New file.
26636
26637         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26638         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26639         its value.
26640
26641         [BZ #15305]
26642         * sysdeps/unix/sysv/linux/kernel-features.h
26643         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26644         __ASSUME_XFS_RESTRICTED_CHOWN.
26645         * sysdeps/unix/sysv/linux/pathconf.c
26646         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26647         Save and restore errno.
26648
26649 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26650
26651         [BZ #15327]
26652         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26653         arguments using __kernel_casinh.
26654         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26655         arguments using __kernel_casinhf.
26656         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26657         arguments using __kernel_casinhl.
26658         * math/libm-test.inc (cacosh_test): Add more tests.
26659         * sysdeps/i386/fpu/libm-test-ulps: Update.
26660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26661
26662 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26663
26664         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26665         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26666
26667         * bench/Makefile (bench): Add sin and slowsin.
26668         * benchtests/sin-inputs: New file.
26669         * benchtests/slowsin-inputs: New file.
26670         * benchtests/slowsin.c: New file.
26671
26672         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26673         (bench): Add slowexp and slowpow.
26674         (exp-ITER): Increase iterations.
26675         (pow-ITER): Likewise.
26676         * benchtests/exp-inputs: Change input.
26677         * benchtests/pow-inputs: Likewise.
26678         * benchtests/slowexp-inputs: New file.
26679         * benchtests/slowexp.c: New file.
26680         * benchtests/slowpow-inputs: New file.
26681         * benchtests/slowpow.c: New file.
26682
26683 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26684
26685         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26686         instructions.
26687         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26688         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26689         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26690         * benchtests/Makefile: Add rint benchtest.
26691         * benchtests/rint-inputs: Input for rint benchtest.
26692
26693 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26694
26695         * Versions.def (libm): Add GLIBC_2.18.
26696         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26697         hidden libm prototypes.
26698         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26699         * math/Makefile (libm-calls): Add s_issignaling.
26700         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26701         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26702         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26703         declaration.
26704         * math/math.h [__USE_GNU] (issignaling): New macro.
26705         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26706         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26707         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26708         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26709         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26710         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26711         * manual/arith.texi (issignaling): New section.
26712         * manual/libm-err-tab.pl (@all_functions): Update comment.
26713         * math/gen-libm-test.pl (parse_args): Apply special handling for
26714         issignaling.
26715         * math/libm-test.inc (print_float, issignaling_test): New
26716         functions.
26717         (check_float_internal): Add issignaling checks.
26718         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26719         default definition.
26720         * sysdeps/powerpc/math-tests.h: New file.
26721         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26722         tests.
26723         * math/test-snan.c (TEST_FUNC): Likewise.
26724
26725 2013-03-30  David S. Miller  <davem@davemloft.net>
26726
26727         * po/de.po: Update from translation team.
26728
26729 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26730
26731         [BZ #10357]
26732         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26733         imaginary part less than 1.0 and real part less than 0.5
26734         specially.
26735         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26736         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26737         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26738         (cacos_test): Add more tests.
26739         (casin_test): Likewise.
26740         (casinh_test): Likewise.
26741         * sysdeps/i386/fpu/libm-test-ulps: Update.
26742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26743
26744 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26745
26746         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26747         ONE with its value.
26748
26749         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26750         (__pow_mp): Replace ONE and MONE with their values.
26751         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26752         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26753         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26754         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26755         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26756         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26757
26758         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26759
26760         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26761         (__pow_mp): Replace ZERO and MZERO with their values.
26762         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26763         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26764         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26765         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26766         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26767         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26768         (__sqr): Likewise.
26769
26770         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26771
26772         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26773
26774 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26775
26776         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26777         Declare with __attribute__ ((weak)).
26778         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26779         Call __call_tls_dtors only if it's not NULL.
26780
26781 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26782
26783         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26784         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26785         magic __ehdr_start linker symbol if it's defined.
26786         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26787         them up here if it was already done.
26788
26789         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26790         (_dl_aux_init): Use const in cast when setting it.
26791         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26792         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26793         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26794
26795         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26796         Declare them here.
26797         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26798         * csu/libc-tls.c: Nor here.
26799         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26800
26801         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26802         (__libc_message): Never call vsyslog.
26803
26804 2013-03-28  Alan Modra  <amodra@gmail.com>
26805
26806         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26807         Define as empty.
26808         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26809         Likewise.
26810
26811 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26812
26813         [BZ #15214]
26814         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26815         underflow.
26816         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26817
26818 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26819
26820         [BZ #15304]
26821         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26822         Don't add gid passed as argument.
26823
26824         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26825
26826 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26827
26828         [BZ #15307]
26829         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26830         imaginary part between 1.0 and 1.5 and real part less than 0.5
26831         specially.
26832         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26833         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26834         * math/libm-test.inc (cacos_test): Add more tests.
26835         (casin_test): Likewise.
26836         (casinh_test): Likewise.
26837         * sysdeps/i386/fpu/libm-test-ulps: Update.
26838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26839
26840 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26841
26842         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26843         constants.
26844         (norm): Likewise.
26845         (denorm): Likewise.
26846         (__dbl_mp): Likewise.
26847         (add_magnitudes): Likewise.
26848         (sub_magnitudes): Likewise.
26849         (__add): Likewise.
26850         (__sub): Likewise.
26851         (__mul): Likewise.
26852         (__sqr): Likewise.
26853         (__inv): Likewise.
26854         (__dvd): Likewise.
26855
26856         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26857         commented code.
26858         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26859         (__dubcos): Likewise.
26860         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26861         (__ieee754_acos): Likewise.
26862         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26863         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26864         (__exp1): Likewise.
26865         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26866         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26867         (log1): Likewise.
26868         (my_log2): Likewise.
26869         (checkint): Likewise.
26870         * sysdeps/ieee754/dbl-64/e_remainder.c
26871         (__ieee754_remainder): Likewise.
26872         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26873         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26874         (bsloww): Likewise.
26875         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26876
26877         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26878         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26879         MANTISSA_STORE_T to store computations on mantissa.  Use
26880         macros for rounding and division.
26881         (denorm): Likewise.
26882         (__dbl_mp): Likewise.
26883         (add_magnitudes): Likewise.
26884         (sub_magnitudes): Likewise.
26885         (__mul): Likewise.
26886         (__sqr): Likewise.
26887         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26888         powers of two in terms of TWOPOW macro.
26889         (mp_no): Make type of mantissa as MANTISSA_T.
26890         [!RADIXI]: Define RADIXI.
26891         [!TWO52]: Define TWO52.
26892         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26893
26894 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26895
26896         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26897         llroundl symbol when building for PPC32.
26898
26899 2013-03-24  Mark H Weaver  <mhw@netris.org>
26900
26901         * manual/arith.texi (Normalization Functions): Fix prototypes for
26902         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26903
26904 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26905
26906         [BZ #13889]
26907         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26908         high value to check if expl overflow.
26909         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26910         to check for underflow and overflow.
26911         * math/libm-test.inc: Add exp test.
26912
26913 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26914
26915         [BZ #11120]
26916         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26917         with NOT_IN_libc.
26918
26919 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26920
26921         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26922         symbol.
26923
26924 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26925
26926         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26927         wrap blocks consisting of several statements.
26928
26929         * sysdeps/generic/math-tests.h: New file.
26930         * sysdeps/i386/fpu/math-tests.h: Likewise.
26931         * math/test-snan.c: Include it.
26932         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26933
26934 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26935
26936         [BZ #15285]
26937         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26938         (__ieee754_j0l): Do not improve calculations using cos of twice
26939         input for inputs above LDBL_MAX / 2.0L.
26940         (__ieee754_y0l): Likewise.
26941         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26942         (__ieee754_j1l): Do not improve calculations using cos of twice
26943         input for inputs above LDBL_MAX / 2.0L.
26944         (__ieee754_y1l): Likewise.
26945         * math/libm-test.inc (j0_test): Add another test.
26946         (j1_test): Likewise.
26947         (y0_test): Likewise.
26948         (y1_test): Likewise.
26949         * sysdeps/i386/fpu/libm-test-ulps: Update.
26950
26951 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26952
26953         * Rules ($(objpfx)bench-%.c): Include code from a C source
26954         file.
26955
26956 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26957
26958         [BZ #15287]
26959         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26960         imaginary part 1.0 and real part less than 0.5 specially.
26961         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26962         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26963         * math/libm-test.inc (cacos_test): Add more tests.
26964         (casin_test): Likewise.
26965         (casinh_test): Likewise.
26966         * sysdeps/i386/fpu/libm-test-ulps: Update.
26967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26968
26969 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26970
26971         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26972         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26973
26974 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26975
26976         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26977         * config.make.in (config-cflags-sse4): Remove variable.
26978         (config-cflags-avx): Likewise.
26979         (config-cflags-sse2avx): Likewise.
26980         (config-cflags-novzeroupper): Likewise.
26981         (config-asflags-i686): Likewise.
26982         (have-mfma4): Likewise.
26983         (have-as-vis3): Likewise.
26984         (MIG): Likewise.
26985         * configure.in (MIG): Do not AC_SUBST.
26986         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26987         (libc_cv_cc_sse4): Do not AC_SUBST.
26988         (libc_cv_cc_avx): Likewise.
26989         (libc_cv_cc_sse2avx): Likewise.
26990         (libc_cv_cc_novzeroupper): Likewise.
26991         (libc_cv_cc_fma4): Likewise.
26992         (libc_cv_as_i686): Likewise.
26993         (libc_cv_sparc_as_vis3): Likewise.
26994         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26995         LIBC_CONFIG_VAR.
26996         (config-asflags-i686): Likewise.
26997         (config-cflags-avx): Likewise.
26998         (config-cflags-sse2avx): Likewise.
26999         (have-mfma4): Likewise.
27000         (config-cflags-novzeroupper): Likewise.
27001         * sysdeps/mach/configure.in (MIG): Likewise.
27002         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27003         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27004         LIBC_CONFIG_VAR.
27005         (config-cflags-avx): Likewise.
27006         (config-cflags-sse2avx): Likewise.
27007         (have-mfma4): Likewise.
27008         (config-cflags-novzeroupper): Likewise.
27009         * configure: Regenerated.
27010         * sysdeps/i386/configure: Likewise.
27011         * sysdeps/mach/configure: Likewise.
27012         * sysdeps/sparc/configure: Likewise.
27013         * sysdeps/x86_64/configure: Likewise.
27014
27015 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27016
27017         [BZ #14812]
27018         * locale/programs/localedef.c (options): Put N_ translation marker
27019         on argument names, not just descriptions.
27020
27021 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27022
27023         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27024
27025 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27026
27027         [BZ #14176]
27028         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27029
27030 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27031
27032         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27033         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27034         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27035         [!BEFORE_ABORT] (before_abort): New function.
27036         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27037         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27038         (writev_for_fatal): New function.
27039         (WRITEV_FOR_FATAL): New macro; call that.
27040         (backtrace_and_maps): New function.
27041         (BEFORE_ABORT): New macro; call that.
27042         (struct str_list): Type removed.
27043         (__libc_message, __libc_fatal): Functions removed.
27044         Include <sysdeps/posix/libc_fatal.c> instead.
27045
27046 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27047
27048         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27049         constants.
27050         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27051         double constants.
27052
27053 2013-03-19  Andreas Schwab  <schwab@suse.de>
27054
27055         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27056         * sysdeps/gnu/configure: Regenerate.
27057
27058         * configure.in: Substitute libc_cv_rtlddir.
27059         * configure: Regenerate.
27060         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27061         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27062         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27063         * elf/Makefile (install-others, CFLAGS-interp.c)
27064         (ldso_install, common-ldd-rewrite): Likewise.
27065         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27066         $(inst_slibdir)/$(rtld-installed-name).
27067         * scripts/rellns-sh: Add -p option.
27068         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27069         for source.
27070
27071 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27072
27073         * manual/nptl.texi: Renamed to ...
27074         * manual/threads.texi: ... this.
27075         * manual/Makefile (chapters): Update.
27076
27077 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27078
27079         [BZ #14812]
27080         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27081         on argument names, not just descriptions.
27082         * malloc/memusagestat.c (options): Likewise.
27083         * nss/getent.c (options): Likewise.
27084
27085 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27086
27087         [BZ #14812]
27088         * iconv/iconv_prog.c (options): Put N_ translation marker
27089         on argument names, not just descriptions.
27090         * iconv/iconvconfig.c (options): Likewise.
27091
27092 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27093
27094         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27095         implementation which is faster on all x86_64 architectures.
27096         Tested on AMD, Intel Nehalem, SNB, IVB.
27097         * sysdeps/x86_64/strnlen.S: Likewise.
27098
27099         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27100         Remove all multiarch strlen and strnlen versions.
27101         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27102         Remove strlen and strnlen related parts.
27103
27104         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27105         Inline strlen part.
27106         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27107
27108         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27109         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27110         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27111         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27112         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27113         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27114
27115 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27116
27117         * manual/memory.texi (Malloc Tunable Parameters):
27118         Sort parameters alphabetically. Add comments for missing entries.
27119
27120 2013-03-17  David S. Miller  <davem@davemloft.net>
27121
27122         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27123
27124 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27125
27126         [BZ #15283]
27127         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27128         for arguments at most half maximum finite value.
27129         * math/libm-test.inc (j0_test): Add more tests.
27130         (j1_test): Likewise.
27131         (y0_test): Likewise.
27132         (y1_test): Likewise.
27133         * sysdeps/i386/fpu/libm-test-ulps: Update.
27134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27135
27136         [BZ #14155]
27137         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27138         1 / x and functions P and Q for arguments above 0x1p256L.
27139         (__ieee754_y0l): Likewise.
27140         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27141         (__ieee754_y1l): Likewise.
27142         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27143         (j1_test): Likewise.
27144         (y0_test): Likewise.
27145         (y1_test): Likewise.
27146
27147 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27148
27149         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27150         variable.
27151
27152 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27153
27154         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27155         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27156         zero since it's initialized to EXEC_PAGESIZE.
27157
27158         * sysdeps/unix/sysv/linux/ldsodefs.h
27159         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27160         * sysdeps/generic/ldsodefs.h: ... here.
27161
27162 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27163
27164         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27165
27166         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27167         math/test-snan.c.
27168         * math/test-snan.c: Renamed from
27169         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27170         * math/Makefile (tests): Add test-snan.
27171         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27172         test-powerpc-snan.
27173
27174         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27175         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27176         functions.
27177         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27178         __builtin_nan family of functions.
27179         * math/libm-test.inc (initialize): Initialize qnan_value with
27180         __builtin_nan family of functions.
27181         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27182         Remove variables.
27183         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27184         Remove functions.
27185         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27186         storage class.  Initialize qNaN_var and sNaN_var with
27187         __builtin_nan and __builtin_nans families of functions,
27188         respectively.
27189
27190         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27191         (sqrt_test): Remove duplicate test with qNaN input.
27192         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27193         (round_test, signbit_test, significand_test): Note missing +/-Inf
27194         as well as qNaN tests.
27195
27196         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27197         qNaN_var.  Fix a few strings, too.
27198         * math/libm-test.inc (nan_value): Rename to qnan_value.
27199         * math/gen-libm-test.pl (%beautify): Adjust to that.
27200         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27201         * math/test-misc.c (main): Likewise.
27202         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27203         to __qnan_bytes, and __qnan_union, respectively.
27204         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27205         Likewise.
27206         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27207         and lqnanval, respectively.
27208         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27209         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27210         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27211         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27212
27213         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27214         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27215         doubles.
27216
27217         * math/test-misc.c (main): Fix copy'n'pastos.
27218         * misc/tst-efgcvt.c (special): Likewise.
27219
27220         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27221         Remove declarations.
27222
27223 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27224
27225         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27226         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27227         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27228         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27229
27230 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27231
27232         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27233         macro to return vdso values correctly in IFUNC implementations.
27234         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27235         Optimization by using IFUNC.
27236
27237 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27238             Richard Henderson  <rth@redhat.com>
27239             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27240
27241         * Makefile.in (bench): New target.
27242         * NEWS: Mention the benchmark framework.
27243         * Rules (bench): Likewise.
27244         (binaries-bench): Generate binaries for functions to
27245         benchmark.
27246         * benchtests/Makefile: New makefile for benchmark tests.
27247         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27248         programs.
27249         * benchtests/exp-inputs: New input file for EXP function.
27250         * benchtests/pow-inputs: New input file for POW function.
27251         * scripts/bench.pl: New script to generate source files for
27252         benchmark programs.
27253
27254 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27255
27256         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27257         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27258         computations on mantissa.  Use macros for rounding and
27259         division.
27260         (denorm): Likewise.
27261         (__dbl_mp): Likewise.
27262         (add_magnitudes): Likewise.
27263         (sub_magnitudes): Likewise.
27264         (__mul): Likewise.
27265         (__sqr): Likewise.
27266         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27267         powers of two in terms of TWOPOW macro.
27268         (mp_no): Make type of mantissa as MANTISSA_T.
27269         [!RADIXI]: Define RADIXI.
27270         [!TWO52]: Define TWO52.
27271         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27272
27273         * manual/nptl.texi (cindex): Modify threads to pthreads.
27274
27275 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27276
27277         * sysdeps/x86_64/preconfigure: Regenerated.
27278
27279 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27280
27281         [BZ #14155]
27282         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27283         0x1p28 and above.
27284         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27285         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27286         0x1p28 and above.
27287         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27288         * math/libm-test.inc (j0_test): Do not allow one spurious
27289         underflow exception.
27290         (y1_test): Likewise.
27291
27292 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27293
27294         * manual/Makefile (chapters): Add nptl.
27295         * manual/debug.texi (Debugging Support): Add link to Threads
27296         chapter.
27297         * manual/nptl.texi: New file.
27298
27299         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27300
27301 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27302
27303         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27304         for non-NULL pointer before the memory validity test. Pointed
27305         out by Holger Brunck <holger.brunck@keymile.com>.
27306
27307 2013-03-13  Andreas Schwab  <schwab@suse.de>
27308
27309         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27310         instead of .os.
27311
27312 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27313
27314         * timezone/zic.c: Update from tzcode 2013b.
27315
27316 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27317
27318         * manual/install.texi (Configuring and compiling):
27319         Mention i686 and i586.
27320         * INSTALL: Regenerate.
27321
27322 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27323
27324         * sysdeps/init_array/elf-init.c: New file.
27325         * csu/elf-init.c
27326         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27327         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27328
27329         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27330         __gmon_start__ as global, but as static with a .preinit_array pointer.
27331         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27332         * sysdeps/init_array/crti.S: New file, empty except for comments.
27333         * sysdeps/init_array/crtn.S: Likewise.
27334
27335 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27336
27337         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27338         definining bcopy.
27339         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27340         Remove Prefer_SSE_for_memop.
27341         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27342         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27343         HAS_PREFER_SSE_FOR_MEMOP.
27344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27345         memset-x86-64.
27346         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27347         Remove bzero, memset ifunc support.
27348         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27349         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27350         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27351         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27352
27353 2013-03-11  Andreas Schwab  <schwab@suse.de>
27354
27355         [BZ #15234]
27356         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27357         by SHLIB_COMPAT.
27358         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27359         (GLIBC_2.16): Remove pthread_atfork.
27360
27361 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27362
27363         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27364         (ptestcases.h): Likewise.
27365
27366 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27367
27368         * Makeconfig ($(common-objpfx)config.status): Depend on
27369         sysdeps/*/preconfigure{,.in} too.
27370
27371 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27372
27373         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27374         (__free_hook): Use void * instead of __malloc_ptr_t.
27375         (__malloc_hook): Likewise.
27376         (__realloc_hook): Likewise.
27377         (__memalign_hook): Likewise.
27378         (__after_morecore_hook): Likewise.
27379         * malloc/arena.c (save_malloc_hook): Likewise.
27380         (save_free_hook): Likewise.
27381         * malloc/hooks.c (malloc_hook_ini): Likewise.
27382         (realloc_hook_ini): Likewise.
27383         (memalign_hook_ini): Likewise.
27384         * malloc/malloc.c (malloc_hook_ini): Likewise.
27385         (realloc_hook_ini): Likewise.
27386         (memalign_hook_ini): Likewise.
27387         (__free_hook): Likewise.
27388         (__malloc_hook): Likewise.
27389         (__realloc_hook): Likewise.
27390         (__memalign_hook): Likewise.
27391         (__libc_malloc): Likewise.
27392         (__libc_free): Likewise.
27393         (__libc_realloc): Likewise.
27394         (__libc_memalign): Likewise.
27395         (__libc_valloc): Likewise.
27396         (__libc_pvalloc): Likewise.
27397         (__libc_calloc): Likewise.
27398         (__posix_memalign): Likewise.
27399         * malloc/morecore.c (__sbrk): Likewise.
27400         (__default_morecore): Likewise.
27401
27402         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27403
27404         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27405         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27406         __malloc_ptrdiff_t.
27407
27408         * malloc/malloc.h (__malloc_size_t): Remove macro.
27409         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27410         __malloc_size_t.
27411         (old_memalign_hook): Likewise.
27412         (old_realloc_hook): Likewise.
27413         (struct hdr): Likewise.
27414         (flood): Likewise.
27415         (mallochook): Likewise.
27416         (memalignhook): Likewise.
27417         (reallochook): Likewise.
27418         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27419         (tr_old_realloc_hook): Likewise.
27420         (tr_old_memalign_hook): Likewise.
27421         (tr_mallochook): Likewise.
27422         (tr_reallochook): Likewise.
27423         (tr_memalignhook): Likewise.
27424
27425 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27426
27427         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27428         default_ldbl_pack and using as default implementation.
27429         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27430         implementation.
27431         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27432         redundant definition.
27433         (ldbl_insert_mantissa): Likewise.
27434         (ldbl_canonicalize): Likewise.
27435         (ldbl_nearbyint): Likewise.
27436         (ldbl_pack): Rename to ldbl_pack_ppc.
27437         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27438         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27439         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27440
27441 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27442
27443         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27444         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27445         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27446         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27448         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27449         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27450         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27451
27452 2013-03-07  Andreas Jaeger  <aj@suse.de>
27453
27454         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27455         bits/mman-linux.h.
27456
27457 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27458
27459         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27460         Include mpa.h and declare __MPEXP.
27461         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27462         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27463         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27464         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27465         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27466         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27467         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27468
27469         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27470         (__slowpow): Use long double EXPL and LOGL functions to
27471         compute POW.
27472         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27473         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27474         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27475         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27476         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27477         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27478
27479         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27480         intermediate variable to calculate exponent.
27481         (__sqr): Likewise.
27482         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27483         Likewise.
27484         (__sqr): Likewise.
27485
27486         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27487         [!NO__SQR]: Define __sqr.
27488         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27489         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27490         sysdeps/ieee754/dbl-64/mpa.c.
27491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27492
27493         [BZ #12723]
27494         * posix/Makefile (tests): Add tst-pathconf.
27495         * posix/tst-pathconf.c: New test case.
27496         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27497         _PC_PIPE_BUF.
27498         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27499
27500 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27501
27502         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27503
27504 2013-03-06  Andreas Jaeger  <aj@suse.de>
27505
27506         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27507         definition via __MAP_ANONYMOUS.
27508
27509         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27510         it's not part of Linux headers.
27511
27512         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27513         (MAP_HUGE_MASK): Define.
27514
27515         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27516         Define.
27517         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27518         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27519         Define.
27520         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27521         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27522         Define.
27523         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27524         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27525         Define.
27526         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27527
27528         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27529         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27530         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27531         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27532         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27533         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27534
27535         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27536         Handle f2fs.
27537
27538         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27539         Handle f2fs and efivarfs.
27540
27541         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27542         f2fs.
27543
27544         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27545         (EFIVARFS_MAGIC): Add.
27546         (F2FS_LINK_MAX): Add.
27547
27548 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27549
27550         * stdio-common/vfprintf.c: Replace __builtin_expect with
27551         __glibc_unlikely.
27552
27553 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27554
27555         [BZ #13550]
27556         * sysdeps/generic/bp-sym.h: Remove file.
27557         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27558         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27559         <bp-sym.h> and <bp-asm.h>.
27560         (__longjmp): Don't use BP_SYM.
27561         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27562         and <bp-asm.h>.
27563         (memcpy): Don't use BP_SYM.
27564         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27565         <bp-sym.h> and <bp-asm.h>.
27566         (memcpy): Don't use BP_SYM.
27567         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27568         <bp-asm.h>.
27569         (memcpy): Don't use BP_SYM.
27570         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27571         <bp-asm.h>.
27572         (memset): Don't use BP_SYM.
27573         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27574         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27575         (__bzero): Don't use BP_SYM.
27576         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27577         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27578         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27579         <bp-sym.h> and <bp-asm.h>.
27580         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27581         pointers.
27582         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27583         <bp-sym.h> and <bp-asm.h>.
27584         (memcpy): Don't use BP_SYM.
27585         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27586         <bp-sym.h> and <bp-asm.h>.
27587         (memset): Don't use BP_SYM.
27588         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27589         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27590         (__bzero): Don't use BP_SYM.
27591         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27592         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27593         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27594         <bp-sym.h> and <bp-asm.h>.
27595         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27596         pointers.
27597         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27598         <bp-sym.h> and <bp-asm.h>.
27599         (memcpy): Don't use BP_SYM.
27600         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27601         <bp-sym.h> and <bp-asm.h>.
27602         (memset): Don't use BP_SYM.
27603         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27604         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27605         (__bzero): Don't use BP_SYM.
27606         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27607         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27608         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27609         <bp-sym.h> and <bp-asm.h>.
27610         (__memchr): Don't use BP_SYM.
27611         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27612         <bp-sym.h> and <bp-asm.h>.
27613         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27614         pointers.
27615         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27616         <bp-sym.h> and <bp-asm.h>.
27617         (memcpy): Don't use BP_SYM.
27618         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27619         <bp-sym.h> and <bp-asm.h>.
27620         (__mempcpy): Don't use BP_SYM.
27621         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27622         <bp-sym.h> and <bp-asm.h>.
27623         (__memrchr): Don't use BP_SYM.
27624         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27625         <bp-sym.h> and <bp-asm.h>.
27626         (memset): Don't use BP_SYM.
27627         (__bzero): Likewise.
27628         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (__rawmemchr): Don't use BP_SYM.
27631         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27632         <bp-sym.h> and <bp-asm.h>.
27633         (__STRCMP): Don't use BP_SYM.
27634         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27635         <bp-sym.h> and <bp-asm.h>.
27636         (strchr): Don't use BP_SYM.
27637         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27638         <bp-sym.h> and <bp-asm.h>.
27639         (__strchrnul): Don't use BP_SYM.
27640         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27641         <bp-sym.h> and <bp-asm.h>.
27642         (strlen): Don't use BP_SYM.
27643         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27644         <bp-sym.h> and <bp-asm.h>.
27645         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27646         pointers.
27647         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27648         <bp-sym.h> and <bp-asm.h>.
27649         (__strnlen): Don't use BP_SYM.
27650         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27651         <bp-sym.h> and <bp-asm.h>.
27652         (__GI__setjmp): Don't use BP_SYM.
27653         (_setjmp): Likewise.
27654         (__sigsetjmp): Likewise.
27655         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27656         (L(start_addresses)): Don't use BP_SYM.
27657         (_start): Likewise.
27658         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27659         <bp-asm.h>.
27660         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27661         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27662         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27663         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27664         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27665         <bp-asm.h>.
27666         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27667         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27668         about bounded pointers.
27669         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27670         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27671         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27672         <bp-asm.h>.
27673         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27674         about bounded pointers.  Remove GKM FIXME comments.
27675         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27676         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27677         <bp-asm.h>.
27678         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27679         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27680         Remove GKM FIXME comments.
27681         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27682         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27683         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27684         <bp-asm.h>.
27685         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27686         about bounded pointers.  Remove GKM FIXME comment.
27687         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27688         and <bp-asm.h>.
27689         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27690         pointers.
27691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27692         <bp-sym.h> and <bp-asm.h>.
27693         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27695         <bp-sym.h> and <bp-asm.h>.
27696         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27697         comment.
27698
27699 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27700
27701         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27702         call free(NULL).
27703
27704 2013-03-05  David S. Miller  <davem@davemloft.net>
27705
27706         * po/es.po: Update from translation team.
27707
27708 2013-03-05  Andreas Jaeger  <aj@suse.de>
27709
27710         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27711         <bits/mman-linux.h>.
27712         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27713         is fine.
27714         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27715         <bits/mman-linux.h> to end of file.
27716         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27717         is fine.
27718         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27719         <bits/mman-linux.h> to end of file.
27720         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27721         is fine.
27722         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27723         <bits/mman-linux.h> to end of file.
27724
27725         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27726         (MCL_CURRENT, MCL_FUTURE): Define here.
27727
27728 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27729
27730         [BZ #15232]
27731         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27732         attribute_hidden.
27733         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27734
27735 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27736
27737         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27738         fourth parameter needed for rt_sigprocmask syscall.
27739         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27740         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27741         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27742         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27743         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27744         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27745
27746 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27747
27748         [BZ #13550]
27749         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27750         comment about bounded pointers.
27751         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27752         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27753
27754 2013-03-04  Andreas Jaeger  <aj@suse.de>
27755
27756         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27757         common definitions.
27758
27759         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27760         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27761         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27762         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27763         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27764         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27765
27766 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27767
27768         [BZ #15055]
27769         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27770         __ieee754_sqrl instead of __sqrl.
27771
27772 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27773
27774         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27775         * sysdeps/powerpc/fpu_control.h: ... here.
27776         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27777         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27778         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27779         * sysdeps/powerpc/bits/mathinline.h: ... here.
27780
27781 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27782
27783         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27784         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27785         to just [NEED_DL_SYSINFO_DSO].
27786         * elf/dl-support.c: Likewise.
27787         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27788         * elf/rtld.c (dl_main): Likewise.
27789         * elf/setup-vdso.h (setup_vdso): Likewise.
27790         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27791         * sysdeps/unix/sysv/linux/dl-sysdep.c
27792         (_dl_discover_osversion): Likewise.
27793
27794 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27795
27796         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27797         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27798
27799 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27800
27801         * NEWS: Mention libm performance improvements and non-x86 PI
27802         futex support.
27803
27804         * csu/libc-start.c (__pthread_initialize_minimal): Change
27805         function arguments.
27806         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27807
27808 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27809
27810         [BZ #13550]
27811         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27812         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27813         <bp-sym.h> and <bp-asm.h>.
27814         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27815         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27816         and <bp-asm.h>.
27817         (memcpy): Don't use BP_SYM.
27818         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27819         <bp-asm.h>.
27820         (__mpn_add_n): Don't use BP_SYM.
27821         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27822         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27823         and <bp-asm.h>.
27824         (__mpn_addmul_1): Don't use BP_SYM.
27825         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27826         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27827         <bp-sym.h>.
27828         (_setjmp): Don't use BP_SYM.
27829         (__novmx_setjmp): Likewise.
27830         (__GI__setjmp): Likewise.
27831         (__vmx_setjmp): Likewise.
27832         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27833         <bp-sym.h>.
27834         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27835         (__bzero): Don't use BP_SYM.
27836         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27837         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27838         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27839         <bp-sym.h> and <bp-asm.h>.
27840         (memcpy): Don't use BP_SYM.
27841         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27842         <bp-sym.h> and <bp-asm.h>.
27843         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27844         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27845         <bp-sym.h> and <bp-asm.h>.
27846         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27847         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27848         <bp-asm.h>.
27849         (__mpn_lshift): Don't use BP_SYM.
27850         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27851         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27852         <bp-asm.h>.
27853         (memset): Don't use BP_SYM.
27854         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27855         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27856         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27857         <bp-asm.h>.
27858         (__mpn_mul_1): Don't use BP_SYM.
27859         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27860         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27861         <bp-sym.h> and <bp-asm.h>.
27862         (memcmp): Don't use BP_SYM.
27863         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27864         <bp-sym.h> and <bp-asm.h>.
27865         (memcpy): Don't use BP_SYM.
27866         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27867         <bp-sym.h> and <bp-asm.h>.
27868         (memset): Don't use BP_SYM.
27869         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27870         <bp-sym.h> and <bp-asm.h>.
27871         (strncmp): Don't use BP_SYM.
27872         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27873         <bp-sym.h> and <bp-asm.h>.
27874         (memcpy): Don't use BP_SYM.
27875         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27876         <bp-sym.h> and <bp-asm.h>.
27877         (memset): Don't use BP_SYM.
27878         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27879         <bp-sym.h> and <bp-asm.h>.
27880         (__memchr): Don't use BP_SYM.
27881         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27882         <bp-sym.h> and <bp-asm.h>.
27883         (memcmp): Don't use BP_SYM.
27884         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27885         <bp-sym.h> and <bp-asm.h>.
27886         (memcpy): Don't use BP_SYM.
27887         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27888         <bp-sym.h> and <bp-asm.h>.
27889         (__mempcpy): Don't use BP_SYM.
27890         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27891         <bp-sym.h> and <bp-asm.h>.
27892         (__memrchr): Don't use BP_SYM.
27893         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27894         <bp-sym.h> and <bp-asm.h>.
27895         (memset): Don't use BP_SYM.
27896         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27897         <bp-sym.h> and <bp-asm.h>.
27898         (__rawmemchr): Don't use BP_SYM.
27899         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27900         <bp-sym.h> and <bp-asm.h>.
27901         (__STRCMP): Don't use BP_SYM.
27902         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27903         <bp-sym.h> and <bp-asm.h>.
27904         (strchr): Don't use BP_SYM.
27905         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27906         <bp-sym.h> and <bp-asm.h>.
27907         (__strchrnul): Don't use BP_SYM.
27908         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27909         <bp-sym.h> and <bp-asm.h>.
27910         (strlen): Don't use BP_SYM.
27911         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27912         <bp-sym.h> and <bp-asm.h>.
27913         (strncmp): Don't use BP_SYM.
27914         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27915         <bp-sym.h> and <bp-asm.h>.
27916         (__strnlen): Don't use BP_SYM.
27917         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27918         <bp-asm.h>.
27919         (__mpn_rshift): Don't use BP_SYM.
27920         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27921         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27922         <bp-sym.h> and <bp-asm.h>.
27923         (__sigsetjmp): Don't use BP_SYM.
27924         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27925         (L(start_addresses)): Don't use BP_SYM.
27926         (_start): Likewise.
27927         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27928         <bp-asm.h>.
27929         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27930         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27931         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27932         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27933         <bp-asm.h>.
27934         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27935         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27936         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27937         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27938         <bp-asm.h>.
27939         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27940         comments.
27941         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27942         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27943         <bp-asm.h>.
27944         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27945         FIXME comments.
27946         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27947         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27948         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27949         <bp-asm.h>.
27950         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27951         comment.
27952         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27953         and <bp-asm.h>.
27954         (strncmp): Don't use BP_SYM,
27955         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27956         <bp-asm.h>.
27957         (__mpn_sub_n): Don't use BP_SYM.
27958         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27959         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27960         and <bp-asm.h>.
27961         (__mpn_submul_1): Don't use BP_SYM.
27962         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27964         <bp-sym.h> and <bp-asm.h>.
27965         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27967         <bp-sym.h> and <bp-asm.h>.
27968         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27969         comment.
27970
27971 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27972
27973         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27974         Use ZK to minimize writes to Z.
27975         (sub_magnitudes): Simplify code a bit.
27976         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27977         Use ZK to minimize writes to Z.
27978         (sub_magnitudes): Simplify code a bit.
27979
27980 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27981
27982         * csu/gmon-start.c: Add special exception to license text.
27983
27984 2013-02-27  Richard Henderson  <rth@redhat.com>
27985
27986         * scripts/config.guess: Update from config.git.
27987         * scripts/config.sub: Likewise.
27988
27989 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27990
27991         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27992
27993         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27994
27995         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27996
27997         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27998
27999         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28000
28001 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28002
28003         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28004         [$(build-shared = yes].
28005
28006 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28007
28008         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28009         (__mul): Reduce iterations for calculating mantissa.
28010
28011         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28012         MPTWO.
28013         (__mpranred): Likewise.
28014
28015         [BZ #15160]
28016         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28017         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28018
28019 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28020
28021         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28022         Define __attribute__.
28023
28024 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28025
28026         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28027         unused.
28028         * posix/regex_internal.h (__attribute): Remove.
28029         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28030         (re_string_context_at): Likewise.
28031         (bitset_not): Use __attribute__ and mark function as possibly
28032         unused.
28033         (bitset_merge): Likewise.
28034         (bitset_mask): Likewise.
28035         (re_string_char_size_at): Likewise.
28036         (re_string_wchar_at): Likewise.
28037         (re_string_elem_size_at): Likewise.
28038
28039 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28040
28041         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28042         code.
28043         (cc32): Likewise.
28044
28045         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28046         (__acr): Likewise.
28047         (__cpy): Likewise.
28048         (norm): Likewise.
28049         (denorm): Likewise.
28050         (__dbl_mp): Likewise.
28051         (add_magnitudes): Likewise.
28052         (sub_magnitudes): Likewise.
28053         (__mul): Likewise.
28054         (__inv): Likewise.
28055
28056         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28057         style.
28058
28059         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28060         style.
28061
28062         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28063         code.
28064
28065         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28066         up changes with default code.
28067         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28068         Likewise.
28069
28070 2013-02-24  Allan McRae  <allan@archlinux.org>
28071
28072         * manual/socket.texi (The Internet Namespace): Order menu items
28073         to match that in the file.
28074
28075         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28076         node listing of the info page menu.
28077
28078 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28079
28080         [BZ #13550]
28081         * sysdeps/i386/bp-asm.h: Remove file.
28082         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28083         (PARMS): Do not use macros from bp-asm.h.
28084         (S1): Likewise.
28085         (S2): Likewise.
28086         (SIZE): Likewise.
28087         (__mpn_add_n): Do not use BP_SYM
28088         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28089         "bp-asm.h".
28090         (PARMS): Do not use macros from bp-asm.h.
28091         (S1): Likewise.
28092         (SIZE): Likewise.
28093         (__mpn_addmul_1): Do not use BP_SYM
28094         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28095         "bp-asm.h".
28096         (PARMS): Do not use macros from bp-asm.h.
28097         (SIGMSK): Likewise.
28098         (_setjmp): Likewise.  Do not use BP_SYM.
28099         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28100         "bp-asm.h".
28101         (PARMS): Do not use macros from bp-asm.h.
28102         (SIGMSK): Likewise.
28103         (setjmp): Likewise.  Do not use BP_SYM.
28104         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28105         "bp-asm.h".
28106         (PARMS): Do not use macros from bp-asm.h.
28107         (__frexp): Do not use BP_SYM.
28108         (frexp): Likewise.
28109         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28110         "bp-asm.h".
28111         (PARMS): Do not use macros from bp-asm.h.
28112         (__frexpf): Do not use BP_SYM.
28113         (frexpf): Likewise.
28114         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28115         "bp-asm.h".
28116         (PARMS): Do not use macros from bp-asm.h.
28117         (__frexpl): Do not use BP_SYM.
28118         (frexpl): Likewise.
28119         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28120         "bp-asm.h".
28121         (PARMS): Do not use macros from bp-asm.h.
28122         (__remquo): Do not use BP_SYM.
28123         (remquo): Likewise.
28124         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28125         "bp-asm.h".
28126         (PARMS): Do not use macros from bp-asm.h.
28127         (__remquof): Do not use BP_SYM.
28128         (remquof): Likewise.
28129         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28130         "bp-asm.h".
28131         (PARMS): Do not use macros from bp-asm.h.
28132         (__remquol): Do not use BP_SYM.
28133         (remquol): Likewise.
28134         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28135         "bp-asm.h".
28136         (PARMS): Do not use macros from bp-asm.h.
28137         (DEST): Likewise.
28138         (SRC): Likewise.
28139         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28140         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28141         "bp-asm.h".
28142         (PARMS): Do not use macros from bp-asm.h.
28143         (strlen): Do not use BP_SYM.
28144         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28145         "bp-asm.h".
28146         (PARMS): Do not use macros from bp-asm.h.
28147         (S1): Likewise.
28148         (S2): Likewise.
28149         (SIZE): Likewise.
28150         (__mpn_add_n): Do not use BP_SYM.
28151         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28152         "bp-asm.h".
28153         (PARMS): Do not use macros from bp-asm.h.
28154         (S1): Likewise.
28155         (SIZE): Likewise.
28156         (__mpn_addmul_1): Do not use BP_SYM.
28157         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28158         weak_alias.
28159         (bzero): Likewise.
28160         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28161         "bp-asm.h".
28162         (PARMS): Do not use macros from bp-asm.h.
28163         (S): Likewise.
28164         (SIZE): Likewise.
28165         (__mpn_lshift): Do not use BP_SYM.
28166         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28167         "bp-asm.h".
28168         (PARMS): Do not use macros from bp-asm.h.
28169         (DEST): Likewise.
28170         (SRC): Likewise.
28171         (LEN): Likewise.
28172         (memcpy): Likewise.  Do not use BP_SYM.
28173         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28174         libc_hidden_def and weak_alias.
28175         (mempcpy): Do not use BP_SYM in weak_alias.
28176         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28177         "bp-asm.h".
28178         (PARMS): Do not use macros from bp-asm.h.
28179         (DEST): Likewise.
28180         (LEN): Likewise.
28181         [!BZERO_P] (CHR): Likewise.
28182         (memset): Likewise.  Do not use BP_SYM.
28183         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28184         "bp-asm.h".
28185         (PARMS): Do not use macros from bp-asm.h.
28186         (S1): Likewise.
28187         (SIZE): Likewise.
28188         (__mpn_mul_1): Do not use BP_SYM.
28189         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28190         "bp-asm.h".
28191         (PARMS): Do not use macros from bp-asm.h.
28192         (S): Likewise.
28193         (SIZE): Likewise.
28194         (__mpn_rshift): Do not use BP_SYM.
28195         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28196         "bp-asm.h".
28197         (PARMS): Do not use macros from bp-asm.h.
28198         (STR): Likewise.
28199         (CHR): Likewise.
28200         (strchr): Likewise.  Do not use BP_SYM.
28201         (index): Do not use BP_SYM in weak_alias.
28202         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (DEST): Likewise.
28206         (SRC): Likewise.
28207         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28208         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28209         "bp-asm.h".
28210         (PARMS): Do not use macros from bp-asm.h.
28211         (strlen): Do not use BP_SYM.
28212         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28213         "bp-asm.h".
28214         (PARMS): Do not use macros from bp-asm.h.
28215         (S1): Likewise.
28216         (S2): Likewise.
28217         (SIZE): Likewise.
28218         (__mpn_sub_n): Do not use BP_SYM.
28219         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28220         "bp-asm.h".
28221         (PARMS): Do not use macros from bp-asm.h.
28222         (S1): Likewise.
28223         (SIZE): Likewise.
28224         (__mpn_submul_1): Do not use BP_SYM.
28225         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28226         "bp-asm.h".
28227         (PARMS): Do not use macros from bp-asm.h.
28228         (S1): Likewise.
28229         (S2): Likewise.
28230         (SIZE): Likewise.
28231         (__mpn_add_n): Do not use BP_SYM.
28232         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28233         weak_alias.
28234         (bzero): Likewise.
28235         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28236         "bp-asm.h".
28237         (PARMS): Do not use macros from bp-asm.h.
28238         (BLK2): Likewise.
28239         (LEN): Likewise.
28240         (memcmp): Do not use BP_SYM.
28241         (bcmp): Do not use BP_SYM in weak_alias.
28242         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28243         "bp-asm.h".
28244         (PARMS): Do not use macros from bp-asm.h.
28245         (DEST): Likewise.
28246         (SRC): Likewise.
28247         (LEN): Likewise.
28248         (memcpy): Likewise.  Do not use BP_SYM.
28249         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28250         "bp-asm.h".
28251         (PARMS): Do not use macros from bp-asm.h.
28252         (DEST): Likewise.
28253         (SRC): Likewise.
28254         (LEN): Likewise.
28255         (memmove): Likewise.  Do not use BP_SYM.
28256         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28257         "bp-asm.h".
28258         (PARMS): Do not use macros from bp-asm.h.
28259         (DEST): Likewise.
28260         (SRC): Likewise.
28261         (LEN): Likewise.
28262         (__mempcpy): Likewise.  Do not use BP_SYM.
28263         (mempcpy): Do not use BP_SYM in weak_alias.
28264         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28265         "bp-asm.h".
28266         (PARMS): Do not use macros from bp-asm.h.
28267         (DEST): Likewise.
28268         (LEN): Likewise.
28269         [!BZERO_P] (CHR): Likewise.
28270         (memset): Likewise.  Do not use BP_SYM.
28271         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28272         "bp-asm.h".
28273         (PARMS): Do not use macros from bp-asm.h.
28274         (STR2): Likewise.
28275         (strcmp): Do not use BP_SYM.
28276         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28277         "bp-asm.h".
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (STR): Likewise.
28280         (DELIM): Likewise.
28281         [USE_AS_STRTOK_R] (SAVE): Likewise.
28282         (FUNCTION): Likewise.  Do not use BP_SYM.
28283         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28284         aliases.
28285         (strtok_r): Likewise.
28286         (__GI___strtok_r): Likewise.
28287         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28288         (PARMS): Do not use macros from bp-asm.h.
28289         (S): Likewise.
28290         (SIZE): Likewise.
28291         (__mpn_lshift): Do not use BP_SYM.
28292         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28293         (PARMS): Do not use macros from bp-asm.h.
28294         (STR): Likewise.
28295         (CHR): Likewise.
28296         (__memchr): Do not use BP_SYM.
28297         (memchr): Do not use BP_SYM in weak_alias.
28298         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28299         (PARMS): Do not use macros from bp-asm.h.
28300         (BLK2): Likewise.
28301         (LEN): Likewise.
28302         (memcmp): Do not use BP_SYM.
28303         (bcmp): Do not use BP_SYM in weak_alias.
28304         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28305         (PARMS): Do not use macros from bp-asm.h.
28306         (S1): Likewise.
28307         (SIZE): Likewise.
28308         (__mpn_mul_1): Do not use BP_SYM.
28309         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28310         "bp-asm.h".
28311         (PARMS): Do not use macros from bp-asm.h.
28312         (STR): Likewise.
28313         (CHR): Likewise.
28314         (__rawmemchr): Do not use BP_SYM.
28315         (rawmemchr): Do not use BP_SYM in weak_alias.
28316         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28317         (PARMS): Do not use macros from bp-asm.h.
28318         (S): Likewise.
28319         (SIZE): Likewise.
28320         (__mpn_rshift): Do not use BP_SYM.
28321         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28322         (PARMS): Do not use macros from bp-asm.h.
28323         (SIGMSK): Likewise.
28324         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28325         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28326         (_start): Do not use BP_SYM.
28327         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28328         (PARMS): Do not use macros from bp-asm.h.
28329         (DEST): Likewise.
28330         (SRC): Likewise.
28331         (__stpcpy): Likewise.  Do not use BP_SYM.
28332         (stpcpy): Do not use BP_SYM in weak_alias.
28333         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28334         "bp-asm.h".
28335         (PARMS): Do not use macros from bp-asm.h.
28336         (DEST): Likewise.
28337         (SRC): Likewise.
28338         (LEN): Likewise.
28339         (__stpncpy): Likewise.  Do not use BP_SYM.
28340         (stpncpy): Do not use BP_SYM in weak_alias.
28341         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28342         (PARMS): Do not use macros from bp-asm.h.
28343         (STR): Likewise.
28344         (CHR): Likewise.
28345         (strchr): Likewise.  Do not use BP_SYM.
28346         * sysdeps/i386/strchrnul.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         (CHR): Likewise.
28351         (__strchrnul): Likewise.  Do not use BP_SYM.
28352         (strchrnul): Do not use BP_SYM in weak_alias.
28353         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28354         "bp-asm.h".
28355         (PARMS): Do not use macros from bp-asm.h.
28356         (STOP): Likewise.
28357         (strcspn): Do not use BP_SYM.
28358         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28359         "bp-asm.h".
28360         (PARMS): Do not use macros from bp-asm.h.
28361         (STR): Likewise.
28362         (STOP): Likewise.
28363         (strpbrk): Likewise.  Do not use BP_SYM.
28364         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28365         "bp-asm.h".
28366         (PARMS): Do not use macros from bp-asm.h.
28367         (STR): Likewise.
28368         (CHR): Likewise.
28369         (strrchr): Likewise.  Do not use BP_SYM.
28370         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28371         (PARMS): Do not use macros from bp-asm.h.
28372         (SKIP): Likewise.
28373         (strspn): Do not use BP_SYM.
28374         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (STR): Likewise.
28377         (DELIM): Likewise.
28378         (SAVE): Likewise.
28379         (FUNCTION): Likewise.  Do not use BP_SYM.
28380         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28381         aliases.
28382         (strtok_r): Likewise.
28383         (__GI___strtok_r): Likewise.
28384         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28385         (PARMS): Do not use macros from bp-asm.h.
28386         (S1): Likewise.
28387         (S2): Likewise.
28388         (SIZE): Likewise.
28389         (__mpn_sub_n): Do not use BP_SYM.
28390         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28391         "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (S1): Likewise.
28394         (SIZE): Likewise.
28395         (__mpn_submul_1): Do not use BP_SYM.
28396         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28397         <bp-sym.h>.
28398         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28399         and <bp-asm.h>.
28400         (PARMS): Do not use macros from bp-asm.h.
28401         (FLAGS): Likewise.
28402         (PTID): Likewise.
28403         (TLS): Likewise.
28404         (CTID): Likewise.
28405         (__clone): Do not use BP_SYM.
28406         (clone): Do not use BP_SYM in weak_alias.
28407         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28408         and <bp-asm.h>.
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (LEN): Likewise.
28411         (__mmap64): Do not use BP_SYM.
28412         (mmap64): Do not use BP_SYM in weak_alias.
28413         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28414         <bp-sym.h> and <bp-asm.h>.
28415         (PARMS): Do not use macros from bp-asm.h.
28416         (__posix_fadvise64_l64): Do not use BP_SYM.
28417         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28418         (PARMS): Do not use macros from bp-asm.h.
28419         (NSOPS): Likewise.
28420         (semtimedop): Do not use BP_SYM.
28421         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28422         and <bp-asm.h>.
28423
28424 2013-02-21  Allan McRae  <allan@archlinux.org>
28425
28426         * manual/message.texi (Charset conversion in gettext):
28427         Move @end statement to beginning of line.
28428
28429 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28430
28431         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28432         static.
28433         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28434         Likewise.
28435
28436         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28437         (denorm): Likewise.
28438         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28439         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28440
28441 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28442
28443         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28444         tail-call to the resolved function if pltexit isn't needed.
28445
28446 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28447
28448         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28449         or Y being zero as being unlikely.
28450         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28451         Likewise.
28452
28453 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28454
28455         * manual/nss.texi (System Databases and Name Service Switch):
28456         Remove frobnicate @pxref.
28457
28458 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28459
28460         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28461         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28462
28463 2013-02-20  Petr Machata  <pmachata@redhat.com>
28464
28465         * elf/elf.h (R_ARM_TARGET1): New macro.
28466         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28467         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28468         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28469         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28470         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28471         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28472         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28473         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28474         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28475         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28476         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28477         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28478         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28479         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28480         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28481         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28482         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28483         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28484         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28485         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28486         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28487         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28488         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28489         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28490         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28491         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28492         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28493         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28494         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28495         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28496         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28497         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28498         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28499         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28500         (R_ARM_THM_GOT_BREL12): Likewise.
28501         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28502         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28503         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28504         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28505         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28506         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28507         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28508         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28509         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28510
28511 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28512
28513         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28514         __attribute_used__ to __attribute__ ((unused)).
28515
28516 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28517
28518         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28519         powerpc mpa.c.
28520         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28521         comment formatting.
28522         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28523
28524 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28525
28526         [BZ #13550]
28527         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28528         Remove macro.
28529         (ENTER): Remove both macro definitions.
28530         (LEAVE): Likewise.
28531         (CHECK_BOUNDS_LOW): Likewise.
28532         (CHECK_BOUNDS_HIGH): Likewise.
28533         (CHECK_BOUNDS_BOTH): Likewise.
28534         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28535         (RETURN_BOUNDED_POINTER): Likewise.
28536         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28537         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28538         (POP_ERRNO_LOCATION_RETURN): Likewise.
28539         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28540         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28541         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28542         macros.
28543         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28544         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28545         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28546         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28547         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28548         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28549         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28550         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28551         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28552         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28553         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28554         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28555         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28556         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28557         removed macros.
28558         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28559         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28560         macros.
28561         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28562         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28563         * sysdeps/i386/i586/memset.S (memset): Likewise.
28564         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28565         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28566         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28567         macros.
28568         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28569         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28570         Change uses of L(2) to L(out).
28571         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28572         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28573         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28574         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28575         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28576         removed macros.
28577         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28578         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28579         macros.
28580         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28581         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28582         (RETURN): Do not use macro LEAVE.
28583         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28584         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28585         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28586         * sysdeps/i386/i686/memset.S (memset): Likewise.
28587         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28588         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28589         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28590         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28591         Likewise.
28592         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28593         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28594         L(1_2) and L(1_3) into L(1).
28595         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28596         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28597         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28598         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28599         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28600         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28601         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28602         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28603         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28604         macros.
28605         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28606         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28607         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28608         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28609         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28610         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28611         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28612         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28613         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28614         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28615         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28616         * sysdeps/i386/strspn.S (strspn): Likewise.
28617         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28618         conditional code.
28619         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28620         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28621         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28622         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28623         L(1_3) into L(1_1).
28624         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28625         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28626         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28627         macros.
28628         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28629
28630 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28631
28632         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28633         macro.
28634
28635 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28636
28637         * math/atest-exp.c (exp_mpn): Remove ROUND.
28638         * math/atest-exp2.c (exp_mpn): Likewise.
28639         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28640
28641         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28642         * stdlib/tst-tls-atexit-lib.c: Likewise.
28643         * stdlib/tst-tls-atexit.c: Likewise.
28644
28645 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28646
28647         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28648         and __attribute_alloc_size__.
28649
28650 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28651
28652         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28653         __attribute_alloc_size__.
28654         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28655         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28656
28657 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28658
28659         * include/programs/xmalloc.h: New file.
28660         * catgets/gencat.c: Include it.
28661         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28662         * elf/pldd.c: Likewise.
28663         * iconv/iconv_charmap.c: Likewise.
28664         * iconv/iconvconfig.c: Likewise.
28665         * iconv/strtab.c: Likewise.
28666         * locale/programs/locale.c: Likewise.
28667         * locale/programs/localedef.h: Likewise.
28668         * locale/programs/simple-hash.c: Likewise.
28669         * nscd/nscd.h: Likewise.
28670         * nss/makedb.c: Likewise.
28671         * sysdeps/generic/ldconfig.h: Likewise.
28672
28673 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28674
28675         * Versions.def: Add GLIBC_2.18.
28676         * include/link.h (struct link_map): New member l_tls_dtor_count.
28677         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28678         (__call_tls_dtors): Likewise.
28679         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28680         __cxa_thread_atexit_impl.
28681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28682         Likewise.
28683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28684         Likewise.
28685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28686         Likewise.
28687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28688         Likewise.
28689         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28690         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28691         Likewise.
28692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28693         Likewise.
28694         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28695         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28696         Likewise.
28697         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28698         (tests): Add test case tst-tls-atexit.
28699         (modules-names): Add shared library for tst-tls-atexit.
28700         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28701         (GLIBC_PRIVATE): Add __call_tls_dtors.
28702         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28703         for libstdc++.
28704         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28705         * stdlib/tst-tls-atexit.c: New test case.
28706         * stdlib/tst-tls-atexit-lib.c: New test case.
28707
28708         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28709
28710         * elf/Versions (ld): Add _dl_find_dso_for_object.
28711         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28712         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28713         (dl_open_worker): Use _dl_find_dso_for_object.
28714         * elf/dl-sym.c (do_sym): Likewise.
28715         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28716
28717 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28718
28719         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28720         Syntactic changes only.
28721         (_dl_runtime_profile): Do a tail-call to the resolved function.
28722
28723 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28724
28725         [BZ #13550]
28726         * sysdeps/x86_64/bp-asm.h: Remove file.
28727         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28728         <bp-sym.h> and <bp-asm.h>.
28729         (__clone): Do not use BP_SYM.
28730         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28731         <bp-sym.h> and <bp-asm.h>.
28732         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28733         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28734         "bp-asm.h".
28735         (_setjmp): Do not use BP_SYM.
28736         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28737         "bp-asm.h".
28738         (setjmp): Do not use BP_SYM.
28739         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28740         libc_hidden_def.
28741         (mempcpy): Do not use BP_SYM in weak_alias.
28742         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28743         "bp-asm.h".
28744         (strchr): Do not use BP_SYM.
28745         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28746         "bp-asm.h".
28747         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28748         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28749         (_start): Do not use BP_SYM.
28750         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28751         "bp-asm.h".
28752         (strcat): Do not use BP_SYM.
28753         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28754         "bp-asm.h".
28755         (STRCMP): Do not use BP_SYM.
28756         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28757         "bp-asm.h".
28758         (STRCPY): Do not use BP_SYM.
28759         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28760         "bp-asm.h".
28761         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28762         "bp-asm.h".
28763         (FUNCTION): Do not use BP_SYM.
28764         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28765         weak_alias.
28766         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28767
28768 2013-02-17  Andreas Jaeger  <aj@suse.de>
28769
28770         * time/Versions: Sort entries.
28771         * string/Versions: Likewise.
28772         * resolv/Versions: Likewise.
28773         * posix/Versions: Likewise.
28774         * iconv/Versions: Likewise.
28775         * elf/Versions: Likewise.
28776         * wcsmbs/Versions: Likewise.
28777
28778 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28779
28780         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28781         loop termination condition.
28782
28783         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28784         variable to calculate EZ.
28785         (__sqr): Likewise.
28786
28787         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28788         the lower precision input.
28789
28790 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28791
28792         [BZ #13550]
28793         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28794         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28795         (run-via-rtld-prefix): Do not handle %-bp tests.
28796         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28797         (all-object-suffixes): Remove .ob.
28798         (bppfx): Remove variable.
28799         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28800         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28801         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28802         [$(build-bounded) = yes] (libtype.ob): Likewise.
28803         * Makerules (elide-routines.ob): Remove variable.
28804         (do-tests-clean): Do not handle *-bp.out.
28805         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28806         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28807         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28808         (tests): Do not include $(tests-bp.out).
28809         (xtests): Do not include $(xtests-bp.out).
28810         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28811         [$(build-bounded) = yes] ($(addprefix
28812         $(objpfx),$(binaries-bounded))): Remove rule.
28813         ($(objpfx)%-bp.out): Remove rule.
28814         * config.make.in (build-bounded): Remove variable.
28815         * crypt/Makefile [$(build-bounded) = yes]
28816         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28817         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28818         append to variable.
28819         [$(build-bounded) = yes] (install-lib): Likewise.
28820         [$(build-bounded) = yes] (generated): Likewise.
28821         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28822         Remove rule.
28823         * intl/Makefile [$(build-bounded) = yes]
28824         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28825         * math/Makefile [$(build-bounded) = yes]
28826         ($(tests:%=$(objpfx)%-bp): Likewise.
28827         * misc/Makefile [$(build-bounded) = yes]
28828         ($(objpfx)tst-tsearch-bp): Likewise.
28829         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28830         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28831         Remove dependency.
28832         * string/Makefile (o-objects.ob): Remove variable.
28833         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28834         (CFLAGS-.ob): Remove variable.
28835         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28836         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28837         both definitions of variable.
28838         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28839         (ASFLAGS-.ob): Remove variable.
28840
28841 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28842
28843         [BZ #13550]
28844         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28845         Remove __BOUNDED_POINTERS__ from condition.
28846         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28847         * string/bits/string2.h [!__NO_STRING_INLINES &&
28848         !__BOUNDED_POINTERS__]: Likewise.
28849         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28850         Likewise.
28851         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28852         Remove conditional code.
28853         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28854         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28855         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28856         condition.
28857
28858         [BZ #13550]
28859         * csu/libc-start.c: Do not include <bp-sym.h>.
28860         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28861         * elf/dl-open.c: Do not include <bp-sym.h>.
28862         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28863         * math/fegetenv.c: Do not include <bp-sym.h>.
28864         (fegetenv): Do not use BP_SYM in versioned symbols.
28865         * nptl/sysdeps/pthread/bits/libc-lockP.h
28866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28867         <bp-sym.h>.
28868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28869         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28871         (__pthread_mutex_destroy): Likewise.
28872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28873         (__pthread_mutex_lock): Likewise.
28874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28875         (__pthread_mutex_trylock): Likewise.
28876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28877         (__pthread_mutex_unlock): Likewise.
28878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28879         (__pthread_mutexattr_init): Likewise.
28880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28881         (__pthread_mutexattr_destroy): Likewise.
28882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28883         (__pthread_mutexattr_settype): Likewise.
28884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28885         (__pthread_rwlock_init): Likewise.
28886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28887         (__pthread_rwlock_destroy): Likewise.
28888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28889         (__pthread_rwlock_rdlock): Likewise.
28890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28891         (__pthread_rwlock_tryrdlock): Likewise.
28892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28893         (__pthread_rwlock_wrlock): Likewise.
28894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28895         (__pthread_rwlock_trywrlock): Likewise.
28896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28897         (__pthread_rwlock_unlock): Likewise.
28898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28899         (__pthread_key_create): Likewise.
28900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28901         (__pthread_setspecific): Likewise.
28902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28903         (__pthread_getspecific): Likewise.
28904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28905         Likewise.
28906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28907         (_pthread_cleanup_push_defer): Likewise.
28908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28909         (_pthread_cleanup_pop_restore): Likewise.
28910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28911         (pthread_setcancelstate): Likewise.
28912         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28913         <bp-sym.h>.
28914         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28915         (memchr): Do not use BP_SYM in weak_alias.
28916         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28917         (fegetenv): Do not use BP_SYM in versioned symbols.
28918         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28919         (fesetenv): Do not use BP_SYM in versioned symbols.
28920         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28921         (feupdateenv): Do not use BP_SYM in versioned symbols.
28922         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28923         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28924         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28925         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28926         (open64): Do not use BP_SYM in weak_alias.
28927         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28928         (fegetenv): Do not use BP_SYM in versioned symbols.
28929         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28930         (fesetenv): Do not use BP_SYM in versioned symbols.
28931         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28932         (feupdateenv): Do not use BP_SYM in versioned symbols.
28933         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28934         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28935         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28936         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28937         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28938         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28939         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28940         <bp-sym.h>.
28941         (__libc_start_main): Do not use BP_SYM.
28942
28943 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28944
28945         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28946         redundant return line.
28947         (norm): Likewise.
28948         (denorm): Likewise.
28949         (dbl_mp): Likewise.
28950         (sub_magnitudes): Likewise.
28951         (__add): Likewise.
28952         (__sub): Likewise.
28953         (__mul): Likewise.
28954         (__inv): Likewise.
28955         (__dvd): Likewise.
28956         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28957         (norm): Likewise.
28958         (denorm): Likewise.
28959         (dbl_mp): Likewise.
28960         (sub_magnitudes): Likewise.
28961         (__add): Likewise.
28962         (__sub): Likewise.
28963         (__mul): Likewise.
28964         (__inv): Likewise.
28965         (__dvd): Likewise.
28966
28967         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28968         instead of __mul.
28969         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28970         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28971         (cc32): Likewise.
28972
28973         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28974         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28975         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28976         of __mul for squares.
28977         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28978         function
28979         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28980         Likewise.
28981         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28982         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28983
28984 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28985
28986         [BZ #13550]
28987         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28988         code.
28989         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28990         prototype or function definition.  Rename ubp_* variables and
28991         parameters.  Remove argv definitions conditional on
28992         [__BOUNDED_POINTERS__].
28993         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28994         * elf/dl-runtime.c (_dl_fixup): Likewise.
28995         * include/set-hooks.h (RUN_HOOK): Likewise.
28996         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28997         definition.
28998         * string/strcpy.c (strcpy): Do not use __unbounded.
28999         * sysdeps/generic/frame.h (struct layout): Likewise.
29000         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29001         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29002         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29003         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29004         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29005         (__backtrace): Likewise.
29006         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29007         use __ptrvalue.
29008         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29009         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29010         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29011         Likewise.
29012         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29013         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29014         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29015         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29016         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29017         Do not use __unbounded.
29018         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29019         Rename __unboundedrlimits parameter to rlimits in prototype.
29020         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29021         Do not use __unbounded.
29022         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29023         not use __ptrvalue.
29024         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29025         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29026         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29027         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29028         __ptrvalue or __unbounded.
29029         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29030         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29031         use __unbounded.
29032         (__new_msgctl): Do not use __ptrvalue.
29033         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29034         __unbounded.
29035         (__libc_msgrcv): Do not use __ptrvalue.
29036         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29037         startup_info): Do not use __unbounded.
29038         (__libc_start_main): Likewise.  Rename ubp_* variables and
29039         parameters.  Remove argv definitions conditional on
29040         [__BOUNDED_POINTERS__].
29041         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29042         __ptrvalue.
29043         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29044         use __unbounded.
29045         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29046         or __ptrvalue.
29047         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29048         use __unbounded.
29049         (__new_shmctl): Do not use __ptrvalue.
29050         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29051         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29052         Likewise.
29053         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29054         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29055         (__libc_sigaction): Likewise.
29056         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29057         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29058         Likewise.
29059         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29060
29061 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29062
29063         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29064
29065         * string/mempcpy.c: Implement by calling memcpy.
29066
29067 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29068
29069         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29070
29071         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29072         evaluation.
29073
29074         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29075         values in the mantissa.
29076
29077         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29078         minimize writes to Z.
29079         (sub_magnitudes): Simplify code a bit.
29080
29081 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29082
29083         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29084         from the message.  The linker prefixes all warnings with that already.
29085
29086 2013-02-12  Andreas Schwab  <schwab@suse.de>
29087
29088         [BZ #15078]
29089         * posix/regexec.c (extend_buffers): Add parameter min_len.
29090         (check_matching): Pass minimum needed length.
29091         (clean_state_log_if_needed): Likewise.
29092         (get_subexp): Likewise.
29093         * posix/Makefile (tests): Add bug-regex34.
29094         (bug-regex34-ENV): Define.
29095         * posix/bug-regex34.c: New file.
29096
29097         [BZ #11561]
29098         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29099         elements compare against the byte sequence of it, not its name.
29100         * posix/Makefile (tests): Add bug-regex35.
29101         (bug-regex35-ENV): Define.
29102         * posix/bug-regex35.c: New file.
29103
29104 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29105
29106         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29107         comment.
29108         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29109         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29110         (CHECK_EOL): Add undef.
29111
29112 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29113
29114         * bits/stdlib-bsearch.h: New file.
29115         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29116         * stdlib/stdlib.h: Likewise.
29117
29118 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29119
29120         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29121         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29122         declaration.
29123         * manual/search.texi (Array Search Function): Add missing const in
29124         lfind prototype.
29125         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29126         declaration to use rlim_t.
29127         (Basic Scheduling Functions): Remove erroneous const from
29128         sched_getparam prototype.  Remove erroneous * from
29129         sched_get_priority_max and sched_get_priority_min prototypes.
29130         (Resource Usage): Fix summary @comment on vtimes to refer to
29131         sys/vtimes.h rather than vtimes.h.
29132         Add missing *s in vtimes prototype.
29133         (Limits on Resources): Fix ulimit prototype to return long int.
29134         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29135         prototypes to use long int rather than double.
29136         (BSD Random): Fix initstate and setstate to use char *, not void *.
29137         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29138         prototype to make second argument 'struct aiocb64 *const[]'.
29139         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29140         (Status of AIO Operations): Remove erroneous const in aio_return and
29141         aio_return64 prototypes.
29142         (Synchronizing I/O): Fix sync prototype to return void.
29143         * manual/startup.texi (Suboptions): Remove an erroneous const in
29144         getsubopt prototype.
29145         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29146         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29147         use size_t rather than int.
29148         (Scanning All Users): Likewise for getpwent_r.
29149         (Setting Groups): Add missing const to setgroups prototype.
29150         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29151         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29152         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29153         'const void *' rather than 'const char *'.
29154         (Host Address Functions): Likewise for inet_ntop.
29155         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29156         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29157         ssize_t for return value.
29158         (Sending Data): Likewise for send, sendto, sendmsg.
29159         (Socket Option Functions): Add a missing const in setsockopt prototype.
29160         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29161         use wchar_t for the argument.
29162         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29163         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29164         take no arguments.
29165         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29166         double/float/long double for second argument.
29167         Fix return types of significand, significandf, significandl.
29168         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29169         argument in fchmod prototype.
29170         (File Owner): Use uid_t and gid_t in fchown prototype.
29171         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29172         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29173         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29174         use 'const struct dirent **' as argument types to CMP function pointer
29175         argument.
29176         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29177         (File Times): Fix summary magic @comment for struct utimbuf and utime
29178         to refer to utime.h, not time.h.
29179         * manual/string.texi (Argz Functions): Add missing const in
29180         argz_extract and argz_next prototypes.
29181         (Finding Tokens in a String): Likewise for basename.
29182         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29183         (Copying and Concatenation): Fix typo in wmemmove prototype.
29184         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29185         (Signal Stack): Remove erroneous const in sigstack prototype.
29186         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29187         prototype.
29188         (Simple Calendar Time): Likewise for stime.
29189         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29190         prototype.
29191         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29192         say sys/sysctl.h instead.
29193         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29194         and vsyslog prototypes.
29195
29196 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29197
29198         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29199         Remove.
29200
29201 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29202
29203         * misc/sys/mman.h: Fix typo in mremap comment.
29204
29205 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29206
29207         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29208         the '\0' terminator.
29209
29210 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29211
29212         [BZ #13550]
29213         * debug/segfault.c: Don't include <bp-checks.h>.
29214         * sysdeps/generic/bp-checks.h: Remove file.
29215         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29216         (__GETDENTS): Don't use CHECK_N.
29217         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29218         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29219         (__getgroups): Don't use CHECK_N.
29220         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29221         (setgroups): Don't use CHECK_N.
29222         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29223         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29224         (__libc_msgrcv): Don't use CHECK_N.
29225         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29226         (__libc_msgsnd): Don't use CHECK_N.
29227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29228         <bp-checks.h>.
29229         (__libc_pread): Don't use CHECK_N.
29230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29231         include <bp-checks.h>.
29232         (__libc_pread64): Don't use CHECK_N.
29233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29234         include <bp-checks.h>.
29235         (__libc_pwrite): Don't use CHECK_N.
29236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29237         include <bp-checks.h>.
29238         (__libc_pwrite64): Don't use CHECK_N.
29239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29240         <bp-checks.h>.
29241         (__libc_pread): Don't use CHECK_N.
29242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29243         include <bp-checks.h>.
29244         (__libc_pread64): Don't use CHECK_N.
29245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29246         include <bp-checks.h>.
29247         (__libc_pwrite): Don't use CHECK_N.
29248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29249         include <bp-checks.h>.
29250         (__libc_pwrite64): Don't use CHECK_N.
29251         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29252         (do_pread): Don't use CHECK_N.
29253         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29254         (do_pread64): Don't use CHECK_N.
29255         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29256         (do_pwrite): Don't use CHECK_N.
29257         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29258         (do_pwrite64): Don't use CHECK_N.
29259         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29260         (__libc_readv): Don't use CHECK_N.
29261         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29262         (semop): Don't use CHECK_N.
29263         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29264         <bp-checks.h>.
29265         (semtimedop): Don't use CHECK_N.
29266         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29267         (__libc_pread): Don't use CHECK_N.
29268         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29269         <bp-checks.h>.
29270         (__libc_pread64): Don't use CHECK_N.
29271         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29272         <bp-checks.h>.
29273         (__libc_pwrite): Don't use CHECK_N.
29274         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29275         <bp-checks.h>.
29276         (__libc_pwrite64): Don't use CHECK_N.
29277         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29278         <bp-checks.h>.
29279         (__libc_msgrcv): Don't use CHECK_N.
29280         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29281         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29282         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29283         (__libc_writev): Don't use CHECK_N.
29284
29285 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29286
29287         * string/strcpy.c: Removed unused variable.
29288
29289         * Makeconfig (+sysdep-includes): Define with := rather than =.
29290         Use an existing include/ subdir of each sysdeps dir before it.
29291
29292 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29293
29294         * nscd/connection.c (register_traced_file): Comment function.
29295         [HAVE_INOTIFY] (union __inev): Define.
29296         [HAVE_INOTIFY] (inotify_check_files): New function.
29297         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29298         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29299         clear_db_cache.
29300         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29301
29302 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29303
29304         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29305         loaded if not already and that a failure is permanent.
29306
29307 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29308
29309         [BZ #15006]
29310         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29311         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29312
29313 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29314
29315         [BZ #13550]
29316         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29317         (CHECK_1_NULL_OK): Likewise.
29318         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29319         (__fxstat): Do not use CHECK_1.
29320         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29321         <bp-checks.h>.
29322         (___fxstat64): Do not use CHECK_1.
29323         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29324         <bp-checks.h>.
29325         (__fxstatat): Do not use CHECK_1.
29326         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29327         <bp-checks.h>.
29328         (__fxstatat64): Do not use CHECK_1.
29329         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29330         <bp-checks.h>.
29331         (__fxstat): Do not use CHECK_1.
29332         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29333         <bp-checks.h>.
29334         (__fxstatat): Do not use CHECK_1.
29335         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29336         <bp-checks.h>.
29337         (__getresgid): Do not use CHECK_1.
29338         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29339         <bp-checks.h>.
29340         (__getresuid): Do not use CHECK_1.
29341         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29342         <bp-checks.h>.
29343         (__lxstat): Do not use CHECK_1.
29344         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29345         <bp-checks.h>.
29346         (__old_msgctl): Do not use CHECK_1.
29347         (__new_msgctl): Likewise.
29348         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29349         <bp-checks.h>.
29350         (__new_setrlimit): Do not use CHECK_1.
29351         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29352         <bp-checks.h>.
29353         (__old_shmctl): Do not use CHECK_1.
29354         (__new_shmctl): Likewise.
29355         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29356         <bp-checks.h>.
29357         (__xstat): Do not use CHECK_1.
29358         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29359         (__lxstat): Do not use CHECK_1.
29360         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29361         <bp-checks.h>.
29362         (___lxstat64): Do not use CHECK_1.
29363         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29364         (__old_msgctl): Do not use CHECK_1.
29365         (__new_msgctl): Likewise.
29366         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29367         <bp-checks.h>.
29368         (__gettimeofday): Do not use CHECK_1.
29369         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29370         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29371         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29372         <bp-checks.h>.
29373         (__gettimeofday): Do not use CHECK_1.
29374         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29375         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29376         (__new_shmctl): Do not use CHECK_1.
29377         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29378         <bp-checks.h>.
29379         (do_sigtimedwait): Do not use CHECK_1.
29380         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29381         <bp-checks.h>.
29382         (do_sigwaitinfo): Do not use CHECK_1.
29383         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29384         <bp-checks.h>.
29385         (msgctl): Do not use CHECK_1.
29386         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29387         <bp-checks.h>.
29388         (shmctl): Do not use CHECK_1.
29389         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29390         (ustat): Do not use CHECK_1.
29391         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29392         <bp-checks.h>.
29393         (__fxstat): Do not use CHECK_1.
29394         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29395         <bp-checks.h>.
29396         (__fxstatat): Do not use CHECK_1.
29397         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29398         <bp-checks.h>.
29399         (__lxstat): Do not use CHECK_1.
29400         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29401         <bp-checks.h>.
29402         (__xstat): Do not use CHECK_1.
29403         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29404         (__xstat): Do not use CHECK_1.
29405         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29406         (___xstat64): Do not use CHECK_1.
29407
29408         [BZ #13550]
29409         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29410         definitions.
29411         (CHECK_BOUNDS_HIGH): Likewise.
29412         * string/strcpy.c: Do not include <bp-checks.h>.
29413         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29414
29415 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29416
29417         * nscd/nscd-client.h (__nscd_drop_map_ref):
29418         Add __attribute__ ((unused)).
29419         * nis/nss-nisplus.h (niserr2nss): Likewise.
29420
29421         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29422         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29423
29424         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29425         Remove inline keyword.
29426         * include/rounding-mode.h (round_away): Likewise.
29427         * libio/wfileops.c (adjust_wide_data): Likewise.
29428         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29429         (__m128i_strloadu_tolower): Likewise.
29430         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29431         (__m128i_strloadu_tolower): Likewise.
29432         * time/mktime.c (ydhms_diff): Likewise.
29433         * locale/elem-hash.h (elem_hash): Likewise.
29434         * locale/setlocale.c (setdata): Likewise.
29435         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29436         (re_string_wchar_at): Likewise.
29437         (bitset_not, bitset_merge, bitset_mask): Likewise.
29438         [!(__GNUC__ > 3)] (inline): Remove macro.
29439         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29440         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29441         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29442         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29443         * string/memcmp.c (memcmp_bytes): Likewise.
29444         * locale/programs/locarchive.c (compute_hashval): Likewise.
29445         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29446         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29447         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29448         * nss/getent.c (print_rpc, print_protocols): Likewise.
29449         (print_passwd, print_group, print_aliases): Likewise.
29450         * nis/nss-nisplus.h (niserr2nss): Likewise.
29451         * nscd/connections.c (restart_p): Likewise.
29452         Change return type to bool.
29453
29454 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29455
29456         * Makeconfig (all-Depend-files): Add existing
29457         $(sorted-subdirs:=/Depend) files.
29458         (all-subdirs): Remove nss.
29459         * sysdeps/unix/inet/Subdirs: Add it here instead.
29460         * hesiod/Depend: New file.
29461
29462         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29463         instead of calling alloca.
29464
29465         * io/lseek.c (__lseek): Rename to __libc_lseek.
29466         Define __lseek as an alias.
29467
29468         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29469
29470 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29471
29472         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29473         else clause and remove check for non-standard endianness.
29474
29475 2013-02-04  David S. Miller  <davem@davemloft.net>
29476
29477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29478
29479 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29480
29481         [BZ #13550]
29482         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29483         (__ubp_memchr): Remove prototype.
29484         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29485         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29486         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29487         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29488         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29489         Remove alias.
29490         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29491         (__ubp_memchr): Likewise.
29492         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29493         (__ubp_memchr): Likewise.
29494         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29495         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29496         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29497         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29498         CHECK_STRING.
29499         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29500         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29501         (__getcwd): Do not use CHECK_STRING.
29502         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29503         <bp-checks.h>.
29504         (__real_chown): Do not use CHECK_STRING.
29505         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29506         <bp-checks.h>.
29507         (fchownat): Do not use CHECK_STRING.
29508         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29509         CHECK_STRING.
29510         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29511         <bp-checks.h>.
29512         (__lchown): Do not use CHECK_STRING.
29513         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29514         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29515         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29516         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29518         include <bp-checks.h>.
29519         (truncate64): Do not use CHECK_STRING.
29520         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29521         <bp-checks.h>.
29522         (__real_chown): Do not use CHECK_STRING.
29523         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29524         <bp-checks.h>.
29525         (__lchown): Do not use CHECK_STRING.
29526         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29527         <bp-checks.h>.
29528         (__chown): Do not use CHECK_STRING.
29529         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29530         <bp-checks.h>.
29531         (truncate64): Do not use CHECK_STRING.
29532         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29533         Likewise.
29534         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29535         (__xmknod): Do not use CHECK_STRING.
29536         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29537         <bp-checks.h>.
29538         (__xmknodat): Do not use CHECK_STRING.
29539         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29540         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29541
29542 2013-02-04  Andreas Schwab  <schwab@suse.de>
29543
29544         [BZ #14142]
29545         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29546         * include/netdb.h: Likewise for h_errno.
29547         * elf/tst-stackguard1.c: Include <tls.h>.
29548
29549 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29550
29551         * elf/link.h (struct link_map): Extend the l_addr comment.
29552         * include/link.h (struct link_map): Likewise.
29553
29554 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29555
29556         [BZ #13550]
29557         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29558         (BOUNDED_1): Remove macro.
29559         * debug/backtrace.c: Don't include <bp-checks.h>.
29560         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29561         (__backtrace): Likewise.
29562         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29563         <bp-checks.h>.
29564         (__backtrace): Don't use BOUNDED_1.
29565         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29566         <bp-checks.h>.
29567         (__backtrace): Don't use BOUNDED_1.
29568         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29569         (__backtrace): Don't use BOUNDED_1.
29570         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29571         (shmat): Don't use BOUNDED_N.
29572
29573 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29574
29575         [BZ #13550]
29576         * sysdeps/generic/bp-start.h: Remove file.
29577         * csu/libc-start.c: Don't include <bp-start.h>.
29578         (LIBC_START_MAIN): Set up __environ directly instead of using
29579         INIT_ARGV_and_ENVIRON.
29580         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29581         <bp-start.h>.
29582
29583         [BZ #13550]
29584         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29585         definitions.
29586         (CHECK_FCNTL): Likewise.
29587         (CHECK_N_PAGES): Likewise.
29588
29589         [BZ #13550]
29590         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29591         definitions.
29592         (CHECK_SIGSET_NULL_OK): Likewise.
29593         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29594         <bp-checks.h>.
29595         (sigpending): Don't use CHECK_SIGSET.
29596         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29597         <bp-checks.h>.
29598         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29599         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29600         <bp-checks.h>.
29601         (do_sigsuspend): Don't use CHECK_SIGSET.
29602         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29603         use CHECK_SIGSET.
29604         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29605         (do_sigwait): Don't use CHECK_SIGSET.
29606         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29607         use CHECK_SIGSET.
29608         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29609         include <bp-checks.h>.
29610         (sigpending): Don't use CHECK_SIGSET.
29611         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29612         include <bp-checks.h>.
29613         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29614         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29615         <bp-checks.h>.
29616         (sigpending): Don't use CHECK_SIGSET.
29617         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29618         <bp-checks.h>.
29619         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29620
29621         [BZ #13550]
29622         * sysdeps/generic/bp-semctl.h: Remove file.
29623         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29624         <bp-checks.h> and <bp-semctl.h>.
29625         (__old_semctl): Don't use CHECK_SEMCTL.
29626         (__new_semctl): Likewise.
29627         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29628         and <bp-semctl.h>.
29629         (__old_semctl): Don't use CHECK_SEMCTL.
29630         (__new_semctl): Likewise.
29631         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29632         <bp-checks.h> and <bp-semctl.h>.
29633         (__old_semctl): Don't use CHECK_SEMCTL.
29634         (__new_semctl): Likewise.
29635         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29636         <bp-checks.h> and <bp-semctl.h>.
29637         (semctl): Don't use CHECK_SEMCTL.
29638
29639         [BZ #13550]
29640         * Makerules (elide-bp-thunks): Remove variable.
29641         (elide-routines.oS): Don't use $(elide-bp-thunks).
29642         (elide-routines.os): Likewise.
29643         (elide-routines.o): Likewise.
29644         (elide-routines.op): Likewise.
29645         (elide-routines.og): Likewise.
29646         (objects): Don't use $(bp-thunks).
29647         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29648         include.
29649         (common-generated): Do not add s-proto-bp.d.
29650         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29651         (int): Likewise.
29652         (typ): Likewise.
29653         Do not generate makefile rules for bounded-pointer thunks.
29654         * sysdeps/generic/bp-thunks.h: Remove file.
29655         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29656         * sysdeps/unix/s-proto-bp.S: Likewise.
29657
29658         [BZ #15062]
29659         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29660         parts of result separately when argument is not close to line from
29661         -i to i and one part of argument is small.
29662         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29663         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29664         * math/libm-test.inc (cacos_test): Add more tests.
29665         (casin_test): Likewise.
29666         (casinh_test): Likewise.
29667         * sysdeps/i386/fpu/libm-test-ulps: Update.
29668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29669
29670 2013-01-31  David S. Miller  <davem@davemloft.net>
29671
29672         * po/de.po: Update from translation team.
29673
29674 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29675
29676         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29677
29678 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29679
29680         * configure.in (_AC_PROG_CC_C89): New definition.
29681         * configure: Regenerate.
29682
29683         * configure.in (AC_PROG_CPP): New definition.
29684         * configure: Regenerate.
29685
29686 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29687
29688         * debug/tst-backtrace.h: New file.
29689         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29690         (ret): Remove variable.
29691         (x): Likewise.
29692         (FAIL): Remove macro.
29693         (NO_INLINE): Likewise.
29694         (fn1): Use match function instead of strstr.
29695         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29696         (ret): Remove variable.
29697         (x): Likewise.
29698         (FAIL): Remove macro.
29699         (NO_INLINE): Likewise.
29700         (fn): Use match function instead of strstr.
29701         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29702         (ret): Remove variable.
29703         (x): Likewise.
29704         (FAIL): Remove macro.
29705         (NO_INLINE): Likewise.
29706         (handle_signal): Use match function instead of strstr.
29707         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29708         (ret): Remove variable.
29709         (x): Likewise.
29710         (FAIL): Remove macro.
29711         (NO_INLINE): Likewise.
29712         (handle_signal): Use match function instead of strstr.
29713
29714 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29715
29716         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29717
29718 2013-01-23  David S. Miller  <davem@davemloft.net>
29719
29720         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29721         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29722         argument of CAS if possible.
29723         * sysdeps/sparc/sparc64/bits/atomic.h
29724         (__arch_compare_and_exchange_val_32_acq): Likewise.
29725         (__arch_compare_and_exchange_val_64_acq): Likewise.
29726
29727 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29728
29729         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29730         * sysdeps/posix/ulimit.c: ... this.
29731         Include <limits.h>.
29732         * sysdeps/unix/bsd/ulimit.c: Remove file.
29733
29734 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29735
29736         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29737         (LDFLAGS-tst-array5): Likewise.
29738
29739 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29740
29741         [BZ #15036]
29742         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29743         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29744         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29745         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29746
29747 2013-01-21  David S. Miller  <davem@davemloft.net>
29748
29749         * sysdeps/sparc/backtrace.c: New file.
29750         * sysdeps/sparc/sparc32/backtrace.h: New file.
29751         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29752         * sysdeps/sparc/sparc64/backtrace.h: New file.
29753         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29754         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29755         -funwind-tables.
29756
29757 2013-01-21  Andreas Schwab  <schwab@suse.de>
29758
29759         [BZ #15020]
29760         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29761         closed its stdout.
29762
29763 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29764
29765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29766         "mpa2.h".
29767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29768
29769 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29770             Mark Mitchell  <mark@codesourcery.com>
29771             Tom de Vries  <tom@codesourcery.com>
29772             Paul Pluzhnikov  <ppluzhnikov@google.com>
29773
29774         * debug/tst-backtrace2.c: New file.
29775         * debug/tst-backtrace3.c: Likewise.
29776         * debug/tst-backtrace4.c: Likewise.
29777         * debug/tst-backtrace5.c: Likewise.
29778         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29779         (CFLAGS-tst-backtrace3.c): Likewise.
29780         (CFLAGS-tst-backtrace4.c): Likewise.
29781         (CFLAGS-tst-backtrace5.c): Likewise.
29782         (LDFLAGS-tst-backtrace2): Likewise.
29783         (LDFLAGS-tst-backtrace3): Likewise.
29784         (LDFLAGS-tst-backtrace4): Likewise.
29785         (LDFLAGS-tst-backtrace5): Likewise.
29786         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29787         tst-backtrace4 and tst-backtrace5.
29788
29789 2013-01-18  Anton Blanchard  <anton@samba.org>
29790             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29791
29792         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29793         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29794         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29795         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29797         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29798         "+r" and remove output regs list as redundant.  Add explicit inline
29799         asm to specify register of return val to work around compiler codegen
29800         bug.  Remove (int) cast on return value.  Add return type parameter to
29801         use in macro so that this macro does not truncate return value for
29802         64-bit values.
29803         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29804         pass to INTERNAL_VSYSCALL_NCS.
29805         (INLINE_VSYSCALL): Add 'long int' as return type to
29806         INTERNAL_VSYSCALL_NCS macro invocation.
29807         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29808         INTERNAL_VSYSCALL_NCS macro invocation.
29809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29810
29811 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29812
29813         [BZ #14496]
29814         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29815         Fix application of SIMD FP exception mask.
29816
29817         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29818         mp_no from a power of two.
29819         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29820         __mpexp_twomm1.  Use __pow_mp.
29821
29822         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29823         multiplication.
29824
29825 2013-01-17  David S. Miller  <davem@davemloft.net>
29826
29827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29828
29829 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29830
29831         [BZ #15023]
29832         * include/complex.h: Condition contents on [!_COMPLEX_H].
29833         (__kernel_casinhf): New prototype.
29834         (__kernel_casinh): Likewise.
29835         (__kernel_casinhl): Likewise.
29836         * math/Makefile (libm_calls): Add k_casinh.
29837         * math/k_casinh.c: New file.
29838         * math/k_casinhf.c: Likewise.
29839         * math/k_casinhl.c: Likewise.
29840         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29841         finite nonzero arguments.
29842         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29843         finite nonzero arguments.
29844         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29845         finite nonzero arguments.
29846         * math/s_casinh.c: Do not include <float.h>.
29847         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29848         * math/s_casinhf.c: Do not include <float.h>.
29849         (__casinhf): Move code for finite nonzero arguments to
29850         k_casinhf.c.
29851         * math/s_casinhl.c: Do not include <float.h>.
29852         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29853         redefine.
29854         (__casinhl): Move code for finite nonzero arguments to
29855         k_casinhl.c.
29856         * math/libm-test.inc (cacos_test): Add more tests.
29857         * sysdeps/i386/fpu/libm-test-ulps: Update.
29858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29859
29860 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29861
29862         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29863         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29864         [!HAVE_MREMAP]: Remove [defined linux] case.
29865         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29866
29867 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29868
29869         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29870
29871 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29872
29873         * elf/elf.h (R_386_SIZE32): New relocation.
29874         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29875         R_386_SIZE32.
29876         (elf_machine_rela): Likewise.
29877         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29878         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29879
29880 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29881
29882         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29883         (FP_FAST_FMA): Do not define.
29884         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29885         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29886         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29887         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29888         !_SOFT_FLOAT]: Likewise.
29889         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29890         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29891         value.
29892         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29893         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29894         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29895         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29896         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29897         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29898         file.
29899
29900 2013-01-16  Andreas Schwab  <schwab@suse.de>
29901
29902         [BZ #14327]
29903         * include/stdlib.h (__mktemp): Add declaration.
29904         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29905         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29906
29907 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29908
29909         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29910         definitions.
29911         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29912         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29913         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29914         definitions here.
29915         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29916         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29917         definitions.
29918         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29919         and ONE.
29920         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29921         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29922         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29923         definitions.
29924         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29925         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29926         definitions.
29927         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29928
29929         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29930
29931 2013-01-15  David S. Miller  <davem@davemloft.net>
29932
29933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29934         trunc{,f} to libm-sysdep_routes.
29935         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29937         file.
29938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29940         file.
29941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29942         file.
29943         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29944         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29945         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29946         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29947         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29948         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29949         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29950         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29951
29952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29953         nearbyint{,f} to libm-sysdep_routes.
29954         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29956         New file.
29957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29958         file.
29959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29960         New file.
29961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29962         file.
29963         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29964         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29965         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29966         file.
29967         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29968         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29969         file.
29970         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29971         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29972         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29973
29974         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29975         libc_feholdexcept and libc_fesetenv.
29976
29977 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29978
29979         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29980
29981 2013-01-14  David S. Miller  <davem@davemloft.net>
29982
29983         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29984         (SPARC_ASM_VIS2_IFUNC): Likewise.
29985         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29987         use of 'siam' instruction.
29988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29989         Likewise.
29990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29991         Likewise.
29992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29993         Likewise.
29994         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29995         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29996         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29997         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29999         file.
30000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30001         file.
30002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30003         file.
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30005         file.
30006         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30007         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30008         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30009         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30011         new VIS2 routines.
30012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30015         Likewise.
30016         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30017         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30018         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30019         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30021         routines to libm-sysdep_routines.
30022         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30023
30024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30025         fdim/fdimf to libm-sysdep_routines.
30026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30027         file.
30028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30030         file.
30031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30033         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30034         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30035         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30036         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30037         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30038
30039 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30040
30041         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30042         to optimize copies.
30043
30044         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30045         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30046         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30047
30048         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30049         local variable MPTWO.
30050         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30051         Likewise.
30052
30053 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30054
30055         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30056         GLOB_NOESCAPE.
30057
30058 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30059
30060         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30061
30062 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30063
30064         * manual/pattern.texi (glob_t): Document gl_flags.
30065         (glob64_t): Likewise.
30066
30067 2013-01-11  David S. Miller  <davem@davemloft.net>
30068
30069         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30070         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30071         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30072         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30073         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30074         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30075         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30076         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30077         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30078         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30079         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30080         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30081         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30082
30083         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30084         sparc V9 rather than using V8 code.
30085         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30086         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30087
30088         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30089         Move to...
30090         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30091         Here.
30092
30093 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30094
30095         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30096         not in the main loop.
30097         * configure: Regenerated.
30098
30099 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30100
30101         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30102         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30103         to just #else.
30104         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30105         [!__GLIBC_HAVE_LONG_LONG] case.
30106         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30107         condition to just #else.
30108         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30109         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30110         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30111         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30112         unconditional.
30113         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30114         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30115         #elif condition to just #else.
30116         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30117         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30118         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30119         #elif condition to just #else.
30120
30121 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30122
30123         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30124         (EF_MIPS_ARCH_64): Fix value.
30125         (EF_MIPS_ARCH_32R2): New.
30126         (EF_MIPS_ARCH_64R2): New.
30127
30128 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30129
30130         * Makeconfig (+link-pie-before-libc): New.
30131         (+link-pie-after-libc): Likewise.
30132         (+link-pie-tests): Likewise.
30133         (+link-pie): Rewritten.
30134         (link-before-libc): Remove $(config-LDFLAGS).
30135         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30136         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30137         (config-LDFLAGS): Renamed to ...
30138         (rtld-LDFLAGS): This.
30139         (rtld-tests-LDFLAGS): New macro.
30140         (link-libc-rpath-link): Likewise.
30141         (link-libc-tests-rpath-link): Likewise.
30142         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30143         (link-libc): Prepand $(link-libc-rpath-link).
30144         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30145         (test-program-prefix): New macro.
30146         (test-via-rtld-prefix): Likewise.
30147         (test-program-cmd): Likewise.
30148         (host-test-program-cmd): Likewise.
30149         * Makefile ($(common-objpfx)testrun.sh): Replace
30150         $(run-program-prefix) with $(test-program-prefix).
30151         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30152         $(rtld-LDFLAGS).
30153         ($(common-objpfx)shlib.lds): Likewise.
30154         (build-module-helper): Likewise.
30155         ($(common-objpfx)format.lds): Likewise.
30156         * Rules (binaries-pie-tests): New.
30157         (binaries-pie-notests): Likewise.
30158         (binaries-pie): Rewritten.
30159         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30160         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30161         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30162         (make-test-out): Replace $(host-built-program-cmd) with
30163         $(host-test-program-cmd).
30164         * config.make.in (build-hardcoded-path-in-tests): New variable.
30165         * configure.in (--enable-hardcoded-path-in-tests): New configure
30166         option.
30167         (hardcoded_path_in_tests): New AC_SUBST.
30168         * configure: Regenerated.
30169         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30170         $(built-program-cmd) with $(test-program-cmd).
30171         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30172         (test_program_cmd): This.
30173         * elf/Makefile ($(objpfx)order.out): Run test with
30174         $(test-program-prefix).
30175         ($(objpfx)order2.out): Likewise.
30176         ($(objpfx)tst-initorder.out): Likewise.
30177         ($(objpfx)tst-initorder2.out): Likewise.
30178         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30179         $(test-program-cmd).
30180         ($(objpfx)tst-array1-static.out): Likewise.
30181         ($(objpfx)tst-array2.out): Likewise.
30182         ($(objpfx)tst-array3.out): Likewise.
30183         ($(objpfx)tst-array4.out): Likewise.
30184         ($(objpfx)tst-array5.out): Likewise.
30185         ($(objpfx)tst-array5-static.out): Likewise.
30186         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30187         $(test-program-cmd).
30188         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30189         $(run-program-prefix) with $(test-program-prefix).
30190         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30191         (test_program_prefix): This.
30192         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30193         $(run-program-prefix) with $(test-program-prefix).
30194         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30195         (test_program_prefix): This.
30196         * iconvdata/tst-tables.sh: Likewise.
30197         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30198         $(run-program-prefix) with $(test-program-prefix).
30199         ($(objpfx)tst-translit.out): Likewise.
30200         ($(objpfx)tst-gettext2.out): Likewise.
30201         ($(objpfx)tst-gettext4.out): Likewise.
30202         ($(objpfx)tst-gettext6.out): Likewise.
30203         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30204         (test_program_prefix): This.
30205         * intl/tst-gettext2.sh: Likewise.
30206         * intl/tst-gettext4.sh  Likewise.
30207         * intl/tst-gettext6.sh: Likewise.
30208         * intl/tst-translit.sh: Likewise.
30209         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30210         with $(test-program-cmd).
30211         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30212         $(run-program-prefix) with $(test-program-prefix).
30213         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30214         (test_program_prefix): This.
30215         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30216         $(run-program-prefix) with $(test-program-prefix).
30217         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30218         (test_program_prefix): This.
30219         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30220         * posix/Makefile ($(objpfx)globtest.out): Replace
30221         $(run-via-rtld-prefix) and $(test-wrapper) with
30222         $(test-program-prefix) and $(test-via-rtld-prefix).
30223         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30224         $(test-program-prefix).
30225         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30226         $(host-test-program-cmd).
30227         (tst-spawn-ARGS): Likewise.
30228         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30229         $(test-program-prefix).
30230         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30231         (test_via_rtld_prefix): This.
30232         (test_wrapper): Renamed to ...
30233         (test_program_prefix): This.
30234         (run_program_prefix): Replaced by test_program_prefix.
30235         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30236         (test_program_prefix): This.
30237         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30238         with $(host-test-program-cmd).
30239         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30240         $(run-program-prefix) with $(test-program-prefix).
30241         ($(objpfx)tst-printf.out): Likewise.
30242         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30243         $(test-program-cmd).
30244         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30245         (test_program_prefix): This.
30246         * stdio-common/tst-unbputc.sh: Likewise.
30247         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30248         $(run-program-prefix) with $(test-program-prefix).
30249         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30250         (test_program_prefix): This.
30251         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30252         $(built-program-cmd) with $(test-program-cmd).
30253
30254 2013-01-11  Andreas Jaeger  <aj@suse.de>
30255
30256         [BZ #15003]
30257         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30258         value. Sync with Linux 3.7.
30259
30260 2013-01-10  David S. Miller  <davem@davemloft.net>
30261
30262         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30263         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30264         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30265
30266 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30267
30268         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30269         never set.
30270         * configure: Regenerated.
30271
30272 2013-01-10  David S. Miller  <davem@davemloft.net>
30273
30274         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30275         sparc V9 rather than using V8 code.
30276         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30277         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30278
30279 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30280
30281         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30282         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30283         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30284         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30285         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30286         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30287         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30288         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30289         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30290         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30291         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30292         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30293         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30294         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30295         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30296         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30297         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30298         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30299         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30300         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30301         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30302         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30303         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30304         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30305         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30306         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30307         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30308
30309 2013-01-10  David S. Miller  <davem@davemloft.net>
30310
30311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30312
30313 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30314
30315         * posix/Makefile (tests-static): New variable.
30316         (tests): Add $(tests-static).
30317         (tst-exec-static-ARGS): New variable.
30318         (tst-spawn-static-ARGS): Likewise.
30319         * posix/tst-exec-static.c: New file.
30320         * posix/tst-spawn-static.c: Likewise.
30321         * posix/tst-exec.c: Support run directly.
30322         * posix/tst-spawn.c: Likewise.
30323
30324 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30325
30326         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30327         long.
30328         * math/bits/mathcalls.h (llrint): Likewise.
30329         (llround): Likewise.
30330         * stdlib/stdlib.h (struct drand48_data): Likewise.
30331         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30332         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30333         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30334         Likewise.
30335         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30336         Likewise.
30337         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30338         (elf_greg_t): Likewise.
30339         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30340         (__jmp_buf): Likewise.
30341         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30342         definitions.
30343         (llrint): Likewise, for all definitions.
30344         (llrintl): Likewise.
30345
30346         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30347         Remove [__GNUC__] condition.
30348         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30349         condition to just [__USE_ISOC99].
30350         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30351
30352 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30353
30354         [BZ #14200]
30355         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30356         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30357         defined.
30358         (_POSIX_V6_ILP32_OFF32): Likewise.
30359         (_XBS5_ILP32_OFF32): Likewise.
30360         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30361         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30362
30363 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30364
30365         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30366
30367         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30368         doubles __mpexp_twomm1.  Adjust usage.
30369         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30370         Remove.
30371
30372 2013-01-10  Andreas Schwab  <schwab@suse.de>
30373
30374         [BZ #14964]
30375         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30376         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30377
30378 2013-01-09  David S. Miller  <davem@davemloft.net>
30379
30380         [BZ #15003]
30381         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30382         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30383         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30384         (TCP_FASTOPEN): Define.
30385         (tcp_repair_opt): New structure.
30386         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30387         enum values.
30388         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30389         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30390         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30391         (tcp_cookie_transactions): New structure.
30392
30393 2013-01-09  Anton Blanchard  <anton@samba.org>
30394
30395         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30396         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30397         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30398         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30399
30400 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30401
30402         * include/features.h (__USE_ANSI): Remove.
30403
30404 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30405
30406         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30407
30408         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30409
30410 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30411
30412         * sysdeps/s390/fpu/libm-test-ulps: Update.
30413
30414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30415
30416         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30417         (__acr): Likewise.
30418         (__cpy): Likewise.
30419         (norm): Likewise.
30420         (denorm): Likewise.
30421         (__mp_dbl): Likewise.
30422         (__dbl_mp): Likewise.
30423         (add_magnitudes): Likewise.
30424         (sub_magnitudes): Likewise.
30425         (__add): Likewise.
30426         (__sub): Likewise.
30427         (__mul): Likewise.
30428         (__inv): Likewise.
30429         (__dvd): Likewise.
30430         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30431         (__acr): Likewise.
30432         (__cpy): Likewise.
30433         (norm): Likewise.
30434         (denorm): Likewise.
30435         (__mp_dbl): Likewise.
30436         (__dbl_mp): Likewise.
30437         (add_magnitudes): Likewise.
30438         (sub_magnitudes): Likewise.
30439         (__add): Likewise.
30440         (__sub): Likewise.
30441         (__mul): Likewise.
30442         (__inv): Likewise.
30443         (__dvd): Likewise.
30444         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30445         (__acr): Likewise.
30446         (__cpy): Likewise.
30447         (norm): Likewise.
30448         (denorm): Likewise.
30449         (__mp_dbl): Likewise.
30450         (__dbl_mp): Likewise.
30451         (add_magnitudes): Likewise.
30452         (sub_magnitudes): Likewise.
30453         (__add): Likewise.
30454         (__sub): Likewise.
30455         (__mul): Likewise.
30456         (__inv): Likewise.
30457         (__dvd): Likewise.
30458
30459 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30460
30461         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30462         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30463         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30464         2 && __USE_EXTERN_INLINES]: Likewise.
30465
30466 2013-01-08  Andreas Jaeger  <aj@suse.de>
30467
30468         [BZ# 14985]
30469         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30470         Remove.
30471         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30472         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30473
30474 2013-01-07  Anton Blanchard  <anton@samba.org>
30475
30476         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30477         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30478         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30479         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30480         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30481         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30482         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30483         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30484         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30485         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30486         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30487         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30488         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30489         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30490         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30491         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30492         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30493         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30494         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30495         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30496         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30497         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30498         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30499         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30500         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30501         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30502         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30503         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30504         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30505         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30506         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30507         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30508         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30509         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30510         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30511         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30512         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30513         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30514         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30515         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30516         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30517         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30518         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30519
30520 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30521
30522         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30523         (__MALLOC_PMT): Likewise.
30524         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30525         [__GNUC__], only on [_LIBC].
30526         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30527         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30528         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30529         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30530         forward declaration.
30531         (realloc_hook_ini): Likewise.
30532         (memalign_hook_ini): Likewise.
30533         (__libc_memalign): Do not use __MALLOC_PMT in variable
30534         declaration.
30535         (__libc_valloc): Likewise.
30536         (__libc_pvalloc): Likewise.
30537         (__libc_calloc): Likewise.
30538         (__posix_memalign): Likewise.
30539
30540         [BZ #14996]
30541         * math/s_casinh.c: Include <float.h>.
30542         (__casinh): Do not do computation with squaring and square root
30543         for large arguments.
30544         * math/s_casinhf.c: Include <float.h>.
30545         (__casinhf): Do not do computation with squaring and square root
30546         for large arguments.
30547         * math/s_casinhl.c: Include <float.h>.
30548         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30549         (__casinhl): Do not do computation with squaring and square root
30550         for large arguments.
30551         * math/libm-test.inc (casin_test): Add more tests.
30552         (casinh_test): Likewise.
30553         * sysdeps/i386/fpu/libm-test-ulps: Update.
30554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30555
30556 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30557
30558         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30559         (__x86_64_raw_data_cache_size): Likewise.
30560         (__x86_64_data_cache_size_half): Likewise.
30561         (__x86_64_raw_data_cache_size_half): Likewise.
30562         (__x86_64_shared_cache_size): Likewise.
30563         (__x86_64_raw_shared_cache_size): Likewise.
30564         (__x86_64_shared_cache_size_half): Likewise.
30565         (__x86_64_raw_shared_cache_size_half): Likewise.
30566         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30567         to ...
30568         (__x86_data_cache_size): This.
30569         (__x86_64_raw_data_cache_size): Renamed to ...
30570         (__x86_raw_data_cache_size): This.
30571         (__x86_64_data_cache_size_half): Renamed to ...
30572         (__x86_data_cache_size_half): This.
30573         (__x86_64_raw_data_cache_size_half): Renamed to ...
30574         (__x86_raw_data_cache_size_half): This.
30575         (__x86_64_shared_cache_size): Renamed to ...
30576         (__x86_shared_cache_size): This.
30577         (__x86_64_raw_shared_cache_size): Renamed to ...
30578         (__x86_raw_shared_cache_size): This.
30579         (__x86_64_shared_cache_size_half): Renamed to ...
30580         (__x86_shared_cache_size_half): This.
30581         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30582         (__x86_raw_shared_cache_size_half): This.
30583         * sysdeps/x86_64/memcpy.S: Updated.
30584         * sysdeps/x86_64/memset.S: Likewise.
30585         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30586         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30587         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30588
30589 2013-01-04  David S. Miller  <davem@davemloft.net>
30590
30591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30592
30593 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30594
30595         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30596         1 to avoid redefinition warning.
30597         (__USE_GNU): Don't define.
30598         (init_signaling_nan): Protoize.
30599
30600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30601
30602 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30603
30604         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30605         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30606         (__cpymn): Likewise.
30607         (norm): Remove commented code.
30608         (denorm): Likewise.
30609         (__mp_dbl): Likewise.
30610         (__inv): Likewise.
30611         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30612         (__cpymn): Likewise.
30613         (norm): Remove commented code.
30614         (denorm): Likewise.
30615         (__mp_dbl): Likewise.
30616         (__inv): Likewise.
30617
30618         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30619         mp_no value for 1.0 and 2.0.
30620         (norm): Use RADIXI instead of radixi.d.
30621         (denorm): Likewise.
30622         (__mul): Use 0.0 instead of zero.d.
30623         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30624         mp_no value for 1.0 and 2.0.
30625         (norm): Use RADIXI instead of radixi.d.
30626         (denorm): Likewise.
30627         (__mul): Use 0.0 instead of zero.d.
30628
30629 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30630
30631         [BZ #14994]
30632         * math/s_casinh.c (__casinh): Reduce finite argument to first
30633         quadrant then set signs of results at the end.
30634         * math/s_casinhf.c (__casinhf): Likewise.
30635         * math/s_casinhl.c (__casinhl): Likewise.
30636         * math/libm-test.inc (casin_test): Add more tests.
30637         (casinh_test): Likewise.
30638         * sysdeps/i386/fpu/libm-test-ulps: Update.
30639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30640
30641 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30642
30643         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30644
30645         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30646
30647         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30648         declarations.
30649         (denorm): Likewise.
30650         (__mp_dbl): Likewise.
30651         (__inv): Likewise.
30652
30653         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30654         and adjust the header comment.
30655
30656         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30657         variable name from declaration.
30658
30659 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30660
30661         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30662         Initialize COMMON_CPUID_INDEX_7 element.
30663         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30664         (CPUID_RTM): Likewise.
30665         (HAS_RTM): Likewise.
30666         (COMMON_CPUID_INDEX_7): New enum.
30667
30668 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30669
30670         [BZ #14981]
30671         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30672         size is zero, record memory as freed.
30673
30674 2013-01-03  Andreas Jaeger  <aj@suse.de>
30675
30676         * po/ia.po: Add new Interlingua translation.
30677
30678 2012-01-03  Allan McRae  <allan@archlinux.org>
30679
30680         * locale/programs/localedef.c: Fix description of '--posix' flag.
30681
30682 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30683
30684         * NEWS: Update dates in second copyright notice.
30685         * README: Update copyright dates in example.
30686         * manual/libc.texinfo: Update copyright dates.
30687         * scripts/test-installation.pl: Update copyright date in --version
30688         output.
30689
30690         * hurd/ctty-input.c: Fix copyright notice formatting.
30691         * hurd/ctty-output.c: Likewise.
30692         * hurd/dtable.c: Likewise.
30693         * hurd/hurd-raise.c: Likewise.
30694         * hurd/hurdprio.c: Likewise.
30695         * hurd/msgportdemux.c: Likewise.
30696         * misc/sys/file.h: Likewise.
30697         * misc/sys/ioctl.h: Likewise.
30698         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30699         * sysdeps/mach/hurd/chdir.c: Likewise.
30700         * sysdeps/mach/hurd/fchdir.c: Likewise.
30701         * sysdeps/mach/hurd/rename.c: Likewise.
30702         * sysdeps/mach/hurd/rmdir.c: Likewise.
30703         * sysdeps/mach/hurd/seekdir.c: Likewise.
30704         * sysdeps/mach/hurd/setsid.c: Likewise.
30705         * sysdeps/posix/wait3.c: Likewise.
30706
30707         * All files with FSF copyright notices: Update copyright dates
30708         using scripts/update-copyrights.
30709         * intl/plural.c: Regenerated.
30710         * locale/programs/charmap-kw.h: Likewise.
30711         * locale/programs/locfile-kw.h: Likewise.
30712
30713 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30714
30715         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30716         four values.
30717
30718         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30719         calculation loop and add branch prediction.
30720
30721         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30722         check access beyond bounds of m1np.
30723
30724         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30725         MPTWO.
30726         (__inv): Remove local variable MPTWO to use the global
30727         constant.
30728         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30729         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30730         variable MPTWO.
30731         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30732         MP3HALFS static const.
30733
30734 2013-01-01  David S. Miller  <davem@davemloft.net>
30735
30736         * po/ca.po: Update from translation team.
30737
30738 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30739
30740         * scripts/update-copyrights: New file.
30741         * Makeconfig: Reformat copyright notice.
30742         * ctype/ctype.h: Likewise.
30743         * debug/swprintf_chk.c: Likewise.
30744         * elf/dl-cache.c: Likewise.
30745         * elf/dl-debug.c: Likewise.
30746         * elf/dl-object.c: Likewise.
30747         * grp/initgroups.c: Likewise.
30748         * hurd/Makefile: Likewise.
30749         * hurd/hurd/signal.h: Likewise.
30750         * hurd/hurdfault.c: Likewise.
30751         * hurd/hurdioctl.c: Likewise.
30752         * hurd/hurdlookup.c: Likewise.
30753         * hurd/intr-msg.c: Likewise.
30754         * iconv/gconv_open.c: Likewise.
30755         * libio/swprintf.c: Likewise.
30756         * locale/lc-ctype.c: Likewise.
30757         * locale/nl_langinfo.c: Likewise.
30758         * mach/Machrules: Likewise.
30759         * mach/Makefile: Likewise.
30760         * malloc/obstack.h: Likewise.
30761         * manual/Makefile: Likewise.
30762         * manual/tsort.awk: Likewise.
30763         * misc/bits/stab.def: Likewise.
30764         * nis/nis_print_group_entry.c: Likewise.
30765         * nis/nis_table.c: Likewise.
30766         * nis/nss_compat/compat-pwd.c: Likewise.
30767         * nis/nss_compat/compat-spwd.c: Likewise.
30768         * po/Makefile: Likewise.
30769         * posix/fnmatch.c: Likewise.
30770         * posix/regex.h: Likewise.
30771         * resolv/Makefile: Likewise.
30772         * resolv/nss_dns/dns-network.c: Likewise.
30773         * resolv/res_hconf.c: Likewise.
30774         * scripts/gen-sorted.awk: Likewise.
30775         * soft-fp/soft-fp.h: Likewise.
30776         * stdio-common/printf.h: Likewise.
30777         * stdlib/monetary.h: Likewise.
30778         * stdlib/random.c: Likewise.
30779         * stdlib/random_r.c: Likewise.
30780         * sysdeps/generic/Makefile: Likewise.
30781         * sysdeps/gnu/Makefile: Likewise.
30782         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30783         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30784         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30785         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30786         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30787         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30788         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30789         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30790         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30791         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30792         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30793         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30794         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30795         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30796         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30797         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30798         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30799         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30800         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30801         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30802         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30803         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30804         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30805         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30806         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30807         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30808         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30809         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30810         * sysdeps/mach/hurd/errnos.awk: Likewise.
30811         * sysdeps/mach/hurd/fork.c: Likewise.
30812         * sysdeps/mach/hurd/getcwd.c: Likewise.
30813         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30814         * sysdeps/mach/hurd/mmap.c: Likewise.
30815         * sysdeps/mach/hurd/utimes.c: Likewise.
30816         * sysdeps/mach/hurd/xmknod.c: Likewise.
30817         * sysdeps/posix/profil.c: Likewise.
30818         * sysdeps/posix/readdir_r.c: Likewise.
30819         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30820         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30821         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30822         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30823         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30824         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30825         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30826         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30827         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30828         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30829         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30830         * sysdeps/pthread/lio_listio.c: Likewise.
30831         * sysdeps/sparc/dl-procinfo.h: Likewise.
30832         * sysdeps/unix/i386/sysdep.S: Likewise.
30833         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30834         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30835         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30836         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30838         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30839         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30840         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30841         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30842         * sysdeps/wordsize-32/divdi3.c: Likewise.
30843         * time/sys/time.h: Likewise.
30844         * wcsmbs/Makefile: Likewise.
30845
30846 2013-01-01  David S. Miller  <davem@davemloft.net>
30847
30848         * po/fr.po: Update from translation team.
30849
30850         * catgets/gencat.c: Update copyright year.
30851         * csu/version.c: Likewise.
30852         * debug/catchsegv.sh: Likewise.
30853         * debug/pcprofiledump.c: Likewise.
30854         * debug/xtrace.sh: Likewise.
30855         * elf/ldconfig.c: Likewise.
30856         * elf/ldd.bash.in: Likewise.
30857         * elf/pldd.c: Likewise.
30858         * elf/sotruss.ksh: Likewise.
30859         * elf/sprof.c: Likewise.
30860         * iconv/iconv_prog.c: Likewise.
30861         * iconv/iconvconfig.c: Likewise.
30862         * locale/programs/locale.c: Likewise.
30863         * locale/programs/localedef.c: Likewise.
30864         * login/programs/pt_chown.c: Likewise.
30865         * malloc/memusage.sh: Likewise.
30866         * malloc/memusagestat.c: Likewise.
30867         * malloc/mtrace.pl: Likewise.
30868         * nscd/nscd.c: Likewise.
30869         * nss/getent.c: Likewise.
30870         * nss/makedb.c: Likewise.
30871         * posix/getconf.c: Likewise.
30872
30873 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30874
30875         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30876         numbers.
30877
30878 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30879
30880         * math/bits/mathcalls.h (modf): Use __nonnull.
30881
30882 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30883
30884         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30885         (split): Use macro CN instead of the bare value.
30886         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30887         could be used.
30888         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30889         instead of the bare value.
30890         (power1): Likewise.
30891
30892 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30893
30894         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30895         __ATAN_TWOM.
30896         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30897
30898         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30899         their values.
30900         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30901         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30902         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30903         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30904
30905 2012-12-28  Andreas Jaeger  <aj@suse.de>
30906
30907         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30908         values are from Linux 3.7.
30909
30910         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30911         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30912
30913 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30914
30915         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30916         TRUE case.
30917
30918         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30919         (norm): Likewise.
30920         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30921         variables with preprocessor constants.
30922         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30923         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30924         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30925
30926 2012-12-27  Bruno Haible  <bruno@clisp.org>
30927
30928         [BZ #14317]
30929         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30930         only if needed.
30931
30932 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30933
30934         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30935         and use variable directly.
30936         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30937
30938         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30939         MPONE.
30940         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30941         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30942         variable MPONE.
30943         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30944         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30945         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30946         include directive.  Remove local variable MPONE.
30947         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30948         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30949         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30950
30951 2012-12-25  David S. Miller  <davem@davemloft.net>
30952
30953         * version.h (RELEASE): Set to "development".
30954         (VERSION): Set to "2.17.90".
30955         * NEWS: Add 2.18 section.
30956
30957 2012-12-21  David S. Miller  <davem@davemloft.net>
30958
30959         * po/hr.po: Update from translation team.
30960
30961 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30962
30963         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30964
30965 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30966
30967         * NEWS:  Mention new memcpy for MIPS.
30968
30969 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30970
30971         * manual/contrib.texi (Contributors): Spelling correction.
30972
30973 2012-12-15  David S. Miller  <davem@davemloft.net>
30974
30975         * po/ru.po: Update from translation team.
30976
30977 2012-12-13  David S. Miller  <davem@davemloft.net>
30978
30979         * NEWS: Mention IFUNC testsuite enhancements.
30980
30981         * po/pl.po: Update from translation team.
30982         * po/bg.po: Likewise.
30983
30984         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30985         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30986
30987 2012-12-11  David S. Miller  <davem@davemloft.net>
30988
30989         * po/sv.po: Update from translation team.
30990
30991         * po/vi.po: Update from translation team.
30992
30993         * po/cs.po: Update from translation team.
30994
30995         * po/de.po: Update from translation team.
30996         * po/eo.po: Likewise.
30997         * po/nl.po: Likewise.
30998
30999 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31000
31001         [BZ #14246]
31002         * manual/argp.texi (Argp Helper Functions): Move node to follow
31003         Argp Parsing State.
31004
31005         [BZ #14872]
31006         * manual/conf.texi (Limits on File System Capacity): Mention if
31007         terminating null is included in the max size.
31008
31009 2012-12-10  Andreas Jaeger  <aj@suse.de>
31010
31011         * po/cs.po: Update from translation team.
31012
31013 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31014
31015         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31016         void pointer and cast to uintptr_t.
31017         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31018         path.
31019         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31020         * sysdeps/s390/s390-64/memset.S: Likewise.
31021
31022 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31023
31024         [BZ #14833]
31025         * menual/message.texi (Message Translation): Fix typos.
31026         (Helper programs for gettext): Likewise.
31027
31028 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31029
31030         [BZ #14898]
31031         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31032         Change to -1.
31033
31034 2012-12-07  David S. Miller  <davem@davemloft.net>
31035
31036         * po/libc.pot: Update.
31037
31038 2012-12-07  Richard Henderson  <rth@redhat.com>
31039
31040         [BZ #10114]
31041         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31042         normal/normal case to before the switch.
31043         (_FP_DIV): Likewise.
31044
31045 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31046             Mike Frysinger  <vapier@gentoo.org>
31047
31048         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31049         check for __NR_fadvise64_64.
31050
31051 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31052
31053         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31054         0, not just to plain "0" as a statement.
31055         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31056         with cw.
31057
31058 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31059
31060         * NEWS: Use sourceware.org in Bugzilla URL.
31061
31062 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31063
31064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31065         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31066
31067         * stdio-common/tst-put-error.c (do_test): Add newline to the
31068         padded test to ensure flush.
31069
31070 2012-12-05  Jeff Law  <law@redhat.com>
31071
31072         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31073
31074 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31075
31076         * README: Don't refer to ports add-on as distributed separately.
31077         Mention AArch64 in list of systems supported in the ports add-on.
31078
31079         * LICENSES: Add more non-FSF copyright and license notices.
31080
31081         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31082         ((unused)).
31083
31084         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31085
31086         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31087         10000 as width of padded output.
31088
31089 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31090
31091         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31092
31093         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31094         variable LX with __attribute__ ((unused)).
31095         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31096         Likewise.
31097         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31098         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31099         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31100         with __attribute__ ((unused)).
31101
31102 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31103
31104         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31105
31106 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31107
31108         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31109         (CFLAGS-nldbl-acos.c): New variable.
31110         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31111         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31112         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31113         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31114         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31115         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31116         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31117         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31118         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31119         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31120         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31121         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31122         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31123         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31124         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31125         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31126         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31127         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31128         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31129         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31130         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31131         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31132         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31133         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31134         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31135         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31136         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31137         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31138         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31139         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31140         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31141         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31142         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31143         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31144         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31145         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31146         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31147         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31148         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31149         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31150         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31151         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31152         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31153         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31154         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31155         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31156         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31157         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31158         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31159         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31160         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31161         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31162         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31163         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31164         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31165         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31166         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31167         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31168         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31169         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31170         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31171         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31172         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31173         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31174         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31175         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31176         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31177         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31178         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31207
31208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31209         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31210
31211         [BZ #14914]
31212         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31213         whole low double instead of just low 47 bits when splitting values
31214         into two parts.
31215
31216 2012-12-03  Allan McRae  <allan@archlinux.org>
31217
31218         * manual/stdio.texi (Predefined Printf Handlers): Remove
31219         @hsep and @vsep usage.
31220
31221 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31222
31223         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31224         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31225
31226 2012-12-03  Jeff Law  <law@redhat.com>
31227
31228         * time/sys/time.h (settimeofday): Do not mark TV argument
31229         as __nonnull.
31230
31231 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31232
31233         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31234         when currently writing and seek to current position when not.
31235         * libio/Makefile (tests): Remove bug-fclose1.
31236         * libio/bug-fclose1.c: Delete.
31237
31238 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31239
31240         * manual/arith.texi (feenableexcept): Fix typo.
31241         (fedisableexcept): Likewise.
31242
31243 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31244
31245         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31246         second, differently-typed declaration, rather than a cast.
31247
31248 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31249
31250         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31251         * include/rpc/svc.h: ... here.
31252
31253 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31254
31255         [BZ #13013]
31256         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31257         depending n and resplen2 to catch cases where answer
31258         equals answerp2.
31259
31260 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31261
31262         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31263         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31264
31265 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31266
31267         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31268
31269 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31270
31271         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31272
31273 2012-11-28  Jeff Law  <law@redhat.com>
31274
31275         [BZ #13761]
31276         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31277         dataset_temporary.  Track alloca usage into alloca_used.
31278         If dataset is large allocate and release it via malloc/free.
31279
31280 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31281
31282         [BZ #14197]
31283         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31284
31285 2012-11-28  David S. Miller  <davem@davemloft.net>
31286
31287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31288
31289 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31290
31291         [BZ #14803]
31292         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31293         of pi/2 rounded to nearest to 64 bits.
31294         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31295         nearest to 64 bits.
31296         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31297         bits.
31298
31299 2012-11-28  Jeff Law <law@redhat.com>
31300             Martin Osvald <mosvald@redhat.com>
31301
31302         [BZ #14889]
31303         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31304         * sunrpc/svc.c: Include time.h.
31305         (__svc_accept_failed): New function.
31306         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31307         any reason other than EINTR, call __svc_accept_failed.
31308         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31309         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31310
31311 2012-11-28  Andreas Schwab  <schwab@suse.de>
31312
31313         * scripts/abilist.awk: Also handle indirect functions in .opd
31314         section.
31315
31316 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31317
31318         [BZ #13881]
31319         * sysdeps/x86/fpu/powl_helper.c: New file.
31320         * sysdeps/x86/fpu/Makefile: Likewise.
31321         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31322         (p3): New object.
31323         (__ieee754_powl): Use __powl_helper for finite arguments except
31324         integer exponents below 8.
31325         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31326         (p3): New object.
31327         (__ieee754_powl): Use __powl_helper for finite arguments except
31328         integer exponents below 8.
31329         * math/libm-test.inc (pow_test): Add more tests and enable some
31330         previously disabled tests.
31331         * sysdeps/i386/fpu/libm-test-ulps: Update.
31332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31333
31334 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31335             Carlos O'Donell  <carlos_odonell@mentor.com>
31336
31337         * nss/makedb.c (is_prime): Assert that input is odd and greater
31338         than 4.  Note that fact in a comment too.
31339         (next_prime): Add 4 to input.
31340
31341 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31342
31343         [BZ #11741]
31344         * libio/Makefile (tests): Add test case tst-fwrite-error.
31345         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31346         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31347         * libio/tst-fwrite-error.c: New test case.
31348
31349 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31350
31351         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31352         before casting to void *.
31353         * include/libc-internal.h (__pointer_type): New macro.
31354         (__integer_if_pointer_type_sub): Likewise.
31355         (__integer_if_pointer_type): Likewise.
31356         (cast_to_integer): Likewise.
31357         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31358         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31359         before casting to atomic64_t.
31360         (atomic_exchange_acq): Likewise.
31361         (__arch_exchange_and_add_body): Likewise.
31362         (__arch_add_body): Likewise.
31363         (atomic_add_negative): Likewise.
31364         (atomic_add_zero): Likewise.
31365
31366 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31367
31368         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31369         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31370         (add_fdes): Likewise.
31371         (linear_search_fdes): Likewise.
31372         (binary_search_unencoded_fdes): Likewise.
31373
31374 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31375
31376         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31377
31378 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31379
31380         * configure.in: Autodetect C++ header directories.
31381         * configure: Regenerated.
31382
31383 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31384
31385         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31386
31387 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31388
31389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31390
31391 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31392
31393         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31394         LDBL_MANT_DIG == 106]: Disable some tests.
31395         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31396         Likewise.
31397         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31398         Likewise.
31399
31400         [BZ #14871]
31401         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31402         input for small inputs.  Return +/- pi/2 for large inputs.
31403         * math/libm-test.inc (atan_test): Add more tests.
31404
31405         * sysdeps/generic/unwind-dw2-fde-glibc.c
31406         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31407         __attribute__ ((unused)).
31408
31409         [BZ #14645]
31410         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31411         x * y if x and y are nonzero and z is zero.
31412
31413         [BZ #14811]
31414         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31415         nonzero exponents with absolute value below 0x1p-117 to +/-
31416         0x1p-117.
31417
31418         [BZ #14869]
31419         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31420         up arguments below 2**-450, not just those below 2**-500.
31421         * math/libm-test.inc (hypot_test): Add another test.
31422
31423         [BZ #14868]
31424         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31425         Return a+b for ratio over 2**120, not 2**60.
31426         * math/libm-test.inc (hypot_test): Add another test.
31427
31428         * math/libm-test.inc (clog_test): Use
31429         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31430         (clog10_test): Likewise.
31431
31432         [BZ #6778]
31433         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31434
31435 2012-11-22  Andreas Schwab  <schwab@suse.de>
31436
31437         * sysdeps/i386/fpu/libm-test-ulps: Update.
31438
31439 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31440
31441         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31442         printf output with newline.
31443
31444 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31445
31446         [BZ #14865]
31447         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31448         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31449         -z nodlopen, -z initfirst and -z execstack support.
31450         * configure: Regenerated.
31451
31452         * elf/elf.h (DF_1_NODIRECT): New macro.
31453         (DF_1_IGNMULDEF): Likewise.
31454         (DF_1_NOKSYMS): Likewise.
31455         (DF_1_NOHDR): Likewise.
31456         (DF_1_EDITED): Likewise.
31457         (DF_1_NORELOC): Likewise.
31458         (DF_1_SYMINTPOSE): Likewise.
31459         (DF_1_GLOBAUDIT): Likewise.
31460         (DF_1_SINGLETON): Likewise.
31461         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31462         DT_1_SUPPORTED_MASK bits.
31463         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31464
31465 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31466
31467         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31468
31469 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31470
31471         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31472         macro.
31473
31474         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31475         (sendmmsg): Move declarations...
31476         * socket/sys/socket.h: ... here.
31477         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31478         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31479         include it from...
31480         * socket/recvmmsg.c: ... this new file.
31481         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31482         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31483         definition of __sendmmsg hidden.
31484         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31485         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31486         Move ENOSYS stub into and include it from...
31487         * socket/sendmmsg.c: ... this new file.
31488         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31489         (sysdep_routines): Move recvmmsg and sendmmsg...
31490         * socket/Makefile (routines): ... here.
31491         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31492         (GLIBC_PRIVATE): Add __sendmmsg.
31493         * include/sys/socket.h (__sendmmsg): Add declarations.
31494         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31495         sendmmsg.
31496
31497 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31498
31499         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31500         variable I1 with __attribute__ ((unused)).
31501         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31502
31503 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31504
31505         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31506         DUMMY variables with __attribute__ ((unused)).
31507
31508         * bits/byteswap.h: Include <bits/types.h>.
31509         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31510
31511 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31512
31513         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31514         string_t.  Do not manually set errno.
31515         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31516         length with __strnlen.  Make sure to both set errno and return it on
31517         failure.
31518
31519 2012-11-19  David S. Miller  <davem@davemloft.net>
31520
31521         With help from Joseph Myers.
31522         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31523         very large arguments properly.
31524         * math/libm-test.inc (atan_test): New tests.
31525         (atan2_test): New tests.
31526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31527         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31528
31529 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31530
31531         [BZ #14856]
31532         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31533         Define to 3.
31534
31535         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31536         [POSIX] (EADDRNOTAVAIL): Likewise.
31537         [POSIX] (EAFNOSUPPORT): Likewise.
31538         [POSIX] (EALREADY): Likewise.
31539         [POSIX] (ECONNABORTED): Likewise.
31540         [POSIX] (ECONNREFUSED): Likewise.
31541         [POSIX] (ECONNRESET): Likewise.
31542         [POSIX] (EDESTADDRREQ): Likewise.
31543         [POSIX] (EDQUOT): Likewise.
31544         [POSIX] (EHOSTUNREACH): Likewise.
31545         [POSIX] (EIDRM): Likewise.
31546         [POSIX] (EISCONN): Likewise.
31547         [POSIX] (ELOOP): Likewise.
31548         [POSIX] (EMULTIHOP): Likewise.
31549         [POSIX] (ENETDOWN): Likewise.
31550         [POSIX] (ENETUNREACH): Likewise.
31551         [POSIX] (ENOBUFS): Likewise.
31552         [POSIX] (ENODATA): Likewise.
31553         [POSIX] (ENOLINK): Likewise.
31554         [POSIX] (ENOMSG): Likewise.
31555         [POSIX] (ENOPROTOOPT): Likewise.
31556         [POSIX] (ENOSR): Likewise.
31557         [POSIX] (ENOSTR): Likewise.
31558         [POSIX] (ENOTCONN): Likewise.
31559         [POSIX] (ENOTSOCK): Likewise.
31560         [POSIX] (EOPNOTSUPP): Likewise.
31561         [POSIX] (EOVERFLOW): Likewise.
31562         [POSIX] (EPROTO): Likewise.
31563         [POSIX] (EPROTONOSUPPORT): Likewise.
31564         [POSIX] (EPROTOTYPE): Likewise.
31565         [POSIX] (ESTALE): Likewise.
31566         [POSIX] (ETIME): Likewise.
31567         [POSIX] (ETXTBSY): Likewise.
31568         [POSIX] (EWOULDBLOCK): Likewise.
31569         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31570         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31571         [POSIX] (SEEK_CUR): Likewise.
31572         [POSIX] (SEEK_END): Likewise.
31573         [POSIX || UNIX98] (mode_t): Do not require.
31574         [POSIX] (off_t): Likewise.
31575         [POSIX] (pid_t): Likewise.
31576         [POSIX] (sys/stat.h): Do not allow header.
31577         [POSIX] (unistd.h): Likewise.
31578         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31579         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31580         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31581         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31582         require.
31583         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31584         sigevent): Specify elements.
31585         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31586         entry.
31587         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31588         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31589
31590         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31591         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31592         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31593         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31594         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31595         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31596         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31597         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31598         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31599         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31600         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31601         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31602         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31603         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31604         Likewise.
31605         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31606         Likewise.
31607         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31608         Likewise.
31609         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31610         Likewise.
31611         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31612         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31613         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31614         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31615         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31616         Specify lower bound on value.
31617         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31618         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31619         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31620         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31621         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31622         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31623         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31624         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31625         value.
31626         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31627         as optional.
31628         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31629         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31630         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31631         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31632         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31633         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31634         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31635         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31636         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31637         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31638         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31639         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31640         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31641         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31642         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31643         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31644         entry.
31645         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31646         optional.
31647         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31648         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31649         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31650         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31651         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31652         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31653         Likewise.
31654         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31655         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31656         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31657         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31658         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31659         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31660         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31661         as optional.
31662         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31663         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31664         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31665         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31666         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31667         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31668         specify as optional.
31669         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31670         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31671         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31672         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31673         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31674         [XPG3] (NL_LANGMAX): Likewise.
31675         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31676         [POSIX || XPG3] (NL_NMAX): Likewise.
31677         [POSIX || XPG3] (NL_SETMAX): Likewise.
31678         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31679         [XPG3] (NZERO): Likewise.
31680         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31681         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31682         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31683         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31684         (REG_ERANGE): Expect.
31685         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31686         optional-constant.
31687         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31688         Use (void) in prototype.
31689         [POSIX] (*_t): Allow.
31690         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31691         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31692         (WRDE_BADVAL): Expect.
31693
31694         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31695         expect.
31696         [XPG3 || XPG4] (O_RSYNC): Likewise.
31697         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31698         Likewise.
31699         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31700         [XPG3 || XPG4] (sigqueue): Likewise.
31701         [XPG3 || XPG4] (sigtimedwait): Likewise.
31702         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31703         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31704         [XPG3 || XPG4] (vsnprintf): Likewise.
31705         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31706         Likewise.
31707         [XPG3 || XPG4] (blksize_t): Likewise.
31708         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31709         Likewise.
31710         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31711         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31712         [XPG3 || XPG4] (struct itimerspec): Likewise.
31713         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31714         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31715         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31716         [XPG3 || XPG4] (clockid_t): Likewise.
31717         [XPG3 || XPG4] (timer_t): Likewise.
31718         [XPG3 || XPG4] (clock_getres): Likewise.
31719         [XPG3 || XPG4] (clock_gettime): Likewise.
31720         [XPG3 || XPG4] (clock_settime): Likewise.
31721         [XPG3 || XPG4] (nanosleep): Likewise.
31722         [XPG3 || XPG4] (timer_create): Likewise.
31723         [XPG3 || XPG4] (timer_delete): Likewise.
31724         [XPG3 || XPG4] (timer_gettime): Likewise.
31725         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31726         [XPG3 || XPG4] (timer_settime): Likewise.
31727         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31728         [XPG3 || XPG4] (getlogin_r): Likewise.
31729         [XPG3 || XPG4] (pread): Likewise.
31730         [XPG3 || XPG4] (pthread_atfork): Likewise.
31731         [XPG3 || XPG4] (pwrite): Likewise.
31732
31733         [BZ #14835]
31734         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31735         <bits/siginfo.h>.
31736
31737 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31738
31739         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31740         finalizing MALLSTREAM.
31741
31742         * sysdeps/mach/hurd/syncfs.c: New file.
31743
31744 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31745
31746         [BZ #14719]
31747         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31748         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31749         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31750         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31751         (_nss_dns_gethostbyname4_r): Likewise.
31752         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31753         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31754
31755 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31756
31757         [BZ #13763]
31758         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31759
31760 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31761
31762         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31763         * elf/cache.c (print_entry): Print ",AArch64" for
31764         FLAG_AARCH64_LIB64
31765
31766         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31767         * elf/cache.c (print_entry): Print ",hard-float" for
31768         FLAG_ARM_LIBHF.
31769
31770 2012-11-18  David S. Miller  <davem@davemloft.net>
31771
31772         With help from Joseph Myers.
31773         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31774         cutoff to 2**-13.
31775         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31776         cutoff to 2**-25.
31777         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31778         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31779         small.
31780         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31781         * math/libm-test.inc (y0_test): New tests.
31782         (y1_test): New tests.
31783         * sysdeps/i386/fpu/libm-test-ulps: Update.
31784         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31785         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31786
31787 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31788
31789         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31790         64-bit targets.
31791         * configure: Regenerated.
31792
31793 2012-11-17  David S. Miller  <davem@davemloft.net>
31794
31795         [BZ #14811]
31796         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31797         nonzero exponents with absolute value below 0x1p-128 to +/-
31798         0x1p-128.
31799
31800 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31801
31802         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31803
31804         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31805
31806         * posix/getconf-speclist.c: New file.
31807         * posix/posix-envs.def: Likewise.
31808         * posix/confstr.c (START_ENV_GROUP): New macro.
31809         (END_ENV_GROUP): Likewise.
31810         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31811         (KNOWN_PRESENT_ENV_STRING): Likewise.
31812         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31813         (UNKNOWN_ENVIRONMENT): Likewise.
31814         (confstr): Include posix-envs.def instead of handling
31815         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31816         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31817         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31818         (END_ENV_GROUP): Likewise.
31819         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31820         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31821         (UNKNOWN_ENVIRONMENT): Likewise.
31822         (__sysconf): Include posix-envs.def instead of handling associated
31823         cases directly here.
31824         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31825         preprocessing getconf-speclist.c rather than running getconf or
31826         generating empty file.
31827
31828 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31829
31830         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31831
31832 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31833
31834         [BZ #14672]
31835         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31836
31837 2012-11-16  David S. Miller  <davem@davemloft.net>
31838
31839         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31840         smaller than LDBL_EPSILON/2.0L, just return xm1.
31841
31842 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31843
31844         * elf/tst-array1.c (init): Set constructor priority to 1000.
31845         (fini): Set destructor priority to 1000.
31846         * elf/tst-array2dep.c: Likewise.
31847
31848 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31849
31850         [BZ #11741]
31851         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31852         (_IO_new_file_xsputn): Also return EOF if none of the input
31853         data was written when overflow failed.
31854         * libio/iopadn.c (_IO_padn): Likewise.
31855         * libio/iowpadn.c (_IO_wpadn): Likewise.
31856         * stdio-common/tst-put-error.c: Add copyright notice.
31857         (do_test): Add case for printing padded string.
31858         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31859         _IO_padn returned error.
31860         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31861         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31862         return EOF.
31863
31864 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31865
31866         * libio/libioP.h: Add comment note that the references to C++
31867         bits are now obsolete.
31868
31869 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31870
31871         * math/libm-test.inc (check_complex): Use asprintf.
31872
31873 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31874
31875         * debug/pcprofiledump.c (print_version): Update copyright year.
31876         * malloc/memusagestat.c (print_version): Likewise.
31877
31878 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31879
31880         [BZ #14831]
31881         * elf/Makefile (tests): Add tst-audit8.
31882         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31883         ($(objpfx)tst-audit8.out): New target.
31884         (tst-audit8-ENV): New variable.
31885         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31886         audit if l_reloc_result is NULL.
31887         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31888         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31889         * elf/tst-audit8.c: New file.
31890
31891 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31892
31893         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31894         * misc/Makefile (CFLAGS-select.c): Define.
31895         * posix/Makefile (CFLAGS-pause.c): Define.
31896
31897 2012-11-13  David S. Miller  <davem@davemloft.net>
31898
31899         * crypt/Makefile: Move test targets after toplevel Rules
31900         inclusion.  Grab any necessary sysdep routines when linking.
31901         * crypt/md5.c (md5_process_block): Remove define, we will always
31902         name it __md5_process_block.
31903         (md5_finish_ctx): Update md5_process_block call.
31904         (md5_stream): Likewise.
31905         (md5_process_bytes): Likewise.
31906         (md5_process_block): Rename to __md5_process_block and move to ...
31907         * crypt/md5-block.c: ... here.
31908         * crypt/sha256.c (sha256_process_block): Move to ...
31909         * crypt/sha256-block.c: ... here.
31910         * crypt/sha512.c (sha512_process_block): Move to ...
31911         * crypt/sha512-block.c: ... here.
31912         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31913         path.
31914         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31915         * sysdeps/sparc/sparc64/multiarch/Makefile
31916         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31917         crypt subdir.
31918         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31919         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31920         multiarch changes.
31921         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31922         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31923         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31924         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31925         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31926         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31927         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31928         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31929         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31930         file.
31931         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31932         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31933         file.
31934         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31935
31936 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31937
31938         * timezone/tzselect.ksh: Update from tzcode git revision
31939         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31940         * timezone/zdump.c: Likewise.
31941         * timezone/zic.c: Likewise.
31942         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31943         in TZVERSION setting, not $(PKGVERSION).
31944         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31945         REPORT_BUGS_TO settings.
31946
31947         [BZ #14838]
31948         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31949         macro.
31950
31951 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31952
31953         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31954         detection to immediately after _FP_ROUND().
31955         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31956         bits are 0.
31957
31958 2012-11-11  David S. Miller  <davem@davemloft.net>
31959
31960         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31961         inttypes.h
31962         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31963         __close rather than their public counterparts.
31964
31965 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31966
31967         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31968         file.
31969         [UNIX98] (sem_timedwait): Do not expect.
31970         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31971         [XPG4 || UNIX98] (sockatmark): Do not expect.
31972         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31973         (clock_getcpuclockid): Do not expect.
31974         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31975         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31976         Do not expect.
31977         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31978         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31979         [UNIX98] (vwscanf): Likewise.
31980         [UNIX98] (vswscanf): Likewise.
31981
31982 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31983
31984         * timezone/version.h: Remove file.
31985         * timezone/README: Do not refer to version.h.
31986         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31987         $(objpfx)version.h.
31988         ($(objpfx)zdump.o): Likewise.
31989         ($(objpfx)version.h): New target.
31990
31991         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31992         2012i.
31993         * timezone/README: Don't mention modification to tzselect.ksh.
31994         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31995         work on unmodified tzselect.ksh.  Substitute version numbers in
31996         tzselect.ksh.
31997
31998         * Makefile (format-me): Remove.
31999         (INSTALL): Adjust indentation.  Use commands directly instead of
32000         using $(format-me).
32001
32002         * aclocal.m4 (ACX_PKGVERSION): New macro.
32003         (ACX_BUGURL): Likewise.
32004         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32005         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32006         (REPORT_BUGS_TO): Likewise.
32007         * configure: Regenerated.
32008         * config.h.in (PKGVERSION): New macro.
32009         (REPORT_BUGS_TO): Likewise.
32010         * config.make.in (PKGVERSION): New variable.
32011         (PKGVERSION_TEXI): Likewise.
32012         (REPORT_BUGS_TO): Likewise.
32013         (REPORT_BUGS_TEXI): Likewise.
32014         * Makefile (format-me): Use -I$(common-objpfx)manual.
32015         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32016         ($(common-objpfx)manual/%): New target.
32017         (manual/%): Remove target.
32018         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32019         (print_version): Use PKGVERSION.
32020         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32021         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32022         and REPORT_BUGS_TO.
32023         ($(objpfx)xtrace): Likewise.
32024         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32025         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32026         (print_version): Use PKGVERSION.
32027         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32028         (do_version): Use PKGVERSION.
32029         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32030         REPORT_BUGS_TO.
32031         (common-ldd-rewrite): Likewise.
32032         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32033         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32034         (print_version): Use PKGVERSION.
32035         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32036         * elf/pldd.c (argp_program_bug_address): Remove variable.
32037         (more_help): New function.
32038         (argp): Use more_help.
32039         (print_version): Use PKGVERSION.
32040         * elf/sln.c (main): Use PKGVERSION.
32041         (usage): Use REPORT_BUGS_TO.
32042         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32043         (top level): Use PKGVERSION.
32044         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32045         (print_version): Use PKGVERSION.
32046         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32047         (print_version): Use PKGVERSION.
32048         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32049         (print_version): Use PKGVERSION.
32050         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32051         (print_version): Use PKGVERSION.
32052         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32053         (print_version): Use PKGVERSION.
32054         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32055         (print_version): Use PKGVERSION.
32056         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32057         and BUGURL.
32058         ($(objpfx)memusage): Likewise.
32059         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32060         (do_version): Use PKGVERSION.
32061         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32062         (print_version): Use PKGVERSION.
32063         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32064         ($PKGVERSION): New variable.
32065         ($REPORT_BUGS_TO): Likewise.
32066         (usage): Use $REPORT_BUGS_TO.
32067         (top level): Use $PKGVERSION.
32068         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32069         ($(objpfx)pkgvers.texi): New rule.
32070         ($(objpfx)stamp-pkgvers): Likewise.
32071         * manual/install.texi: Include pkgvers.texi.
32072         (--with-pkgversion): Document new configure option.
32073         (--with-bugurl): Likewise.
32074         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32075         than necessarily for this particular distribution.  Use
32076         REPORT_BUGS_TO for where to report bugs.
32077         * INSTALL: Regenerated.
32078         * manual/libc.texinfo: Include pkgvers.texi.
32079         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32080         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32081         (print_version): Use PKGVERSION.
32082         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32083         (print_version): Use PKGVERSION.
32084         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32085         (print_version): Use PKGVERSION.
32086         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32087         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32088         macro.
32089         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32090         (print_version): Use PKGVERSION.
32091         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32092         (print_version): Use PKGVERSION.
32093         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32094         and PKGVERSION.
32095
32096         * timezone/checktab.awk: Update from tzcode 2012i.
32097         * timezone/ialloc.c: Likewise.
32098         * timezone/private.h: Likewise.
32099         * timezone/scheck.c: Likewise.
32100         * timezone/tzfile.h: Likewise.
32101         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32102         (TZVERSION): Hardcode tzcode version number.
32103         * timezone/zdump.c: Update from tzcode 2012i.
32104         * timezone/zic.c: Likewise.
32105         * timezone/version.h: New file.
32106         * timezone/README: Describe version.h.  Update upstream location.
32107
32108         [BZ #14824]
32109         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32110         (mktemp): Enable declaration.
32111         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32112         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32113         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32114         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32115         Likewise.
32116         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32117         Likewise.
32118         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32119         Likewise.
32120         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32121         Likewise.
32122         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32123         Likewise.
32124         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32125         Likewise.
32126
32127         [BZ #14821]
32128         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32129         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32130         for copies of such integer values.
32131         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32132         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32133
32134 2012-11-09  Andreas Jaeger  <aj@suse.de>
32135
32136         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32137         definitions and declarations that are provided by
32138         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32139
32140 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32141
32142         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32143         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32144         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32145         definition.
32146
32147 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32148
32149         * elf/elf.h: Update comment before AArch64 relocations.
32150
32151 2012-11-07  David S. Miller  <davem@davemloft.net>
32152
32153         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32154         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32155         (__start_context): Declare.
32156         (__makecontext_ret): Delete.
32157         (__makecontext): Hook up __start_context instead of
32158         __makecontext_ret.
32159         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32160         (sysdep_routines): Add __start_context when in stdlib.
32161
32162 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32163
32164         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32165         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32166         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32167         hardcoded "nm".
32168         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32169         (READELF): New variable.  Use it instead of hardcoded "readelf".
32170
32171 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32172
32173         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32174         * sysdeps/x86/Makefile: Here.
32175         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32176         * sysdeps/x86/tst-xmmymm.sh: This.
32177
32178 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32179
32180         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32181         expectations.
32182         [UNIX98] (pthread_barrier_t): Do not expect.
32183         [UNIX98] (pthread_barrierattr_t): Likewise.
32184         [UNIX98] (pthread_spinlock_t): Likewise.
32185         [UNIX98] (pthread_barrier_destroy): Likewise.
32186         [UNIX98] (pthread_barrier_init): Likewise.
32187         [UNIX98] (pthread_barrier_wait): Likewise.
32188         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32189         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32190         [UNIX98] (pthread_barrierattr_init): Likewise.
32191         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32192         [UNIX98] (pthread_getcpuclockid): Likewise.
32193         [UNIX98] (pthread_mutex_timedlock): Likewise.
32194         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32195         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32196         [UNIX98] (pthread_sigmask): Likewise.
32197         [UNIX98] (pthread_spin_destroy): Likewise.
32198         [UNIX98] (pthread_spin_init): Likewise.
32199         [UNIX98] (pthread_spin_lock): Likewise.
32200         [UNIX98] (pthread_spin_trylock): Likewise.
32201         [UNIX98] (pthread_spin_unlock): Likewise.
32202         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32203         Do not expect.
32204         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32205         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32206         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32207         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32208         [XPG3 || XPG4] (pthread_key_t): Likewise.
32209         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32210         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32211         [XPG3 || XPG4] (pthread_once_t): Likewise.
32212         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32213         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32214         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32215         [XPG3 || XPG4] (pthread_t): Likewise.
32216
32217         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32218         not expect.
32219         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32220
32221         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32222         Change function return type to int.
32223
32224         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32225         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32226         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32227         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32228         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32229         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32230         [!POSIX] (posix_madvise): Likewise.
32231         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32232         && !UNIX98].
32233         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32234         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32235         (mode_t): Likewise.
32236         (posix_mem_offset): Likewise.
32237         (posix_typed_mem_get_info): Likewise.
32238         (posix_typed_mem_open): Likewise.
32239
32240         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32241         Change condition to [XOPEN2K8].
32242
32243         * conform/conformtest.pl: Preprocess allow-header data with -x c
32244         instead of from stdin.
32245         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32246         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32247         [C99-based standards] (cerfc): Likewise.
32248         [C99-based standards] (cexp2): Likewise.
32249         [C99-based standards] (cexpm1): Likewise.
32250         [C99-based standards] (clog10): Likewise.
32251         [C99-based standards] (clog1p): Likewise.
32252         [C99-based standards] (clog2): Likewise.
32253         [C99-based standards] (clgamma): Likewise.
32254         [C99-based standards] (ctgamma): Likewise.
32255         [C99-based standards] (cerff): Likewise.
32256         [C99-based standards] (cerfcf): Likewise.
32257         [C99-based standards] (cexp2f): Likewise.
32258         [C99-based standards] (cexpm1f): Likewise.
32259         [C99-based standards] (clog10f): Likewise.
32260         [C99-based standards] (clog1pf): Likewise.
32261         [C99-based standards] (clog2f): Likewise.
32262         [C99-based standards] (clgammaf): Likewise.
32263         [C99-based standards] (ctgammaf): Likewise.
32264         [C99-based standards] (cerfl): Likewise.
32265         [C99-based standards] (cerfcl): Likewise.
32266         [C99-based standards] (cexp2l): Likewise.
32267         [C99-based standards] (cexpm1l): Likewise.
32268         [C99-based standards] (clog10l): Likewise.
32269         [C99-based standards] (clog1pl): Likewise.
32270         [C99-based standards] (clog2l): Likewise.
32271         [C99-based standards] (clgammal): Likewise.
32272         [C99-based standards] (ctgammal): Likewise.
32273         * conform/data/inttypes.h-data [C99-based standards]: Include
32274         stdint.h-data.  Remove all expectations for stdint.h contents.
32275         [C99-based standards] (PRI*): Do not allow.
32276         [C99-based standards] (SCN*): Likewise.
32277         [C99-based standards] (*_t): Likewise.
32278         [C99-based-standards] (PRId8): Expect macro.
32279         [C99-based-standards] (PRIi8): Likewise.
32280         [C99-based-standards] (PRIo8): Likewise.
32281         [C99-based-standards] (PRIu8): Likewise.
32282         [C99-based-standards] (PRIx8): Likewise.
32283         [C99-based-standards] (PRIX8): Likewise.
32284         [C99-based-standards] (SCNd8): Likewise.
32285         [C99-based-standards] (SCNi8): Likewise.
32286         [C99-based-standards] (SCNo8): Likewise.
32287         [C99-based-standards] (SCNu8): Likewise.
32288         [C99-based-standards] (SCNx8): Likewise.
32289         [C99-based-standards] (PRIdLEAST8): Likewise.
32290         [C99-based-standards] (PRIiLEAST8): Likewise.
32291         [C99-based-standards] (PRIoLEAST8): Likewise.
32292         [C99-based-standards] (PRIuLEAST8): Likewise.
32293         [C99-based-standards] (PRIxLEAST8): Likewise.
32294         [C99-based-standards] (PRIXLEAST8): Likewise.
32295         [C99-based-standards] (SCNdLEAST8): Likewise.
32296         [C99-based-standards] (SCNiLEAST8): Likewise.
32297         [C99-based-standards] (SCNoLEAST8): Likewise.
32298         [C99-based-standards] (SCNuLEAST8): Likewise.
32299         [C99-based-standards] (SCNxLEAST8): Likewise.
32300         [C99-based-standards] (PRIdFAST8): Likewise.
32301         [C99-based-standards] (PRIiFAST8): Likewise.
32302         [C99-based-standards] (PRIoFAST8): Likewise.
32303         [C99-based-standards] (PRIuFAST8): Likewise.
32304         [C99-based-standards] (PRIxFAST8): Likewise.
32305         [C99-based-standards] (PRIXFAST8): Likewise.
32306         [C99-based-standards] (SCNdFAST8): Likewise.
32307         [C99-based-standards] (SCNiFAST8): Likewise.
32308         [C99-based-standards] (SCNoFAST8): Likewise.
32309         [C99-based-standards] (SCNuFAST8): Likewise.
32310         [C99-based-standards] (SCNxFAST8): Likewise.
32311         [C99-based-standards] (PRId16): Likewise.
32312         [C99-based-standards] (PRIi16): Likewise.
32313         [C99-based-standards] (PRIo16): Likewise.
32314         [C99-based-standards] (PRIu16): Likewise.
32315         [C99-based-standards] (PRIx16): Likewise.
32316         [C99-based-standards] (PRIX16): Likewise.
32317         [C99-based-standards] (SCNd16): Likewise.
32318         [C99-based-standards] (SCNi16): Likewise.
32319         [C99-based-standards] (SCNo16): Likewise.
32320         [C99-based-standards] (SCNu16): Likewise.
32321         [C99-based-standards] (SCNx16): Likewise.
32322         [C99-based-standards] (PRIdLEAST16): Likewise.
32323         [C99-based-standards] (PRIiLEAST16): Likewise.
32324         [C99-based-standards] (PRIoLEAST16): Likewise.
32325         [C99-based-standards] (PRIuLEAST16): Likewise.
32326         [C99-based-standards] (PRIxLEAST16): Likewise.
32327         [C99-based-standards] (PRIXLEAST16): Likewise.
32328         [C99-based-standards] (SCNdLEAST16): Likewise.
32329         [C99-based-standards] (SCNiLEAST16): Likewise.
32330         [C99-based-standards] (SCNoLEAST16): Likewise.
32331         [C99-based-standards] (SCNuLEAST16): Likewise.
32332         [C99-based-standards] (SCNxLEAST16): Likewise.
32333         [C99-based-standards] (PRIdFAST16): Likewise.
32334         [C99-based-standards] (PRIiFAST16): Likewise.
32335         [C99-based-standards] (PRIoFAST16): Likewise.
32336         [C99-based-standards] (PRIuFAST16): Likewise.
32337         [C99-based-standards] (PRIxFAST16): Likewise.
32338         [C99-based-standards] (PRIXFAST16): Likewise.
32339         [C99-based-standards] (SCNdFAST16): Likewise.
32340         [C99-based-standards] (SCNiFAST16): Likewise.
32341         [C99-based-standards] (SCNoFAST16): Likewise.
32342         [C99-based-standards] (SCNuFAST16): Likewise.
32343         [C99-based-standards] (SCNxFAST16): Likewise.
32344         [C99-based-standards] (PRId32): Likewise.
32345         [C99-based-standards] (PRIi32): Likewise.
32346         [C99-based-standards] (PRIo32): Likewise.
32347         [C99-based-standards] (PRIu32): Likewise.
32348         [C99-based-standards] (PRIx32): Likewise.
32349         [C99-based-standards] (PRIX32): Likewise.
32350         [C99-based-standards] (SCNd32): Likewise.
32351         [C99-based-standards] (SCNi32): Likewise.
32352         [C99-based-standards] (SCNo32): Likewise.
32353         [C99-based-standards] (SCNu32): Likewise.
32354         [C99-based-standards] (SCNx32): Likewise.
32355         [C99-based-standards] (PRIdLEAST32): Likewise.
32356         [C99-based-standards] (PRIiLEAST32): Likewise.
32357         [C99-based-standards] (PRIoLEAST32): Likewise.
32358         [C99-based-standards] (PRIuLEAST32): Likewise.
32359         [C99-based-standards] (PRIxLEAST32): Likewise.
32360         [C99-based-standards] (PRIXLEAST32): Likewise.
32361         [C99-based-standards] (SCNdLEAST32): Likewise.
32362         [C99-based-standards] (SCNiLEAST32): Likewise.
32363         [C99-based-standards] (SCNoLEAST32): Likewise.
32364         [C99-based-standards] (SCNuLEAST32): Likewise.
32365         [C99-based-standards] (SCNxLEAST32): Likewise.
32366         [C99-based-standards] (PRIdFAST32): Likewise.
32367         [C99-based-standards] (PRIiFAST32): Likewise.
32368         [C99-based-standards] (PRIoFAST32): Likewise.
32369         [C99-based-standards] (PRIuFAST32): Likewise.
32370         [C99-based-standards] (PRIxFAST32): Likewise.
32371         [C99-based-standards] (PRIXFAST32): Likewise.
32372         [C99-based-standards] (SCNdFAST32): Likewise.
32373         [C99-based-standards] (SCNiFAST32): Likewise.
32374         [C99-based-standards] (SCNoFAST32): Likewise.
32375         [C99-based-standards] (SCNuFAST32): Likewise.
32376         [C99-based-standards] (SCNxFAST32): Likewise.
32377         [C99-based-standards] (PRId64): Likewise.
32378         [C99-based-standards] (PRIi64): Likewise.
32379         [C99-based-standards] (PRIo64): Likewise.
32380         [C99-based-standards] (PRIu64): Likewise.
32381         [C99-based-standards] (PRIx64): Likewise.
32382         [C99-based-standards] (PRIX64): Likewise.
32383         [C99-based-standards] (SCNd64): Likewise.
32384         [C99-based-standards] (SCNi64): Likewise.
32385         [C99-based-standards] (SCNo64): Likewise.
32386         [C99-based-standards] (SCNu64): Likewise.
32387         [C99-based-standards] (SCNx64): Likewise.
32388         [C99-based-standards] (PRIdLEAST64): Likewise.
32389         [C99-based-standards] (PRIiLEAST64): Likewise.
32390         [C99-based-standards] (PRIoLEAST64): Likewise.
32391         [C99-based-standards] (PRIuLEAST64): Likewise.
32392         [C99-based-standards] (PRIxLEAST64): Likewise.
32393         [C99-based-standards] (PRIXLEAST64): Likewise.
32394         [C99-based-standards] (SCNdLEAST64): Likewise.
32395         [C99-based-standards] (SCNiLEAST64): Likewise.
32396         [C99-based-standards] (SCNoLEAST64): Likewise.
32397         [C99-based-standards] (SCNuLEAST64): Likewise.
32398         [C99-based-standards] (SCNxLEAST64): Likewise.
32399         [C99-based-standards] (PRIdFAST64): Likewise.
32400         [C99-based-standards] (PRIiFAST64): Likewise.
32401         [C99-based-standards] (PRIoFAST64): Likewise.
32402         [C99-based-standards] (PRIuFAST64): Likewise.
32403         [C99-based-standards] (PRIxFAST64): Likewise.
32404         [C99-based-standards] (PRIXFAST64): Likewise.
32405         [C99-based-standards] (SCNdFAST64): Likewise.
32406         [C99-based-standards] (SCNiFAST64): Likewise.
32407         [C99-based-standards] (SCNoFAST64): Likewise.
32408         [C99-based-standards] (SCNuFAST64): Likewise.
32409         [C99-based-standards] (SCNxFAST64): Likewise.
32410         [C99-based-standards] (PRIdMAX): Likewise.
32411         [C99-based-standards] (PRIiMAX): Likewise.
32412         [C99-based-standards] (PRIoMAX): Likewise.
32413         [C99-based-standards] (PRIuMAX): Likewise.
32414         [C99-based-standards] (PRIxMAX): Likewise.
32415         [C99-based-standards] (PRIXMAX): Likewise.
32416         [C99-based-standards] (SCNdMAX): Likewise.
32417         [C99-based-standards] (SCNiMAX): Likewise.
32418         [C99-based-standards] (SCNoMAX): Likewise.
32419         [C99-based-standards] (SCNuMAX): Likewise.
32420         [C99-based-standards] (SCNxMAX): Likewise.
32421         [C99-based-standards] (PRIdPTR): Likewise.
32422         [C99-based-standards] (PRIiPTR): Likewise.
32423         [C99-based-standards] (PRIoPTR): Likewise.
32424         [C99-based-standards] (PRIuPTR): Likewise.
32425         [C99-based-standards] (PRIxPTR): Likewise.
32426         [C99-based-standards] (PRIXPTR): Likewise.
32427         [C99-based-standards] (SCNdPTR): Likewise.
32428         [C99-based-standards] (SCNiPTR): Likewise.
32429         [C99-based-standards] (SCNoPTR): Likewise.
32430         [C99-based-standards] (SCNuPTR): Likewise.
32431         [C99-based-standards] (SCNxPTR): Likewise.
32432         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32433         allow.
32434         * conform/data/stdint.h-data: Update comments to clarify
32435         requirements.
32436         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32437         type.
32438         [C99-based standards] (INT8_MAX): Likewise.
32439         [C99-based standards] (INT16_MIN): Likewise.
32440         [C99-based standards] (INT16_MAX): Likewise.
32441         [C99-based standards] (INT32_MIN): Likewise.
32442         [C99-based standards] (INT32_MAX): Likewise.
32443         [C99-based standards] (INT64_MIN): Likewise.
32444         [C99-based standards] (INT64_MAX): Likewise.
32445         [C99-based standards] (UINT8_MAX): Likewise.
32446         [C99-based standards] (UINT16_MAX): Likewise.
32447         [C99-based standards] (UINT32_MAX): Likewise.
32448         [C99-based standards] (UINT64_MAX): Likewise.
32449         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32450         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32451         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32452         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32453         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32454         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32455         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32456         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32457         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32458         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32459         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32460         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32461         [C99-based standards] (INT_FAST8_MIN): Likewise.
32462         [C99-based standards] (INT_FAST8_MAX): Likewise.
32463         [C99-based standards] (INT_FAST16_MIN): Likewise.
32464         [C99-based standards] (INT_FAST16_MAX): Likewise.
32465         [C99-based standards] (INT_FAST32_MIN): Likewise.
32466         [C99-based standards] (INT_FAST32_MAX): Likewise.
32467         [C99-based standards] (INT_FAST64_MIN): Likewise.
32468         [C99-based standards] (INT_FAST64_MAX): Likewise.
32469         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32470         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32471         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32472         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32473         [C99-based standards] (INTPTR_MIN): Likewise.
32474         [C99-based standards] (INTPTR_MAX): Likewise.
32475         [C99-based standards] (UINTPTR_MAX): Likewise.
32476         [C99-based standards] (INTMAX_MIN): Likewise.
32477         [C99-based standards] (INTMAX_MAX): Likewise.
32478         [C99-based standards] (UINTMAX_MAX): Likewise.
32479         [C99-based standards] (PTRDIFF_MIN): Likewise.
32480         [C99-based standards] (PTRDIFF_MAX): Likewise.
32481         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32482         [C99-based standards] (SIZE_MAX): Likewise.
32483         [C99-based standards] (WCHAR_MAX): Likewise.
32484         [C99-based standards] (WINT_MAX): Likewise.
32485         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32486         constraint on value.
32487         [C99-based standards] (WCHAR_MIN): Likewise.
32488         [C99-based standards] (WINT_MIN): Likewise.
32489         [C99-based standards] (*_t): Allow.
32490         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32491         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32492         Include math.h-data and complex.h-data.  Remove all expectations
32493         of math.h and complex.h contents.
32494         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32495         at end of line.
32496         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32497         (struct tm): Expect tag.
32498         [C99-based-standards] (wcstof): Expect function.
32499         [C99-based-standards] (wcstold): Likewise.
32500         [C99-based-standards] (wcstoll): Likewise.
32501         [C99-based-standards] (wcstoull): Likewise.
32502         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32503         macro-int-constant.  Specify type.
32504         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32505         constraint on value.
32506         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32507         Specify type.
32508         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32509         Specify value.
32510         [ISO C standards]: Do not allow headers.
32511         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32512         wcs[abcdefghijklmnopqrstuvwxyz]*.
32513         [ISO C standards] (*_t): Do not allow.
32514         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32515         Expect function.
32516         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32517         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32518         Specify type.
32519         [ISO C standards]: Do not allow headers.
32520         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32521         is[abcdefghijklmnopqrstuvwxyz]*.
32522         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32523         to[abcdefghijklmnopqrstuvwxyz]*.
32524         [ISO C standards] (*_t): Do not allow.
32525         * conform/data/stdalign.h-data: New file.
32526         * conform/data/stdbool.h-data: Likewise.
32527         * conform/data/stdnoreturn.h-data: Likewise.
32528
32529 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32530
32531         [BZ #14815]
32532         * manual/filesys.texi (Directory Entries): Typo fix.
32533         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32534
32535 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32536
32537         * elf/elf.h (EM_AARCH64): New macro.
32538         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32539         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32540         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32541         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32542         (R_AARCH64_TLSDESC): Likewise.
32543         (NT_ARM_TLS): Likewise.
32544         (NT_ARM_HW_BREAK): Likewise.
32545         (NT_ARM_HW_WATCH): Likewise.
32546
32547 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32548
32549         [BZ #14811]
32550         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32551         (__ieee754_powl): Saturate nonzero exponents with absolute value
32552         below 0x1p-79 to +/- 0x1p-79.
32553         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32554         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32555         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32556         nonzero exponents with absolute value below 0x1p-32 to +/-
32557         0x1p-32.
32558         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32559         (__ieee754_powl): Saturate nonzero exponents with absolute value
32560         below 0x1p-79 to +/- 0x1p-79.
32561         * math/libm-test.inc (pow_test): Add more tests.
32562
32563 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32564
32565         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32566         _dl_s390_cap_flags with kernel. Increase string length.
32567         (_dl_s390_platforms): Add z196 and zEC12.
32568
32569 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32570
32571         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32572         Change XOPEN21K to XOPEN2K.
32573
32574 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32575
32576         * string/memmove.c: Use memcpy when possible.
32577
32578 2012-11-06  Andreas Jaeger  <aj@suse.de>
32579
32580         * po/eo.po: Update from translation team.
32581
32582 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32583
32584         [BZ #14793]
32585         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32586         exponent and small x and y exponents, scale x or y up.  Increase
32587         by 2 the exponent used in scaling up.
32588         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32589         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32590         * math/libm-test.inc (fma_test): Add more tests.
32591         (fma_test_towardzero): Likewise.
32592         (fma_test_downward): Likewise.
32593         (fma_test_upward): Likewise.
32594
32595 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32596
32597         [BZ #14805]
32598         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32599         fenv_t *.
32600
32601         [BZ #14801]
32602         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32603         namespace for names of struct fields.
32604         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32605         fenv_t fields.
32606         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32607         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32608
32609 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32610
32611         [BZ #3665]
32612         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32613
32614 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32615
32616         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32617         PTR_DEMANGLE.
32618
32619         [BZ #5246]
32620         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32621         PTR_DEMANGLE.
32622
32623 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32624
32625         [BZ #14797]
32626         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32627         definitely overflow as x * y not x * y + z.
32628         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32629         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32630         * math/libm-test.inc (fma_test): Add more tests.
32631         (fma_test_towardzero): Likewise.
32632         (fma_test_downward): Likewise.
32633         (fma_test_upward): Likewise.
32634
32635 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32636
32637         [BZ #157]
32638
32639         * include/stub-tag.h: Remove file.
32640         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32641         '#include' of it.
32642         * manual/maint.texi (Porting): Don't reference it.
32643         * Makerules ($(objpfx)stubs): Likewise.
32644         * dirent/closedir.c: Don't include <stub-tag.h>.
32645         * dirent/dirfd.c: Likewise.
32646         * dirent/fdopendir.c: Likewise.
32647         * dirent/getdents.c: Likewise.
32648         * dirent/getdents64.c: Likewise.
32649         * dirent/opendir.c: Likewise.
32650         * dirent/readdir.c: Likewise.
32651         * dirent/readdir64.c: Likewise.
32652         * dirent/readdir64_r.c: Likewise.
32653         * dirent/readdir_r.c: Likewise.
32654         * dirent/rewinddir.c: Likewise.
32655         * dirent/seekdir.c: Likewise.
32656         * dirent/telldir.c: Likewise.
32657         * gmon/profil.c: Likewise.
32658         * grp/setgroups.c: Likewise.
32659         * inet/if_index.c: Likewise.
32660         * io/access.c: Likewise.
32661         * io/chdir.c: Likewise.
32662         * io/chmod.c: Likewise.
32663         * io/chown.c: Likewise.
32664         * io/close.c: Likewise.
32665         * io/dup.c: Likewise.
32666         * io/dup2.c: Likewise.
32667         * io/dup3.c: Likewise.
32668         * io/euidaccess.c: Likewise.
32669         * io/faccessat.c: Likewise.
32670         * io/fchdir.c: Likewise.
32671         * io/fchmod.c: Likewise.
32672         * io/fchmodat.c: Likewise.
32673         * io/fchown.c: Likewise.
32674         * io/fchownat.c: Likewise.
32675         * io/fcntl.c: Likewise.
32676         * io/flock.c: Likewise.
32677         * io/fstatfs.c: Likewise.
32678         * io/fstatfs64.c: Likewise.
32679         * io/fstatvfs.c: Likewise.
32680         * io/fstatvfs64.c: Likewise.
32681         * io/futimens.c: Likewise.
32682         * io/fxstat.c: Likewise.
32683         * io/fxstat64.c: Likewise.
32684         * io/fxstatat.c: Likewise.
32685         * io/fxstatat64.c: Likewise.
32686         * io/getcwd.c: Likewise.
32687         * io/isatty.c: Likewise.
32688         * io/lchmod.c: Likewise.
32689         * io/lchown.c: Likewise.
32690         * io/link.c: Likewise.
32691         * io/linkat.c: Likewise.
32692         * io/lseek.c: Likewise.
32693         * io/lseek64.c: Likewise.
32694         * io/lxstat64.c: Likewise.
32695         * io/mkdir.c: Likewise.
32696         * io/mkdirat.c: Likewise.
32697         * io/mkfifo.c: Likewise.
32698         * io/mkfifoat.c: Likewise.
32699         * io/open.c: Likewise.
32700         * io/open64.c: Likewise.
32701         * io/openat.c: Likewise.
32702         * io/openat64.c: Likewise.
32703         * io/pipe.c: Likewise.
32704         * io/pipe2.c: Likewise.
32705         * io/poll.c: Likewise.
32706         * io/posix_fadvise.c: Likewise.
32707         * io/posix_fadvise64.c: Likewise.
32708         * io/posix_fallocate.c: Likewise.
32709         * io/posix_fallocate64.c: Likewise.
32710         * io/read.c: Likewise.
32711         * io/readlink.c: Likewise.
32712         * io/readlinkat.c: Likewise.
32713         * io/rmdir.c: Likewise.
32714         * io/sendfile.c: Likewise.
32715         * io/sendfile64.c: Likewise.
32716         * io/statfs.c: Likewise.
32717         * io/statfs64.c: Likewise.
32718         * io/statvfs.c: Likewise.
32719         * io/statvfs64.c: Likewise.
32720         * io/symlink.c: Likewise.
32721         * io/symlinkat.c: Likewise.
32722         * io/ttyname.c: Likewise.
32723         * io/ttyname_r.c: Likewise.
32724         * io/umask.c: Likewise.
32725         * io/unlink.c: Likewise.
32726         * io/unlinkat.c: Likewise.
32727         * io/utime.c: Likewise.
32728         * io/utimensat.c: Likewise.
32729         * io/write.c: Likewise.
32730         * io/xmknod.c: Likewise.
32731         * io/xmknodat.c: Likewise.
32732         * io/xstat.c: Likewise.
32733         * io/xstat64.c: Likewise.
32734         * login/getpt.c: Likewise.
32735         * login/grantpt.c: Likewise.
32736         * login/unlockpt.c: Likewise.
32737         * math/e_acoshl.c: Likewise.
32738         * math/e_acosl.c: Likewise.
32739         * math/e_asinl.c: Likewise.
32740         * math/e_atan2l.c: Likewise.
32741         * math/e_atanhl.c: Likewise.
32742         * math/e_coshl.c: Likewise.
32743         * math/e_expl.c: Likewise.
32744         * math/e_fmodl.c: Likewise.
32745         * math/e_gammal_r.c: Likewise.
32746         * math/e_hypotl.c: Likewise.
32747         * math/e_j0l.c: Likewise.
32748         * math/e_j1l.c: Likewise.
32749         * math/e_jnl.c: Likewise.
32750         * math/e_lgammal_r.c: Likewise.
32751         * math/e_log10l.c: Likewise.
32752         * math/e_log2l.c: Likewise.
32753         * math/e_logl.c: Likewise.
32754         * math/e_powl.c: Likewise.
32755         * math/e_rem_pio2l.c: Likewise.
32756         * math/e_sinhl.c: Likewise.
32757         * math/e_sqrtl.c: Likewise.
32758         * math/fclrexcpt.c: Likewise.
32759         * math/fedisblxcpt.c: Likewise.
32760         * math/feenablxcpt.c: Likewise.
32761         * math/fegetenv.c: Likewise.
32762         * math/fegetexcept.c: Likewise.
32763         * math/fegetround.c: Likewise.
32764         * math/feholdexcpt.c: Likewise.
32765         * math/fesetenv.c: Likewise.
32766         * math/fesetround.c: Likewise.
32767         * math/feupdateenv.c: Likewise.
32768         * math/fgetexcptflg.c: Likewise.
32769         * math/fraiseexcpt.c: Likewise.
32770         * math/fsetexcptflg.c: Likewise.
32771         * math/ftestexcept.c: Likewise.
32772         * math/k_cosl.c: Likewise.
32773         * math/k_rem_pio2l.c: Likewise.
32774         * math/k_sinl.c: Likewise.
32775         * math/k_tanl.c: Likewise.
32776         * math/s_asinhl.c: Likewise.
32777         * math/s_atanl.c: Likewise.
32778         * math/s_cbrtl.c: Likewise.
32779         * math/s_erfl.c: Likewise.
32780         * math/s_expm1l.c: Likewise.
32781         * math/s_log1pl.c: Likewise.
32782         * math/s_tanhl.c: Likewise.
32783         * misc/acct.c: Likewise.
32784         * misc/brk.c: Likewise.
32785         * misc/chflags.c: Likewise.
32786         * misc/chroot.c: Likewise.
32787         * misc/fchflags.c: Likewise.
32788         * misc/fgetxattr.c: Likewise.
32789         * misc/flistxattr.c: Likewise.
32790         * misc/fremovexattr.c: Likewise.
32791         * misc/fsetxattr.c: Likewise.
32792         * misc/fsync.c: Likewise.
32793         * misc/ftruncate.c: Likewise.
32794         * misc/futimes.c: Likewise.
32795         * misc/futimesat.c: Likewise.
32796         * misc/getdomain.c: Likewise.
32797         * misc/getdtsz.c: Likewise.
32798         * misc/gethostid.c: Likewise.
32799         * misc/gethostname.c: Likewise.
32800         * misc/getloadavg.c: Likewise.
32801         * misc/getpagesize.c: Likewise.
32802         * misc/getsysstats.c: Likewise.
32803         * misc/getxattr.c: Likewise.
32804         * misc/gtty.c: Likewise.
32805         * misc/ioctl.c: Likewise.
32806         * misc/lgetxattr.c: Likewise.
32807         * misc/listxattr.c: Likewise.
32808         * misc/llistxattr.c: Likewise.
32809         * misc/lremovexattr.c: Likewise.
32810         * misc/lsetxattr.c: Likewise.
32811         * misc/lutimes.c: Likewise.
32812         * misc/madvise.c: Likewise.
32813         * misc/mincore.c: Likewise.
32814         * misc/mlock.c: Likewise.
32815         * misc/mlockall.c: Likewise.
32816         * misc/mmap.c: Likewise.
32817         * misc/mprotect.c: Likewise.
32818         * misc/msync.c: Likewise.
32819         * misc/munlock.c: Likewise.
32820         * misc/munlockall.c: Likewise.
32821         * misc/munmap.c: Likewise.
32822         * misc/preadv.c: Likewise.
32823         * misc/preadv64.c: Likewise.
32824         * misc/ptrace.c: Likewise.
32825         * misc/pwritev.c: Likewise.
32826         * misc/pwritev64.c: Likewise.
32827         * misc/readv.c: Likewise.
32828         * misc/reboot.c: Likewise.
32829         * misc/remap_file_pages.c: Likewise.
32830         * misc/removexattr.c: Likewise.
32831         * misc/revoke.c: Likewise.
32832         * misc/select.c: Likewise.
32833         * misc/setdomain.c: Likewise.
32834         * misc/setegid.c: Likewise.
32835         * misc/seteuid.c: Likewise.
32836         * misc/sethostid.c: Likewise.
32837         * misc/sethostname.c: Likewise.
32838         * misc/setregid.c: Likewise.
32839         * misc/setreuid.c: Likewise.
32840         * misc/setxattr.c: Likewise.
32841         * misc/sstk.c: Likewise.
32842         * misc/stty.c: Likewise.
32843         * misc/swapoff.c: Likewise.
32844         * misc/swapon.c: Likewise.
32845         * misc/sync.c: Likewise.
32846         * misc/syncfs.c: Likewise.
32847         * misc/syscall.c: Likewise.
32848         * misc/truncate.c: Likewise.
32849         * misc/ualarm.c: Likewise.
32850         * misc/usleep.c: Likewise.
32851         * misc/ustat.c: Likewise.
32852         * misc/utimes.c: Likewise.
32853         * misc/vhangup.c: Likewise.
32854         * misc/writev.c: Likewise.
32855         * posix/_exit.c: Likewise.
32856         * posix/alarm.c: Likewise.
32857         * posix/execve.c: Likewise.
32858         * posix/fexecve.c: Likewise.
32859         * posix/fork.c: Likewise.
32860         * posix/fpathconf.c: Likewise.
32861         * posix/getaddrinfo.c: Likewise.
32862         * posix/getegid.c: Likewise.
32863         * posix/geteuid.c: Likewise.
32864         * posix/getgid.c: Likewise.
32865         * posix/getgroups.c: Likewise.
32866         * posix/getlogin.c: Likewise.
32867         * posix/getlogin_r.c: Likewise.
32868         * posix/getpgid.c: Likewise.
32869         * posix/getpid.c: Likewise.
32870         * posix/getppid.c: Likewise.
32871         * posix/getresgid.c: Likewise.
32872         * posix/getresuid.c: Likewise.
32873         * posix/getsid.c: Likewise.
32874         * posix/getuid.c: Likewise.
32875         * posix/glob64.c: Likewise.
32876         * posix/nanosleep.c: Likewise.
32877         * posix/pathconf.c: Likewise.
32878         * posix/pause.c: Likewise.
32879         * posix/posix_madvise.c: Likewise.
32880         * posix/pread.c: Likewise.
32881         * posix/pread64.c: Likewise.
32882         * posix/pwrite.c: Likewise.
32883         * posix/pwrite64.c: Likewise.
32884         * posix/sched_getaffinity.c: Likewise.
32885         * posix/sched_getp.c: Likewise.
32886         * posix/sched_gets.c: Likewise.
32887         * posix/sched_primax.c: Likewise.
32888         * posix/sched_primin.c: Likewise.
32889         * posix/sched_rr_gi.c: Likewise.
32890         * posix/sched_setaffinity.c: Likewise.
32891         * posix/sched_setp.c: Likewise.
32892         * posix/sched_sets.c: Likewise.
32893         * posix/sched_yield.c: Likewise.
32894         * posix/setgid.c: Likewise.
32895         * posix/setlogin.c: Likewise.
32896         * posix/setpgid.c: Likewise.
32897         * posix/setresgid.c: Likewise.
32898         * posix/setresuid.c: Likewise.
32899         * posix/setsid.c: Likewise.
32900         * posix/setuid.c: Likewise.
32901         * posix/sleep.c: Likewise.
32902         * posix/spawni.c: Likewise.
32903         * posix/sysconf.c: Likewise.
32904         * posix/times.c: Likewise.
32905         * posix/wait.c: Likewise.
32906         * posix/wait3.c: Likewise.
32907         * posix/wait4.c: Likewise.
32908         * posix/waitpid.c: Likewise.
32909         * resolv/gai_sigqueue.c: Likewise.
32910         * resource/getpriority.c: Likewise.
32911         * resource/getrlimit.c: Likewise.
32912         * resource/getrusage.c: Likewise.
32913         * resource/nice.c: Likewise.
32914         * resource/setpriority.c: Likewise.
32915         * resource/setrlimit.c: Likewise.
32916         * resource/ulimit.c: Likewise.
32917         * rt/aio_cancel.c: Likewise.
32918         * rt/aio_fsync.c: Likewise.
32919         * rt/aio_read.c: Likewise.
32920         * rt/aio_sigqueue.c: Likewise.
32921         * rt/aio_suspend.c: Likewise.
32922         * rt/aio_write.c: Likewise.
32923         * rt/clock_getres.c: Likewise.
32924         * rt/clock_gettime.c: Likewise.
32925         * rt/clock_nanosleep.c: Likewise.
32926         * rt/clock_settime.c: Likewise.
32927         * rt/lio_listio.c: Likewise.
32928         * rt/mq_close.c: Likewise.
32929         * rt/mq_getattr.c: Likewise.
32930         * rt/mq_notify.c: Likewise.
32931         * rt/mq_open.c: Likewise.
32932         * rt/mq_receive.c: Likewise.
32933         * rt/mq_send.c: Likewise.
32934         * rt/mq_setattr.c: Likewise.
32935         * rt/mq_timedreceive.c: Likewise.
32936         * rt/mq_timedsend.c: Likewise.
32937         * rt/mq_unlink.c: Likewise.
32938         * rt/shm_open.c: Likewise.
32939         * rt/shm_unlink.c: Likewise.
32940         * rt/timer_create.c: Likewise.
32941         * rt/timer_delete.c: Likewise.
32942         * rt/timer_getoverr.c: Likewise.
32943         * rt/timer_gettime.c: Likewise.
32944         * rt/timer_settime.c: Likewise.
32945         * setjmp/__longjmp.c: Likewise.
32946         * setjmp/setjmp.c: Likewise.
32947         * signal/kill.c: Likewise.
32948         * signal/killpg.c: Likewise.
32949         * signal/raise.c: Likewise.
32950         * signal/sigaction.c: Likewise.
32951         * signal/sigaltstack.c: Likewise.
32952         * signal/sigblock.c: Likewise.
32953         * signal/sigignore.c: Likewise.
32954         * signal/sigintr.c: Likewise.
32955         * signal/signal.c: Likewise.
32956         * signal/sigpause.c: Likewise.
32957         * signal/sigpending.c: Likewise.
32958         * signal/sigqueue.c: Likewise.
32959         * signal/sigreturn.c: Likewise.
32960         * signal/sigset.c: Likewise.
32961         * signal/sigsetmask.c: Likewise.
32962         * signal/sigstack.c: Likewise.
32963         * signal/sigsuspend.c: Likewise.
32964         * signal/sigtimedwait.c: Likewise.
32965         * signal/sigvec.c: Likewise.
32966         * signal/sigwait.c: Likewise.
32967         * signal/sigwaitinfo.c: Likewise.
32968         * signal/sysv_signal.c: Likewise.
32969         * socket/accept.c: Likewise.
32970         * socket/accept4.c: Likewise.
32971         * socket/bind.c: Likewise.
32972         * socket/connect.c: Likewise.
32973         * socket/getpeername.c: Likewise.
32974         * socket/getsockname.c: Likewise.
32975         * socket/getsockopt.c: Likewise.
32976         * socket/isfdtype.c: Likewise.
32977         * socket/listen.c: Likewise.
32978         * socket/recv.c: Likewise.
32979         * socket/recvfrom.c: Likewise.
32980         * socket/recvmsg.c: Likewise.
32981         * socket/send.c: Likewise.
32982         * socket/sendmsg.c: Likewise.
32983         * socket/sendto.c: Likewise.
32984         * socket/setsockopt.c: Likewise.
32985         * socket/shutdown.c: Likewise.
32986         * socket/sockatmark.c: Likewise.
32987         * socket/socket.c: Likewise.
32988         * socket/socketpair.c: Likewise.
32989         * stdio-common/ctermid.c: Likewise.
32990         * stdio-common/cuserid.c: Likewise.
32991         * stdio-common/remove.c: Likewise.
32992         * stdio-common/rename.c: Likewise.
32993         * stdio-common/renameat.c: Likewise.
32994         * stdio-common/tempname.c: Likewise.
32995         * stdlib/getcontext.c: Likewise.
32996         * stdlib/makecontext.c: Likewise.
32997         * stdlib/setcontext.c: Likewise.
32998         * stdlib/swapcontext.c: Likewise.
32999         * stdlib/system.c: Likewise.
33000         * streams/fattach.c: Likewise.
33001         * streams/fdetach.c: Likewise.
33002         * streams/getmsg.c: Likewise.
33003         * streams/getpmsg.c: Likewise.
33004         * streams/putmsg.c: Likewise.
33005         * streams/putpmsg.c: Likewise.
33006         * sysdeps/unix/bsd/getpt.c: Likewise.
33007         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33008         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33009         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33011         Likewise.
33012         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33013         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33014         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33015         * sysvipc/msgctl.c: Likewise.
33016         * sysvipc/msgget.c: Likewise.
33017         * sysvipc/msgrcv.c: Likewise.
33018         * sysvipc/msgsnd.c: Likewise.
33019         * sysvipc/semctl.c: Likewise.
33020         * sysvipc/semget.c: Likewise.
33021         * sysvipc/semop.c: Likewise.
33022         * sysvipc/semtimedop.c: Likewise.
33023         * sysvipc/shmat.c: Likewise.
33024         * sysvipc/shmctl.c: Likewise.
33025         * sysvipc/shmdt.c: Likewise.
33026         * sysvipc/shmget.c: Likewise.
33027         * termios/tcdrain.c: Likewise.
33028         * termios/tcflow.c: Likewise.
33029         * termios/tcflush.c: Likewise.
33030         * termios/tcgetattr.c: Likewise.
33031         * termios/tcgetpgrp.c: Likewise.
33032         * termios/tcsendbrk.c: Likewise.
33033         * termios/tcsetattr.c: Likewise.
33034         * termios/tcsetpgrp.c: Likewise.
33035         * time/adjtime.c: Likewise.
33036         * time/clock.c: Likewise.
33037         * time/getitimer.c: Likewise.
33038         * time/gettimeofday.c: Likewise.
33039         * time/setitimer.c: Likewise.
33040         * time/settimeofday.c: Likewise.
33041         * time/stime.c: Likewise.
33042         * time/time.c: Likewise.
33043
33044 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33045
33046         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33047         /usr/old/bin.
33048
33049         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33050         instead of spaces.
33051         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33052
33053 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33054
33055         [BZ #14796]
33056         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33057         FE_TONEAREST before applying Dekker multiplication and Knuth
33058         addition.  Clear inexact exceptions and check for exact zero
33059         results afterwards.
33060         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33061         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33062         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33063         * math/libm-test.inc (fma_test): Add more tests.
33064         (fma_test_towardzero): Likewise.
33065         (fma_test_downward): Likewise.
33066         (fma_test_upward): Likewise.
33067         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33068         function.
33069         (libc_fesetround): New macro.
33070         (libc_fesetroundf): Likewise.
33071         (libc_fesetroundl): Likewise.
33072         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33073         function.
33074         (libc_fesetround_387): Likewise.
33075         (libc_fesetroundf): New macro.
33076         (libc_fesetround): Likewise.
33077         (libc_fesetroundl): Likewise.
33078         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33079         function.
33080         (libc_fesetroundf): New macro.
33081         (libc_fesetround): Likewise.
33082         (libc_fesetroundl): Likewise.
33083         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33084         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33085         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33086         libm_hidden_ver.
33087         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33088         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33089         libm_hidden_def.
33090         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33091         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33092         libm_hidden_ver.
33093         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33094         libm_hidden_def.
33095
33096         [BZ #3439]
33097         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33098         integer constant usable in #if and use that to give value to enum
33099         constant.
33100         (FE_DIVBYZERO): Likewise.
33101         (FE_UNDERFLOW): Likewise.
33102         (FE_OVERFLOW): Likewise.
33103         (FE_INVALID): Likewise.
33104         (FE_INVALID_SNAN): Likewise.
33105         (FE_INVALID_ISI): Likewise.
33106         (FE_INVALID_IDI): Likewise.
33107         (FE_INVALID_ZDZ): Likewise.
33108         (FE_INVALID_IMZ): Likewise.
33109         (FE_INVALID_COMPARE): Likewise.
33110         (FE_INVALID_SOFTWARE): Likewise.
33111         (FE_INVALID_SQRT): Likewise.
33112         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33113         (FE_TONEAREST): Likewise.
33114         (FE_TOWARDZERO): Likewise.
33115         (FE_UPWARD): Likewise.
33116         (FE_DOWNWARD): Likewise.
33117         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33118         (FE_DIVBYZERO): Likewise.
33119         (FE_OVERFLOW): Likewise.
33120         (FE_UNDERFLOW): Likewise.
33121         (FE_INEXACT): Likewise.
33122         (FE_TONEAREST): Likewise.
33123         (FE_DOWNWARD): Likewise.
33124         (FE_UPWARD): Likewise.
33125         (FE_TOWARDZERO): Likewise.
33126         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33127         (FE_UNDERFLOW): Likewise.
33128         (FE_OVERFLOW): Likewise.
33129         (FE_DIVBYZERO): Likewise.
33130         (FE_INVALID): Likewise.
33131         (FE_TONEAREST): Likewise.
33132         (FE_TOWARDZERO): Likewise.
33133         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33134         (FE_OVERFLOW): Likewise.
33135         (FE_UNDERFLOW): Likewise.
33136         (FE_DIVBYZERO): Likewise.
33137         (FE_INEXACT): Likewise.
33138         (FE_TONEAREST): Likewise.
33139         (FE_TOWARDZERO): Likewise.
33140         (FE_UPWARD): Likewise.
33141         (FE_DOWNWARD): Likewise.
33142         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33143         (FE_DIVBYZERO): Likewise.
33144         (FE_OVERFLOW): Likewise.
33145         (FE_UNDERFLOW): Likewise.
33146         (FE_INEXACT): Likewise.
33147         (FE_TONEAREST): Likewise.
33148         (FE_DOWNWARD): Likewise.
33149         (FE_UPWARD): Likewise.
33150         (FE_TOWARDZERO): Likewise.
33151
33152 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33153
33154         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33155
33156 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33157
33158         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33159         commands.  Quote $PWD.
33160         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33161         -x" by "export".
33162         (remove_newlines): Remove.
33163
33164 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33165
33166         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33167         * stdlib/stdlib.h (atof): Moved to ...
33168         * include/bits/stdlib-float.h: Here.  New file.
33169         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33170         * stdlib/bits/stdlib-float.h: New file.
33171         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33172         -mno-sse -mno-mmx.
33173         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33174         <xmmintrin.h>.
33175
33176 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33177
33178         * conform/conformtest.pl (@headers): Add fenv.h.
33179         * conform/data/fenv.h-data: New file.
33180         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33181         include of <math/fenv.h>.
33182
33183         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33184         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33185         && !UNIX98].  Enables tests for XOPEN2K8.
33186         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33187         POSIX2008]: Likewise.
33188
33189         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33190         (struct rusage): Do not expect type or its members.
33191
33192         [BZ #3439]
33193         * math/math.h (FP_NAN): Define macro to integer constant usable in
33194         #if and use that to give value to enum constant.
33195         (FP_INFINITE): Likewise.
33196         (FP_ZERO): Likewise.
33197         (FP_SUBNORMAL): Likewise.
33198         (FP_NORMAL): Likewise.
33199
33200 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33201
33202         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33203         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33204         arguments.
33205
33206 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33207
33208         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33209         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33210         autoconf-time if not.
33211         * configure.in: Remove AC_PREREQ.
33212
33213 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33214
33215         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33216         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33217         of the internal implementation.
33218
33219 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33220
33221         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33222         except include of <misc/sys/syslog.h>.
33223
33224 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33225
33226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33227         function returns with a NULL context exit with zero.
33228
33229 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33230
33231         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33232
33233 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33234
33235         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33236         (run_program_cmd): This.
33237         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33238         (tst_langinfo): New variable.  Use it.
33239
33240 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33241
33242         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33243         floating point opcodes.
33244
33245 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33246
33247         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33248         variable.
33249
33250         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33251
33252         * sysdeps/mach/hurd/powerpc: Remove directory.
33253         * sysdeps/mach/powerpc: Likewise.
33254
33255 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33256
33257         * scripts/check-local-headers.sh: Ignore c++ headers.
33258
33259 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33260
33261         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33262         __libc_cleanup_region_start argument.
33263
33264 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33265
33266         [BZ #14784]
33267         [BZ #14785]
33268         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33269         x * y using scaling, not as x * y + z.
33270         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33271         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33272         * math/libm-test.inc (fma_test): Add more tests.
33273         (fma_test_towardzero): Likewise.
33274         (fma_test_downward): Likewise.
33275         (fma_test_upward): Likewise.
33276
33277 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33278
33279         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33280
33281 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33282
33283         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33284         New variable.
33285
33286 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33287
33288         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33289
33290 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33291
33292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33293         Fix sort order.
33294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33295         Likewise.
33296
33297 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33298
33299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33300         Fix the order of the list for glibc 2.17.
33301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33302         Likewise.
33303
33304 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33305
33306         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33307
33308 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33309
33310         [BZ #14610]
33311         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33312         for low part of x being zero before using __atanl (y).
33313         * math/libm-test.inc (atan2_test): Add another test.
33314
33315         * manual/install.texi (Configuring and compiling): Document
33316         general use of test-wrapper and test-wrapper-env.
33317         * INSTALL: Regenerated.
33318
33319         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33320         (__fma): Do not extract and scale down low bits on after-rounding
33321         systems when result rounded to normal precision would have normal
33322         exponent.
33323         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33324         (__fmal): Do not extract and scale down low bits on after-rounding
33325         systems when result rounded to normal precision would have normal
33326         exponent.
33327         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33328         (__fmal): Do not extract and scale down low bits on after-rounding
33329         systems when result rounded to normal precision would have normal
33330         exponent.
33331         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33332         macro.
33333         (fma_test): Add more tests.
33334         (fma_test_towardzero): Likewise.
33335         (fma_test_downward): Likewise.
33336         (fma_test_upward): Likewise.
33337
33338 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33339
33340         * sysdeps/i386/tininess.h: Renamed to ...
33341         * sysdeps/x86/tininess.h: This.
33342         * sysdeps/x86_64/tininess.h: Removed.
33343
33344 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33345
33346         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33347         input.  Use $(build-program-cmd).
33348         ($(objpfx)tst-array1-static.out): Likewise.
33349         ($(objpfx)tst-array2.out): Likewise.
33350         ($(objpfx)tst-array3.out): Likewise.
33351         ($(objpfx)tst-array4.out): Likewise.
33352         ($(objpfx)tst-array5.out): Likewise.
33353         ($(objpfx)tst-array5-static.out): Likewise.
33354
33355 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33356
33357         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33358         if defined.
33359
33360         * nss/nsswitch.h (nss_interface_function): Provide new
33361         macro for use with NSS functions.
33362         * grp/initgroups.c: Use new macro.
33363         * nss/getXXbyYY.c: Likewise.
33364         * nss/getXXbyYY_r.c: Likewise.
33365         * nss/getXXent.c: Likewise.
33366         * nss/getXXent_r.c: Likewise.
33367         * sysdeps/posix/getaddrinfo.c: Likewise.
33368
33369 2012-10-30  Andreas Jaeger  <aj@suse.de>
33370
33371         * po/ru.po: Update Russion translation from translation project.
33372
33373 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33374
33375         [BZ #14152]
33376         [BZ #14783]
33377         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33378         result and shift together with sticky bit instead of replicating
33379         round-to-nearest rounding.
33380         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33381         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33382         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33383         missing underflow exceptions.
33384         (fma_test_towardzero): Add more tests.
33385         (fma_test_downward): Likewise.
33386         (fma_test_upward): Likewise.
33387
33388         [BZ #14047]
33389         * sysdeps/generic/tininess.h: New file.
33390         * sysdeps/i386/tininess.h: Likewise.
33391         * sysdeps/sh/tininess.h: Likewise.
33392         * sysdeps/x86_64/tininess.h: Likewise.
33393         * stdlib/tst-strtod-underflow.c: Likewise.
33394         * stdlib/tst-tininess.c: Likewise.
33395         * stdlib/strtod_l.c: Include <tininess.h>.
33396         (round_and_return): Do not set errno for exact underflow cases.
33397         Force an underflow exception when setting errno for underflow.
33398         Determine underflow based on rounding to normal precision if
33399         TININESS_AFTER_ROUNDING.
33400         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33401         ERANGE for exact underflow cases.
33402         * stdlib/Makefile (tests): Add tst-tininess and
33403         tst-strtod-underflow.
33404         ($(objpfx)tst-tininess): Use $(link-libm).
33405         ($(objpfx)tst-strtod-underflow): Likewise.
33406
33407 2012-10-30  Andreas Jaeger  <aj@suse.de>
33408
33409         [BZ#14767]
33410         * elf/Makefile (tests): Remove conditional for have-initfini-array
33411         since this is now always required and the variable does not exist
33412         anymore.
33413         (tests-static): Likewise.
33414         (modules-names): Likewise.
33415
33416         * po/eo.po: Add Esperanto translation from translation project.
33417
33418         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33419         merged with constructor/destructor.
33420         (init_array): Likewise.
33421         * elf/tst-array2dep.c (fini_array): Likewise.
33422         (init_array): Likewise.
33423
33424 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33425
33426         * manual/message.texi: Delete @cartouche tags.
33427
33428 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33429
33430         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33431         EOPNOTSUPP.
33432         * sysdeps/mach/hurd/fsync.c: Likewise.
33433
33434         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33435         [_POSIX_REALTIME_SIGNALS]: Change condition to
33436         [_POSIX_REALTIME_SIGNALS > 0].
33437
33438 2012-10-27  Andreas Jaeger  <aj@suse.de>
33439
33440         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33441         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33442         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33443         [__WORDSIZE != 64]: Likewise.
33444
33445 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33446
33447         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33448         *  iconvdata/tst-tables.sh: Likewise.
33449
33450 2012-10-25  David S. Miller  <davem@davemloft.net>
33451
33452         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33453         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33454         of strtoull.
33455
33456         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33457         ifunc-impl-list.c
33458         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33459         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33460         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33461         file.
33462
33463 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33464
33465         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33466         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33467         __getdirentries.
33468
33469 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33470             Jim Blandy  <jimb@codesourcery.com>
33471
33472         * scripts/cross-test-ssh.sh: New file.
33473         * manual/install.texi (Configuring and compiling): Document use of
33474         cross-test-ssh.sh.
33475         * INSTALL: Regenerated.
33476
33477 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33478
33479         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33480         EOPNOTSUPP.
33481
33482 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33483
33484         * Makeconfig (run-program-prefix): Fix comment.
33485
33486 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33487             Jim Blandy  <jimb@codesourcery.com>
33488
33489         * Makeconfig (test-wrapper): New variable,
33490         (test-wrapper-env): Likewise.
33491         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33492         (run-built-tests): Define to yes.
33493         (run-program-prefix): Use $(test-wrapper).
33494         (built-program-cmd): Likewise.
33495         * Rules (make-test-out): Use $(test-wrapper-env) and
33496         $(host-built-program-cmd).
33497         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33498         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33499         tst-pathopt.sh.
33500         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33501         $(test-wrapper-env) to tst-rtld-load-self.sh.
33502         ($(objpfx)order2.out): Use $(test-wrapper).
33503         ($(objpfx)tst-initorder.out): Likewise.
33504         ($(objpfx)tst-initorder2.out): Likewise.
33505         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33506         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33507         (test_wrapper_env): New variable.  Use it to run ld.so.
33508         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33509         Use it to run ld.so.
33510         (test_wrapper_env): Likewise.
33511         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33512         $(test-wrapper) to run-iconv-test.sh.
33513         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33514         (ICONV): Use $test_wrapper.
33515         * posix/Makefile ($(objpfx)globtest.out): Pass
33516         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33517         globtest.sh, not $(run-program-prefix).
33518         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33519         (test_wrapper): Likewise.
33520         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33521         set together with run_via_rtld_prefix.
33522         (run_program_prefix): Define in terms of test_wrapper and
33523         run_via_rtld_prefix.
33524
33525 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33526
33527         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33528         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33529         Targets removed.
33530
33531         [BZ #14743]
33532         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33533         Declare __clock_getres, __clock_gettime, __clock_settime,
33534         __clock_nanosleep, and __clock_getcpuclockid.
33535         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33536         Remove librt_hidden_def (clock_gettime).
33537         * sysdeps/unix/clock_gettime.c: Likewise.
33538         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33539         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33540         * rt/clock_getres.c: Define __clock_getres as an alias.
33541         * sysdeps/posix/clock_getres.c: Likewise.
33542         * rt/clock_settime.c: Define __clock_settime as an alias.
33543         * sysdeps/unix/clock_settime.c: Likewise.
33544         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33545         * sysdeps/unix/clock_nanosleep.c: Likewise.
33546         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33547         * rt/clock-compat.c: New file.
33548         * rt/Makefile (librt-routines): Add clock-compat and move
33549         $(clock-routines) to ...
33550         (routines): ... here, new variable.
33551         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33552         Don't add get_clockfreq here.
33553         * rt/Versions (libc: GLIBC_2.17): New version set.
33554         Add clock_* symbols here.
33555         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33556         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33557         (GLIBC_2.17): Add clock_* symbols.
33558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33559         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33560         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33562         Likewise.
33563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33564         Likewise.
33565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33569         * NEWS: Mention the move.
33570
33571         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33572         Use __open, __read, __close rather than their public counterparts.
33573         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33574         (__get_clockfreq_via_cpuinfo): Likewise.
33575         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33576         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33577
33578         * config.h.in (HAVE_IFUNC): New #undef.
33579         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33580         was successful.
33581         * configure: Regenerated.
33582
33583 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33584
33585         * configure.in: Move READELF check to start of file.
33586         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33587         libc_cv_asm_gnu_indirect_function in the process.
33588         * configure: Regenerated.
33589
33590 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33591
33592         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33593         send the output to /dev/null.
33594         (libc_cv_cc_with_libunwind): Likewise.
33595         (libc_cv_as_noexecstack): Likewise.
33596         * configure: Regenerate.
33597
33598 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33599
33600         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33601
33602         * posix/globtest.sh (TMPDIR): Do not set.
33603         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33604         (testout): Likewise.
33605
33606 2012-10-24  Andreas Jaeger  <aj@suse.de>
33607
33608         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33609         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33610         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33611         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33612         posix_fadvise64, posix_fallocate64.
33613
33614         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33615         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33616         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33617         Likewise.
33618         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33619         Likewise.
33620         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33621
33622         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33623         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33624         <bits/fcntl-linux.h>.
33625         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33626
33627         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33628         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33629         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33630         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33631         [__WORDSIZE != 64]: Likewise.
33632
33633 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33634
33635         * Makeconfig (run-built-tests): New variable.
33636         * Rules [$(cross-compiling) = yes]: Change condition to
33637         [$(run-built-tests) = no].
33638         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33639         to [$(run-built-tests) = yes].
33640         * elf/Makefile [$(cross-compiling) = no]: Likewise
33641         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33642         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33643         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33644         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33645         * io/Makefile [$(cross-compiling) = no]: Likewise.
33646         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33647         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33648         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33649         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33650         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33651         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33652         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33653         * string/Makefile [$(cross-compiling) = no]: Likewise.
33654
33655         * posix/Makefile ($(objpfx)globtest.out): Pass
33656         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33657         $(rtld-installed-name).
33658         * posix/globtest.sh (elf_objpfx): Remove variable.
33659         (rtld_installed_name): Likewise.
33660         (library_path): Likewise.
33661         (run_program_prefix): New variable.  Use for running globtest
33662         binary.
33663
33664 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33665             Joseph Myers  <joseph@codesourcery.com>
33666
33667         * Makeconfig (host-built-program-cmd): New variable.
33668         * elf/Makefile (tst-stackguard1-ARGS): Use
33669         $(host-built-program-cmd).
33670         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33671         (tst-spawn-ARGS): Likewise.
33672         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33673
33674 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33675             Jim Blandy  <jimb@codesourcery.com>
33676
33677         * Makeconfig (run-via-rtld-prefix): New variable.
33678         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33679         (built-program-cmd): Likewise.
33680
33681 2012-10-22  Andreas Jaeger  <aj@suse.de>
33682
33683         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33684         __O_RSYNC if it exists, otherwise to O_SYNC.
33685
33686 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33687             Joseph Myers  <joseph@codesourcery.com>
33688
33689         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33690         /dev/null.
33691         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33692         from /dev/null
33693         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33694         /dev/null.
33695
33696 2012-10-22  Andreas Jaeger  <aj@suse.de>
33697
33698         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33699         Define always.
33700         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33701
33702         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33703         bits/fcntl-linux.h.
33704
33705         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33706         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33707
33708         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33709         to __O_LARGEFILE.
33710         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33711         to __O_LARGEFILE.
33712
33713 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33714             Joseph Myers  <joseph@codesourcery.com>
33715
33716         * config.make.in (NM): New variable.
33717
33718 2012-10-21  Andreas Jaeger  <aj@suse.de>
33719
33720         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33721         definitions and declarations that are provided by
33722         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33723
33724 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33725
33726         [BZ #14683]
33727         * elf/Makefile (tests-static): Add tst-leaks1-static.
33728         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33729         ($(objpfx)tst-leaks1-static): New rule.
33730         ($(objpfx)tst-leaks1-static-mem): Likewise.
33731         (tst-leaks1-static-ENV): New macro.
33732         * elf/dl-open.c (dl_open_worker): Check the main application
33733         only if SHARED is defined.
33734         * elf/tst-leaks1-static.c: New file.
33735
33736 2012-10-20  Andreas Jaeger  <aj@suse.de>
33737
33738         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33739         generic values for Linux.
33740         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33741         and declarations that are provided by <bits/fcntl-linux.h> and
33742         include <bits/fcntl-linux.h>.
33743         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33744         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33745
33746 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33747
33748         * io/fcntl.h: Move include of <bits/types.h> to the top and
33749         include it unconditionally.
33750
33751 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33752
33753         * wcsmbs/Makefile (tests-ifunc): New variable.
33754         (tests): Add $(tests-ifunc).
33755         * wcsmbs/test-wcschr-ifunc.c: New file.
33756         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33757         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33758         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33759         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33760         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33761
33762         * string/Makefile (tests-ifunc): New variable.
33763         (tests): Add $(tests-ifunc).
33764         * string/test-memccpy.c (TEST_NAME): New macro.
33765         * string/test-memchr.c (TEST_NAME): Likewise.
33766         * string/test-memcmp.c (TEST_NAME): Likewise.
33767         * string/test-memcpy.c (TEST_NAME): Likewise.
33768         * string/test-memmem.c (TEST_NAME): Likewise.
33769         * string/test-memmove.c (TEST_NAME): Likewise.
33770         * string/test-memset.c (TEST_NAME): Likewise.
33771         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33772         * string/test-stpcpy.c (TEST_NAME): Likewise.
33773         * string/test-stpncpy.c (TEST_NAME): Likewise.
33774         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33775         * string/test-strcasestr.c (TEST_NAME): Likewise.
33776         * string/test-strcat.c (TEST_NAME): Likewise.
33777         * string/test-strchr.c (TEST_NAME): Likewise.
33778         * string/test-strcmp.c(TEST_NAME): Likewise.
33779         * string/test-strcpy.c (TEST_NAME): Likewise.
33780         * string/test-strcspn.c (TEST_NAME): Likewise.
33781         * string/test-strlen.c (TEST_NAME): Likewise.
33782         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33783         * string/test-strncmp.c (TEST_NAME): Likewise.
33784         * string/test-strncpy.c (TEST_NAME): Likewise.
33785         * string/test-strnlen.c (TEST_NAME): Likewise.
33786         * string/test-strpbrk.c (TEST_NAME): Likewise.
33787         * string/test-strrchr.c (TEST_NAME): Likewise.
33788         * string/test-strspn.c (TEST_NAME): Likewise.
33789         * string/test-strstr.c (TEST_NAME): Likewise.
33790         * string/test-bcopy-ifunc.c: New file.
33791         * string/test-bzero-ifunc.c: Likewise.
33792         * string/test-memccpy-ifunc.c: Likewise.
33793         * string/test-memchr-ifunc.c: Likewise.
33794         * string/test-memcmp-ifunc.c: Likewise.
33795         * string/test-memcpy-ifunc.c: Likewise.
33796         * string/test-memmem-ifunc.c: Likewise.
33797         * string/test-memmove-ifunc.c: Likewise.
33798         * string/test-mempcpy-ifunc.c: Likewise.
33799         * string/test-memset-ifunc.c: Likewise.
33800         * string/test-rawmemchr-ifunc.c: Likewise.
33801         * string/test-stpcpy-ifunc.c: Likewise.
33802         * string/test-stpncpy-ifunc.c: Likewise.
33803         * string/test-strcasecmp-ifunc.c: Likewise.
33804         * string/test-strcasestr-ifunc.c: Likewise.
33805         * string/test-strcat-ifunc.c: Likewise.
33806         * string/test-strchr-ifunc.c: Likewise.
33807         * string/test-strchrnul-ifunc.c: Likewise.
33808         * string/test-strcmp-ifunc.c: Likewise.
33809         * string/test-strcpy-ifunc.c: Likewise.
33810         * string/test-strcspn-ifunc.c: Likewise.
33811         * string/test-strlen-ifunc.c: Likewise.
33812         * string/test-strncasecmp-ifunc.c: Likewise.
33813         * string/test-strncat-ifunc.c: Likewise.
33814         * string/test-strncmp-ifunc.c: Likewise.
33815         * string/test-strncpy-ifunc.c: Likewise.
33816         * string/test-strnlen-ifunc.c: Likewise.
33817         * string/test-strpbrk-ifunc.c: Likewise.
33818         * string/test-strrchr-ifunc.c: Likewise.
33819         * string/test-strspn-ifunc.c: Likewise.
33820         * string/test-strstr-ifunc.c: Likewise.
33821
33822         * debug/Makefile (tests-ifunc): New variable.
33823         (tests): Add $(tests-ifunc).
33824         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33825         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33826         * debug/test-stpcpy_chk-ifunc.c: New file.
33827         * debug/test-strcpy_chk-ifunc.c: Likewise.
33828
33829 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33830
33831         [BZ #13601]
33832         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33833         header is not read in.
33834
33835 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33836
33837         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33838         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33839         directly.  Pass built executable to script as
33840         $(built-program-cmd).
33841         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33842         $testprogram without using LD_LIBRARY_PATH and $ldso.
33843
33844         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33845         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33846         $(rtld-installed-name).
33847         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33848         (rtld_installed_name): Likewise.
33849         (library_path): Likewise.
33850         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33851         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33852         $(run-program-prefix) to tst-tables.sh.
33853         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33854         it to run tst-table-from and tst-table-to.
33855         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33856         Pass it to tst-table.sh.
33857         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33858         $(run-program-prefix) to tst-gettext.sh.
33859         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33860         tst-translit.sh.
33861         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33862         tst-gettext2.sh.
33863         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33864         to run tst-gettext.
33865         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33866         to run tst-gettext2.
33867         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33868         to run tst-translit.
33869         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33870         $(run-program-prefix) to tst-mtrace.sh.
33871         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33872         to run tst-mtrace.
33873         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33874         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33875         $(rtld-installed-name).
33876         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33877         (rtld_installed_name): Likewise.
33878         (run_program_prefix): New variable.  Use it to run wordexp-test.
33879
33880         * Makeconfig (ARCH): Remove all definitions.
33881         (machine): Likewise.
33882         [ARCH]: Remove conditional code.
33883         [!objdir]: Give error.
33884         [!objdir] (objpfx): Remove.
33885         [!objdir] (common-objpfx): Likewise.
33886         [!objdir] (common-objdir): Likewise.
33887         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33888         AC_CONFIG_FILES call.
33889         * configure: Regenerated.
33890
33891         [BZ #13888]
33892         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33893         or TMPDIR.
33894         (testout): Likewise.
33895
33896         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33897         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33898         $(rtld-installed-name).
33899         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33900         (rtld_installed_name): Likwise.
33901         (runit): Remove function.
33902         (run_getconf): New variable,  Use it for running getconf binary.
33903
33904 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33905
33906         [BZ #14716]
33907         * string/test-memmem.c (check_result): New function.
33908         (do_one_test): Use it.
33909         (check1): New function.
33910         (test_main): Use it.
33911
33912 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33913
33914         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33915
33916 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33917
33918         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33919         (_G_LSEEK64): Likewise.
33920         (_G_MMAP64): Likewise.
33921         (_G_FSTAT64): Likewise.
33922         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33923         (_G_LSEEK64): Likewise.
33924         (_G_MMAP64): Likewise.
33925         (_G_FSTAT64): Likewise.
33926         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33927         unconditional.  Call __mmap64 directly.
33928         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33929         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33930         __lseek64 directly.
33931         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33932         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33933         __mmap64 directly.
33934         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33935         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33936         __lseek64 directly.
33937         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33938         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33939         __lseek64 directly.
33940         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33941         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33942         __lseek64 directly.
33943         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33944         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33945         __fxstat64 directly.
33946         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33947         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33948         unconditional.
33949         (freopen64) [!_G_OPEN64]: Remove conditional code.
33950         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33951         unconditional.
33952         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33953         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33954         unconditional.
33955         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33956         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33957         unconditional.
33958         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33959         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33960         unconditional.
33961         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33962         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33963         unconditional.
33964         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33965         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33966         unconditional.
33967         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33968         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33969         unconditional.
33970         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33971
33972 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33973
33974         [BZ #12140]
33975         * manual/memory.texi (Malloc Tunable Parameters): Add note
33976         about free list pointers overwriting some perturb bytes.
33977         Wording suggested by Roland McGrath.
33978
33979 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33980
33981         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33982         (lgamma_test): Likewise.
33983         (tgamma_test): Likewise.
33984
33985 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33986
33987         [BZ #14700]
33988         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33989         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33990
33991 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33992
33993         * NEWS: Mention BZ #14716.
33994         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33995         when removing AVAILABLE1_USES_J macro.
33996
33997 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33998
33999         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34000         (__bswap_64): __uint64_t for unsigned 64-bit int.
34001
34002 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34003
34004         * include/string.h (memmem): Declare libc hidden alias.
34005         * string/memmem.c (memmem): Define libc hidden alias.
34006         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34007         __read, __close instead of open, read, close.
34008
34009 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34010
34011         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34012         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34013         global and hidden.
34014         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34015         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34016         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34017         Likewise.
34018         (__rawmemchr_sse2): Likewise.
34019         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34020         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34021         (__strchr_sse2): Likewise.
34022         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34023         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34024         (__strcasecmp_sse2): Likewise.
34025         (__strncasecmp_sse2): Likewise.
34026         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34027         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34028         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34029         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34030         (__strrchr_sse2): Likewise.
34031         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34032         ifunc-impl-list.c.
34033         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34034         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34035         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34036         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34037         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34038         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34039         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34040         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34041         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34042         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34043         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34044         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34045         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34046         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34047         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34048         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34049         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34050         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34051         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34052         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34053         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34054         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34055         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34056         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34057         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34058         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34059         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34060         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34061         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34062         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34063
34064         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34065         global and hidden.
34066         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34067         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34068         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34069         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34070         Likewise.
34071         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34072         Likewise.
34073         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34074         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34075         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34076         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34077         ifunc-impl-list.c.
34078         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34079         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34080         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34081         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34082         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34083         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34084         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34085         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34086         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34087         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34088         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34089         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34090         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34091         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34092         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34093         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34094         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34095         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34096         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34097         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34098         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34099         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34100         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34101         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34102         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34103         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34104         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34105         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34106         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34107         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34108         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34109         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34110         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34111         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34112         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34113         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34114         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34115         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34116         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34117         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34118         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34119
34120         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34121         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34122         * include/ifunc-impl-list.h: New file.
34123         * misc/ifunc-impl-list.c: Likewise.
34124         * misc/Makefile (routines): Add ifunc-impl-list.
34125         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34126         * string/test-string.h: Include <ifunc-impl-list.h>.
34127         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34128         TEST_NAME]: New variables.
34129         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34130         are defined.
34131         (test_init): Call __libc_ifunc_impl_list to initialize
34132         func_list if TEST_IFUNC and TEST_NAME are defined.
34133
34134         * string/Makefile (strop-tests): Add bcopy and bzero.
34135         * string/test-bcopy.c: New file.
34136         * string/test-bzero.c: Likewise.
34137         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34138         defined.
34139         * string/test-memset.c: Support bzero test if TEST_BZERO is
34140         defined.
34141         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34142         __libc_memmove.
34143         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34144         __libc_memset.
34145         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34146         of memset.
34147
34148 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34149
34150         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34151         * configure: Regenerated.
34152
34153         * Makeconfig (+link-static-before-libc): Don't include
34154         $(link-static-libc).
34155
34156         * libio/libio.h (_IO_pos_t): Remove.
34157
34158 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34159
34160         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34161         McGrath.
34162
34163 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34164
34165         * crypt/crypt-entry.c: Include fips-private.h.
34166         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34167         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34168         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34169         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34170
34171 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34172
34173         * crypt/crypt-private.h: Include stdbool.h.
34174         (_ufc_setup_salt_r): Return bool.
34175         * crypt/crypt-entry.c: Include errno.h.
34176         (__crypt_r): Return NULL with EINVAL for bad salt.
34177         * crypt/crypt_util.c (bad_for_salt): New.
34178         (_ufc_setup_salt_r): Check that salt is long enough and within
34179         the specified alphabet.
34180         * crypt/badsalttest.c: New file.
34181         * crypt/Makefile (tests): Add it.
34182         ($(objpfx)badsalttest): New.
34183
34184 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34185
34186         * NEWS: Add entry for BZ #14602.
34187
34188 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34189
34190         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34191         type-generic.
34192         * math/libm-test.inc: Update comment listing what functions and
34193         macros are tested.
34194         (isgreater_test): New function.
34195         (isgreaterequal_test): Likewise.
34196         (isless_test): Likewise.
34197         (islessequal_test): Likewise.
34198         (islessgreater_test): Likewise.
34199         (isunordered_test): Likewise.
34200         (main): Call the new functions.
34201
34202 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34203
34204         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34205         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34206         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34207         * sysdeps/i386/configure: Regenerated.
34208         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34209         * sysdeps/mach/configure: Regenerated.
34210         * sysdeps/mach/hurd/configure: Regenerated.
34211         * sysdeps/powerpc/configure: Regenerated.
34212         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34213         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34214         * sysdeps/s390/s390-32/configure: Regenerated.
34215         * sysdeps/s390/s390-64/configure: Regenerated.
34216         * sysdeps/sh/configure: Regenerated.
34217         * sysdeps/sparc/configure: Regenerated.
34218         * sysdeps/unix/sysv/linux/configure: Regenerated.
34219         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34220         * sysdeps/x86_64/configure: Regenerated.
34221
34222         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34223         defined.  Don't check if MAP is NULL.
34224
34225 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34226
34227         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34228         (_G_stat64): Likewise.
34229         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34230         (_G_stat64): Likewise.
34231         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34232         instead of struct _G_stat64.
34233         * libio/fileops.c (mmap_remap_check): Likewise.
34234         (decide_maybe_mmap): Likewise.
34235         (_IO_new_file_seekoff): Likewise.
34236         (_IO_file_stat): Likewise.
34237         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34238         _G_off64_t.
34239         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34240         instead of struct _G_stat64.
34241         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34242
34243 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34244
34245         [BZ #14602]
34246         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34247         Replace with ...
34248         (CHECK_EOL): New macro.
34249         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34250         CHECK_EOL.
34251         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34252         Replace with CHECK_EOL.
34253         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34254         Replace with CHECK_EOL.
34255
34256 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34257
34258         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34259         type-generic.
34260         * math/libm-test.inc: Update comment listing what functions and
34261         macros are tested.
34262         (finite_test): New function.
34263         (isinf_test): Likewise.
34264         (isnan_test): Likewise.
34265         (fpclassify_test): Test subnormal input.
34266         (isfinite_test): Likewise.
34267         (isnormal_test): Likewise.
34268         (main): Call the new functions.
34269
34270 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34271
34272         [BZ #14660]
34273         * Makerules (%.dynsym): Force C locale when running
34274         $(OBJDUMP) --dynamic-syms.
34275
34276 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34277
34278         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34279         <stdint.h>.
34280
34281 2012-10-06  David S. Miller  <davem@davemloft.net>
34282
34283         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34284         upper 32-bits of the length value in %o2 since we use branch-on-register
34285         tests which consider the entire 64-bit register.
34286
34287 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34288
34289         * string/test-strstr.c (check2): Add a test for page boundary.
34290
34291 2012-10-05  David S. Miller  <davem@davemloft.net>
34292
34293         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34294         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34295         file.
34296         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34297         sysdep_routines.
34298         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34299         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34300         and bzero when HWCAP_SPARC_CRYPTO is present.
34301
34302 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34303
34304         [BZ #14602]
34305         * string/test-strstr.c (check2): New function.
34306         (test_main): Call check2.
34307
34308         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34309         and bug-strchr1.
34310         * string/bug-strcasestr1.c (do_test): Moved to ...
34311         * string/test-strcasestr.c (check1): Here.  New function.
34312         (do_one_test): Break out result checking code into ...
34313         (check_result): This.  New function.
34314         (do_one_test): Call check_result.
34315         (test_main): Call check1.
34316         * string/bug-strchr1.c (do_test): Moved to ...
34317         * string/test-strchr.c (check1): Here.  New function.
34318         (do_one_test): Break out result checking code into ...
34319         (check_result): This.  New function.
34320         (do_one_test): Call check_result.
34321         (test_main): Call check1.
34322         * string/bug-strstr1.c (main): Moved to ...
34323         * string/test-strstr.c (check1): Here.  New function.
34324         (do_one_test): Break out result checking code into ...
34325         (check_result): This.  New function.
34326         (do_one_test): Call check_result.
34327         (test_main): Call check1.
34328         * string/bug-strcasestr1.c: Removed.
34329         * string/bug-strchr1.c: Likewise.
34330         * string/bug-strstr1.c: Likewise.
34331
34332         * elf/Makefile (dl-routines): Add hwcaps.
34333         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34334         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34335         (_dl_important_hwcaps): Moved to ...
34336         * elf/dl-hwcaps.c: Here.  New file.
34337         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34338
34339         [BZ #14557]
34340         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34341         if IS_IN_rtld isn't defined.
34342
34343         * elf/dl-support.c (_dl_sysinfo_map): New.
34344         Include "get-dynamic-info.h" and "setup-vdso.h".
34345         (_dl_non_dynamic_init): Call setup_vdso.
34346         * elf/dynamic-link.h: Don't include <assert.h>.
34347         (elf_get_dynamic_info): Moved to ...
34348         * elf/get-dynamic-info.h: Here.  New file.
34349         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34350         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34351         * elf/setup-vdso.h: Here.  New file.
34352         * elf/rtld.c: Include "setup-vdso.h".
34353         (dl_main): Call setup_vdso.
34354
34355 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34356
34357         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34358         creal in comment listing functions tested.  List finite, isinf,
34359         isnan, isless, islessequal, isgreater, isgreaterequal,
34360         islessgreater, isunordered, lgamma_r and pow10 as functions and
34361         macros not tested.  Mention which functions not tested are aliases
34362         for other functions.  Fix typo.  Note that signs of NaNs are not
34363         tested.
34364
34365         * scripts/config.guess: Update from config.git.
34366         * scripts/config.sub: Likewise.
34367
34368 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34369
34370         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34371         * misc/madvise.c (madvise): Renamed to __madvise.
34372         Make madvise a weak alias.
34373         * include/sys/mman.h: Declare __madvise.
34374         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34375         * sysdeps/unix/syscalls.list
34376         (madvise): Make __madvise the strong name, and madvise a weak alias.
34377         * sysdeps/unix/sysv/linux/syscalls.list
34378         (madvise, mmap): Remove redundant entries.
34379         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34380         * malloc/malloc.c (mtrim): Likewise.
34381         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34382
34383 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34384
34385         * sysdeps/mach/hurd/dl-cache.c: File removed.
34386         * config.h.in (USE_LDCONFIG): New #undef.
34387         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34388         * configure: Regenerated.
34389         * elf/Makefile (dl-routines): Add dl-cache only under
34390         [$(use-ldconfig) = yes].
34391         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34392         cache on [USE_LDCONFIG].
34393         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34394         [USE_LDCONFIG].
34395         * elf/rtld.c (dl_main): Likewise.
34396
34397 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34398
34399         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34400         _SC_LEVEL4_CACHE_LINESIZE.
34401
34402 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34403
34404         * sysdeps/unix/bsd/confstr.h: File removed.
34405
34406 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34407
34408         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34409         sys/sdt-config.h.
34410
34411 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34412
34413         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34414         Make 'mapoff' field ElfW(Off) rather than off_t.
34415
34416 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34417
34418         * nscd/Makefile: Remove nscd-cflags and all its users.
34419         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34420         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34421
34422         [BZ #10631]
34423         * malloc.c (malloc_printerr): Clarify error message.
34424
34425 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34426
34427         [BZ #14648]
34428         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34429         Set bit_FMA_Usable if FMA is supported.
34430         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34431         macro.
34432         (bit_FMA4_Usable): Updated.
34433         (index_FMA_Usable): New macro.
34434         (CPUID_FMA): Likewise
34435         (HAS_FMA): Defined with bit_FMA_Usable.
34436
34437 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34438
34439         * bits/types.h (__swblk_t): Type removed.
34440         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34441         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34442         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34443         (__SWBLK_T_TYPE): Likewise.
34444         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34445         (__SWBLK_T_TYPE): Likewise.
34446         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34447         (__SWBLK_T_TYPE): Likewise.
34448         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34449         (__SWBLK_T_TYPE): Likewise.
34450
34451 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34452             Honza Horak <hhorak@redhat.com>
34453
34454         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34455         (xdr_mapname): Use YPMAXMAP as maxsize.
34456         (xdr_peername): Use YPMAXPEER as maxsize.
34457         (xdr_keydat): Use YPAXRECORD as maxsize.
34458         (xdr_valdat): Use YPMAXRECORD as maxsize.
34459
34460 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34461
34462         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34463
34464         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34465         * csu/init-first.c: ... here.
34466         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34467         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34468         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34469         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34470         * sysdeps/i386/init-first.c: File removed.
34471         * sysdeps/sh/init-first.c: File removed.
34472
34473 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34474
34475         [BZ #14645]
34476         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34477         if x * y might underflow to zero and z is zero.
34478         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34479         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34480         * math/libm-test.inc (min_subnorm_value): New variable.
34481         (fma_test): Add more tests.
34482         (fma_test_towardzero): Likewise.
34483         (fma_test_downward): Likewise
34484         (fma_test_upward): Likewise.
34485         (initialize): Set min_subnorm_value.
34486
34487 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34488
34489         [BZ #14638]
34490         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34491         0 + 0.
34492         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34493         mode for addition resulting in exact zero.
34494         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34495         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34496         exact 0 + 0.
34497         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34498         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34499         * math/libm-test.inc (fma_test): Add more tests.
34500         (fma_test_towardzero): New function.
34501         (fma_test_downward): Likewise.
34502         (fma_test_upward): Likewise.
34503         (main): Call the new functions.
34504
34505 2012-09-28  David S. Miller  <davem@davemloft.net>
34506
34507         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34508
34509 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34510
34511         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34512         instead of SIGALRM.
34513
34514         * sysdeps/gnu/_G_config.h: Moved to ...
34515         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34516         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34517         * sysdeps/generic/_G_config.h: ... here.
34518
34519         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34520
34521         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34522
34523         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34524         Conditionalize target on [libnss_test1.so-version].
34525
34526         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34527
34528         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34529         (elfobjdir): Move out of conditionals.
34530
34531         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34532         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34533         (__nss_lookup_function): Conditionalize label remove_from_tree on
34534         [!DO_STATIC_NSS || SHARED], matching its only use.
34535
34536 2012-09-28  David S. Miller  <davem@davemloft.net>
34537
34538         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34539         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34540         file.
34541         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34542         sysdep_routines.
34543         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34544         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34545         when HWCAP_SPARC_CRYPTO is present.
34546
34547 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34548
34549         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34550
34551 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34552
34553         [BZ #6530]
34554         * stdio-common/vfprintf.c (process_string_arg): Revert
34555         2000-07-22 change.
34556
34557 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34558
34559         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34560         for testcase.
34561         * stdio-common/tst-sprintf.c: Include <locale.h>
34562         (main): Test sprintf's handling of incomplete multibyte
34563         characters.
34564
34565 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34566
34567         * elf/dl-runtime.c (VERSYMIDX): Removed.
34568         * elf/dl-version.c (VERSYMIDX): Likewise.
34569         * elf/do-rel.h (VERSYMIDX): Likewise.
34570         (VALIDX): Likewise.
34571         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34572         * elf/rtld.c (VALIDX): Likewise.
34573         (ADDRIDX): Likewise.
34574         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34575         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34576         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34577         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34578         (VALIDX): Likewise.
34579         (ADDRIDX): Likewise.
34580
34581 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34582
34583         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34584
34585 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34586
34587         [BZ #11438]
34588         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34589         to global scope.
34590         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34591         addresses are in the same scope as 192.0.2/24.
34592         * posix/gai.conf: Document new scope table defaults.
34593
34594 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34595
34596         [BZ #5298]
34597         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34598         for ftell.  Compute offsets from write pointers instead.
34599         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34600
34601 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34602
34603         [BZ #14543]
34604         * libio/Makefile (tests): New test case tst-fseek.
34605         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34606         combination works in wide mode.
34607         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34608         state when the external buffer state changes.
34609
34610 2012-09-27  David S. Miller  <davem@davemloft.net>
34611
34612         [BZ #14376]
34613         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34614         pass reloc->r_addend in as the 'high' argument to
34615         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34616
34617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34618
34619 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34620
34621         * rt/tst-aio2.c: Include <pthread.h>.
34622         * rt/tst-aio3.c: Likewise.
34623
34624 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34625
34626         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34627
34628 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34629
34630         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34631         contents on [SHARED].
34632
34633 2012-09-26  Marek Polacek  <polacek@redhat.com>
34634
34635         [BZ #14530]
34636         [BZ #13741]
34637         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34638         for C++ and GCC <4.3 as well as for non GCC compilers.
34639
34640 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34641
34642         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34643
34644 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34645
34646         * Makefile.in (all, install): Declare with .PHONY.
34647         Reported by Michael Hope <michael.hope@linaro.org>.
34648
34649 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34650
34651         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34652         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34653         system header.
34654         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34655         Likewise.
34656         (sydep_routines): Add the new and the internal functions.
34657         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34658         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34660         (GLIBC_2.17): Add the new function.
34661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34662         (GLIBC_2.17): Likewise.
34663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34664         (GLIBC_2.17): Likewise.
34665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34666         (GLIBC_2.17): Likewise.
34667         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34668
34669 2012-09-25  Alan Modra  <amodra@gmail.com>
34670
34671         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34672         Add release barrier before setting once_control to say
34673         initialisation is done.  Add hints on lwarx.  Use macro in
34674         place of isync.
34675         (clear_once_control): Add release barrier.
34676
34677 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34678
34679         [BZ #13629]
34680         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34681         specially.
34682         * math/s_clog10.c (__clog10): Likewise.
34683         * math/s_clog10f.c (__clog10f): Likewise.
34684         * math/s_clog10l.c (__clog10l): Likewise.
34685         * math/s_clogf.c (__clogf): Likewise.
34686         * math/s_clogl.c (__clogl): Likewise.
34687         * math/Makefile (libm-calls): Add x2y2m1.
34688         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34689         (__x2y2m1): Likewise.
34690         (__x2y2m1l): Likewise.
34691         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34692         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34693         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34694         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34695         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34696         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34697         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34698         * sysdeps/i386/fpu/libm-test-ulps: Update.
34699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34700
34701         [BZ #14621]
34702         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34703         int as type of variable DEPTH.
34704         (glob): Use size_t instead of int as type of variables NEWCOUNT
34705         and OLD_PATHC.
34706
34707 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34708
34709         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34710         Add s_sincosf-sse2.
34711         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34712         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34713         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34714         macros for using routine as __sincosf_ia32.
34715         Use macro for function declaration and weak_alias.
34716         * sysdeps/i386/fpu/libm-test-ulps: Update.
34717
34718         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34719         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34720
34721         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34722         subnormal argument.
34723         * math/s_cexpf.c (__cexpf): Likewise.
34724         * math/s_csinf.c (__csinf): Likewise.
34725         * math/s_csinhf.c (__csinhf): Likewise.
34726         * math/s_ctanf.c (__ctanf): Likewise.
34727         * math/s_ctanhf.c (__ctanhf): Likewise.
34728         * math/s_ccosh.c (__ccoshf): Likewise.
34729         * math/s_cexp.c (__cexpl): Likewise.
34730         * math/s_csin.c (__csin): Likewise.
34731         * math/s_csinh.c (__csinh): Likewise.
34732         * math/s_ctan.c (__ctan): Likewise.
34733         * math/s_ctanh.c (ctanh): Likewise.
34734         * math/s_ccoshl.c (__ccoshl): Likewise.
34735         * math/s_cexpl.c (__cexpl): Likewise.
34736         * math/s_csinl.c (__csinl): Likewise.
34737         * math/s_csinhl.c (__csinhl): Likewise.
34738         * math/s_ctanl.c (__ctanl): Likewise.
34739         * math/s_ctanhl.c (__ctanhl): Likewise.
34740
34741 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34742
34743         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34744         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34745         (_IO_off_t): Define to __off_t, not _G_off_t.
34746         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34747         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34748         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34749         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34750         type of __dummy and __dummy2 fields.
34751         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34752         (_G_ssize_t): Likewise.
34753         (_G_off_t): Likewise.
34754         (_G_pid_t): Likewise.
34755         (_G_uid_t): Likewise.
34756         (_G_wchar_t): Likewise.
34757         (_G_wint_t): Likewise.
34758         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34759         (_G_ssize_t): Likewise.
34760         (_G_off_t): Likewise.
34761         (_G_pid_t): Likewise.
34762         (_G_uid_t): Likewise.
34763         (_G_wchar_t): Likewise.
34764         (_G_wint_t): Likewise.
34765         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34766         (_G_ssize_t): Likewise.
34767         (_G_off_t): Likewise.
34768         (_G_pid_t): Likewise.
34769         (_G_uid_t): Likewise.
34770         (_G_wchar_t): Likewise.
34771         (_G_wint_t): Likewise.
34772
34773 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34774
34775         * malloc/arena.c: Include malloc-sysdep.h.
34776         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34777         is sufficient to shrink the heap or an unmap is needed.
34778         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34779         new function check_may_shrink_heap.
34780         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34781         new function check_may_shrink_heap.
34782
34783 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34784
34785         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34786         comments.
34787
34788 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34789
34790         * catgets/test-gencat.sh: Add "set -e".
34791         * elf/tst-pathopt.sh: Likewise.
34792         * grp/tst_fgetgrent.sh: Likewise.
34793         * iconvdata/run-iconv-test.sh: Likewise.
34794         * intl/tst-gettext.sh: Likewise.
34795         * intl/tst-gettext2.sh: Likewise.
34796         * intl/tst-gettext4.sh: Likewise.
34797         * intl/tst-gettext6.sh: Likewise.
34798         * intl/tst-translit.sh: Likewise.
34799         * io/ftwtest-sh: Likewise.
34800         * libio/test-freopen.sh: Likewise.
34801         * malloc/tst-mtrace.sh: Likewise.
34802         * posix/globtest.sh: Likewise.
34803         * posix/tst-getconf.sh: Likewise.
34804         * posix/wordexp-tst.sh: Likewise.
34805         * stdio-common/tst-printf.sh: Likewise.
34806         * stdio-common/tst-unbputc.sh: Likewise.
34807         * stdlib/tst-fmtmsg.sh: Likewise.
34808         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34809         * catgets/Makefile: Do not specify -e option when running
34810         testsuite shell scripts.
34811         * elf/Makefile: Likewise.
34812         * grp/Makefile: Likewise.
34813         * iconvdata/Makefile: Likewise.
34814         * intl/Makefile: Likewise.
34815         * io/Makefile: Likewise.
34816         * libio/Makefile: Likewise.
34817         * malloc/Makefile: Likewise.
34818         * posix/Makefile: Likewise.
34819         * stdio-common/Makefile: Likewise.
34820         * stdlib/Makefile: Likewise.
34821         * sysdeps/x86_64/Makefile: Likewise.
34822
34823         * io/ftwtest-sh: Add copyright header.
34824         * posix/globtest.sh: Likewise.
34825         * posix/tst-getconf.sh: Likewise.
34826         * posix/wordexp-tst.sh: Likewise.
34827         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34828
34829 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34830
34831         [BZ #13679]
34832         * Makeconfig (+link): Defined as $(+link-static) if
34833         $(build-shared) isn't yes.
34834         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34835         isn't yes.
34836         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34837
34838         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34839
34840         [BZ #14562]
34841         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34842         new chunk size with MALLOC_ALIGN_MASK.
34843
34844 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34845
34846         [BZ #5044]
34847         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34848         <rounding-mode.h>.
34849         (__printf_fphex): Determine rounding using get_rounding_mode and
34850         round_away.
34851         * stdio-common/tst-printf-round.c (struct hex_test): New
34852         structure.
34853         (hex_tests): New variable.
34854         (test_hex_in_one_mode): New function.
34855         (do_test): Also run tests for hex float output.
34856
34857 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34858
34859         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34860         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34861         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34862         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34863         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34864         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34865         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34866         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34867
34868 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34869
34870         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34871         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34872         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34873         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34874
34875 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34876
34877         [BZ #14579]
34878         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34879         mode only.
34880         * elf/tst-rtld-load-self.sh: New test.
34881         * elf/Makefile: Run it.
34882
34883 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34884
34885         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34886         (tst-writev-ENV): Remove.
34887         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34888
34889 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34890
34891         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34892
34893 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34894
34895         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34896         unconditional.
34897         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34898         Likewise.
34899         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34900         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34901         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34902         Likewise.
34903
34904 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34905
34906         [BZ #14587]
34907         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34908         * config.make.in (have-cpp-asm-debuginfo): Removed.
34909         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34910         * configure: Regenerated.
34911
34912 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34913
34914         [BZ #5044]
34915         * stdio-common/printf_fp.c: Include <stdbool.h> and
34916         <rounding-mode.h>.
34917         (___printf_fp): Determine rounding using get_rounding_mode and
34918         round_away.
34919         * stdio-common/tst-printf-round.c: New file.
34920         * stdio-common/Makefile (tests): Add tst-printf-round.
34921         (link-libm): New variable.
34922         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34923
34924 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34925
34926         [BZ #14576]
34927         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34928         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34929         Likewise.
34930         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34931         Likewise.
34932
34933 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34934
34935         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34936         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34937         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34938         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34939
34940 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34941
34942         [BZ #14518]
34943         * include/rounding-mode.h: New file.
34944         * sysdeps/generic/get-rounding-mode.h: Likewise.
34945         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34946         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34947         (MAX_VALUE): New macro.
34948         (MIN_VALUE): Likewise.
34949         (overflow_value): New function.
34950         (underflow_value): Likewise.
34951         (round_and_return): Use overflow_value and underflow_value to
34952         determine return values in overflow and underflow cases.  Use
34953         round_away to determine rounding depending on rounding mode.
34954         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34955         determine return values in overflow and underflow cases.
34956         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34957         (struct test_results): New structure.
34958         (struct test): Use struct test_results to store expected results
34959         for all rounding modes.
34960         (TEST): Include expected results for all rounding modes.
34961         (test_in_one_mode): New function.
34962         (do_test): Use test_in_one_mode to compute and check results.
34963         Check results for all rounding modes.
34964         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34965         $(link-libm).
34966
34967 2012-12-09  Allan McRae  <allan@archlinux.org>
34968
34969         * sysdeps/i386/fpu/libm-test-ulps: Update
34970
34971 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34972
34973         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34974         (_G_int32_t): Likewise.
34975         (_G_uint16_t): Likewise.
34976         (_G_uint32_t): Likewise.
34977         (_G_HAVE_BOOL): Likewise.
34978         (_G_HAVE_ATEXIT): Likewise.
34979         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34980         (_G_HAVE_IO_FILE_OPEN): Likewise.
34981         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34982         (_G_int32_t): Likewise.
34983         (_G_uint16_t): Likewise.
34984         (_G_uint32_t): Likewise.
34985         (_G_HAVE_BOOL): Likewise.
34986         (_G_HAVE_ATEXIT): Likewise.
34987         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34988         (_G_HAVE_IO_FILE_OPEN): Likewise.
34989         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34990         (_G_int32_t): Likewise.
34991         (_G_uint16_t): Likewise.
34992         (_G_uint32_t): Likewise.
34993         (_G_HAVE_BOOL): Likewise.
34994         (_G_HAVE_ATEXIT): Likewise.
34995         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34996         (_G_HAVE_IO_FILE_OPEN): Likewise.
34997
34998 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34999
35000         * csu/libc-tls.c: Update copyright years.
35001
35002 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35003
35004         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35005         [!_G_USING_THUNKS]: Remove conditional code.
35006         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35007         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35008
35009         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35010         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35011         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35012         (_G_VTABLE_LABEL_PREFIX): Likewise.
35013         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35014         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35015         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35016         (_G_VTABLE_LABEL_PREFIX): Likewise.
35017         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35018         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35019         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35020         (_G_VTABLE_LABEL_PREFIX): Likewise.
35021         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35022
35023 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35024
35025         * libio/Makefile: Include ../Makeconfig before tests.
35026         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35027         only if $(build-shared) is yes.
35028
35029         * iconv/gconv_db.c: Update copyright years.
35030
35031 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35032
35033         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35034         unwind info if defined PIC. Fix special cases description.
35035         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35036
35037         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35038         DP_HI_MASK entry.
35039         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35040
35041 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35042
35043         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35044
35045         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35046         is NULL.
35047
35048         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35049         (LDLIBS-tst-chk4): This.
35050         (LDFLAGS-tst-chk5): Renamed to ...
35051         (LDLIBS-tst-chk5): This.
35052         (LDFLAGS-tst-chk6): Renamed to ...
35053         (LDLIBS-tst-chk6): This.
35054         (LDFLAGS-tst-lfschk4): Renamed to ...
35055         (LDLIBS-tst-lfschk4): This.
35056         (LDFLAGS-tst-lfschk5): Renamed to ...
35057         (LDLIBS-tst-lfschk5): This.
35058         (LDFLAGS-tst-lfschk6): Renamed to ...
35059         (LDLIBS-tst-lfschk6): This.
35060
35061         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35062         on $(common-objpfx)soversions.mk.
35063
35064 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35065
35066         [BZ #10014]
35067         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35068         example host name.
35069
35070 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35071
35072         * malloc/arena.c (arena_get_retry): New function that gets
35073         another arena for the caller to try its request on.
35074         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35075         current arena cannot fulfill the request.
35076         (__libc_memalign): Likewise.
35077         (__libc_memalign): Likewise.
35078         (__libc_pvalloc): Likewise.
35079         (__libc_calloc): Likewise.
35080
35081 2012-09-05  John Tobey  <john.tobey@gmail.com>
35082
35083         [BZ #13542]
35084         * manual/arith.texi (Operations on Complex): Fix description
35085         of carg branch cut.
35086
35087 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35088
35089         [BZ #10014]
35090         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35091         host name.
35092
35093         [BZ #10038]
35094         * manual/memory.texi (Memory): Make order of menu items match
35095         order of sections.
35096
35097 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35098
35099         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35100         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35101         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35102
35103 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35104
35105         * csu/libc-tls.c (static_dtv): Renamed to ...
35106         (_dl_static_dtv): This.  Make it global.
35107         (_dl_initial_dtv): Removed.
35108         (__libc_setup_tls): Updated.
35109         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35110         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35111         DL_INITIAL_DTV.
35112
35113 2012-09-06  Petr Machata  <pmachata@redhat.com>
35114
35115         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35116         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35117         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35118         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35119
35120 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35121
35122         [BZ #14545]
35123         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35124         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35125         freeing dtv[-1].
35126
35127 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35128
35129         [BZ #14544]
35130         * Makeconfig (link-static-before-libc): Replace $(+prector)
35131         with $(+prectorT).
35132         (link-static-after-libc): Replace $(+postctor) with
35133         $(+postctorT).
35134         (link-bounded): Replace $(+prector)/$(+postctor) with
35135         $(+prectorT)/$(+postctorT).
35136         (+prectorT): New macro.
35137         (+postctorT): Likewise.
35138
35139 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35140
35141         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35142         (round_str): Handle values above the maximum for IBM long double
35143         as inexact.
35144         * stdlib/tst-strtod-round.c (tests): Regenerated.
35145
35146 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35147
35148         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35149         assembler flag.
35150         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35151         zarch_nohighgprs around the zarch optimized routines.
35152         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35153         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35154         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35155         for zarch.
35156
35157 2012-09-05  David S. Miller  <davem@davemloft.net>
35158
35159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35160
35161         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35162         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35163         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35164         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35165         entries.
35166
35167 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35168
35169         * malloc/arena.c: Fold copyright years.
35170         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35171
35172 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35173
35174         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35175
35176 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35177
35178         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35179
35180 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35181
35182         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35183         change internal state upon failure.
35184
35185 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35186
35187         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35188         * malloc/memusage.c (mmap): Likewise.
35189         (mmap64, mremap): Likewise.  Adjust name in comment.
35190
35191 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35192
35193         * libio/fileops.c: Fix typos in comments.
35194         * libio/oldfileops.c: Likewise.
35195         * libio/wfileops.c: Likewise.
35196
35197 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35198
35199         [BZ #1349]
35200         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35201         (tst-malloc-usable-ENV): Set environment for test case.
35202         * malloc/hooks.c (malloc_check_get_size): New function to get
35203         requested size.
35204         * malloc/malloc.c (musable): Use malloc_check_get_size.
35205         * malloc/tst-malloc-usable.c: New test case.
35206
35207 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35208
35209         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35210
35211 2012-09-05  Allan McRae  <allan@archlinux.org>
35212
35213         [BZ #13966]
35214         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35215         determine header location.
35216         * configure: Regenerated.
35217
35218 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35219
35220         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35221         float format.
35222         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35223         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35224         format.
35225         (test): Regenerate.
35226
35227 2012-09-04  David S. Miller  <davem@davemloft.net>
35228
35229         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35230         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35231         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35232
35233 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35234
35235         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35236         failures.
35237
35238         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35239
35240 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35241
35242         [BZ #9914]
35243         * libio/iogetdelim.c: Include <limits.h>.
35244         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35245         + len + 1 would overflow.
35246
35247 2012-09-03  Andreas Jaeger  <aj@suse.de>
35248
35249         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35250         * sysdeps/i386/fpu/libm-test-ulps: Update.
35251
35252 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35253
35254         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35255         Add s_sinf-sse2, s_conf-sse2.
35256
35257         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35258         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35259         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35260         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35261
35262         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35263         for using routine as __sinf_ia32.
35264         Use macro for function declaration and weak_alias.
35265         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35266         for using routine as __cosf_ia32.
35267         Use macro for function declaration and weak_alias.
35268
35269         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35270         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35271
35272         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35273         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35274         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35275
35276         * math/libm-test.inc (cos_test): Add more test cases.
35277         (sin_test): Likewise.
35278         (sincos_test): Likewise.
35279
35280 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35281
35282         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35283         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35284         hidden.
35285         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35286
35287 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35288
35289         [BZ #14538]
35290         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35291         first element of the GOT.
35292         (elf_machine_load_address): Return the difference between
35293         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35294
35295 2012-09-01  Allan McRae  <allan@archlinux.org>
35296
35297         [BZ #13412]
35298         * configure.in (AWK): Require gawk version 3.0 or later.
35299         * configure: Regenerated.
35300
35301 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35302
35303         * sysdeps/unix/sysv/linux/kernel-features.h
35304         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35305         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35306         [__NR_clock_getres]: Make code unconditional.
35307         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35308         (clock_getcpuclockid): Remove code left unreachable by removal of
35309         conditionals.
35310         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35311         code unconditional.
35312         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35313         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35314         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35315         Make code unconditional.
35316         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35317         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35318         * sysdeps/unix/sysv/linux/clock_settime.c
35319         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35320         conditional code.
35321         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35322         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35323
35324 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35325
35326         [BZ #14476]
35327         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35328         scripts/test-installation.pl.
35329
35330         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35331         and $ld_so_version if it is set.
35332
35333 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35334
35335         [BZ #14516]
35336         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35337         failure if reading from procfs failed.
35338         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35339
35340 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35341
35342         * sysdeps/unix/sysv/linux/kernel-features.h
35343         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35344         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35345         Remove conditional code.
35346         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35347         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35348         Remove conditional code.
35349         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35350         * sysdeps/unix/sysv/linux/i386/fxstat.c
35351         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35352         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35353         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35354         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35355         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35356         * sysdeps/unix/sysv/linux/i386/lxstat.c
35357         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35358         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35359         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35360         Remove conditional code.
35361         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35362         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35363         Remove conditional code.
35364         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35365         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35366         <kernel-features.h>.
35367         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35368         Remove.
35369         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35370         Remove conditional code.
35371         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35372         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35373         Remove conditional.
35374
35375 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35376
35377         [BZ #5400]
35378         * NEWS: Add fixed bug number.
35379
35380 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35381
35382         [BZ #14519]
35383         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35384         underflowing exponent in case of negative sign.
35385         * stdlib/tst-strtod-round-data: Add more tests.
35386         * stdlib/tst-strtod-round.c (tests): Regenerated.
35387
35388         [BZ #3479]
35389         * stdlib/strtod_l.c (NDIG): Remove.
35390         (HEXNDIG): Likewise.
35391         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35392         smallest representable value.
35393         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35394         lie within an exact representation of 1/2 ulp of the result.
35395         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35396         unconditionally.
35397         (TENS_P9_IDX): Define unconditionally.
35398         (TENS_P9_SIZE): Likewise.
35399         (TENS_P10_IDX): Likewise.
35400         (TENS_P10_SIZE): Likewise.
35401         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35402         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35403         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35404         entries for 10^2^13 and 10^2^14.
35405         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35406         (TENS_P13_IDX): Define.
35407         (TENS_P13_SIZE): Likewise.
35408         (TENS_P14_IDX): Likewise.
35409         (TENS_P14_SIZE): Likewise.
35410         (_fpioconst_pow10): Change array size to
35411         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35412         unconditional.
35413         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35414         1024]: Add entries for 10^2^13 and 10^2^14.
35415         [LAST_POW10 > _LAST_POW10]: Remove #error.
35416         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35417         (_fpioconst_pow10): Change array size to
35418         FPIOCONST_POW10_ARRAY_SIZE.
35419         * stdlib/gen-fpioconst.c: New file.
35420         * stdlib/gen-tst-strtod-round.c: Likewise.
35421         * stdlib/tst-strtod-round-data: Likewise.
35422         * stdlib/tst-strtod-round.c: Likewise.
35423         * stdlib/Makefile (tests): Add tst-strtod-round.
35424
35425         [BZ #14459]
35426         * stdlib/strtod_l.c: Include <stdint.h>.
35427         (NDEBUG): Do not define.
35428         (round_and_return): Change EXPONENT parameter to type intmax_t.
35429         Rearrange calculations to avoid internal overflow possibilities.
35430         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35431         Rearrange calculations to avoid internal overflow possibilities.
35432         Assert that number fits inside MPNSIZE limbs.
35433         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35434         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35435         calculations and add assertions to avoid internal overflow
35436         possibilities.  Add casts to avoid signed/unsigned operations.
35437         * stdlib/tst-strtod-overflow.c: New file.
35438         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35439
35440 2012-08-25  Marek Polacek  <polacek@redhat.com>
35441
35442         * time/time.h: Fix some typos in comments.
35443
35444 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35445
35446         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35447         * posix/tst-rfc3484-2.c: Likewise.
35448         * posix/tst-rfc3484-3.c: Likewise.
35449
35450 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35451
35452         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35453         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35454
35455 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35456
35457         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35458         #include of fxstatat64.c.
35459
35460 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35461
35462         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35463         * shadow/getspent_r.c: Likewise.
35464         * shadow/getspnam.c: Likewise.
35465         * shadow/getspnam_r.c: Likewise.
35466         * gshadow/getsgent.c: Likewise.
35467         * gshadow/getsgent_r.c: Likewise.
35468         * gshadow/getsgnam.c: Likewise.
35469         * gshadow/getsgnam_r.c: Likewise.
35470         * inet/getnetbyad.c: Likewise.
35471         * inet/getnetbyad_r.c: Likewise.
35472         * inet/getnetbynm.c: Likewise.
35473         * inet/getnetbynm_r.c: Likewise.
35474         * inet/getnetent.c: Likewise.
35475         * inet/getnetent_r.c: Likewise.
35476         * inet/getproto.c: Likewise.
35477         * inet/getproto_r.c: Likewise.
35478         * inet/getprtent.c: Likewise.
35479         * inet/getprtent_r.c: Likewise.
35480         * inet/getprtname.c: Likewise.
35481         * inet/getprtname_r.c: Likewise.
35482         * inet/getrpcbyname.c: Likewise.
35483         * inet/getrpcbyname_r.c: Likewise.
35484         * inet/getrpcbynumber.c: Likewise.
35485         * inet/getrpcbynumber_r.c: Likewise.
35486         * inet/getrpcent.c: Likewise.
35487         * inet/getrpcent_r.c: Likewise.
35488         * inet/getaliasent.c: Likewise.
35489         * inet/getaliasent_r.c: Likewise.
35490         * inet/getaliasname.c: Likewise.
35491         * inet/getaliasname_r.c: Likewise.
35492         * nscd/getgrgid_r.c: Likewise.
35493         * nscd/getgrnam_r.c: Likewise.
35494         * nscd/gethstbyad_r.c: Likewise.
35495         * nscd/gethstbynm3_r.c: Likewise.
35496         * nscd/getpwnam_r.c: Likewise.
35497         * nscd/getpwuid_r.c: Likewise.
35498         * nscd/getsrvbynm_r.c: Likewise.
35499         * nscd/getsrvbypt_r.c: Likewise.
35500         * nscd/gai.c: Likewise.
35501
35502         * configure.in (build_nscd): New substituted variable, set
35503         by --disable-build-nscd and defaults to $use_nscd.
35504         * configure: Regenerated.
35505         * config.make.in (build-nscd): New substituted variable.
35506         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35507         Change conditional to require [$(build-nscd) = yes] as well.
35508         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35509
35510         [BZ# 13696]
35511         * configure.in (use_nscd): New substituted variable, set by
35512         --disable-nscd.  If enabled, define USE_NSCD.
35513         * configure: Regenerated.
35514         * config.h.in: Add USE_NSCD.
35515         * config.make.in (use-nscd): New substituted variable.
35516         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35517         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35518         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35519         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35520         (CFLAGS-getgrnam_r.c): Likewise.
35521         (CFLAGS-initgroups.c): Likewise.
35522         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35523         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35524         Variables removed.
35525         * inet/getnetgrent_r.c
35526         (nscd_setnetgrent): New function, broken out of ...
35527         (setnetgrent): ... here.  Call it.
35528         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35529         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35530         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35531         * nscd/Makefile (routines, aux): Move definitions after include of
35532         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35533         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35534         Conditionalize on [USE_NSCD].
35535         (is_nscd, nscd_init_cb): Likewise.
35536         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35537         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35538         * nss/nss_db/db-init.c: Likewise.
35539         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35540         [USE_NSCD].
35541         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35542         (make_request): Use it.
35543         (cache_valid_p): New function.
35544         (__check_pf): Use it.
35545         * NEWS: Add item for --disable-nscd.
35546
35547 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35548
35549         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35550         to support sed >= 4.2.1-20-ga9bf076.
35551         * configure: Regenerated.
35552
35553 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35554
35555         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35556         Conditionalize whole body on [IREL].
35557
35558 2012-08-22  Jeff Law <law@redhat.com>
35559
35560         [BZ #14505]
35561         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35562         if the family is PF_UNSPEC.
35563
35564 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35565
35566         * Makerules (lib-version): Rename from V.
35567         (install-lib-nosubdir): Change V to lib-version.
35568
35569 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35570
35571         [BZ #14252]
35572         * powerpc32/power6/wcschr.c: New file.
35573         * powerpc32/power6/wcscpy.c: New file.
35574         * powerpc32/power6/wcsrchr.c: New file.
35575         * powerpc64/power6/wcschr.c: New file.
35576         * powerpc64/power6/wcscpy.c: New file.
35577         * powerpc64/power6/wcsrchr.c: New file.
35578
35579 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35580
35581         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35582         (two_way_short_needle): Use it.
35583         * string/strstr.c (AVAILABLE1_USES_J): Define.
35584         * string/strcasestr.c: Likewise.
35585
35586         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35587         array references.
35588         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35589
35590         [BZ #11607]
35591         * NEWS: Add an entry.
35592         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35593         define their defaults.
35594         (two_way_short_needle): Detect end-of-string on-the-fly.
35595         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35596         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35597         * string/bug-strcasestr1.c: New test.
35598         * string/Makefile: Run it.
35599
35600 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35601
35602         [BZ #11607]
35603         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35604         the first character.
35605
35606 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35607
35608         * csu/elf-init.c (__libc_csu_irel): Function removed.
35609         * csu/libc-start.c (apply_irel): New function.
35610         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35611
35612 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35613
35614         * sysdeps/unix/sysv/linux/kernel-features.h
35615         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35616         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35617         <kernel-features.h>.
35618         [__NR_fadvise64_64]: Make code unconditional.
35619         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35620         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35621         !__NR_fadvise64_64)]: Likewise.
35622         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35623         !__NR_fadvise64_64))]: Likewise.
35624         [__NR_fadvise64]: Make code unconditional.
35625         [!__NR_fadvise64]: Remove conditional code.
35626         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35627         <kernel-features.h>.
35628         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35629         unconditional.
35630         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35631         conditional code.
35632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35633         not include <kernel-features.h>.
35634         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35635         unconditional.
35636         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35637         conditional code.
35638         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35639         include <kernel-features.h>.
35640         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35641         unconditional.
35642         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35643         conditional code.
35644
35645 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35646
35647         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35648         slight instruction rearrangements per scrollpipe analysis.
35649         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35650
35651 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35652
35653         * manual/syslog.texi (syslog; vsyslog, closelog):
35654         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35655         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35656
35657         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35658         DSOCAPS to match condition on defining it.
35659
35660 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35661
35662         * sysdeps/unix/sysv/linux/kernel-features.h
35663         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35665         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35666         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35668         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35669         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35671         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35672         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35673
35674         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35675         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35676
35677         * sysdeps/unix/sysv/linux/kernel-features.h
35678         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35679         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35680         unconditional.
35681         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35682         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35683         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35684         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35685         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35686         Make code unconditional.
35687         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35688         (__mmap64) [!__NR_mmap2]: Likewise.
35689         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35690         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35691         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35692         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35693         [__NR_mmap2]: Make code unconditional.
35694         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35695         (__mmap64) [!__NR_mmap2]: Likewise.
35696
35697 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35698
35699         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35700
35701 2012-08-18  Andreas Jaeger  <aj@suse.de>
35702
35703         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35704
35705 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35706
35707         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35708         * include/unistd.h (__have_sock_cloexec): Likewise.
35709         (__have_pipe2): Likewise.
35710         (__have_dup3): Likewise.
35711
35712 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35713
35714         [BZ #9685]
35715         * include/unistd.h (__have_pipe2): Change define into an extern int.
35716         (__have_dup3): Likewise.
35717         * socket/have_sock_cloexec.c: Include fcntl.h.
35718         (__have_pipe2): New variable.
35719         (__have_dup3): Likewise.
35720
35721 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35722
35723         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35724
35725 2012-08-17  Marek Polacek  <polacek@redhat.com>
35726
35727         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35728         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35729
35730 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35731
35732         * configure.in: Add AC_SUBST for sysheaders.
35733         * configure: Regenerated.
35734         * config.make.in (sysheaders): New substituted variable.
35735
35736         * sysdeps/unix/mkfifo.c: Moved ...
35737         * sysdeps/posix/mkfifo.c: ... here.
35738         * sysdeps/unix/mkfifoat.c: Moved ...
35739         * sysdeps/posix/mkfifoat.c: ... here.
35740
35741         * sysdeps/unix/utime.c: Moved ...
35742         * sysdeps/posix/utime.c: ... here.
35743
35744         * sysdeps/unix/time.c: Moved ...
35745         * sysdeps/posix/time.c: ... here.
35746         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35747         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35748
35749         * sysdeps/unix/nice.c: Moved ...
35750         * sysdeps/posix/nice.c: ... here.
35751
35752         * sysdeps/unix/alarm.c: Moved ...
35753         * sysdeps/posix/alarm.c: ... here.
35754
35755         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35756
35757 2012-08-17  Jeff Law <law@redhat.com>
35758
35759         * intl/Makefile (codeset_mo): New variable.
35760         ($(codeset_mo)): New target.
35761         (tst-codeset.out): Depend on that.  Remove explicit rule.
35762         (tst-gettext3.out, tst-gettext5.out): Likewise.
35763         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35764         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35765         * intl/tst-codeset.sh: Remove.
35766         * intl/tst-gettext3.sh: Likewise.
35767         * intl/tst-gettext5.sh: Likewise.
35768
35769 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35770
35771         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35772         * sysdeps/unix/syscalls.list: ... here.
35773
35774         * sysdeps/posix/getaddrinfo.c
35775         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35776         (gaiconf_init, gaiconf_reload): Use them.
35777         [!_STATBUF_ST_NSEC]
35778         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35779         Define using time_t rather than struct timespec.
35780
35781         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35782         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35783         Macros removed.
35784         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35785         [!NO_THREADS].
35786         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35787         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35788         Likewise.
35789
35790         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35791         __libc_cleanup_push argument.
35792
35793         * bits/param.h: New file.
35794         * misc/sys/param.h: New file.
35795         * include/sys/param.h: New file.
35796         * misc/Makefile (headers): Add bits/param.h.
35797         * sysdeps/generic/sys/param.h: File removed.
35798         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35799         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35800         * sysdeps/mach/hurd/bits/param.h: New file.
35801         * sysdeps/mach/hurd/sys/param.h: File removed.
35802
35803         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35804         last change.
35805
35806         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35807         [_IO_MTSAFE_IO].
35808         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35809         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35810         New macros.
35811
35812         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35813         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35814         rather than -D_IO_MTSAFE_IO conditionally.
35815         * stdio-common/Makefile (CPPFLAGS): Likewise.
35816         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35817         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35818         Use $(libio-mtsafe).
35819         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35820         of -D_IO_MTSAFE_IO.
35821         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35822         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35823         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35824         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35825         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35826         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35827         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35828         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35829         (CFLAGS-fread_u_chk.c): Likewise.
35830         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35831         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35832         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35833         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35834         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35835         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35836         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35837         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35838         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35839
35840         * libio/Makefile: Test [$(libc-reentrant) = yes]
35841         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35842
35843         * Makeconfig
35844         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35845         * sysdeps/pthread/configure: File removed.
35846         * sysdeps/pthread/Makeconfig: New file.
35847         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35848         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35849
35850 2012-08-16  Gary Benson  <gbenson@redhat.com>
35851
35852         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35853         unmapping the first object in a namespace.
35854
35855 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35856
35857         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35858         (__internal_setnetgrent): ... this.  Add internal_function to
35859         definition.  Add libc_hidden_def.
35860         (setnetgrent): Update caller.
35861         (internal_endnetgrent): Renamed to ...
35862         (__internal_endnetgrent): ... this.  Add internal_function to
35863         definition.  Add libc_hidden_def.
35864         (endnetgrent): Update caller.
35865         (internal_getnetgrent_r): Renamed to ...
35866         (__internal_getnetgrent_r): ... this.  Add internal_function to
35867         definition.  Add libc_hidden_def.
35868         (__getnetgrent_r): Update caller.
35869         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35870
35871 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35872
35873         * stdlib/longlong.h: Update from GCC.
35874
35875 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35876
35877         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35878         on _QL, which is set by umul_ppmm but never used.
35879         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35880         variables, which are set by GMP macros but never used.
35881         * stdio-common/_itowa.c (_itowa): Likewise.
35882         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35883         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35884
35885 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35886
35887         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35888         struct La_sh_regs is not constant.
35889         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35890         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35891         and struct La_sparc64_regs are not constant.
35892
35893 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35894
35895         * sysdeps/unix/sysv/linux/kernel-features.h
35896         (__ASSUME_POSIX_TIMERS): Remove.
35897         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35898         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35899         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35900         Make code unconditional.
35901         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35902         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35903         Make code unconditional.
35904         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35905         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35906         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35907         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35908         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35909         Make code unconditional.
35910         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35911         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35912         (__libc_missing_posix_timers): Remove.
35913
35914 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35915
35916         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35917         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35918
35919         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35920
35921         * elf/dl-sym.c: Include <stdlib.h>.
35922
35923         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35924         constants, which avoids warnings in 32-bit builds.
35925
35926         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35927         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35928
35929         * misc/lseek.c: File moved to ...
35930         * io/lseek.c: ... here.
35931
35932         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35933
35934         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35935         shifting LEN more than 31 bits at once.
35936
35937 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35938
35939         [BZ #14195]
35940         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35941         segmentation fault for a case of two empty input strings.
35942         * string/test-strncasecmp.c (check1): Renamed to...
35943         (bz12205): ...this.
35944         (bz14195): Add new testcase for two empty input strings and N > 0.
35945         (test_main): Call new testcase, adapt for renamed function.
35946
35947 2012-08-15  Andreas Jaeger  <aj@suse.de>
35948
35949         [BZ #14090]
35950         * crypt/md5test2.c: New test, based on test supplied by Serge
35951         Belyshev <belyshev@depni.sinp.msu.ru>.
35952         * crypt/Makefile (xtests): Add md5test-giant..
35953         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35954
35955 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35956
35957         [BZ #14090]
35958         * crypt/md5.c (md5_process_block): Don't assume the buffer
35959         length is less than 2**32.
35960         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35961         length is less than 2**64.
35962
35963 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35964
35965         * string/str-two-way.h: Include <sys/param.h>.
35966         (MAX): Macro removed.
35967
35968         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35969         Move #define and #undef of memmove to just before and after
35970         including <string.h>.
35971
35972         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35973         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35974         and after including <string.h>.  Move declarations of
35975         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35976         to before #include "string/memmove.c".
35977
35978         * include/dirent.h: Declare __getdirentries.
35979
35980         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35981         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35982
35983 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35984
35985         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35986         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35987         * sysdeps/i386/configure: Regenerated.
35988         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35989         STABS_CURRENT_FILE, and STABS_FUN.
35990         (END): Remove call to STABS_FUN_END.
35991         (STABS_CURRENT_FILE1): Delete.
35992         (STABS_CURRENT_FILE): Likewise.
35993         (STABS_FUN): Likewise.
35994         (STABS_FUN_END): Likewise.
35995         (STABS_FUN2): Likewise.
35996         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35997         * sysdeps/x86_64/configure: Regenerated.
35998
35999 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36000
36001         * elf/dl-open.c: Include <atomic.h>.
36002         * elf/dl-lookup.c: Likewise.
36003
36004 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36005
36006         * sysdeps/unix/sysv/linux/kernel-features.h
36007         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36008         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36009         unconditionally.
36010         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36011         unconditionally.
36012         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36013         condition on __ASSUME_CLONE_THREAD_FLAGS.
36014
36015 2012-08-14  Andreas Jaeger  <aj@suse.de>
36016
36017         * sysdeps/i386/fpu/libm-test-ulps: Update.
36018
36019 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36020
36021         * include/atomic.h (atomic_exchange_and_add): Split into ...
36022         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36023         New atomic macros.
36024
36025 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36026
36027         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36028
36029 2012-08-13  Jeff Law <law@redhat.com>
36030
36031         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36032         null byte in the output string.
36033
36034 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36035
36036         * sysdeps/unix/sysv/linux/kernel-features.h
36037         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36038         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36039         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36040         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36041         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36042         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36043         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36044
36045 2012-08-09  Jeff Law <law@redhat.com>
36046
36047         [BZ #13939]
36048         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36049         When avoid_arena is set, don't retry in the that arena.  Pick the
36050         next one, whatever it might be.
36051         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36052         (arena_lock): Pass in new parameter to arena_get2.
36053         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36054         arena_get2.
36055         (__libc_malloc): Unify retrying after main arena failure with
36056         __libc_memalign version.
36057         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36058
36059 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36060
36061         [BZ #14166]
36062         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36063         to __redirect_strstr.
36064         (__strstr_sse42): Use typeof __redirect_strstr.
36065         (__strstr_ia32): Likewise.
36066         (__libc_strstr): New prototype.
36067         (strstr): Renamed to ...
36068         (__libc_strstr): This.
36069         (strstr): New strong alias of __libc_strstr.
36070         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36071         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36072         __redirect_time.
36073         Include <time.h>.
36074         (__libc_time): New prototype.
36075         (time_ifunc): Replace time with __libc_time.
36076         (time): New strong alias and hidden definition of __libc_time.
36077         (__GI_time): Remove strong alias.
36078         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36079         Include <stddef.h>.
36080         (memmove): Redefined to __redirect_memmove.
36081         (__memmove_sse2): Use typeof __redirect_memmove.
36082         (__memmove_ssse3): Likewise.
36083         (__memmove_ssse3_back): Likewise.
36084         (__libc_memmove): New prototype.
36085         (memmove): Renamed to ...
36086         (__libc_memmove): This.
36087         (memmove): New strong alias of __libc_memmove.
36088
36089 2012-08-08  Mark Salter  <msalter@redhat.com>
36090
36091         * elf/elf.h
36092         (R_MN10300_TLS_GD): Define.
36093         (R_MN10300_TLS_LD): Likewise.
36094         (R_MN10300_TLS_LDO): Likewise.
36095         (R_MN10300_TLS_GOTIE): Likewise.
36096         (R_MN10300_TLS_IE): Likewise.
36097         (R_MN10300_TLS_LE): Likewise.
36098         (R_MN10300_TLS_DTPMOD): Likewise.
36099         (R_MN10300_TLS_DTPOFF): Likewise.
36100         (R_MN10300_TLS_TPOFF): Likewise.
36101         (R_MN10300_SYM_DIFF): Likewise.
36102         (R_MN10300_ALIGN): Likewise.
36103         (R_MN10300_NUM): Update.
36104
36105 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36106
36107         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36108         Remove.
36109
36110 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36111
36112         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36113
36114         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36115         sysdeps/unix -> sysdeps/posix move.
36116         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36117
36118 2012-08-07      Allan McRae     <allan@archlinux.org>
36119
36120         [BZ #14303]
36121         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36122         (SUNOS_CPP): Likewise.
36123         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36124         not found.
36125         (open_input): Call CPP using execvp.
36126
36127 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36128
36129         * sysdeps/unix/sysv/linux/kernel-features.h
36130         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36131         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36132         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36133         (__ASSUME_WAITID_SYSCALL): Likewise.
36134         * sysdeps/unix/sysv/linux/dl-execstack.c
36135         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36136         code unconditional.
36137         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36138         conditional code.
36139         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36140         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36141         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36142         code.
36143         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36144         unconditional.
36145         [__ASSUME_WAITID_SYSCALL]: Likewise.
36146         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36147
36148 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36149
36150         * sysdeps/unix/closedir.c: Renamed to ...
36151         * sysdeps/posix/closedir.c: ... here.
36152         * sysdeps/unix/dirfd.c: Renamed to ...
36153         * sysdeps/posix/dirfd.c: ... here.
36154         * sysdeps/unix/dirstream.h: Renamed to ...
36155         * sysdeps/posix/dirstream.h: ... here.
36156         * sysdeps/unix/fdopendir.c: Renamed to ...
36157         * sysdeps/posix/fdopendir.c: ... here.
36158         * sysdeps/unix/opendir.c: Renamed to ...
36159         * sysdeps/posix/opendir.c: ... here.
36160         * sysdeps/unix/readdir.c: Renamed to ...
36161         * sysdeps/posix/readdir.c: ... here.
36162         * sysdeps/unix/readdir_r.c: Renamed to ...
36163         * sysdeps/posix/readdir_r.c: ... here.
36164         * sysdeps/unix/rewinddir.c: Renamed to ...
36165         * sysdeps/posix/rewinddir.c: ... here.
36166         * sysdeps/unix/seekdir.c: Renamed to ...
36167         * sysdeps/posix/seekdir.c: ... here.
36168         * sysdeps/unix/telldir.c: Renamed to ...
36169         * sysdeps/posix/telldir.c: ... here.
36170         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36171         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36172         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36173         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36174
36175         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36176         * bits/fcntl.h: ... here.
36177
36178         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36179         not 0.
36180         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36181         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36182         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36183         (struct flock): Move l_start, l_len to the beginning.
36184         Use __pid_t for l_pid.
36185         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36186         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36187         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36188         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36189         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36190         [__USE_LARGEFILE64] (struct flock64): New type.
36191         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36192
36193         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36194         * bits/dirent.h: ... here.
36195
36196         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36197         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36198
36199 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36200
36201         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36202         Change from 2.6.0 to 2.6.16.
36203         * sysdeps/unix/sysv/linux/configure: Regenerated.
36204         * sysdeps/unix/sysv/linux/kernel-features.h
36205         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36206         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36207         version.
36208         (__ASSUME_UTIMES): Likewise.
36209         (__ASSUME_CLONE_STOPPED): Remove.
36210         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36211         architectures, not kernel version.
36212         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36213         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36214         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36215         (__ASSUME_WAITID_SYSCALL): Likewise.
36216         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36217         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36218         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36219         refer to older versions.
36220
36221 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36222
36223         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36224         Define alphasort64 as an alias.
36225         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36226         Define versionsort64 as an alias.
36227         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36228         Define scandir64 as an alias.
36229         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36230         Define scandirat64 as an alias.
36231         * dirent/alphasort64.c (alphasort64):
36232         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36233         * dirent/versionsort64.c: Likewise.
36234         * dirent/scandir64.c: Likewise.
36235         * dirent/scandirat64.c: Likewise.
36236         * sysdeps/wordsize-64/alphasort.c: File removed.
36237         * sysdeps/wordsize-64/alphasort64.c: File removed.
36238         * sysdeps/wordsize-64/scandir.c: File removed.
36239         * sysdeps/wordsize-64/scandir64.c: File removed.
36240         * sysdeps/wordsize-64/scandirat.c: File removed.
36241         * sysdeps/wordsize-64/scandirat64.c: File removed.
36242         * sysdeps/wordsize-64/versionsort.c: File removed.
36243         * sysdeps/wordsize-64/versionsort64.c: File removed.
36244         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36245         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36246         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36247         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36248         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36249         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36250         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36251         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36252
36253         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36254         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36255         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36256         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36257         [defined __arch64__ || defined __sparcv9]
36258         (__INO_T_MATCHES_INO64_T): New macro.
36259         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36260         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36261         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36262         * sysdeps/unix/sysv/linux/bits/dirent.h
36263         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36264         (_DIRENT_MATCHES_DIRENT64): New macro.
36265
36266         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36267         Define lockf64 as an alias.
36268         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36269         Define fseeko64 as an alias.
36270         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36271         Define ftello64 as an alias.
36272         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36273         Define _IO_fgetpos64 and fgetpos64 as aliases.
36274         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36275         Define _IO_fsetpos64 and fsetpos64 as aliases.
36276         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36277         Conditionalize body on this.
36278         * libio/fseeko64.c: Likewise.
36279         * libio/ftello64.c: Likewise.
36280         * libio/iofgetpos64.c: Likewise.
36281         * libio/iofsetpos64.c: Likewise.
36282         * sysdeps/wordsize-64/lockf.c: File removed.
36283         * sysdeps/wordsize-64/lockf64.c: File removed.
36284         * sysdeps/wordsize-64/fseeko.c: File removed.
36285         * sysdeps/wordsize-64/fseeko64.c: File removed.
36286         * sysdeps/wordsize-64/ftello.c: File removed.
36287         * sysdeps/wordsize-64/ftello64.c: File removed.
36288         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36289         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36290         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36291         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36292         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36293         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36294         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36295         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36296         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36297         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36298         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36299         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36300         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36301         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36302
36303         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36304         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36305         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36306         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36307         [defined __arch64__ || defined __sparcv9]
36308         (__OFF_T_MATCHES_OFF64_T): New macro.
36309         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36310         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36311         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36312         (__OFF_T_MATCHES_OFF64_T): New macro.
36313
36314 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36315
36316         * stdlib/secure-getenv.c (__secure_getenv): Replace
36317         GLIBC_2_16 with GLIBC_2_17.
36318
36319 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36320
36321         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36322         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36323
36324 2012-08-03  David S. Miller  <davem@davemloft.net>
36325
36326         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36327
36328 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36329
36330         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36331         Remove.
36332         (__ASSUME_CORRECT_SI_PID): Likewise.
36333         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36334         (__ASSUME_TMPFS_NAME): Likewise.
36335         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36336         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36337         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36338         (HAVE_AUX_SECURE): Make definition unconditional.
36339         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36340         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36341
36342 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36343
36344         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36345         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36346         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36347         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36348         __eloop_threshold instead of SYMLOOP_MAX.
36349
36350         * sysdeps/generic/eloop-threshold.h: New file.
36351         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36352         of MAXSYMLINKS.
36353         * elf/chroot_canon.c (chroot_canon): Likewise.
36354
36355 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36356
36357         [BZ #13717]
36358         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36359         Change to 2.6.0 everywhere.
36360         * sysdeps/unix/sysv/linux/configure: Regenerated.
36361         * sysdeps/unix/sysv/linux/kernel-features.h
36362         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36363         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36364         kernel versions.
36365         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36366         (__ASSUME_FUTEX_REQUEUE): Remove.
36367         (__ASSUME_STATFS64): Define unconditionally.
36368         (__ASSUME_AT_SECURE): Likewise.
36369         (__ASSUME_CORRECT_SI_PID): Likewise.
36370         (__ASSUME_TGKILL): Define without depending on kernel version for
36371         i386.
36372         (__ASSUME_UTIMES): Likewise.
36373         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36374         kernel version.
36375         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36376         (__ASSUME_TMPFS_NAME): Likewise.
36377         * README: Update reference to Linux kernel versions.
36378
36379 2012-08-02  Marek Polacek  <polacek@redhat.com>
36380
36381         [BZ# 14150]
36382         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36383         libc_cv_asm_type_prefix with %.
36384         * configure: Regenerated.
36385         * include/libc-symbols.h: Remove comment about
36386         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36387         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36388         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36389         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36390         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36391         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36392         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36393         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36394         * elf/tst-unique2mod1.c: Likewise.
36395         * elf/tst-unique1mod2.c: Likewise.
36396         * elf/tst-unique1mod1.c: Likewise.
36397         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36398         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36399         Replace ASM_TYPE_DIRECTIVE with .type.
36400         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36401         * sysdeps/i386/sysdep.h: Likewise.
36402         * sysdeps/x86_64/sysdep.h: Likewise.
36403         * sysdeps/sh/sysdep.h: Likewise.
36404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36405         Do not define ASM_TYPE_DIRECTIVE.
36406         * sysdeps/powerpc/sysdep.h: Likewise.
36407         * sysdeps/powerpc/powerpc32/sysdep.h:
36408         Replace ASM_TYPE_DIRECTIVE with .type.
36409         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36410         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36411         * sysdeps/i386/fpu/e_powf.S: Likewise.
36412         * sysdeps/i386/fpu/e_expl.S: Likewise.
36413         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36414         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36415         * sysdeps/i386/fpu/e_pow.S: Likewise.
36416         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36417         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36418         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36419         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36420         * sysdeps/i386/fpu/e_log2.S: Likewise.
36421         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36422         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36423         * sysdeps/i386/fpu/e_powl.S: Likewise.
36424         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36425         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36426         * sysdeps/i386/fpu/e_logl.S: Likewise.
36427         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36428         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36429         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36430         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36431         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36432         * sysdeps/i386/fpu/e_log.S: Likewise.
36433         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36434         * sysdeps/i386/fpu/e_logf.S: Likewise.
36435         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36436         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36437         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36438         * sysdeps/i386/fpu/e_log10.S: Likewise.
36439         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36440         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36441         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36442         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36443         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36444         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36445         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36446         * sysdeps/i386/i686/strtok.S: Likewise.
36447         * sysdeps/i386/i386-mcount.S: Likewise.
36448         * sysdeps/i386/strtok.S: Likewise.
36449         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36450         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36451         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36452         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36453         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36454         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36455         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36456         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36457         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36458         * sysdeps/x86_64/_mcount.S: Likewise.
36459         * sysdeps/x86_64/strtok.S: Likewise.
36460         * sysdeps/sh/_mcount.S: Likewise.
36461
36462 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36463
36464         * libio/iofopen.c: Include <fcntl.h>.
36465         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36466         (_IO_fopen64, fopen64): Define as aliases.
36467         * libio/iofopen64.c: Include <fcntl.h>.
36468         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36469         Conditionalize body on this.
36470         * sysdeps/wordsize-64/iofopen.c: File removed.
36471         * sysdeps/wordsize-64/iofopen64.c: File removed.
36472
36473 2012-08-01  Marek Polacek  <polacek@redhat.com>
36474
36475         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36476         Use dlfcn directly instead of a variable.
36477         (binfmt-subdir): Do not define.
36478         (dlfcn): Likewise.
36479
36480 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36481
36482         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36483         Remove all definitions.
36484         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36485         <kernel-features.h>.
36486         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36487         (miss_F_GETOWN_EX): Remove all definitions.
36488         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36489         macro definition.
36490         [!__ASSUME_FCNTL64]: Remove conditional code.
36491         [__ASSUME_FCNTL64]: Make code unconditional.
36492         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36493         <kernel-features.h>.
36494         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36495         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36496         (lockf64) [__NR_fcntl64]: Make code unconditional.
36497         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36498
36499         * sysdeps/unix/sysv/linux/kernel-features.h
36500         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36501         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36502         Make code unconditional.
36503         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36504         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36506         [__NR_vfork]: Make code unconditional.
36507         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36508         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36510         [__NR_vfork]: Make code unconditional.
36511         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36512         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36513
36514 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36515
36516         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36517         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36518
36519         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36520         Define mkstemp64 as an alias.
36521         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36522         Define mkstemps64 as an alias.
36523         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36524         Define mkostemp64 as an alias.
36525         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36526         Define mkostemps64 as an alias.
36527         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36528         Conditionalize body on this.
36529         * misc/mkostemp64.c: Likewise.
36530         * misc/mkostemps64.c: Likewise.
36531         * misc/mkstemps64.c: Likewise.
36532         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36533         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36534         * sysdeps/wordsize-64/mkostemp.c: File removed.
36535         * sysdeps/wordsize-64/mkstemp.c: File removed.
36536         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36537         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36538         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36539         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36540
36541         [BZ #14138]
36542         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36543         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36544         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36545         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36546
36547         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36548         compat_symbol macros from <shlib-compat.h> rather than the underlying
36549         default_symbol_version and symbol_version macros, so that DEFAULT
36550         lines in shlib-versions are respected.
36551         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36552
36553 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36554
36555         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36556         Declare with warn_unused_result.
36557         (setgid, setregid, setegid, setresgid): Likewise.
36558         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36559         Likewise.
36560         * WUR-REPORT: Remove set*id functions.
36561
36562 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36563
36564         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36565
36566 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36567
36568         [BZ #10191]
36569         * include/sys/socket.h (__libc_accept, __libc_accept4):
36570         Add attribute_hidden.
36571         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36572
36573         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36574         use of PTR_MANGLE.
36575         * inet/getnetgrent_r.c (setup): Likewise.
36576
36577         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36578
36579 2012-07-31  David S. Miller  <davem@davemloft.net>
36580
36581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36582
36583 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36584
36585         [BZ #13629]
36586         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36587         value between 1.0 and 2.0 and smaller part has absolute value less
36588         than 1.0.
36589         * math/s_clog10.c (__clog10): Likewise.
36590         * math/s_clog10f.c (__clog10f): Likewise.
36591         * math/s_clog10l.c (__clog10l): Likewise.
36592         * math/s_clogf.c (__clogf): Likewise.
36593         * math/s_clogl.c (__clogl): Likewise.
36594         * math/libm-test.inc (clog_test): Add more tests.
36595         (clog10_test): Likewise.
36596         * sysdeps/i386/fpu/libm-test-ulps: Update.
36597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36598
36599 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36600
36601         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36602         Exit with zero in case no suitable GID is found, and write a
36603         message to standard error.
36604
36605 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36606
36607         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36608         rather than to 1.
36609         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36610         (MAXPATHLEN): Removed.
36611         (NOGROUP, NODEV): New macros.
36612         (setbit, clrbit, isset, isclr): New macros.
36613         (howmany, roundup, powerof2): New macros.
36614         (DEV_BSIZE): New macro.
36615
36616         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36617         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36618
36619         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36620         definition on [!__NO_LONG_DOUBLE_MATH].
36621
36622         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36623         PTR_MANGLE and PTR_DEMANGLE.
36624
36625         * socket/accept4.c (accept4): Rename to __libc_accept4.
36626         Define accept4 as a weak alias.
36627
36628         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36629         on [_DIRENT_HAVE_D_TYPE].
36630         * io/ftw.c (ftw_dir): Likewise.
36631
36632         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36633
36634         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36635
36636         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36637         Use the BSD numbers rather than the arbitrary ones we had.
36638         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36639         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36640         (SIGXCPU, SIGXFSZ): New macros.
36641         (_NSIG): Now 32.
36642
36643         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36644         initializer on [_LIBC_REENTRANT].
36645
36646         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36647         definitions inside [_POSIX_MAPPED_FILES].
36648
36649         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36650
36651         * dirent/opendir.c: Include <fcntl.h>.
36652
36653         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36654         (__libc_getspecific): Likewise.
36655         (__libc_key_create): Likewise.
36656
36657         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36658         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36659         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36660         (tmpfile64): Define as alias.
36661         * sysdeps/wordsize-64/tmpfile.c: File removed.
36662         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36663         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36664         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36665
36666         * stdio-common/vfscanf.c: Include <stdbool.h>.
36667         * nss/makedb.c: Likewise.
36668         * stdio-common/_i18n_number.h: Likewise.
36669         * argp/argp-help.c: Likewise.
36670         * posix/wordexp.c: Likewise.
36671         * sysdeps/posix/spawni.c: Likewise.
36672         * nss/nss_files/files-initgroups.c: Likewise.
36673         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36674         * nss/nss_files/files-initgroups.c: Likewise.
36675         * nss/nss_db/db-netgrp.c: Likewise.
36676         * nss/nss_db/db-initgroups.c: Likewise.
36677         * io/fchmodat.c: Include <sys/stat.h>.
36678
36679         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36680         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36681
36682         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36683         [HAVE_MMAP].
36684
36685         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36686         Add multiple inclusion protection.
36687
36688 2012-07-27  David S. Miller  <davem@davemloft.net>
36689
36690         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36691
36692 2012-07-27  Gary Benson  <gbenson@redhat.com>
36693
36694         [BZ #14298]
36695         * elf/rtld.c: Include <stap-probe.h>.
36696         (dl_main): Added static probes "init_start" and "init_complete".
36697         * elf/dl-load.c: Include <stap-probe.h>.
36698         (lose): Take new parameter "nsid".
36699         Added static probe "map_failed".
36700         (_dl_map_object_from_fd): Pass namespace id to lose.
36701         Added static probe "map_start".
36702         (open_verify): Pass namespace id to lose.
36703         * elf/dl-open.c: Include <stap-probe.h>.
36704         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36705         and "reloc_complete".
36706         * elf/dl-close.c: Include <stap-probe.h>.
36707         (_dl_close_worker): Added static probes "unmap_start" and
36708         "unmap_complete".
36709         * elf/rtld-debugger-interface.txt: New file documenting the above.
36710
36711 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36712
36713         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36714         rather than a string variable.
36715         * sunrpc/rpc_main.c (h_output): Likewise.
36716         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36717
36718 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36719
36720         * inet/check_native.c: New file.
36721
36722 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36723
36724         [BZ #13629]
36725         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36726         if larger part has absolute value 1.0.
36727         * math/s_clog10.c (__clog10): Likewise.
36728         * math/s_clog10f.c (__clog10f): Likewise.
36729         * math/s_clog10l.c (__clog10l): Likewise.
36730         * math/s_clogf.c (__clogf): Likewise.
36731         * math/s_clogl.c (__clogl): Likewise.
36732         * math/libm-test.inc (clog_test): Add more tests.
36733         (clog10_test): Likewise.
36734         * sysdeps/i386/fpu/libm-test-ulps: Update.
36735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36736
36737         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36738         (pltexit): Likewise.
36739         (La_regs): Likewise.
36740         (La_retval): Likewise.
36741         (int_retval): Likewise.
36742         Update #error for removed macros to refer only to definitions in
36743         tst-audit.h.
36744         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36745         macro.
36746         (pltexit): Likewise.
36747         (La_regs): Likewise.
36748         (La_retval): Likewise.
36749         (int_retval): Likewise.
36750         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36751         macro.
36752         (pltexit): Likewise.
36753         (La_regs): Likewise.
36754         (La_retval): Likewise.
36755         (int_retval): Likewise.
36756         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36757         macro.
36758         (pltexit): Likewise.
36759         (La_regs): Likewise.
36760         (La_retval): Likewise.
36761         (int_retval): Likewise.
36762         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36763         macro.
36764         (pltexit): Likewise.
36765         (La_regs): Likewise.
36766         (La_retval): Likewise.
36767         (int_retval): Likewise.
36768         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36769         macro.
36770         (pltexit): Likewise.
36771         (La_regs): Likewise.
36772         (La_retval): Likewise.
36773         (int_retval): Likewise.
36774         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36775         macro.
36776         (pltexit): Likewise.
36777         (La_regs): Likewise.
36778         (La_retval): Likewise.
36779         (int_retval): Likewise.
36780         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36781         macro definitions in tst-audit.h.
36782         * sysdeps/i386/tst-audit.h: New file.
36783         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36784         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36785         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36786         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36787         * sysdeps/sh/tst-audit.h: Likewise.
36788         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36789         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36790         * sysdeps/x86_64/tst-audit.h: Likewise.
36791
36792 2012-07-26  Andreas Jaeger  <aj@suse.de>
36793
36794         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36795         ptrace.
36796
36797         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36798         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36799         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36800         PTRACE_O_MASK.
36801         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36802         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36803         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36804
36805         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36806         value.
36807
36808         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36809         _sigsys.
36810         (si_call_addr, si_syscall, si_arch): Define new macro.
36811         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36812         _sigsys.
36813         (si_call_addr, si_syscall, si_arch): Define new marcro.
36814         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36815         _sigsys.
36816         (si_call_addr, si_syscall, si_arch): Define new macro.
36817         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36818         _sigsys.
36819         (si_call_addr, si_syscall, si_arch): Define new macro.
36820
36821 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36822
36823         [BZ #13717]
36824         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36825         Change to 2.4.21 where previously 2.4.1.
36826         * sysdeps/unix/sysv/linux/configure: Regenerated.
36827         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36828         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36829         Linux kernel version.
36830         (__ASSUME_STD_AUXV): Remove.
36831         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36832         kernel version.
36833         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36834         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36835         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36836         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36837         (__ASSUME_NETLINK_SUPPORT): Likewise.
36838         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36839         (__no_netlink_support): Remove conditional definition.
36840         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36841         Remove.
36842         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36843         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36844         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36845         (if_nameindex_ioctl): Remove.
36846         (if_nameindex_netlink): Do not handle __no_netlink_support.
36847         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36848         code.
36849         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36850         Remove conditional code.
36851         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36852         code.
36853         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36854         unconditional.
36855         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36856         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36857         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36858         Remove.
36859         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36860         [!__ASSUME_STD_AUXV]: Remove conditional code.
36861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36862         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36863         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36865         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36866         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36867         code.
36868         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36870         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36871         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36872         conditional code.
36873         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36875         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36876         code.
36877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36878         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36879         conditional code.
36880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36881         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36882         code unconditional.
36883         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36884         conditional code.
36885         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36886         unconditional.
36887         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36888         conditional code.
36889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36890         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36891         unconditional.
36892         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36893         conditional code.
36894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36895         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36896         code unconditional.
36897         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36898         conditional code.
36899         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36900         unconditional.
36901         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36902         conditional code.
36903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36904         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36905         code unconditional.
36906         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36907         conditional code.
36908         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36909         unconditional.
36910         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36911         conditional code.
36912
36913 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36914
36915         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36916         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36917         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36918         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36919         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36920         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36921         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36922         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36923         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36924         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36925         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36926         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36927         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36928         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36929         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36930         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36931         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36932         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36933         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36934         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36935         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36936         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36937         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36938
36939 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36940
36941         * Versions.def: Add GLIBC_2.17.
36942         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36943         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36944         Introduce __libc_secure_getenv.
36945         * stdlib/Versions (2.17): Add secure_getenv
36946         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36947         * stdlib/secure-getenv.c: Rename __secure_getenv to
36948         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36949         symbol __secure_getenv for GLIBC_2.0.
36950         * stdlib/tst-secure-getenv.c: New.
36951         * stdlib/Makefile (tests): Add testcase.
36952         * manual/startup.texi (Environment Access): Document
36953         secure_getenv.
36954         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36955         __libc_secure_getenv.
36956         * inet/ruserpass.c (ruserpass): Likewise.
36957         * malloc/mtrace.c (mtrace): Likewise.
36958         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36959         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36960         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36961         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36962         HAVE_SECURE_GETENV.
36963         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36964         __secure_getenv to __libc_secure_getenv.
36965         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36967         Likewise.
36968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36969         Likewise.
36970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36972         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36974         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36977
36978 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36979
36980         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36981         (struct La_i86_retval): Likewise.
36982         (struct La_x86_64_regs): Likewise.
36983         (struct La_x86_64_retval): Likewise.
36984         (struct La_x32_regs): Likewise.
36985         (struct La_x32_retval): Likewise.
36986         (struct La_ppc32_regs): Likewise.
36987         (struct La_ppc32_retval): Likewise.
36988         (struct La_ppc64_regs): Likewise.
36989         (struct La_ppc64_retval): Likewise.
36990         (struct La_sh_regs): Likewise.
36991         (struct La_sh_retval): Likewise.
36992         (struct La_s390_32_regs): Likewise.
36993         (struct La_s390_32_retval): Likewise.
36994         (struct La_s390_64_regs): Likewise.
36995         (struct La_s390_64_retval): Likewise.
36996         (struct La_sparc32_regs): Likewise.
36997         (struct La_sparc32_retval): Likewise.
36998         (struct La_sparc64_regs): Likewise.
36999         (struct La_sparc64_retval): Likewise.
37000         (struct audit_ifaces): Remove architecture-specific pltenter and
37001         pltexit members.
37002         * sysdeps/i386/ldsodefs.h: New file.
37003         * sysdeps/powerpc/ldsodefs.h: Likewise.
37004         * sysdeps/s390/ldsodefs.h: Likewise.
37005         * sysdeps/sh/ldsodefs.h: Likewise.
37006         * sysdeps/sparc/ldsodefs.h: Likewise.
37007         * sysdeps/x86_64/ldsodefs.h: Likewise.
37008
37009 2012-07-25  Marek Polacek  <polacek@redhat.com>
37010
37011         [BZ #6808]
37012         * math/libm-test.inc (yn_test): Add another test.
37013         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37014         to ERANGE when the result is +-Inf.
37015         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37016         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37017         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37018         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37019
37020 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37021
37022         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37023         equal to 0.
37024         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37025         clock_t.
37026         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37027
37028 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37029
37030         * configure.in <sysdeps resolving>: Correct printing
37031         Implies_before.
37032         * configure: Regenerate.
37033
37034 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37035
37036         * math/w_ilogb.c: Include <limits.h>.
37037         * math/w_ilogbl.c: Likewise.
37038
37039 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37040
37041         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37042         va_copy.  Document allowing for unavailable va_copy only as
37043         pre-C99 compatibility.
37044         * manual/string.texi (Copying and Concatenation): Use va_copy
37045         instead of __va_copy in concat example.
37046
37047 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37048
37049         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37050         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37051         it if not null.
37052
37053         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37054         with O_NOLINK passed to __file_name_lookup.
37055
37056         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37057         with O_NOLINK passed to __file_name_lookup.
37058
37059         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37060         negative N or less than NGIDS.
37061
37062         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37063         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37064         enough.  Use memcpy instead of strncpy.
37065
37066 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37067
37068         * elf/Makefile (check-data): Remove.
37069         (localplt.data): New vpath directive.
37070         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37071         instead of $(check-data).
37072         * scripts/data/localplt-generic.data: Move to ...
37073         * sysdeps/generic/localplt.data: ... here.
37074         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37075         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37076         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37078         ... here.
37079         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37081         ... here.
37082         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37084         ... here.
37085         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37086         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37087         ... here.
37088         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37090         ... here.
37091         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37093         ... here.
37094
37095 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37096
37097         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37098         PPC32 and PPC64 files.
37099         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37100         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37101
37102 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37103
37104         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37105         __makecontext_ret to ...
37106         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37107         ... here and call exit if uc_link is NULL.  New file.
37108         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37109         __makecontext_ret.S.
37110         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37111         __makecontext_ret to ...
37112         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37113         ... here and call exit if uc_link is NULL.  New file.
37114         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37115         __makecontext_ret.S.
37116
37117 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37118
37119         * elf/elf.h (R_390_IRELATIVE): New definition.
37120         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37121         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37122         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37123         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37124         (elf_machine_lazy_rel): Likewise.
37125         * sysdeps/s390/dl-irel.h: New file.
37126         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37127         * sysdeps/s390/s390-64/memset.S: New asm code.
37128         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37129         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37130         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37131         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37132         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37133         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37134         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37135         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37136         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37137         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37138         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37139         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37140         * sysdeps/s390/s390-32/memset.S: New asm code.
37141         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37142
37143 2012-07-17  Marek Polacek  <polacek@redhat.com>
37144
37145         [BZ #14349]
37146         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37147         * sysdeps/s390/s390-64/configure.in: Likewise.
37148         * sysdeps/sparc/configure.in: Likewise.
37149         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37150         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37151         * sysdeps/i386/configure.in: Likewise.
37152         * sysdeps/x86_64/configure.in: Likewise.
37153         * sysdeps/sh/configure.in: Likewise.
37154         * sysdeps/s390/s390-32/configure: Regenerated.
37155         * sysdeps/s390/s390-64/configure: Likewise.
37156         * sysdeps/x86_64/configure: Likewise.
37157         * sysdeps/sh/configure: Likewise.
37158         * sysdeps/powerpc/powerpc64/configure: Likewise.
37159         * sysdeps/powerpc/powerpc32/configure: Likewise.
37160         * sysdeps/sparc/configure: Likwise.
37161         * sysdeps/i386/configure: Likewise.
37162
37163         * elf/dl-open.c: Comment fixes.
37164
37165 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37166
37167         * Makefile [CXX] (check-data): Remove.
37168         [CXX] (c++-types.data): New vpath directive.
37169         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37170         vpath.  Do not allow for C++ type data being missing.
37171         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37172         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37173         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37174         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37175         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37176         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37177         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37179         ... here.
37180         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37182         ... here.
37183         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37184         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37185         ... here.
37186         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37187         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37188         ... here.
37189         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37190         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37191         ... here.
37192         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37194         ... here.
37195         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37197         ... here.
37198         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37200
37201         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37202         definitions to architecture-specific files.
37203         (TLS_IE): Likewise.
37204         (TLS_LD): Likewise.
37205         (TLS_GD): Likewise.
37206         * sysdeps/i386/tls-macros.h: New file.
37207         * sysdeps/powerpc/tls-macros.h: Likewise.
37208         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37209         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37210         * sysdeps/sh/tls-macros.h: Likewise.
37211         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37212         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37213         * sysdeps/x86_64/tls-macros.h: Likewise.
37214
37215 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37216
37217         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37218         zero value for regular exit case.
37219
37220         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37221         (__start_context): Preserve zero value for regular exit case.
37222
37223 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37224             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37225
37226         * manual/setjmp.texi (setcontext): Clarify normal process
37227         termination when uc_link is the null pointer.
37228         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37229         exit call.
37230
37231 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37232
37233         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37234         preprocessor.  Test for each exception mask separately.
37235
37236 2012-07-16  Andreas Jaeger  <aj@suse.de>
37237
37238         * po/ru.po: Update from translation team.
37239
37240 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37241
37242         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37243         equal to 0.
37244         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37245         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37246         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37247         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37248         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37249
37250 2012-07-13  Andreas Jaeger  <aj@suse.de>
37251
37252         * po/fr.po: Update from translation team.
37253
37254 2012-07-12  Marek Polacek  <polacek@redhat.com>
37255
37256         [BZ #14173]
37257         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37258         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37259         loop condition.
37260
37261 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37262
37263         [BZ #13717]
37264         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37265         Change to 2.4.1 where previously 2.4.0.
37266         * sysdeps/unix/sysv/linux/configure: Regenerated.
37267         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37268         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37269         version.
37270         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37271         (__ASSUME_AT_CLKTCK): Remove.
37272         (__ASSUME_AT_PAGESIZE): Likewise.
37273         (__ASSUME_AT_XID): Likewise.
37274         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37275         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37276         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37277         unconditionally.
37278         (HAVE_AUX_PAGESIZE): Likewise.
37279         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37280         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37281         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37282
37283 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37284
37285         [BZ #14307]
37286         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37287         the temporary buffer used to invoke __gethostbyname2_r,
37288         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37289         host_data / struct gaih_addrtuple.
37290         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37291         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37292         header file nss/nsswitch.h.
37293         * nss/nsswitch.h (global scope): Add definition of implementation
37294         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37295         resolv/nss_dns/dns-host.c).
37296
37297 2012-07-11  Andreas Jaeger  <aj@suse.de>
37298
37299         * po/fr.po: Update from translation team.
37300
37301         * po/sv.po: Update from translation team
37302         * po/fr.po: Another update from translation team.
37303
37304 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37305
37306         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37307         for subnormals or multiply small sinh result by itself.
37308         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37310
37311 2012-07-11  David S. Miller  <davem@davemloft.net>
37312
37313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37314
37315 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37316
37317         [BZ #14347]
37318         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37319         (INTERNAL_MARK): Shift it here.
37320
37321 2012-07-10  Marek Polacek  <polacek@redhat.com>
37322
37323         [BZ #14151]
37324         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37325         libc_cv_asm_global_directive with .globl.
37326         * configure: Regenerated.
37327         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37328         with .globl.
37329         * sysdeps/i386/configure: Regenerated.
37330         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37331         with .globl.
37332         * sysdeps/x86_64/configure: Regenerated.
37333         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37334         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37335         * elf/tst-unique2mod2.c: Likewise.
37336         * elf/tst-unique2mod1.c: Likewise.
37337         * elf/tst-unique1mod2.c: Likewise.
37338         * elf/tst-unique1mod1.c: Likewise.
37339         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37340         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37341         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37342         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37343         * sysdeps/mach/sysdep.h: Likewise.
37344         * sysdeps/i386/sysdep.h: Likewise.
37345         * sysdeps/i386/i386-mcount.S: Likewise.
37346         * sysdeps/x86_64/_mcount.S: Likewise.
37347         * sysdeps/x86_64/sysdep.h: Likewise.
37348         * sysdeps/sh/_mcount.S: Likewise.
37349         * sysdeps/sh/sysdep.h: Likewise.
37350         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37351         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37352         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37353         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37354         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37355         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37356         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37357         * locale/localeinfo.h: Likewise.
37358         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37359         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37360
37361 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37362
37363         [BZ #14336]
37364         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37365         system".
37366         * manual/message.texi (The Uniforum approach): Likewise.
37367         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37368         (glibc iconv Implementation): Likewise.
37369
37370 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37371
37372         [BZ #14337]
37373         * math/s_clog.c (__clog): Avoid scaling a value down where that
37374         could result in underflow.
37375         * math/s_clog10.c (__clog10): Likewise.
37376         * math/s_clog10f.c (__clog10f): Likewise.
37377         * math/s_clog10l.c (__clog10l): Likewise.
37378         * math/s_clogf.c (__clogf): Likewise.
37379         * math/s_clogl.c (__clogl): Likewise.
37380         * math/libm-test.inc (clog_test): Add more tests.
37381         (clog10_test): Likewise.
37382         * sysdeps/i386/fpu/libm-test-ulps: Update.
37383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37384
37385 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37386
37387         [BZ #14283]
37388         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37389         by 7 not 8 to examine high bit of fractional part.
37390
37391         [BZ #14042]
37392         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37393         for call to __mcount_internal.
37394         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37395         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37396         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37397
37398 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37399
37400         [BZ #14154]
37401         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37402         approximation for values within 0x1p-13f of an odd multiple of
37403         pi/4.
37404         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37405         exception.  Add more tests.
37406         * sysdeps/i386/fpu/libm-test-ulps: Update.
37407
37408         [BZ #6778]
37409         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37410         inputs and return -1 for them.  Do not check for +Inf in case not
37411         reachable for +Inf.
37412         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37413         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37414         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37415         and return -1 for them.  Do not check for +Inf in case not
37416         reachable for +Inf.
37417         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37418         define.
37419         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37420         and return -1 for them.  Do not check for +Inf in case not
37421         reachable for +Inf.
37422         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37423         spurious underflow.
37424         * sysdeps/i386/fpu/libm-test-ulps: Update.
37425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37426
37427 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37428
37429         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37430
37431 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37432
37433         [BZ #14157]
37434         [BZ #14331]
37435         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37436         could result in spurious underflow.  Scale down values above
37437         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37438         * math/s_csqrtf.c (__csqrtf): Likewise.
37439         * math/s_csqrtl.c (__csqrtl): Likewise.
37440         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37441         spurious underflow.
37442         * sysdeps/i386/fpu/libm-test-ulps: Update.
37443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37444
37445 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37446
37447         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37448         xopen-msg.sed.
37449         * catgets/xopen-msg.awk: New file.
37450         * catgets/xopen-msg.sed: Removed.
37451
37452         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37453         po2text.sed.
37454         * intl/po2test.awk: New file.
37455         * intl/po2test.sed: Removed.
37456
37457 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37458
37459         [BZ #14328]
37460         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37461         or multiply small sinh result by itself.
37462         * math/s_ctanf.c (__ctanf): Likewise.
37463         * math/s_ctanh.c (__ctanh): Likewise.
37464         * math/s_ctanhf.c (__ctanhf): Likewise.
37465         * math/s_ctanhl.c (__ctanhl): Likewise.
37466         * math/s_ctanl.c (__ctanl): Likewise.
37467         * math/libm-test.inc (ctan_test_tonearest): New function.
37468         (ctan_test_towardzero): Likewise.
37469         (ctan_test_downward): Likewise.
37470         (ctan_test_upward): Likewise.
37471         (ctanh_test_tonearest): Likewise.
37472         (ctanh_test_towardzero): Likewise.
37473         (ctanh_test_downward): Likewise.
37474         (ctanh_test_upward): Likewise.
37475         (main): Call these new functions.
37476         * sysdeps/i386/fpu/libm-test-ulps: Update.
37477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37478
37479 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37480
37481         * .gitignore: Delete /ports entry.
37482
37483 2012-07-03  Andreas Jaeger  <aj@suse.de>
37484
37485         * po/bg.po: Update from translation team.
37486         * po/cs.po: Likewise.
37487         * po/de.po: Likewise.
37488         * po/hr.po: Likewise.
37489         * po/nl.pl: Likewise.
37490         * po/pl.po: Likewise.
37491         * po/vi.po: Likewise.
37492
37493 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37494
37495         * Makeconfig [!+link] (+link-before-libc): New variable.
37496         [!+link] (+link-after-libc): Likewise.
37497         [!+link] (+link-tests): Likewise.
37498         [!+link] (+link): Define in terms of $(+link-before-libc) and
37499         $(+link-after-libc).
37500         [!+link-static] (+link-static-before-libc): New variable.
37501         [!+link-static] (+link-static-after-libc): Likewise.
37502         [!+link-static] (+link-static-tests): Likewise.
37503         [!+link-static] (+link-static): Define in terms of
37504         $(+link-static-before-libc) and $(+link-static-after-libc).
37505         [build-shared] (link-libc-before-gnulib): New variable.
37506         [build-shared] (link-libc-tests): Likewise.
37507         [build-shared] (link-libc): Define in terms of
37508         $(link-libc-before-gnulib).
37509         [!build-shared] (link-libc-tests): New variable.
37510         (link-libc-static-tests): New variable.
37511         [!gnulib] (gnulib-arch): New variable.
37512         [!gnulib] (gnulib-tests): Likewise.
37513         [!gnulib] (static-gnulib-arch): Likewise.
37514         [!gnulib] (static-gnulib-tests): Likewise.
37515         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37516         Define with "=" instead of ":=".
37517         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37518         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37519         * Rules (binaries-all-notests): New variable.
37520         (binaries-all-tests): Likewise.
37521         (binaries-static-notests): Likewise.
37522         (binaries-static-tests): Likewise.
37523         (binaries-all): Define using $(binaries-all-notests) and
37524         $(binaries-all-tests).
37525         (binaries-static): Define using $(binaries-static-notests) and
37526         $(binaries-static-tests).
37527         (binaries-shared-tests): New variable.
37528         (binaries-shared-notests): Likewise.
37529         (binaries-shared): Remove variable.
37530         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37531         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37532         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37533         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37534         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37535         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37536         * elf/Makefile (sln-modules): New variable.
37537         (extra-objs): Add $(sln-modules:=.o).
37538         (ldconfig-modules): Add static-stubs.
37539         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37540         * elf/static-stubs.c: New file.
37541
37542         [BZ #14283]
37543         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37544         by 7 not 8 to examine high bit of fractional part.  Use volatile
37545         variables when splitting into final array of floats if
37546         __FLT_EVAL_METHOD__ != 0.
37547         * math/libm-test.inc (cos_test): Add another test.
37548         (sin_test): Likewise.
37549         * sysdeps/i386/fpu/libm-test-ulps: Update.
37550
37551         [BZ #14273]
37552         * math/libm-test.inc (cosh_test): Add more tests.
37553
37554         * version.h (RELEASE): Set to "development".
37555         (VERSION): Set to "2.16.90".
37556
37557 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37558
37559         * NEWS: Update copyright. Remove last-updated date.
37560         Mention math library bug fixes and timezone data changes.
37561         * README: Mention GNU/Hurd, x32, and HPPA support status.
37562
37563 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37564
37565         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37566
37567 2012-06-27  Andreas Jaeger  <aj@suse.de>
37568
37569         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37570
37571 2012-06-25  Andreas Jaeger  <aj@suse.de>
37572
37573         * sysdeps/s390/fpu/libm-test-ulps: Update.
37574
37575 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37576             Thomas Schwinge  <thomas@codesourcery.com>
37577
37578         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37579         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37580         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37581         fanotify_mark.
37582
37583 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37584
37585         * sysdeps/mach/start.c: Remove file.
37586         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37587         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37588         * sysdeps/sh/init-first.c: Likewise.
37589
37590         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37591         registers for frame unwinding purposes, add CFI directives.
37592         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37593         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37594         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37595         Likewise.
37596
37597         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37598         __fortify_fail returning.
37599         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37600
37601         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37602         sysdeps/sh/____longjmp_chk.S.
37603         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37604         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37605         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37606         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37607
37608         * sysdeps/sh/abort-instr.h: New file.
37609         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37610         process in case exit returns.
37611
37612         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37613         initialize the GOT register before use.
37614
37615         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37616         calculation of ARGC > 4.
37617
37618         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37619         meaningful names to some local labels.
37620
37621 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37622             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37623
37624         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37625         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37626         (__arch_compare_and_exchange_val_16_acq): Likewise.
37627         (__arch_compare_and_exchange_val_32_acq): Likewise.
37628         (atomic_exchange_and_add): Fix gUSA sequence.
37629         (atomic_add): Likewise.
37630         (atomic_add_negative): Likewise.
37631         (atomic_add_zero): Likewise.
37632         (atomic_bit_test_set): Likewise.
37633
37634 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37635
37636         [BZ #13579]
37637         * include/link.h (struct link_map): Add l_free_initfini.
37638         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37639         l_initfini.
37640         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37641         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37642         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37643         set.
37644
37645 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37646
37647         * configure.in: Use AC_LANG_SOURCE.
37648         * configure: Regenerate.
37649
37650 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37651
37652         * configure.in (libc_cv_localstatedir): New substituted variable.
37653         * configure: Regenerated.
37654         * config.make.in (localstatedir): New variable, substituted from
37655         libc_cv_localstatedir.
37656         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37657         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37658         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37659         * sysdeps/gnu/configure: Regenerated.
37660
37661 2012-06-21  Jeff Law  <law@redhat.com>
37662
37663         [BZ #14277]
37664         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37665         free.  Simplify list management for _LIBC case.
37666
37667 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37668
37669         [BZ #14273]
37670         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37671         Clear sign bit of 64-bit integer value before comparing against
37672         overflow value.
37673
37674         * sysdeps/mach/configure: Regenerated.
37675
37676 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37677
37678         [BZ #14278]
37679         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37680
37681 2012-06-21  Jeff Law  <law@redhat.com>
37682
37683         [BZ #13882]
37684         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37685         uint16_t for elements in the "seen" array to avoid char overflows.
37686         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37687         * elf/dl-open.c (dl_open_worker): Likewise.
37688
37689 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37690
37691         * scripts/list-sources.sh: Scan PORTS for translations.
37692         * po/libc.pot: Regenerated.
37693
37694 2012-06-21  Andreas Jaeger  <aj@suse.de>
37695
37696         [BZ #12194]
37697         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37698         warning.
37699         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37700         * bits/byteswap-16.h (__bswap_16): Likewise.
37701         * bits/byteswap.h (__bswap_constant_16): Likewise.
37702
37703 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37704
37705         [BZ #14117]
37706         * sysdeps/i386/fpu_control.h: Removed.
37707         * sysdeps/x86_64/fpu_control.h: Moved to ...
37708         * sysdeps/x86/fpu_control.h: Here.
37709
37710         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37711         (_FPU_SETCW): Likewise.
37712
37713 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37714
37715         [BZ #14117]
37716         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37717         * sysdeps/x86/fpu/bits/mathinline.h: This.
37718         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37719
37720         [BZ #14050]
37721         [BZ #14117]
37722         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37723         functions if __x86_64__ is defined.
37724
37725 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37726
37727         * string/endian.h: Add !__ASSEMBLER__ condition for including
37728         conversion interfaces.
37729
37730 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37731
37732         [BZ #14241]
37733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37734         of ABS(x) in calculating zero to negative powers other than odd
37735         integers.
37736         * math/libm-test.inc (pow_test): Add more tests.
37737
37738 2012-06-15  Andreas Jaeger  <aj@suse.de>
37739
37740         * manual/contrib.texi (Contributors): Update entry of Liubov
37741         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37742         Machado Filho.
37743
37744 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37745
37746         * string/string.h: Add __wur to GNU version of strerror_r.
37747
37748 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37749
37750         [BZ #14229]
37751         * string/Makefile (tests): Add tst-strtok_r.
37752         * string/tst-strtok_r.c: New file.
37753         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37754         RAX_LP/RDX_LP on SAVE_PTR.
37755
37756 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37757
37758         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37759
37760 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37761
37762         * libm_test.inc (csqrt_test): Allow more spurious underflow
37763         exceptions.
37764         (j0_test): Likewise.
37765         (j1_test): Likewise.
37766         (y0_test): Likewise.
37767         (y1_test): Likewise.
37768
37769 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37770
37771         * po/Makefile (libc.pot): Use UTF-8 charset.
37772
37773 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37774
37775         [BZ #14210]
37776         Suppress sign-conversion warning from FD_SET.
37777         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37778         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37779         not unsigned long int.
37780         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37781
37782 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37783
37784         [BZ #14050]
37785         [BZ #14117]
37786         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37787         __extern_always_inline instead of __extern_inline.
37788         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37789         (__signbit): Likewise.
37790         (__signbitl): Support C++ namespace.
37791         (lrintf): New inline function.
37792         (lrint): Likewise.
37793         (llrintf): Likewise.
37794         (llrint): Likewise.
37795         (fmaxf): Likewise.
37796         (fmax): Likewise.
37797         (fminf): Likewise.
37798         (fmin): Likewise.
37799         (rint): Likewise.
37800         (rintf): Likewise.
37801         (ceil): Likewise.
37802         (ceilf): Likewise.
37803         (floor): Likewise.
37804         (floorf): Likewise.
37805         (nearbyint): Likewise.
37806         (nearbyintf): Likewise.
37807
37808 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37809
37810         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37811         non-default versions.
37812
37813 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37814
37815         [BZ #14218]
37816         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37817
37818 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37819
37820         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37821         (FE_UPWARD, FE_DOWNWARD): Don't define.
37822         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37823         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37824
37825         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37826         reading it.
37827         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37828         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37829
37830 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37831
37832         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37833         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37834         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37835         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37836
37837 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37838
37839         [BZ #14117]
37840         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37841         * sysdeps/i386/fpu/Implies: New file.
37842         * sysdeps/x86_64/fpu/Implies: Likewise.
37843         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37844         * sysdeps/x86/fpu/bits/fenv.h: This.
37845
37846         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37847         __SSE_MATH__.
37848
37849 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37850
37851         [BZ #14134]
37852         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37853         character 0xffff that matches the last element of the
37854         conversion table.
37855
37856 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37857
37858         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37859         fmodl commit.
37860
37861 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37862
37863         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37864         values higher than 25.6283.
37865
37866 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37867
37868         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37869         subnormal exponent extraction and add some __builtin_expect.
37870         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37871         Fix for subnormal mantissa calculation.
37872
37873 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37874
37875         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37876         cpu2 is -1 and errno is not ENOSYS.
37877
37878 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37879
37880         [BZ #14117]
37881         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37882         * sysdeps/x86/bits/string.h: This.
37883         * sysdeps/x86_64/bits/string.h: Removed.
37884
37885         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37886         if not compiling for x86-64, but compiling for >= i486.
37887
37888         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37889         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37890
37891         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37892         New macro from Linux kernel 3.4.0.
37893         (FP_XSTATE_MAGIC2): Likewise.
37894         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37895         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37896         (struct _fpx_sw_bytes): New struct.
37897         (struct _xsave_hdr): Likewise.
37898         (struct _ymmh_state): Likewise.
37899         (struct _xstate): Likewise.
37900
37901         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37902         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37903         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37904         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37905         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37906         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37907
37908         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37909         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37910         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37911         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37912         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37913         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37914
37915 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37916
37917         [BZ #13743]
37918         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37919         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37920         (sysdep_headers): Include sys/platform/ppc.h.
37921         * sysdeps/powerpc/test-gettimebase.c: Test for
37922         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37923         * manual/Makefile (appendices): Include platform.texi.
37924         * manual/contrib.texi (Contributors): Update @node pointers.
37925         * manual/maint.texi (Maintenance): Likewise.
37926         (Platform): New node.
37927         * manual/platform.texi: New file.  Document the new features.
37928
37929 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37930             Jakub Jelinek  <jakub@redhat.com>
37931
37932         [BZ #14188]
37933         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37934         where __builtin_expect is unavailable.
37935
37936 2012-06-03  David S. Miller  <davem@davemloft.net>
37937
37938         * stdlib/longlong.h: Updated from GCC.
37939
37940 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37941
37942         [BZ #14042]
37943         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37944         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37945         __mcount_internal.
37946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37947         (GLIBC_2.16): Likewise.
37948
37949 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37950
37951         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37952
37953 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37954
37955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37956         (default-abi): New variable.
37957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37958         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37959         variable.
37960         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37961         Likewise.
37962         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37963         Likewise.
37964         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37965         Likewise.
37966
37967         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37968         definition.  Document in comment.
37969
37970 2012-06-01  David S. Miller  <davem@davemloft.net>
37971
37972         * stdlib/longlong.h: Updated from GCC.
37973
37974 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37975
37976         [BZ #14117]
37977         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37978         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37979         sys/debugreg.h sys/io.h here.
37980         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37981         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37982         sys/io.h.
37983         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37984         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37985         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37986         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37987         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37988         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37989
37990         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37991         Define only if __x86_64__ is defined.
37992
37993 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37994
37995         [BZ #14048]
37996         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37997         Use int64_t for variable i.
37998         * math/libm-test.inc (fmod_test): Add more tests.
37999
38000         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38001         z computation is not scheduled after fetestexcept.
38002         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38003         Use math_force_eval instead of asm to ensure calculation scheduled
38004         before exception test.
38005         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38006         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38007
38008 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38009
38010         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38011         computation is not scheduled after fetestexcept.
38012
38013 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38014
38015         [BZ #14117]
38016         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38017         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38018
38019 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38020
38021         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38022         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38023
38024 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38025
38026         [BZ #14117]
38027         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38028         <bits/wordsize.h>.
38029         (__WCHAR_MIN): Support __WORDSIZE == 64.
38030         (__WCHAR_MAX): Likewise.
38031
38032         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38033         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38034
38035         [BZ #14183]
38036         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38037         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38038
38039         [BZ #14117]
38040         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38041         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38042
38043         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38044         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38045
38046         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38047         Defined to 1 if __x86_64__ isn't defined.
38048         (_STAT_VER_LINUX_OLD): New.
38049         (st_atime): Remove duplicate.
38050         (st_mtime): Likewise.
38051         (st_ctime): Likewise.
38052
38053 2012-05-31  David S. Miller  <davem@davemloft.net>
38054
38055         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38056         entries.
38057
38058 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38059
38060         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38061         gen-libm-test.pl.
38062
38063         [BZ #14132]
38064         * elf/dl-reloc.c: Include <_itoa.h>.
38065         (_dl_reloc_bad_type): Remove use of INTUSE.
38066         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38067         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38068         * stdio-common/psiginfo.c (psiginfo): Likewise.
38069         * stdio-common/psignal.c (psignal): Likewise.
38070         * string/strsignal.c (strsignal): Likewise.
38071         * include/signal.h (_sys_siglist): Declare hidden proto.
38072         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38073         INTVARDEF with libc_hidden_data_def.
38074         * stdio-common/itoa-udigits.c: Likewise.
38075         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38076         (_itoa_lower_digits_internal): Remove declaration.
38077         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38078         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38079         (_sys_sigabbrev_internal): Remove aliases.
38080         (_sys_siglist): Define hidden alias.
38081
38082 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38083
38084         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38085         bits/sysctl.h.
38086
38087 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38088
38089         [BZ #14117]
38090         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38091         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38092
38093         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38094         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38095         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38096         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38097         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38098         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38099
38100         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38101         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38102         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38103
38104         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38105         with __addr.
38106         (insw): Likewise.
38107         (insl): Likewise.
38108         (outsb): Likewise.
38109         (outsw): Likewise.
38110         (outsl): Likewise.
38111
38112         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38113         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38114         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38115
38116         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38117         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38118         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38119         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38120         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38121         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38122
38123         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38124         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38125
38126         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38127         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38128
38129         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38130         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38131         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38132
38133         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38134         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38135         to ...
38136         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38137
38138         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38139         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38140         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38141
38142         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38143         for x86-64.
38144         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38145
38146 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38147
38148         * math/math.h (M_El): Use two more decimal places.
38149         (M_LOG2El): Likewise.
38150         (M_LOG10El): Likewise.
38151         (M_LN2l): Likewise.
38152         (M_LN10l): Likewise.
38153         (M_PIl): Likewise.
38154         (M_PI_2l): Likewise.
38155         (M_PI_4l): Likewise.
38156         (M_1_PIl): Likewise.
38157         (M_2_PIl): Likewise.
38158         (M_2_SQRTPIl): Likewise.
38159         (M_SQRT2l): Likewise.
38160         (M_SQRT1_2l): Likewise.
38161
38162 2012-05-31  David S. Miller  <davem@davemloft.net>
38163
38164         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38165         values between float registers.
38166         * sysdeps/sparc/sparc64/memset.S: Likewise.
38167         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38168
38169 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38170
38171         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38172         -D_FORTIFY_SOURCE=1.
38173         (CPPFLAGS-tst-longjmp_chk.c): Define.
38174         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38175         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38176         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38177         CFLAGS-tst-wchar-h.c.
38178
38179 2012-05-31  Marek Polacek  <polacek@redhat.com>
38180
38181         [BZ #14132]
38182         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38183         __endmntent_internal): Remove declaration.
38184         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38185         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38186         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38187
38188 2012-05-30  David S. Miller  <davem@davemloft.net>
38189
38190         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38191         (___Q_simulate_exceptions): Use real FP ops rather than writing
38192         into the %fsr.
38193         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38194         Likewise.
38195
38196 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38197
38198         [BZ #14117]
38199         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38200         * sysdeps/x86/bits/xtitypes.h: This.
38201
38202         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38203         * sysdeps/x86/bits/wordsize.h: This.
38204
38205         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38206         * sysdeps/x86/bits/huge_vall.h: This.
38207
38208         * sysdeps/i386/bits/select.h: Removed.
38209         * sysdeps/x86_64/bits/select.h: Renamed to ...
38210         * sysdeps/x86/bits/select.h: This.
38211
38212         * sysdeps/i386/bits/setjmp.h: Removed.
38213         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38214         * sysdeps/x86/bits/setjmp.h: This.
38215
38216         * sysdeps/i386/bits/mathdef.h: Removed.
38217         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38218         * sysdeps/x86/bits/mathdef.h: This.
38219
38220 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38221
38222         [BZ #14132]
38223         * include/sys/socket.h (__connect_internal)
38224         (__libc_sa_len_internal): Remove declaration.
38225         (__connect, __libc_sa_len): Declare hidden_proto.
38226         (SA_LEN): Remove use of INTUSE.
38227         * socket/connect.c: Add libc_hidden_def.
38228         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38229         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38230         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38231         alias.
38232         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38233         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38234         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38235         of adding _internal alias.
38236
38237 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38238
38239         [BZ #14117]
38240         * sysdeps/i386/bits/link.h: Removed.
38241         * sysdeps/i386/bits/linkmap.h: Likewise.
38242         * sysdeps/x86_64/bits/link.h: Renamed to ...
38243         * sysdeps/x86/bits/link.h: This.
38244         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38245         * sysdeps/x86/bits/linkmap.h: This.
38246
38247         * sysdeps/i386/bits/endian.h: Removed.
38248         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38249         * sysdeps/x86/bits/endian.h: This.
38250
38251         * sysdeps/i386/bits/byteswap.h: Removed.
38252         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38253         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38254         * sysdeps/x86/bits/byteswap.h: This.
38255         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38256         * sysdeps/x86/bits/byteswap-16.h: This.
38257         * sysdeps/i386/Implies: Add x86.
38258         * sysdeps/x86_64/Implies: Likewise.
38259
38260 2012-05-30  David S. Miller  <davem@davemloft.net>
38261
38262         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38263         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38264         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38265         (FP_TRAPPING_EXCEPTIONS): Define.
38266         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38267         (FP_TRAPPING_EXCEPTIONS): Define.
38268         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38269         subnormals only when inexact has been signalled or underflow
38270         exceptions are enabled.
38271         (_FP_PACK_CANONICAL): Likewise.
38272
38273 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38274
38275         [BZ #14183]
38276         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38277         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38278
38279 2012-05-30  Richard Henderson  <rth@twiddle.net>
38280
38281         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38282         with #ifndef NOT_IN_libc.
38283
38284         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38285         marked to avoid plt entry.
38286
38287 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38288
38289         [BZ #14112]
38290         * Makeconfig (default-abi): New macro.
38291         (abi-includes): Likewise.
38292         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38293         $(abi-$(default-abi)-lib-soname) for soname if defined.
38294         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38295         abi-variants.
38296         * Makefile (installed-stubs): Likewise.
38297         * include/stubs-biarch.h: Removed.
38298         * scripts/lib-names.awk: Only handle one library at a time.
38299         * scripts/soversions.awk: Remove WORDSIZE support.
38300         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38301         entries.
38302         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38303         Removed.
38304         (syscall-list-default-condition): Likewise.
38305         (syscall-list-default-condition): Likewise.
38306         (syscall-list-includes): Likewise.
38307         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38308         syscall-list-* with abi-*.  Handle undefined abi-variants.
38309         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38310         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38311         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38312         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38313         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38314         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38315         Removed.
38316         (syscall-list-32-options): Likewise.
38317         (syscall-list-32-condition): Likewise.
38318         (syscall-list-64-options): Likewise.
38319         (syscall-list-64-condition): Likewise.
38320         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38321         macro.
38322         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38323         Renamed to ...
38324         (abi-*): This.
38325         (abi-64-ld-soname): New macro.
38326         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38327         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38328         Renamed to ...
38329         (abi-*): This.
38330         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38331         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38332
38333 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38334
38335         * sysdeps/unix/sysv/linux/kernel-features.h
38336         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38337         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38338         include <kernel-features.h>.
38339         [!__NR_ftruncate64]: Remove conditional code.
38340         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38341         [__NR_ftruncate64]: Make code unconditional.
38342         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38343         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38344         include <kernel-features.h>.
38345         [!__NR_ftruncate64]: Remove conditional code.
38346         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38347         [__NR_ftruncate64]: Make code unconditional.
38348         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38350         include <kernel-features.h>.
38351         [!__NR_ftruncate64]: Remove conditional code.
38352         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38353         [__NR_ftruncate64]: Make code unconditional.
38354         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38356         include <kernel-features.h>.
38357         [!__NR_ftruncate64]: Remove conditional code.
38358         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38359         [__NR_ftruncate64]: Make code unconditional.
38360         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38361
38362         * configure.in (libc_cv_fpie): Weaken to a compile test using
38363         LIBC_TRY_CC_OPTION.
38364         * configure: Regenerated.
38365
38366 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38367
38368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38372         Refreshed.
38373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38379         Refreshed.
38380
38381 2012-05-27  David S. Miller  <davem@davemloft.net>
38382
38383         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38384         (___Q_zero): New.
38385         (__Q_simulate_exceptions): Return void.  Change to simulate
38386         exceptions by writing into the %fsr.
38387         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38388         (__Qp_handle_exceptions): Likewise.
38389         (numbers): Delete.
38390         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38391         __Qp_handle_exceptions.
38392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38393         __Qp_handle_exceptions.
38394         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38395         as unused and give dummy FP_RND_NEAREST initializer.
38396         (FP_INHIBIT_RESULTS): Define.
38397         (___Q_simulate_exceptions): Update declaration.
38398         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38399         formatting.
38400         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38401         as unused and give dummy FP_RND_NEAREST initializer.
38402         (__Qp_handle_exceptions): Update declaration.
38403         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38404         formatting.
38405
38406 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38407
38408         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38409         the temporary FPU control word.
38410         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38411         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38412         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38413         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38414         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38415         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38416         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38417         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38418         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38419         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38420         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38421
38422 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38423
38424         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38425         fields.
38426
38427 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38428
38429         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38430         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38431         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38432         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38433         Likewise.
38434         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38435         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38436         Likewise.
38437
38438 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38439
38440         * po/h.po: Update from translation team.
38441
38442 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38443
38444         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38445
38446         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38447         handling of denormals.
38448         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38449         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38450         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38451         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38452         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38453         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38454         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38455         Likewise.
38456
38457 2012-05-26  Marek Polacek  <polacek@redhat.com>
38458
38459         [BZ #14152]
38460         * math/libm-test.inc (fma_test): Don't always expect underflow
38461         exception.
38462
38463 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38464
38465         [BZ #12416]
38466         * elf/tst-execstack.c: Include stackinfo.h.
38467         (do_test): Adjust test case to ensure that pthread_getattr_np
38468         behaviour remains the same after marking stack executable.
38469
38470 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38471
38472         * sysdeps/unix/sysv/linux/kernel-features.h
38473         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38474         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38475         kernel-features.h.
38476         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38477         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38478         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38479         kernel-features.h.
38480         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38481         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38482
38483 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38484
38485         * configure.in: Define the default includes to being none.
38486         * configure: Regenerated.
38487
38488 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38489
38490         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38491         * sysdeps/x86_64/setjmp.S: Likewise.
38492         * sysdeps/i386/bsd-setjmp.S: Likewise.
38493         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38494         * sysdeps/i386/setjmp.S: Likewise.
38495         * sysdeps/i386/__longjmp.S: Likewise.
38496         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38497         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38498
38499         * include/stap-probe.h: New file.
38500         * configure.in: Handle --enable-systemtap.
38501         * configure: Regenerated.
38502         * config.h.in (USE_STAP_PROBE): New #undef.
38503         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38504         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38505         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38506
38507 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38508
38509         [BZ #13717]
38510         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38511         to 2.4.0 where earlier.
38512         * sysdeps/unix/sysv/linux/configure: Regenerated.
38513         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38514         <kernel-features.h>.
38515         [__ASSUME_32BITUIDS]: Make code unconditional.
38516         [!__ASSUME_32BITUIDS]: Remove conditional code.
38517         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38518         <kernel-features.h>.
38519         [__ASSUME_32BITUIDS]: Make code unconditional.
38520         [!__ASSUME_32BITUIDS]: Remove conditional code.
38521         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38522         [__ASSUME_32BITUIDS]: Make code unconditional.
38523         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38524         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38525         <kernel-features.h>.
38526         [__ASSUME_32BITUIDS]: Make code unconditional.
38527         [!__ASSUME_32BITUIDS]: Remove conditional code.
38528         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38529         <kernel-features.h>.
38530         [__ASSUME_32BITUIDS]: Make code unconditional.
38531         [!__ASSUME_32BITUIDS]: Remove conditional code.
38532         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38533         <kernel-features.h>.
38534         [__ASSUME_32BITUIDS]: Make code unconditional.
38535         [!__ASSUME_32BITUIDS]: Remove conditional code.
38536         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38537         <kernel-features.h>.
38538         [__ASSUME_32BITUIDS]: Make code unconditional.
38539         [!__ASSUME_32BITUIDS]: Remove conditional code.
38540         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38541         <kernel-features.h>.
38542         [__ASSUME_32BITUIDS]: Make code unconditional.
38543         [!__ASSUME_32BITUIDS]: Remove conditional code.
38544         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38545         <kernel-features.h>.
38546         [__ASSUME_32BITUIDS]: Make code unconditional.
38547         [!__ASSUME_32BITUIDS]: Remove conditional code.
38548         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38549         <kernel-features.h>.
38550         [__ASSUME_32BITUIDS]: Make code unconditional.
38551         [!__ASSUME_32BITUIDS]: Remove conditional code.
38552         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38553         <kernel-features.h>.
38554         [__ASSUME_32BITUIDS]: Make code unconditional.
38555         [!__ASSUME_32BITUIDS]: Remove conditional code.
38556         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38557         <kernel-features.h>.
38558         [__ASSUME_32BITUIDS]: Make code unconditional.
38559         [!__ASSUME_32BITUIDS]: Remove conditional code.
38560         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38561         <kernel-features.h>.
38562         [__ASSUME_32BITUIDS]: Make code unconditional.
38563         [!__ASSUME_32BITUIDS]: Remove conditional code.
38564         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38565         <kernel-features.h>.
38566         [__NR_setresgid] (__setresgid): Do not declare.
38567         [__ASSUME_32BITUIDS]: Make code unconditional.
38568         [!__ASSUME_32BITUIDS]: Remove conditional code.
38569         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38570         <kernel-features.h>.
38571         [__NR_setresuid] (__setresuid): Do not declare.
38572         [__ASSUME_32BITUIDS]: Make code unconditional.
38573         [!__ASSUME_32BITUIDS]: Remove conditional code.
38574         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38575         <kernel-features.h>.
38576         [__ASSUME_32BITUIDS]: Make code unconditional.
38577         [!__ASSUME_32BITUIDS]: Remove conditional code.
38578         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38579         <kernel-features.h>.
38580         [__ASSUME_32BITUIDS]: Make code unconditional.
38581         [!__ASSUME_32BITUIDS]: Remove conditional code.
38582         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38583         <kernel-features.h>.
38584         [__ASSUME_32BITUIDS]: Make code unconditional.
38585         [!__ASSUME_32BITUIDS]: Remove conditional code.
38586         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38587         <kernel-features.h>.
38588         [__ASSUME_32BITUIDS]: Make code unconditional.
38589         [!__ASSUME_32BITUIDS]: Remove conditional code.
38590         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38591         <kernel-features.h>.
38592         [__ASSUME_32BITUIDS]: Make code unconditional.
38593         [!__ASSUME_32BITUIDS]: Remove conditional code.
38594         * sysdeps/unix/sysv/linux/i386/setresgid.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/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
38615         (__ASSUME_SETRESUID_SYSCALL): Remove.
38616         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38617         (__ASSUME_32BITUIDS): Likewise.
38618         (__ASSUME_LDT_WORKS): Likewise.
38619         (__ASSUME_O_DIRECTORY): Likewise.
38620         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38621         architecture but not kernel version.
38622         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38623         (__ASSUME_MMAP2_SYSCALL): Likewise.
38624         (__ASSUME_STAT64_SYSCALL): Likewise.
38625         (__ASSUME_IPC64): Likewise.
38626         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38627         <kernel-features.h>.
38628         [__ASSUME_32BITUIDS]: Make code unconditional.
38629         [!__ASSUME_32BITUIDS]: Remove conditional code.
38630         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38631         <kernel-features.h>.
38632         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38633         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38634         132096]: Remove conditional code.
38635         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38636         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38637         <kernel-features.h>.
38638         [__ASSUME_32BITUIDS]: Make code unconditional.
38639         [!__ASSUME_32BITUIDS]: Remove conditional code.
38640         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38641         <kernel-features.h>.
38642         [__ASSUME_32BITUIDS]: Make code unconditional.
38643         [!__ASSUME_32BITUIDS]: Remove conditional code.
38644         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38645         <kernel-features.h>.
38646         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38647         unconditional.
38648         (__setresgid): Do not declare.
38649         [__ASSUME_32BITUIDS]: Make code unconditional.
38650         [!__ASSUME_32BITUIDS]: Remove conditional code.
38651         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38652         <kernel-features.h>.
38653         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38654         unconditional.
38655         (__setresuid): Do not declare.
38656         [__ASSUME_32BITUIDS]: Make code unconditional.
38657         [!__ASSUME_32BITUIDS]: Remove conditional code.
38658         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38659         <kernel-features.h>.
38660         [__ASSUME_32BITUIDS]: Make code unconditional.
38661         [!__ASSUME_32BITUIDS]: Remove conditional code.
38662         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38663         <kernel-features.h>.
38664         [__ASSUME_32BITUIDS]: Make code unconditional.
38665         [!__ASSUME_32BITUIDS]: Remove conditional code.
38666
38667 2012-05-25  Richard Henderson  <rth@twiddle.net>
38668
38669         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38670         dl_hwcap to ifunc resolver.
38671         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38672         elf_ifunc_invoke.
38673         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38674         dl_hwcap to ifunc resolver.
38675         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38676
38677 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38678
38679         [BZ #14153]
38680         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38681         for |x| <= 2**-26, not 2**-57.
38682         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38683         exception.
38684
38685 2012-05-24  Jeff Law  <law@redhat.com>
38686
38687         * stdio-common/Makefile (tests): Add bug25.
38688         * stdio-common/bug25.c: New test.
38689
38690 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38691
38692         [BZ #13576]
38693         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38694         multiple of MALLOC_ALIGNMENT in size.
38695         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38696
38697 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38698
38699         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38700         Require >= 256.
38701         (FILENAME_MAX): Use macro-int-constant.
38702         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38703         (_IOFBF): Use macro-int-constant.
38704         (_IOLBF): Likewise.
38705         (_IONBF): Likewise.
38706         (SEEK_CUR): Likewise.
38707         (SEEK_END): Likewise.
38708         (SEEK_SET): Likewise.
38709         (TMP_MAX): Likewise.
38710         (EOF): Use macro-int-constant.  Require < 0.
38711         (NULL): Use macro-constant.  Require == 0.
38712         (stdin): Require type to be FILE *.
38713         (stdout): Likewise.
38714         (stderr): Likewise.
38715         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38716         macro-int-constant.
38717         (EXIT_SUCCESS): Likewise.
38718         (NULL): Use macro-constant.  Require == 0.
38719         (RAND_MAX): Use macro-int-constant.
38720         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38721         [C99-based standards] (strtof): Require function.
38722         [C99-based standards] (strtold): Likewise.
38723         [C99-based standards] (strtoll): Likewise.
38724         [C99-based standards] (strtoull): Likewise.
38725         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38726         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38727         [ISO || ISO99 || ISO11] (math.h): Likewise.
38728         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38729         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38730         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38731
38732 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38733
38734         [BZ #14132]
38735         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38736         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38737         * intl/dgettext.c (DCGETTEXT): Likewise.
38738         * intl/gettext.c (DCGETTEXT): Likewise.
38739         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38740         * posix/regex_internal.h (gettext): Likewise.
38741         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38742         Remove declaration.
38743         * include/argz.h (__argz_count_internal)
38744         (__argz_stringify_internal): Remove declaration.
38745         (__argz_count, __argz_stringify): Declare hidden proto.
38746         * intl/dcgettext.c: Remove use of INTDEF.
38747         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38748         * string/argz-stringify.c: Likewise.
38749         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38750         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38751         Declare hidden proto.
38752         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38753         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38754         Declare hidden proto.
38755         * include/stdio.h (__asprintf_internal): Don't declare.
38756         (__asprintf): Don't define as macro.  Declare hidden proto.
38757         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38758         (__fsetlocking): Declare hidden proto.
38759         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38760         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38761         hidden proto.
38762         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38763         (_IO_setlinebuf): Remove use of INTUSE.
38764         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38765         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38766         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38767         Remove declaration.
38768         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38769         (_IO_do_flush): Remove use of INTUSE.
38770         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38771         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38772         (_IO_adjust_column, _IO_least_wmarker)
38773         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38774         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38775         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38776         (_IO_default_doallocate, _IO_wdefault_doallocate)
38777         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38778         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38779         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38780         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38781         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38782         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38783         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38784         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38785         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38786         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38787         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38788         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38789         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38790         proto.
38791         (_IO_flush_all_internal, _IO_adjust_column_internal)
38792         (_IO_default_uflow_internal, _IO_default_finish_internal)
38793         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38794         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38795         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38796         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38797         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38798         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38799         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38800         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38801         (_IO_file_close_internal, _IO_file_close_it_internal)
38802         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38803         (_IO_file_init_internal, _IO_file_attach_internal)
38804         (_IO_file_fopen_internal, _IO_file_read_internal)
38805         (_IO_file_sync_internal, _IO_file_seek_internal)
38806         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38807         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38808         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38809         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38810         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38811         (_IO_list_all_internal, _IO_link_in_internal)
38812         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38813         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38814         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38815         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38816         (_IO_do_write_internal, _IO_padn_internal)
38817         (_IO_getline_info_internal, _IO_getline_internal)
38818         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38819         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38820         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38821         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38822         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38823         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38824         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38825         with libc_hidden_ver, remove use of INTUSE.
38826         * libio/genops.c: Likewise.
38827         * libio/freopen.c: Likewise.
38828         * libio/freopen64.c: Likewise.
38829         * libio/iofclose.c: Likewise.
38830         * libio/iofdopen.c: Likewise.
38831         * libio/iofflush.c: Likewise.
38832         * libio/iofflush_u.c: Likewise.
38833         * libio/iofgets.c: Likewise.
38834         * libio/iofgets_u.c: Likewise.
38835         * libio/iofopen.c: Likewise.
38836         * libio/iofopncook.c: Likewise.
38837         * libio/iofread.c: Likewise.
38838         * libio/iofread_u.c: Likewise.
38839         * libio/ioftell.c: Likewise.
38840         * libio/iofwrite.c: Likewise.
38841         * libio/iogetline.c: Likewise.
38842         * libio/iogets.c: Likewise.
38843         * libio/iogetwline.c: Likewise.
38844         * libio/iopadn.c: Likewise.
38845         * libio/iopopen.c: Likewise.
38846         * libio/ioseekoff.c: Likewise.
38847         * libio/ioseekpos.c: Likewise.
38848         * libio/iosetbuffer.c: Likewise.
38849         * libio/iosetvbuf.c: Likewise.
38850         * libio/ioungetc.c: Likewise.
38851         * libio/ioungetwc.c: Likewise.
38852         * libio/iovdprintf.c: Likewise.
38853         * libio/iovsprintf.c: Likewise.
38854         * libio/iovsscanf.c: Likewise.
38855         * libio/memstream.c: Likewise.
38856         * libio/obprintf.c: Likewise.
38857         * libio/oldfileops.c: Likewise.
38858         * libio/oldiofclose.c: Likewise.
38859         * libio/oldiofdopen.c: Likewise.
38860         * libio/oldiofopen.c: Likewise.
38861         * libio/oldiopopen.c: Likewise.
38862         * libio/oldstdfiles.c: Likewise.
38863         * libio/putc.c: Likewise.
38864         * libio/setbuf.c: Likewise.
38865         * libio/setlinebuf.c: Likewise.
38866         * libio/stdfiles.c: Likewise.
38867         * libio/strops.c: Likewise.
38868         * libio/vasprintf.c: Likewise.
38869         * libio/vscanf.c: Likewise.
38870         * libio/vsnprintf.c: Likewise.
38871         * libio/vswprintf.c: Likewise.
38872         * libio/wfiledoalloc.c: Likewise.
38873         * libio/wfileops.c: Likewise.
38874         * libio/wgenops.c: Likewise.
38875         * libio/wmemstream.c: Likewise.
38876         * libio/wstrops.c: Likewise.
38877         * libio/__fpurge.c: Likewise.
38878         * libio/__fsetlocking.c: Likewise.
38879         * assert/assert.c: Likewise.
38880         * debug/fgets_chk.c: Likewise.
38881         * debug/fgets_u_chk.c: Likewise.
38882         * debug/fread_chk.c: Likewise.
38883         * debug/fread_u_chk.c: Likewise.
38884         * debug/gets_chk.c: Likewise.
38885         * debug/obprintf_chk.c: Likewise.
38886         * debug/vasprintf_chk.c: Likewise.
38887         * debug/vdprintf_chk.c: Likewise.
38888         * debug/vsnprintf_chk.c: Likewise.
38889         * debug/vsprintf_chk.c: Likewise.
38890         * malloc/mtrace.c: Likewise.
38891         * misc/error.c: Likewise.
38892         * misc/syslog.c: Likewise.
38893         * stdio-common/asprintf.c: Likewise.
38894         * stdio-common/fxprintf.c: Likewise.
38895         * stdio-common/getw.c: Likewise.
38896         * stdio-common/isoc99_fscanf.c: Likewise.
38897         * stdio-common/isoc99_scanf.c: Likewise.
38898         * stdio-common/isoc99_vfscanf.c: Likewise.
38899         * stdio-common/isoc99_vscanf.c: Likewise.
38900         * stdio-common/isoc99_vsscanf.c: Likewise.
38901         * stdio-common/printf-prs.c: Likewise.
38902         * stdio-common/printf_fp.c: Likewise.
38903         * stdio-common/printf_fphex.c: Likewise.
38904         * stdio-common/printf_size.c: Likewise.
38905         * stdio-common/putw.c: Likewise.
38906         * stdio-common/scanf.c: Likewise.
38907         * stdio-common/sprintf.c: Likewise.
38908         * stdio-common/tmpfile.c: Likewise.
38909         * stdio-common/vfprintf.c: Likewise.
38910         * stdio-common/vfscanf.c: Likewise.
38911         * stdlib/strfmon_l.c: Likewise.
38912         * sunrpc/openchild.c: Likewise.
38913         * sunrpc/xdr_stdio.c: Likewise.
38914         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38915         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38916
38917 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38918
38919         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38920
38921         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38922         in the third column, to generate for the shared library an IFUNC
38923         that uses _dl_vdso_vsym.
38924         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38925         * Makeconfig (object-suffixes-noshared): New variable.
38926
38927         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38928         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38929         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38930         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38931
38932         [BZ #14132]
38933         * include/sys/time.h (__gettimeofday): Remove macro.
38934         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38935         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38936         Remove INTDEF.
38937         (__gettimeofday): Add libc_hidden_def.
38938         (gettimeofday): Add libc_hidden_weak.
38939         * sysdeps/mach/gettimeofday.c: Likewise.
38940         * sysdeps/posix/gettimeofday.c: Likewise.
38941         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38942         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38943         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38944         (__gettimeofday_internal): Remove strong_alias.
38945         (__gettimeofday): Add libc_hidden_def.
38946         (gettimeofday): Add libc_hidden_weak.
38947         * sysdeps/unix/syscalls.list (gettimeofday):
38948         Remove __gettimeofday_internal alias.
38949
38950 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38951             H.J. Lu  <hongjiu.lu@intel.com>
38952
38953         [BZ #12495]
38954         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38955         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38956         (largebin_index_32_big): New.
38957         (largebin_index): Use it for 16-byte alignment.
38958         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38959         correction with front_misalign.
38960
38961 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38962
38963         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38965         Likewise.
38966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38967         Likewise.
38968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38969         Likewise.
38970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38971         Likewise.
38972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38973         Likewise.
38974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38975         Likewise.
38976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38977         Likewise.
38978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38979         Likewise.
38980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38981         Likewise.
38982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38983         Likewise.
38984         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38985         Likewise.
38986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38987         Likewise.
38988
38989         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38990         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38991
38992 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38993
38994         [BZ #10846]
38995         [BZ #14036]
38996         * math/libm-test.inc (exp_test): Add test from bug 14036.
38997         (pow_test): Add test from bug 10846.
38998
38999         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39000         and other flags.
39001         (special_function): Do not include flags in test name.
39002         (parse_args): Likewise.
39003         * sysdeps/i386/fpu/libm-test-ulps: Update.
39004         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39005         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39006         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39008
39009         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39010         exceptions.
39011         * math/libm-test.inc ("Philosophy"): Update comment about
39012         exception testing.
39013         (UNDERFLOW_EXCEPTION): New macro.
39014         (UNDERFLOW_EXCEPTION_OK): Likewise.
39015         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39016         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39017         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39018         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39019         (INVALID_EXCEPTION_OK): Update value.
39020         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39021         (OVERFLOW_EXCEPTION_OK): Likewise.
39022         (IGNORE_ZERO_INF_SIGN): Likewise.
39023         (test_exceptions): Handle underflow exceptions.
39024         (acos_test): Update for underflow exception expectations.
39025         (cexp_test): Likewise.
39026         (clog_test): Likewise.
39027         (clog10_test): Likewise.
39028         (csqrt_test): Likewise.
39029         (ctan_test): Likewise.
39030         (ctanh_test): Likewise.
39031         (exp_test): Likewise.
39032         (exp10_test): Likewise.
39033         (exp2_test): Likewise.
39034         (expm1_test): Likewise.
39035         (fma_test): Likewise.
39036         (j0_test): Likewise.
39037         (jn_test): Likewise.
39038         (nexttoward_test): Likewise.
39039         (pow_test): Likewise.
39040         (scalbn_test): Likewise.
39041         (scalbln_test): Likewise.
39042         (tan_test): Likewise.
39043         (y1_test): Likewise.
39044         * sysdeps/i386/fpu/libm-test-ulps: Update.
39045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39046
39047 2012-05-23  David S. Miller  <davem@davemloft.net>
39048
39049         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39050         (__libc_sigaction): Remove unused local variables.
39051
39052 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39053
39054         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39055
39056 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39057
39058         mktime: avoid signed integer overflow
39059         * time/mktime.c (__mktime_internal): Do not mishandle the case
39060         where diff == INT_MIN.
39061
39062         mktime: simplify computation of average
39063         * time/mktime.c (ranged_convert): Use new time_t_avg function
39064         instead of rolling our own (probably-slower) code.
39065
39066         mktime: do not assume signed right shift propagates sign bit
39067         * time/mktime.c (isdst_differ): New static function.
39068         (__mktime_internal): No need to normalize tm_isdst now.
39069         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39070         tm_isdst values.
39071
39072         mktime: merge another wrapv change from gnulib
39073         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39074         from some compilers.
39075
39076         mktime: remove incorrect attempt at unusual arithmetics
39077         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39078         The code didn't really work on such machines anyway.
39079         (TYPE_MINIMUM): Assume two's complement.
39080         (twos_complement_arithmetic): Verify that long_int and time_t
39081         are two's complement (or unsigned, in the latter case).
39082
39083         mktime: check signed shifts on long_int and time_t, too
39084         * time/mktime.c (SHR): Check that shifts work as desired
39085         on the types long_int and time_t too, as SHR is used on
39086         such types.
39087
39088         mktime: do not assume 'long' is wide enough
39089         * time/mktime.c (verify): Move decl up.
39090         (long_int): New type.
39091         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39092         to remove assumption in the code that 'long' is wide enough to
39093         store year values.  This assumption is not true on x32 and on
39094         some non-glibc platforms.
39095
39096         mktime: merge wrapv change from gnulib
39097         * time/mktime.c (WRAPV): New macro.
39098         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39099         (guess_time_tm, __mktime_internal): Do not assume that signed
39100         integer overflow wraps around; modern compilers generate code
39101         where this assumption is no longer valid.
39102
39103 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39104
39105         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39106         Replace "jmp L(pseudo_end)" with "ret".
39107         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39108         Likewise.
39109
39110 2012-05-23  Andreas Jaeger  <aj@suse.de>
39111
39112         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39113         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39114
39115 2012-05-23  Andreas Jaeger  <aj@suse.de>
39116             Maximilian Attems  <max@stro.at>
39117
39118         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39119         New macros.
39120
39121 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39122
39123         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39124         code so that pseudo_end is just ret and the stack pointer is
39125         correct also for static library in error case.
39126
39127 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39128
39129         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39130         move to syscalls.list.
39131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39135
39136         * manual/install.texi (Running make install): Do not mention Linux
39137         kernel version for which pt_chown is not needed.
39138         (Linux): Do not mention problems with nscd with 2.0 kernels.
39139         * INSTALL: Regenerated.
39140
39141 2012-05-23  Andreas Jaeger  <aj@suse.de>
39142
39143         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39144         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39145         macro.
39146         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39147         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39148         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39149         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39150         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39151         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39152         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39153         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39154         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39155         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39156         * sysdeps/unix/sysv/linux/bits/in.h
39157         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39158
39159 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39160
39161         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39162         (PREPARE_VERSION): Just use assert instead, it will be elided
39163         under [NDEBUG] anyway.
39164
39165 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39166
39167         * sysdeps/unix/sysv/linux/Makefile: Include
39168         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39169         (sysdep_routines): Remove sysctl.
39170         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39171         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39172         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39173         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39174         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39175
39176 2012-05-22  Andreas Jaeger  <aj@suse.de>
39177
39178         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39179         that pseudo_end is just ret and the stack pointer is correct also
39180         for static library in error case.
39181
39182 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39183
39184         [BZ #14122]
39185         * nss/nsswitch.c (defconfig_entries): New variable.
39186         (__nss_database_lookup): Don't leak defconfig entries.
39187         (nss_parse_service_list): Don't leak on error paths.
39188         (free_database_entries): New function.
39189         (free_defconfig): New function.
39190         (free_mem): Move common code to free_database_entries.
39191
39192 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39193
39194         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39195         Add arch_prctl.
39196         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39197
39198         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39199         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39200         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39201         New macro.
39202         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39203         (INTERNAL_SYSCALL_TYPES): Likewise.
39204         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39205         (LOAD_REGS_TYPES_[1-6]): Likewise.
39206         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39207         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39208
39209 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39210
39211         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39212         copysignl for GLIBC_2_0.
39213         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39214         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39215         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39216         logbl for GLIBC_2_0.
39217         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39218         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39219
39220 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39221
39222         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39223         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39224
39225         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39226         Use "neg %eax".
39227
39228         * time/mktime.c: Update copyright years.
39229
39230 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39231
39232         mktime: merge comment-quoting-style change from gnulib
39233         * time/mktime.c: Quote 'like this' in comments.
39234         The GNU coding standards suggest that we no longer quote `like this',
39235         as "`" and "'" are typically rendered asymmetrically nowadays.
39236         The typical gnulib style is to quote 'like this' when quoting
39237         code, and "like this" when quoting English.
39238
39239         * time/mktime.c (compile-command): Add "-I.".
39240
39241         mktime: merge mktime-internal.h change from gnulib
39242         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39243
39244         mktime: merge time_r change from gnulib
39245         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39246
39247         mktime: merge DEBUG change from gnulib
39248         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39249         case system <time.h> has a #define.
39250
39251         mktime: merge <sys/types.h> change from gnulib
39252         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39253         since <time.t> is now guaranteed to define time_t.
39254
39255         mktime: merge HAVE_CONFIG_H change from gnulib
39256         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39257
39258 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39259
39260         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39261         Use "neg %eax".
39262
39263         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39264         __rlim_t cast.
39265         (struct rusage): Use anonymous union to pad each field to
39266         __syscall_slong_t.
39267
39268 2012-05-21  David S. Miller  <davem@davemloft.net>
39269
39270         * Makefules (o-iterator): Remove .s cases.
39271         (compile-command.s): Delete.
39272         (COMPILE.s): Delete.
39273         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39274
39275 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39276
39277         * configure.in (libc_cv_predef_stack_protector): Only consider
39278         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39279         * configure: Regenerated.
39280
39281 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39282
39283         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39284         New macro.  Use R*LP on int and pointer.
39285         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39286         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39287         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39288         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39289
39290         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39291         [__WORDSIZE_TIME64_COMPAT32] instead of
39292         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39293         (struct utmp): Likewise.
39294         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39295         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39296         Renamed to ...
39297         (__WORDSIZE_TIME64_COMPAT32): This.
39298         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39299         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39300         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39301         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39302         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39303         (__WORDSIZE_TIME64_COMPAT32): New macro.
39304
39305 2012-05-21  Andreas Jaeger  <aj@suse.de>
39306
39307         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39308         only if [SHARED]. Add prototype for __wcschr_ia32.
39309
39310 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39311
39312         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39313         of %rbp unmolested in the jmp_buf while mangling the low bits.
39314         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39315         unmolested high bits of %rbp while demangling the low bits.
39316         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39317
39318 2012-05-21  Andreas Jaeger  <aj@suse.de>
39319
39320         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39321         * sunrpc/svc_simple.c: Use it for registerrpc.
39322         * sunrpc/xcrypt.c: Use it for passwd2des.
39323
39324         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39325
39326 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39327
39328         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39329         Don't define if [__SYSCALL_WORDSIZE != 32].
39330         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39331         New macro.
39332
39333 2012-05-21  Bruno Haible  <bruno@clisp.org>
39334             Andreas Jaeger  <aj@suse.de>
39335
39336         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39337         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39338         inptr and inend for must_buffer_ch.
39339         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39340         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39341         * stdio-common/Makefile (tests): Remove bug15.
39342         (bug15-ENV): Remove macro.
39343         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39344         anymore.
39345
39346 2012-05-19  Andreas Jaeger  <aj@suse.de>
39347             Roland McGrath  <roland@hack.frob.com>
39348
39349         * manual/contrib.texi: Completely rewritten. It contains now an
39350         alphabetical list of contributors and their contributions.
39351
39352 2012-05-21  Richard Henderson  <rth@twiddle.net>
39353
39354         * misc/getauxval.c (__getauxval): Use unsigned long int.
39355         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39356         (getauxval): Use unsigned long int.
39357
39358 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39359
39360         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39361
39362 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39363
39364         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39365         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39366         __alignof__ (long double).
39367
39368 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39369
39370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39371
39372 2012-05-20  Richard Henderson  <rth@twiddle.net>
39373
39374         * misc/getauxval.c: New file.
39375         * misc/sys/auxv.h: New file.
39376         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39377         (routines): Add getauxval.
39378         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39379         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39380         * elf/dl-sysdep.c (_dl_auxv): Remove.
39381         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39382         * elf/dl-support.c (_dl_auxv): New variable.
39383         (_dl_aux_init): Initialize it.
39384         * manual/startup.texi (Auxiliary Vector): New node.
39385         * sysdeps/generic/bits/hwcap.h: New file.
39386         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39387         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39388         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39389         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39390         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39391         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39393         Update.
39394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39397         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39398         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39400         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39402
39403 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39404
39405         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39406
39407 2012-05-19  David S. Miller  <davem@davemloft.net>
39408
39409         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39410
39411 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39412
39413         [BZ #14123]
39414         * math/s_ccosh.c: Include <float.h>
39415         (__ccosh): Avoid internal overflow calculating sinh and cosh
39416         values before multiplying by sin and cos values.
39417         * math/s_ccoshf.c: Likewise.
39418         * math/s_ccoshl.c: Likewise.
39419         * math/s_csin.c: Likewise.
39420         * math/s_csinf.c: Likewise.
39421         * math/s_csinl.c: Likewise.
39422         * math/s_csinh.c: Likewise.
39423         * math/s_csinhf.c: Likewise.
39424         * math/s_csinhl.c: Likewise.
39425         * math/libm-test.inc (ccos_test): Add more tests.
39426         (ccosh_test): Likewise.
39427         (csin_test): Likewise.
39428         (csinh_test): Likewise.
39429         * sysdeps/i386/fpu/libm-test-ulps: Update.
39430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39431
39432 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39433
39434         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39435         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39436
39437         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39438
39439 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39440
39441         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39442         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39443         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39444         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39445         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39446         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39447         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39448         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39449         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39450         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39451         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39452         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39453         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39454         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39455         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39456         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39457         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39458         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39459         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39460         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39461         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39462         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39463         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39464         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39465         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39466         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39467         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39468         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39469         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39470         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39471         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39472
39473 2012-05-18  Andreas Jaeger  <aj@suse.de>
39474
39475         * csu/.gitignore: Delete.
39476
39477 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39478
39479         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39480         (timex): Use __syscall_slong_t.
39481
39482 2012-05-18  Andreas Jaeger  <aj@suse.de>
39483             Carlos O'Donell  <carlos_odonell@mentor.com>
39484
39485         * manual/install.texi (Configuring and compiling): Update
39486         description about files modified in the source directory.
39487         * INSTALL: Regenerated.
39488
39489 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39490
39491         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39492         value.  Use "or" to set return value to -1.
39493         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39494         negate return value.
39495
39496 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39497
39498         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39499         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39500         failure if the compiler has Graphite support disabled.
39501         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39502         Likewise.
39503         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39504         (CFLAGS-memmove.c): Likewise.
39505         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39506         Likewise.
39507
39508 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39509
39510         * sysdeps/x86_64/x32/_itoa.h: New file.
39511
39512         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39513         getdents system call only if kernel and user dirents have the
39514         same d_ino and d_off.
39515
39516         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39517         LLONG_MAX != LONG_MAX.
39518         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39519         (_fitoa_word): Likewise.
39520
39521         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39522         years.
39523         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39524         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39525         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39526
39527         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39528         include <bits/wordsize.h>.  Check __x86_64__ instead of
39529         __WORDSIZE.
39530         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39531         if __x86_64__ is defined.  Use anonymous union on fpstate.
39532
39533         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39534         anonymous union.
39535
39536 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39537
39538         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39539         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39540         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39541         Refer to _rtld_local_ro instead of _rtld_global_ro.
39542         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39543         Likewise.
39544         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39545         Likewise.
39546         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39547         Likewise.
39548         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39549         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39550         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39551
39552         * sysdeps/powerpc/powerpc32/dl-machine.c
39553         (__elf_machine_runtime_setup) [PROF]: Don't reference
39554         _dl_prof_resolve.
39555
39556 2012-05-18  Andreas Jaeger  <aj@suse.de>
39557
39558         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39559         function only available for GCCs before 3.4 since GCC 3.4
39560         introduced a builtin.
39561         (lrint): Likewise.
39562         (llrintf): Likewise.
39563         (llrint): Likewise.
39564         (fmaxf): Likewise.
39565         (fmax): Likewise.
39566         (fminf): Likewise.
39567         (fmin): Likewise.
39568         (rint): Likewise.
39569         (rintf): Likewise.
39570         (nearbyint): Likewise.
39571         (nearbyintf): Likewise.
39572         (ceil): Likewise.
39573         (ceilf): Likewise.
39574         (floor): Likewise.
39575         (floorf): Likewise.
39576
39577 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39578
39579         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39580         on both fields and cast pointer to __syscall_ulong_t.
39581
39582         * bits/types.h (__fsword_t): New type.
39583         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39584         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39585         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39586         (__FSWORD_T_TYPE): Likewise.
39587         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39588         (__FSWORD_T_TYPE): Likewise.
39589         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39590         (__FSWORD_T_TYPE): Likewise.
39591         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39592         (__FSWORD_T_TYPE): Likewise.
39593         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39594         __SWORD_TYPE with __fsword_t.
39595         (statfs64): Likewise.
39596
39597 2012-05-17  David S. Miller  <davem@davemloft.net>
39598
39599         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39600
39601 2012-05-17  Andreas Jaeger  <aj@suse.de>
39602
39603         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39604         warning.
39605
39606 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39607
39608         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39609
39610 2012-05-17  Andreas Jaeger  <aj@suse.de>
39611
39612         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39613         when it is used.
39614
39615 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39616
39617         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39618
39619 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39620
39621         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39622         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39623
39624 2012-05-17  Andreas Jaeger  <aj@suse.de>
39625             Carlos O'Donell  <carlos_odonell@mentor.com>
39626
39627         [BZ #14059]
39628         * sysdeps/x86_64/multiarch/init-arch.h
39629         (bit_YMM_Usable): Rename to...
39630         (bit_AVX_Usable): ... this.
39631         (bit_FMA4_Usable): New macro.
39632         (bit_XMM_state): New macro.
39633         (bit_YMM_state): New macro.
39634         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39635         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39636         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39637         (CPUID_OSXSAVE): New macro.
39638         (CPUID_AVX): New macro.
39639         (CPUID_FMA4): New macro.
39640         (index_YMM_Usable): Rename to...
39641         (index_AVX_Usable): ... this.
39642         (HAS_AVX): Use HAS_ARCH_FEATURE.
39643         (HAS_FMA4): Likewise.
39644         (HAS_YMM_USABLE): Remove.
39645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39646         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39647         are present.
39648         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39649         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39650         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39651         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39652         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39653
39654 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39655
39656         * math/libm-test.c: Support platforms without multiple rounding modes.
39657         * math/bug-nextafter.c: Support platforms without FP exceptions.
39658         * math/bug-nexttoward.c: Likewise.
39659         * math/test-fenv.c: Likewise.
39660         * math/test-misc.c: Likewise.
39661         * stdlib/bug-getcontext.c: Likewise.
39662
39663 2012-05-17  Andreas Jaeger  <aj@suse.de>
39664
39665         * manual/examples/search.c (critter_cmp): Change signature to
39666         avoid warnings.
39667         * manual/string.texi (Collation Functions): Likewise.
39668
39669 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39670
39671         * bits/types.h: Fold copyright years.
39672         * bits/typesizes.h: Likewise.
39673         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39674         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39675         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39676         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39677         * time/time.h: Likewise.
39678
39679 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39680
39681         [BZ #208]
39682         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39683         in instead of returning them.  Return void.
39684         (__libc_mallinfo): Accumulate over all arenas.
39685         (__malloc_stats): Adjust for change in int_mallinfo interface.
39686
39687 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39688
39689         [BZ #10375]
39690         * configure.in (NM): Add AC_CHECK_TOOL for it.
39691         (libc_extra_cflags): New substituted variable.
39692         Check for -fstack-protector being used implicitly.
39693         * configure: Regenerated.
39694         * config.make.in (config-extra-cflags): New variable,
39695         gets @libc_extra_cflags@.
39696         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39697
39698         [BZ #10375]
39699         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39700         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39701         * configure: Regenerated.
39702         * config.make.in (CPPUNDEFS): New substituted variable.
39703         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39704         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39705         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39706
39707 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39708
39709         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39710         (mq_attr): Use __syscall_slong_t.
39711
39712 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39713
39714         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39715         Check __x86_64__ instead of __WORDSIZE.
39716         (_STAT_VER_LINUX): Likewise.
39717         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39718         __syscall_ulong_t and __syscall_slong_t.
39719         (stat64): Likewise.
39720
39721 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39722
39723         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39724
39725 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39726
39727         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39728
39729 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39730
39731         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39732         __syscall_ulong_t.
39733
39734         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39735         include <bits/wordsize.h>.  Check __x86_64__ instead of
39736         __WORDSIZE.
39737         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39738         defined.
39739         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39740
39741         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39742         include <bits/wordsize.h>.  Check __x86_64__ instead of
39743         __WORDSIZE.
39744         (user_regs_struct): Use "__extension__ unsigned long long"
39745         instead of "unsigned long" if __x86_64__ is defined.
39746         (user): Likewise.  Pad after pointer field if __ILP32__ is
39747         defined.
39748
39749 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39750
39751         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39752         versions 5 to 9.
39753         * configure: Regenerated.
39754         * manual/install.texi (texinfo): Increase version requirement to
39755         4.5 or later.
39756         * INSTALL: Regenerated.
39757
39758         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39759
39760 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39761
39762         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39763
39764         * sysdeps/x86_64/x32/ffs.c: New file.
39765
39766         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39767         __syscall_ulong_t.
39768         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39769         defined.  Use __syscall_ulong_t.
39770         (shminfo): Use __syscall_ulong_t.
39771         (shm_info): Likewise.
39772
39773         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39774         __syscall_ulong_t.
39775
39776         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39777         <bits/wordsize.h>.
39778         (msgqnum_t): Use __syscall_ulong_t.
39779         (msglen_t): Likewise.
39780         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39781         __syscall_ulong_t.
39782
39783         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39784         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39785
39786         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39787
39788         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39789         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39790
39791         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39792         __syscall_slong_t.
39793
39794         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39795         include <bits/wordsize.h>.  Check __x86_64__ instead of
39796         __WORDSIZE.
39797
39798         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39799         "unsigned long long int" if __x86_64__ is defined.
39800         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39801
39802         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39803         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39804         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39805
39806         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39807         <stdint.h>.
39808         (GET_PC): Cast to uintptr_t first.
39809         (GET_FRAME): Likewise.
39810         (GET_STACK): Likewise.
39811
39812         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39813         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39814         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39815         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39816         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39817         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39818         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39819         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39820         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39821         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39822         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39823         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39825         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39826         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39827         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39828         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39829         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39831         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39832         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39833         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39834         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39835         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39836         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39837         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39838         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39839         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39840         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39841
39842 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39843
39844         * Makerules (+depfiles): Also collect depfiles from .oS in
39845         $(extra-objs).
39846         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39847         .oS, $(libnldbl-routines)).
39848
39849         * Makerules (native-compile-mkdep-flags): Define.
39850         * sunrpc/Makefile (extra-objs): Add $(addprefix
39851         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39852         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39853         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39854         calling $(make-target-directory).
39855
39856 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39857
39858         * bits/types.h (__snseconds_t): Removed.
39859         * time/time.h (struct timespec): Replace __snseconds_t with
39860         __syscall_slong_t.
39861         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39862         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39863         Likewise.
39864         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39865         (__SNSECONDS_T_TYPE): Likewise.
39866         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39867         (__SNSECONDS_T_TYPE): Likewise.
39868         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39869         (__SNSECONDS_T_TYPE): Likewise.
39870
39871 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39872
39873         * sysdeps/mach/hurd/bits/typesizes.h
39874         (__SYSCALL_SLONG_TYPE): New macro.
39875         (__SYSCALL_ULONG_TYPE): Likewise.
39876
39877 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39878
39879         * bits/types.h (__syscall_slong_t): New type.
39880         (__syscall_ulong_t): Likewise.
39881
39882         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39883         (__SYSCALL_ULONG_TYPE): Likewise.
39884         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39885         (__SYSCALL_SLONG_TYPE): Likewise.
39886         (__SYSCALL_ULONG_TYPE): Likewise.
39887         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39888         (__SYSCALL_SLONG_TYPE): Likewise.
39889         (__SYSCALL_ULONG_TYPE): Likewise.
39890         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39891         (__SYSCALL_SLONG_TYPE): Likewise.
39892         (__SYSCALL_ULONG_TYPE): Likewise.
39893
39894 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39895
39896         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39897         Add sigaltstack-offsets.sym.
39898         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39899         <sigaltstack-offsets.h>.
39900         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39901         longjmp_msg pointer.
39902         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39903         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39904         signal stack.
39905         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39906
39907 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39908
39909         * elf/stackguard-macros.h: Remove file.
39910         * sysdeps/generic/stackguard-macros.h: New file.
39911         * sysdeps/i386/stackguard-macros.h: Likewise.
39912         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39913         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39914         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39915         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39916         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39917         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39918         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39919         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39920         <elf/stackguard-macros.h>.
39921
39922         [BZ #14109]
39923         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39924         __aligned__ in attribute.
39925         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39926         (gregset_t): Likewise.
39927
39928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39929
39930         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39931         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39932         * sysdeps/x86_64/x32/Implies-after: New file.
39933
39934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39935
39936         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39937         and access return value for _dl_profile_fixup.  Use R10_LP to
39938         load frame size.
39939
39940 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39941
39942         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39943
39944 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39945
39946         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39947         * sysdeps/x86_64/x32/sysdep.h: New file.
39948
39949 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39950
39951         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39952         * sysdeps/x86_64/setjmp.S: Likewise.
39953
39954 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39955
39956         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39957         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39958         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39959         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39960         remove unused global constant.
39961
39962 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39963
39964         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39965         include of <not-cancel.h>.
39966
39967 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39968
39969         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39970
39971 2012-05-15  Jeff Law  <law@redhat.com>
39972             Andreas Jaeger  <aj@suse.de>
39973
39974         [BZ #13594]
39975         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39976         out from...
39977         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39978         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39979         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39980         code changing __hst_map_handle.map.
39981
39982 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39983
39984         * configure.in (sysnames): Look for Implies-before and Implies-after
39985         files.
39986         * configure: Regenerated.
39987
39988 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39989
39990         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39991         8-byte data alignment with LP_SIZE alignment.
39992
39993 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39994
39995         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39996         into R10_LP.
39997
39998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39999
40000         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40001
40002 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40003
40004         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40005         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40006         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40007         Likewise.
40008         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40009
40010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40011
40012         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40013         (stackinfo_sub_sp): Likewise.
40014
40015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40016
40017         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40018         RAX_LP.
40019
40020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40021
40022         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40023         into R*_LP.
40024
40025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40026
40027         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40028         sizes into R*_LP.
40029
40030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40031
40032         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40033
40034 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40035
40036         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40037         into R11_LP and load __x86_64_shared_cache_size_half into
40038         R8_LP.
40039
40040 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40041
40042         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40043         R8_LP.
40044
40045 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40046
40047         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40048         logb for POWER7.
40049         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40050         logbf for POWER7.
40051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40052         logbl for POWER7.
40053         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40054         powerpc32/power7/fpu/s_logb.c via #include.
40055         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40056         powerpc32/power7/fpu/s_logbf.c via #include.
40057         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40058         powerpc32/power7/fpu/s_logbl.c via #include.
40059
40060 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40061
40062         * README.libm: Remove file.
40063
40064 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40065
40066         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40067         count for x32.  Use R*_LP and omit operand-size suffix.
40068
40069 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40070
40071         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40072         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40073         * sysdeps/x86_64/x32/shlib-versions: New file.
40074
40075 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40076
40077         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40078         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40079         Use _dl_fatal_printf instead.
40080
40081 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40082
40083         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40084         set if not set by the user.  Do not allow for being unset.
40085         * sysdeps/unix/sysv/linux/configure: Regenerated.
40086
40087 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40088
40089         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40090         the `q' suffix from lea and replace .quad with ASM_ADDR.
40091
40092 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40093
40094         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40095         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40096         instead of $17.
40097         (PTR_DEMANGLE): Likewise.
40098
40099 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40100
40101         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40102         (LP_OP): Likewise.
40103         (ASM_ADDR): Likewise.
40104         (RAX_LP): Likewise.
40105         (RBP_LP): Likewise.
40106         (RBX_LP): Likewise.
40107         (RCX_LP): Likewise.
40108         (RDI_LP): Likewise.
40109         (RSI_LP): Likewise.
40110         (RSP_LP): Likewise.
40111         (R8_LP): Likewise.
40112         (R9_LP): Likewise.
40113         (R10_LP): Likewise.
40114         (R10_LP): Likewise.
40115         (R11_LP): Likewise.
40116         (R12_LP): Likewise.
40117         (R13_LP): Likewise.
40118         (R14_LP): Likewise.
40119         (R15_LP): Likewise.
40120
40121 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40122
40123         * sysdeps/x86_64/x32/dl-machine.h: New file.
40124
40125 2012-05-14  Andreas Jaeger  <aj@suse.de>
40126
40127         * manual/Makefile (subdir): Remove export of subdir.
40128         (all): Remove target.
40129         (.PHONY): Remove all from list.
40130         (mkinstalldirs): Remove.
40131         (.PHONY): Remove installdirs from list.
40132         ($(inst_infodir)/libc.info): Use make-target-directory.
40133         (installdirs): Remove.
40134         (subdir_%): Remove.
40135         (glibc-targets): Remove.
40136         (lib): Remove.
40137         (stubs): Remove.
40138         ($(objpfx)stubs ../po/manual.pot): Remove.
40139         ($(objpfx)stamp%): Remove.
40140         (make-target-directory): Remove.
40141         (subdir_install): Remove.
40142         (routines): Remove.
40143         (aux): Remove.
40144         (sources): Remove.
40145         (objects): Remove.
40146         (headers): Remove.
40147
40148         [BZ #13750]
40149         * manual/.gitignore: Remove, it's not needed anymore.
40150         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40151         all files in it.
40152         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40153         directory.
40154         (texis): Renamed to $(objpfx)texis.
40155         (texis-path): New, contains path to generated files.
40156         (chapters.%): Use texis-path for complete path, add extra argument
40157         libc-texinfo.sh.
40158         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40159         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40160         (summary,texi, stamp-summary): Use complete path of
40161         files. Generate files in build dir.
40162         (dir-add.texi): Build in build dir.
40163         (libm-err.texi,stamp-libm-err): Likewise.
40164         (version.texi, stamp-version): Likewise.
40165         (.%c.texi): Likewise.
40166         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40167         (mostlyclean): Remove target.
40168         (realclean): Remove target.
40169         (generated): Add new variable with contents from mostlyclean and
40170         realclean, remove entries duplicated in common-mostlyclean, add
40171         stamp-libm-err and stamp-version.
40172         (generated-dirs): Add libc directory.
40173         ($(inst_infodir)/libc.info): Install files from build dir.
40174
40175         * manual/install.texi (Configuring and compiling): Adjust since
40176         the info files are not part of the tar ball anymore.
40177
40178 2012-05-14  Andreas Jaeger  <aj@suse.de>
40179
40180         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40181         variable.
40182
40183 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40184
40185         [BZ #13717]
40186         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40187         to 2.2.0 where earlier.
40188         * sysdeps/unix/sysv/linux/configure: Regenerated.
40189         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40190         Remove conditional code.
40191         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40192         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40193         Remove conditional code.
40194         [!__NR_lchown]: Likewise.
40195         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40196         [__NR_lchown]: Likewise.
40197         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40198         comment referencing __ASSUME_LCHOWN_SYSCALL.
40199         * sysdeps/unix/sysv/linux/i386/sigaction.c
40200         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40201         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40202         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40203         Remove conditional code.
40204         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40205         (__protocol_available): Remove #if 0 code.
40206         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40207         conditional code.
40208         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40209         * sysdeps/unix/sysv/linux/kernel-features.h
40210         (__ASSUME_GETCWD_SYSCALL): Don't define.
40211         (__ASSUME_REALTIME_SIGNALS): Likewise.
40212         (__ASSUME_PREAD_SYSCALL): Likewise.
40213         (__ASSUME_PWRITE_SYSCALL): Likewise.
40214         (__ASSUME_POLL_SYSCALL): Likewise.
40215         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40216         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40217         non-SPARC.
40218         (__ASSUME_SIOCGIFNAME): Don't define.
40219         (__ASSUME_MSG_NOSIGNAL): Likewise.
40220         (__ASSUME_SENDFILE): Define unconditionally.
40221         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40222         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40223         conditional code.
40224         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40225         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40226         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40227         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40228         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40229         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40230         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40232         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40233         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40235         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40236         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40238         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40239         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40241         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40242         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40244         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40245         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40247         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40248         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40250         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40251         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40253         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40254         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40255         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40256         Remove conditional code.
40257         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40258         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40259         Remove conditional code.
40260         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40261         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40262         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40263         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40264         Remove conditional code.
40265         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40266         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40267         Remove conditional code.
40268         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40269         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40270         Remove conditional code.
40271         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40272         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40273         Remove conditional code.
40274         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40275         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40276         Remove conditional code.
40277         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40278         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40279         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40280         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40281         * sysdeps/unix/sysv/linux/sigaction.c
40282         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40283         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40284         * sysdeps/unix/sysv/linux/sigpending.c
40285         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40286         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40287         * sysdeps/unix/sysv/linux/sigprocmask.c
40288         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40289         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40290         * sysdeps/unix/sysv/linux/sigsuspend.c
40291         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40292         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40293         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40294         (__libc_missing_rt_sigs): Remove.
40295         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40296         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40297         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40298         Remove conditional code.
40299         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40300         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40301         return 1.
40302         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40303         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40304         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40305         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40306
40307 2012-05-14  Andreas Jaeger  <aj@suse.de>
40308
40309         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40310         it's not used in glibc.
40311         (__coshm1): Likewise.
40312         (__acosh1p): Likewise.
40313         (__sgn): Likewise.
40314
40315         * manual/string.texi (Copying and Concatenation): Add missing
40316         variable in concat example.
40317         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40318
40319 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40320
40321         [BZ #14103]
40322         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40323         __builtin_clzl with __builtin_clzll.
40324
40325 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40326
40327         [BZ #14104]
40328         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40329         libc_freeres_ptr.
40330
40331 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40332
40333         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40334         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40335         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40336         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40337
40338 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40339
40340         * NEWS: Update ia64 info.
40341
40342 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40343
40344         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40345         used as bcopy.
40346
40347 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40348
40349         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40350         * sysdeps/unix/syscalls.list (dup3): Likewise.
40351         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40352         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40353
40354 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40355
40356         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40357         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40358
40359 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40360
40361         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40362         thread pointer.
40363         (TLS_IE): Use mov/add instead of movq/addq to load thread
40364         pointer.
40365         (TLS_GD_PREFIX): New.
40366         (TLS_GD): Use it.
40367
40368 2012-05-11  David S. Miller  <davem@davemloft.net>
40369
40370         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40371         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40372         (_FPU_SETCW): Likewise.
40373
40374 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40375
40376         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40377         is 32-byte aligned.
40378
40379 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40380
40381         [BZ #11837]
40382         * iconvdata/gb18030.c: Update tables.
40383         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40384         characters specially.
40385         (BODY for TO_LOOP): Add encoding of missing ranges.
40386
40387 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40388
40389         [BZ #13673]
40390         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40391         * sysdeps/mach/hurd/dup3.c: Likewise.
40392         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40393         * sysdeps/powerpc/memmove.c:: Likewise.
40394
40395 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40396
40397         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40398         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40399
40400 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40401
40402         * elf/elf.h (R_X86_64_RELATIVE64): New.
40403         (R_X86_64_NUM): Updated.
40404         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40405         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40406         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40407         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40408         tst-quad1pie tst-quad2pie
40409         (modules-names): Add tst-quadmod1 tst-quadmod2.
40410         ($(objpfx)tst-quad1): New dependency.
40411         ($(objpfx)tst-quad2): Likewise.
40412         ($(objpfx)tst-quad1pie): Likewise.
40413         ($(objpfx)tst-quad2pie): Likewise.
40414         * sysdeps/x86_64/tst-quad1.c: New file.
40415         * sysdeps/x86_64/tst-quad1pie.c: New file.
40416         * sysdeps/x86_64/tst-quad2.c: Likewise.
40417         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40418         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40419         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40420         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40421         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40422
40423 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40424
40425         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40426         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40427         * streams/stropts.h (t_scalar_t): Define type.
40428
40429         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40430         (_PATH_PRESERVE): Set to "/var/lib".
40431         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40432
40433         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40434         instead of int.
40435
40436         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40437         if __dir_mkfile succeeded.
40438
40439         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40440         checking for _hurd_dtablesize.  Unlock it right after having
40441         finished _hurd_dtable allocation.
40442
40443 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40444
40445         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40446         * sysdeps/mach/hurd/configure: Regenerated.
40447         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40448         special-casing to...
40449         * sysdeps/gnu/configure.in: ... this new file.
40450         * sysdeps/unix/sysv/linux/configure: Regenerated.
40451         * sysdeps/gnu/configure: New generated file.
40452
40453         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40454         for Linux: use nsec instead of usec, as well as:
40455         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40456         members of type struct timespec.
40457         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40458         New macros.
40459         (struct stat64): Likewise.
40460         (_STATBUF_ST_NSEC): New macro.
40461         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40462
40463         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40464         __strtoul_internal rather than strtoul.
40465
40466 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40467
40468         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40469         and reject them.
40470
40471 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40472
40473         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40474         which preserves existing values.
40475         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40476
40477 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40478
40479         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40480         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40481         greater than FD_SETSIZE.
40482
40483 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40484
40485         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40486         allocated, call __vm_protect to finish enabling the existing space, and
40487         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40488         allocate the remainder.
40489
40490 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40491
40492         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40493         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40494
40495 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40496
40497         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40498         sysdeps/mach/hurd/readlink.c.
40499
40500         * posix/tst-sysconf.c (posix_options): Only use
40501         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40502         _POSIX_SYNCHRONIZED_IO when they are defined
40503         * sysdeps/mach/hurd/bits/posix_opt.h:
40504         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40505         (_XOPEN_REALTIME): Undefine macro.
40506         (_XOPEN_REALTIME_THREADS): Undefine macro.
40507         (_XOPEN_SHM): Undefine macro.
40508         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40509         macro to -1.
40510         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40511         macro to -1.
40512         (_POSIX_ASYNC_IO): Undefine macro.
40513         (_POSIX_PRIORITIZED_IO): Undefine macro.
40514         (_POSIX_SPIN_LOCKS): Define macro to -1.
40515
40516         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40517         SA_NODEFER, SA_RESETHAND.
40518         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40519         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40520         F_DUPFD_CLOEXEC.
40521
40522 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40523
40524         * elf/Makefile (pldd-modules): Define unconditionally.
40525
40526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40527
40528         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40529
40530 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40531
40532         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40533         Return ENOENT when name is empty.
40534         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40535
40536 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40537
40538         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40539
40540         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40541
40542 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40543
40544         Fix mlock in all cases except non-readable pages.
40545         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40546         instead of VM_PROT_ALL as parameter to __vm_wire function.
40547
40548         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40549         (__mkdir): When path is `/', just fail with EEXIST.
40550         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40551
40552 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40553
40554         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40555         <sys/uio.h> (for writev).
40556         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40557         and <sys/param.h> (for MIN).
40558
40559 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40560
40561         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40562         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40563         if interrupted.
40564
40565 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40566
40567         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40568         Depend on against $(link-rpcuserlibs).
40569
40570 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40571
40572         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40573         (__libc_stack_end): Do not use attribute_relro.
40574         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40575         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40576         to libthread-provided value.
40577         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40578         attribute_relro.
40579
40580 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40581
40582         [BZ #3748]
40583         * bits/libc-lock.h (__libc_once_get): New macro.
40584         * sysdeps/mach/bits/libc-lock.h: Likewise.
40585         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40586         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40587         instead of using implementation details.
40588
40589         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40590         * libio/freopen.c: Likewise.
40591         * libio/freopen64.c: Likewise.
40592         * misc/syslog.c: Likewise.
40593         * nscd/connections.c: Likewise.
40594         * nscd/netgroupcache.c: Likewise.
40595         * sysdeps/posix/getcwd.c: Likewise.
40596
40597 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40598
40599         * math/w_ilogbf.c: Add #include <limits.h>.
40600
40601 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40602
40603         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40604         path instead of returning without unlocking.
40605
40606         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40607         immediate-write ioctls.
40608         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40609
40610 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40611
40612         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40613         __builtin_frame_address instead of making assumptions about the
40614         location of the return address relative to DATA.  Force early load of
40615         the return address.
40616         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40617         __builtin_frame_address.
40618
40619         dup3 for GNU Hurd.
40620         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40621         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40622         implement dup3 and do some further code clean-ups.
40623         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40624         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40625
40626 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40627
40628         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40629
40630         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40631         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40632         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40633         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40634         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40635         d->port.lock.
40636
40637         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40638         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40639         when handler == SIG_ERR, not when handler != SIG_ERR.
40640
40641 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40642
40643         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40644         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40645         definitions.
40646
40647         accept4 for GNU Hurd.
40648         * include/sys/socket.h (__libc_accept4): New prototype.
40649         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40650         to implement __libc_accept4.
40651         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40652         __libc_accept4.
40653         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40654
40655         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40656         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40657         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40658         signal-defines.sym.
40659
40660 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40661
40662         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40663
40664 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40665
40666         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40667         assertion on O_CLOEXEC flag.
40668         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40669         * hurd/intern-fd.c: Likewise.
40670         * hurd/port2fd.c: Likewise.
40671
40672 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40673
40674         [BZ #3906]
40675         * bits/in.h (IPV6_PKTINFO): Define new macro.
40676         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40677
40678 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40679
40680         [BZ #13954]
40681         [BZ #13955]
40682         [BZ #13956]
40683         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40684         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40685         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40686         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40687         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40688         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40689         * math/libm-test.inc (logb_test) : Additional logb tests.
40690
40691 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40692             Andreas Jaeger  <aj@suse.de>
40693
40694         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40695         * configure: Regenerated.
40696         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40697         * config.make.in (link-obsolete-rpc): New substituted variable.
40698         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40699         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40700         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40701         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40702         so that libc.a contains the symbols.
40703         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40704         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40705         * sunrpc/auth_none.c: Likewise.
40706         * sunrpc/auth_unix.c: Likewise.
40707         * sunrpc/authdes_prot.c: Likewise.
40708         * sunrpc/authuxprot.c: Likewise.
40709         * sunrpc/clnt_gen.c: Likewise.
40710         * sunrpc/clnt_perr.c: Likewise.
40711         * sunrpc/clnt_raw.c: Likewise.
40712         * sunrpc/clnt_simp.c: Likewise.
40713         * sunrpc/clnt_tcp.c: Likewise.
40714         * sunrpc/clnt_udp.c: Likewise.
40715         * sunrpc/clnt_unix.c: Likewise.
40716         * sunrpc/des_crypt.c: Likewise.
40717         * sunrpc/des_soft.c: Likewise.
40718         * sunrpc/get_myaddr.c: Likewise.
40719         * sunrpc/key_call.c: Likewise.
40720         * sunrpc/key_prot.c: Likewise.
40721         * sunrpc/netname.c: Likewise.
40722         * sunrpc/pm_getmaps.c: Likewise.
40723         * sunrpc/pm_getport.c: Likewise.
40724         * sunrpc/pmap_clnt.c: Likewise.
40725         * sunrpc/pmap_prot.c: Likewise.
40726         * sunrpc/pmap_prot2.c: Likewise.
40727         * sunrpc/pmap_rmt.c: Likewise.
40728         * sunrpc/publickey.c: Likewise.
40729         * sunrpc/rpc_cmsg.c: Likewise.
40730         * sunrpc/rpc_common.c: Likewise.
40731         * sunrpc/rpc_dtable.c: Likewise.
40732         * sunrpc/rpc_prot.c: Likewise.
40733         * sunrpc/rpc_thread.c: Likewise.
40734         * sunrpc/rtime.c: Likewise.
40735         * sunrpc/svc.c: Likewise.
40736         * sunrpc/svc_auth.c: Likewise.
40737         * sunrpc/svc_raw.c: Likewise.
40738         * sunrpc/svc_run.c: Likewise.
40739         * sunrpc/svc_tcp.c: Likewise.
40740         * sunrpc/svc_udp.c: Likewise.
40741         * sunrpc/svc_unix.c: Likewise.
40742         * sunrpc/svcauth_des.c: Likewise.
40743         * sunrpc/xcrypt.c: Likewise.
40744         * sunrpc/xdr.c: Likewise.
40745         * sunrpc/xdr_array.c: Likewise.
40746         * sunrpc/xdr_float.c: Likewise.
40747         * sunrpc/xdr_intXX_t.c: Likewise.
40748         * sunrpc/xdr_mem.c: Likewise.
40749         * sunrpc/xdr_rec.c: Likewise.
40750         * sunrpc/xdr_ref.c: Likewise.
40751         * sunrpc/xdr_sizeof.c: Likewise.
40752         * sunrpc/xdr_stdio.c: Likewise.
40753
40754 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40755
40756         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40757         change.  Update copyright years.
40758
40759 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40760
40761         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40762
40763 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40764             Joseph Myers  <joseph@codesourcery.com>
40765             Paul Pluzhnikov  <ppluzhnikov@google.com>
40766
40767         [BZ #14012]
40768         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40769         requiring rpcgen.
40770         [cross-compiling] (extra-libs): Likewise.
40771         [cross-compiling] (extra-libs-others): Likewise.
40772         [cross-compiling] (librpcsvc-routines): Likewise.
40773         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40774         [cross-compiling] (omit-deps): Likewise.
40775         (sunrpc-CPPFLAGS): New variable.
40776         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40777         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40778         (cross-rpcgen-objs): New variable.
40779         (extra-objs): Append $(cross-rpcgen-objs).
40780         ($(cross-rpcgen-objs)): New rule.
40781         ($(objpfx)cross-rpcgen): Likewise.
40782         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40783         comment.
40784         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40785         ($(objpfx)x%.stmp): Likewise.
40786         * sunrpc/proto.h [IS_IN_build] (_): Define.
40787         [IS_IN_build] (_libc_intl_domainname): Likewise.
40788
40789 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40790
40791         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40792         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40793         and R_X86_64_TPOFF64.
40794
40795 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40796
40797         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40798         sysdeps/unix/sysv/syscalls.list.
40799         (stime): Likewise.
40800         (utime): Likewise.
40801         * sysdeps/unix/sysv/syscalls.list: Remove file.
40802
40803 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40804
40805         [BZ #3440]
40806         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40807         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40808         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40809         (__LC_IDENTIFICATION): Make these macros useful in #if
40810         expressions, as required by C99.
40811
40812 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40813
40814         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40815         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40816         after this.
40817
40818 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40819
40820         * stdlib/longlong.h: Updated from GCC.
40821
40822 2012-05-09  Andreas Jaeger  <aj@suse.de>
40823
40824         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40825         default is first entry.
40826         (run_mode): Set type.
40827         (main): Remove informal message about syslog.
40828         (options): Fix typo.
40829
40830         [BZ #14053]
40831         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40832         to asm.
40833         (lrint): Likewise.
40834         (llrintf): Likewise.
40835         (llrint): Likewise.
40836         (rint): Likewise.
40837         (rintf): Likewise.
40838         (nearbyint): Likewise.
40839         (nearbyintf): Likewise.
40840
40841 2012-05-09  Andreas Jaeger  <aj@suse.de>
40842             Pedro Alves  <palves@redhat.com>
40843
40844         * nscd/nscd.c (run_mode): Use enum.
40845         (main): Cleanup coding style issue.
40846
40847 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40848             Andreas Jaeger  <aj@suse.de>
40849
40850         * nscd/nscd.c (go_background): Replaced with...
40851         (run_mode): ... this.
40852         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40853         (options): Add -F --foreground.
40854         (main): Implement it.
40855         (parse_opt): Parse it.
40856
40857 2012-05-09  Andreas Jaeger  <aj@suse.de>
40858
40859         [BZ #14083]
40860         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40861         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40862         -Wconversion warning.
40863         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40864         Likewise.
40865
40866 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40867
40868         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40869         == 0.
40870         (LC_ALL): Use macro-int-constant.
40871         (LC_COLLATE): Likewise.
40872         (LC_CTYPE): Likewise.
40873         (LC_MESSAGES): Likewise.
40874         (LC_MONETARY): Likewise.
40875         (LC_NUMERIC): Likewise.
40876         (LC_TIME): Likewise.
40877         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40878         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40879         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40880         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40881         Specify type.
40882         [C99-based standards] (float_t): Expect type.
40883         [C99-based standards] (double_t): Expect type.
40884         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40885         type.
40886         [C99-based standards] (HUGE_VALL): Likewise.
40887         [C99-based standards] (INFINITY): Likewise.
40888         [C99-based standards] (NAN): Likewise.
40889         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40890         [C99-based standards] (FP_NAN): Likewise.
40891         [C99-based standards] (FP_NORMAL): Likewise.
40892         [C99-based standards] (FP_SUBNORMAL): Likewise.
40893         [C99-based standards] (FP_ZERO): Likewise.
40894         [C99-based standards] (FP_FAST_FMA): Use
40895         optional-macro-int-constant.  Specify type.  Require == 1.
40896         [C99-based standards] (FP_FAST_FMAF): Likewise.
40897         [C99-based standards] (FP_FAST_FMAL): Likewise.
40898         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40899         [C99-based standards] (FP_ILOGBNAN): Likewise.
40900         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40901         Specify type.
40902         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40903         [C99-based standards] (math_errhandling): Specify type.
40904         [ISO99 || ISO11] (signgam): Do not allow.
40905         [non-C99-based standards] (copysignf): Do not allow.
40906         [non-C99-based standards] (exp2f): Likewise.
40907         [non-C99-based standards] (log2f): Likewise.
40908         [non-C99-based standards] (modff): Allow.
40909         [non-C99-based standards] (erff): Do not allow.
40910         [non-C99-based standards] (erfcf): Likewise.
40911         [non-C99-based standards] (gammaf): Likewise.
40912         [non-C99-based standards] (hypotf): Likewise.
40913         [non-C99-based standards] (j0f): Likewise.
40914         [non-C99-based standards] (j1f): Likewise.
40915         [non-C99-based standards] (jnf): Likewise.
40916         [non-C99-based standards] (lgammaf): Likewise.
40917         [non-C99-based standards] (tgammaf): Likewise.
40918         [non-C99-based standards] (y0f): Likewise.
40919         [non-C99-based standards] (y1f): Likewise.
40920         [non-C99-based standards] (ynf): Likewise.
40921         [non-C99-based standards] (isnanf): Likewise.
40922         [non-C99-based standards] (acoshf): Likewise.
40923         [non-C99-based standards] (asinhf): Likewise.
40924         [non-C99-based standards] (atanhf): Likewise.
40925         [non-C99-based standards] (cbrtf): Likewise.
40926         [non-C99-based standards] (expm1f): Likewise.
40927         [non-C99-based standards] (ilogbf): Likewise.
40928         [non-C99-based standards] (log1pf): Likewise.
40929         [non-C99-based standards] (logbf): Likewise.
40930         [non-C99-based standards] (nextafterf): Likewise.
40931         [non-C99-based standards] (remainderf): Likewise.
40932         [non-C99-based standards] (rintf): Likewise.
40933         [non-C99-based standards] (scalbf): Likewise.
40934         [non-C99-based standards] (copysignl): Likewise.
40935         [non-C99-based standards] (exp2l): Likewise.
40936         [non-C99-based standards] (log2l): Likewise.
40937         [non-C99-based standards] (modfl): Allow.
40938         [non-C99-based standards] (erfl): Do not allow.
40939         [non-C99-based standards] (erfcl): Likewise.
40940         [non-C99-based standards] (gammal): Likewise.
40941         [non-C99-based standards] (hypotl): Likewise.
40942         [non-C99-based standards] (j0l): Likewise.
40943         [non-C99-based standards] (j1l): Likewise.
40944         [non-C99-based standards] (jnl): Likewise.
40945         [non-C99-based standards] (lgammal): Likewise.
40946         [non-C99-based standards] (tgammal): Likewise.
40947         [non-C99-based standards] (y0l): Likewise.
40948         [non-C99-based standards] (y1l): Likewise.
40949         [non-C99-based standards] (ynl): Likewise.
40950         [non-C99-based standards] (isnanl): Likewise.
40951         [non-C99-based standards] (acoshl): Likewise.
40952         [non-C99-based standards] (asinhl): Likewise.
40953         [non-C99-based standards] (atanhl): Likewise.
40954         [non-C99-based standards] (cbrtl): Likewise.
40955         [non-C99-based standards] (expm1l): Likewise.
40956         [non-C99-based standards] (ilogbl): Likewise.
40957         [non-C99-based standards] (log1pl): Likewise.
40958         [non-C99-based standards] (logbl): Likewise.
40959         [non-C99-based standards] (nextafterl): Likewise.
40960         [non-C99-based standards] (remainderl): Likewise.
40961         [non-C99-based standards] (rintl): Likewise.
40962         [non-C99-based standards] (scalbl): Likewise.
40963         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40964         [non-C99-based standards] (FP_*): Do not allow.
40965         [C99-based standards] (FP_*): Change to
40966         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40967         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40968         allow.
40969         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40970         (SIG_ERR): Likewise.
40971         [X/Open-based standards] (SIG_HOLD): Likewise.
40972         (SIG_IGN): Likewise.
40973         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40974         positive value.
40975         (SIGFPE): Likewise.
40976         (SIGILL): Likewise.
40977         (SIGINT): Likewise.
40978         (SIGSEGV): Likewise.
40979         (SIGTER): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40982         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40983         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40988         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40992         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40993         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40994         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40995         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40996         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40997         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40998         [X/Open-based standards] (SIGTRAP): Likewise.
40999         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41000         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41001         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41002         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41003         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41004         allow.
41005
41006 2012-05-08  Ian Wienand  <ianw@vmware.com>
41007
41008         [BZ #14080]
41009         * time/tzset.c (__tzset_parse_tz): Update default rules for
41010         daylight time changes in the Energy Policy Act of 2005.
41011
41012 2012-05-09  Andreas Jaeger  <aj@suse.de>
41013
41014         [BZ #13983]
41015         * elf/ldconfig.c (parse_conf): Change string to make clear that
41016         ldconfig only issued a warning if ld.so.conf does not exist.
41017
41018 2012-05-08  David S. Miller  <davem@davemloft.net>
41019
41020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41021         movxtod instead of popping the value on the stack.
41022
41023         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41024
41025 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41026
41027         * config.h.in: Add HAVE_ARM_PCS_VFP.
41028
41029 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41030
41031         [BZ #13979]
41032         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41033         checking but the checks are disabled for any reason.
41034
41035 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41036
41037         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41038         and ELF64_R_TYPE with ELFW(R_TYPE).
41039
41040 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41041
41042         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41043         (ulimit): Likewise.
41044
41045         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41046         (settimeofday): Likewise.
41047
41048 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41049
41050         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41051         a struct th_u2 inside the union, and move tu_block/tu_code into
41052         a new th_u3 union of tu_block/tu_code inside of that.  Move
41053         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41054         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41055         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41056         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41057         (th_stuff): Change to th_u1.tu_stuff.
41058         (th_data): Define.
41059         (th_msg): Change to th_u1.th_u2.tu_data.
41060
41061 2012-05-07  David S. Miller  <davem@davemloft.net>
41062
41063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41064
41065         [BZ #14074]
41066         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41067         (SETUP_PIC_REG): Use it.
41068         (SETUP_PIC_REG_LEAF): Use it.
41069
41070 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41071
41072         [BZ #13885]
41073         [BZ #13923]
41074         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41075         USE_AS_EXPM1L.
41076         (EXPL_FINITE): Likewise.
41077         (FLDLOG): Likewise.
41078         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41079         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41080         e_expl.S.
41081         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41082         USE_AS_EXPM1L.
41083         (EXPL_FINITE): Likewise.
41084         (FLDLOG): Likewise.
41085         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41086         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41087         e_expl.S.
41088         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41089         test of -max_value argument for long double.
41090         * sysdeps/i386/fpu/libm-test-ulps: Update.
41091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41092
41093 2012-05-06  David S. Miller  <davem@davemloft.net>
41094
41095         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41096         quad soft-float symbols whose references which are compiler
41097         generated.
41098         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41099
41100 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41101
41102         [BZ #13884]
41103         [BZ #13914]
41104         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41105         USE_AS_EXP10L.
41106         (EXPL_FINITE): Likewise.
41107         (FLDLOG): Likewise.
41108         (c0): Likewise.
41109         (c1): Likewise.
41110         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41111         Adjust comments for base varying.
41112         (__expl_finite): Change alias to EXPL_FINITE.
41113         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41114         e_expl.S.
41115         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41116         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41117         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41118         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41119         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41120         USE_AS_EXP10L.
41121         (EXPL_FINITE): Likewise.
41122         (FLDLOG): Likewise.
41123         (c0): Likewise.
41124         (c1): Likewise.
41125         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41126         Adjust comments for base varying.
41127         (__expl_finite): Change alias to EXPL_FINITE.
41128         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41129         tests for bugs.
41130         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41131
41132         [BZ #14064]
41133         * math/libm-test.inc (check_float_internal): Correct ulp
41134         calculation for subnormal expected results.
41135
41136 2012-05-06  Andreas Jaeger  <aj@suse.de>
41137
41138         * Makeconfig (+math-flags): New, set to -frounding-math.
41139         (+cflags): Add +math-flags so that all of glibc gets compiled with
41140         it.
41141
41142         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41143
41144 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41145
41146         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41147         Disable one test.
41148
41149         [BZ #13787]
41150         [BZ #13922]
41151         [BZ #14036]
41152         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41153         (__ieee754_expl): Allow for and saturate large arguments.
41154         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41155         (u_threshold): Likewise.
41156         (__exp): Call __ieee754_exp before checking for overflow and
41157         underflow.
41158         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41159         (u_threshold): Likewise.
41160         (__expf): Call __ieee754_expf before checking for overflow and
41161         underflow.
41162         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41163         (u_threshold): Likewise.
41164         (__expl): Call __ieee754_expl before checking for overflow and
41165         underflow.
41166         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41167         (__ieee754_expl): Allow for and saturate large arguments.
41168         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41169         missing overflow exception on overflow.
41170         (expm1_test): Do not allow missing overflow exception on overflow.
41171
41172         * sysdeps/i386/fpu/e_expl.c: Move to ...
41173         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41174         rather than using inline asm.
41175         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41176         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41177         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41178
41179         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41180         (nice): Likewise.
41181         (poll): Likewise.
41182         (signal): Likewise.
41183         (time): Likewise.
41184         (times): Likewise.
41185
41186 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41187
41188         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41189         sysdeps/unix/common/syscalls.list.
41190         (fchmod): Likewise.
41191         (fchown): Likewise.
41192         (ftruncate): Likewise.
41193         (getrusage): Likewise.
41194         (gettimeofday): Likewise.
41195         (setpgid): Likewise.
41196         (setregid): Likewise.
41197         (setreuid): Likewise.
41198         (sigaction): Likewise.
41199         (truncate): Likewise.
41200         (vhangup): Likewise.
41201         * sysdeps/unix/common/syscalls.list: Remove file.
41202         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41203         * sysdeps/unix/sysv/linux/Implies: Likewise.
41204
41205 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41206
41207         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41209         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41210         Moved to ...
41211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41212         Here.
41213         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41214         to ...
41215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41216         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41217         to ...
41218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41219         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41220         to ...
41221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41222         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41223         to ...
41224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41225         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41226         to ...
41227         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41228         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41229         to ...
41230         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41231         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41232         to ...
41233         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41234         Here.
41235         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41236         to ...
41237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41238         Here.
41239         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41240         to ...
41241         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41242         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41243         Moved to ...
41244         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41245         Here.
41246         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41247         to ...
41248         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41249
41250 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41251
41252         * sysdeps/unix/common/bits/dirent.h: Remove file.
41253         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41254
41255         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41256         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41257         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41258         * sysdeps/unix/bsd/isatty.c: Likewise.
41259         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41260         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41261         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41262
41263 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41264
41265         [BZ #13563]
41266         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41267         long double comparison inaccuracies.
41268         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41269         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41270
41271 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41272
41273         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41274         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41275
41276 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41277
41278         [BZ #14049]
41279         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41280         nonzero digits before rounding a hex value.
41281         * stdlib/tst-strtod.c (tests): Add another test.
41282
41283 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41284
41285         * sysdeps/s390/fpu/libm-test-ulps: Update.
41286
41287 2012-05-03  Andreas Jaeger  <aj@suse.de>
41288
41289         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41290         does not get optimized out.
41291         (malloc_opt_barrier): New.
41292
41293 2012-05-03  Andreas Jaeger  <aj@suse.de>
41294             Roland McGrath  <roland@hack.frob.com>
41295
41296         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41297         intermediate file deletion.
41298         (generated): Add .symlist files.
41299
41300 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41301
41302         [BZ #13775]
41303         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41304         Redirect under this condition.
41305         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41306         [__USE_GNU] (__dprintf_chk): Not under this condition.
41307         [__USE_GNU] (__vdprintf_chk): Likewise.
41308         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41309         under this condition.
41310         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41311         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41312         [__USE_XOPEN2K8] (vdprintf): Likewise.
41313         [__USE_GNU] (__dprintf_chk): Not under this condition.
41314         [__USE_GNU] (__vdprintf_chk): Likewise.
41315         [__USE_GNU] (dprintf): Likewise.
41316         [__USE_GNU] (vdprintf): Likewise.
41317
41318 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41319
41320         * elf/Makefile (common-generated): Set this instead of generated for
41321         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41322         $(all-built-dso)-derived lists.
41323
41324 2012-05-03  Andreas Jaeger  <aj@suse.de>
41325
41326         * sysdeps/i386/fpu/libm-test-ulps: Update.
41327
41328         * FAQ: Removed.
41329         * FAQ.in: Likewise.
41330         * scripts/gen-FAQ.pl: Likewise.
41331         * manual/install.texi (Installation): Point to online location of
41332         FAQ.
41333         * Makefile (files-for-dist): Remove FAQ.
41334         (FAQ): Remove.
41335
41336 2012-05-02  Allan McRae  <allan@archlinux.org>
41337
41338         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41339         (LDFLAGS-reldepmod5.so): Likewise.
41340         (LDFLAGS-reldep6mod1.so): Likewise.
41341         (LDFLAGS-reldep6mod4.so): Likewise.
41342         (LDFLAGS-reldep8mod3.so): Likewise.
41343         (LDFLAGS-unload4mod1.so): Likewise.
41344         (LDFLAGS-unload4mod2.so): Likewise.
41345         (LDFLAGS-tst-initorder): Likewise.
41346         (LDFLAGS-tst-initordera2.so): Likewise.
41347         (LDFLAGS-tst-initordera3.so): Likewise.
41348         (LDFLAGS-tst-initordera4.so): Likewise.
41349         (LDFLAGS-tst-initorderb2.so): Likewise.
41350         (LDFLAGS-noload): Likewise.
41351         (LDFLAGS-next): Likewise.
41352         (LDFLAGS-order2mod1.so): Likewise.
41353         (LDFLAGS-order2mod2.so): Likewise.
41354         (LDFLAGS-tst-initorder2): Likewise.
41355         (LDFLAGS-tst-initorder2a.so): Likewise.
41356         (LDFLAGS-tst-initorder2b.so): Likewise.
41357         (LDFLAGS-tst-initorder2c.so): Likewise.
41358         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41359
41360 2012-05-02  David S. Miller  <davem@davemloft.net>
41361
41362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41363
41364 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41365
41366         [BZ #14055]
41367         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41368
41369 2012-05-02  Andreas Jaeger  <aj@suse.de>
41370
41371         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41372         since we manipulate rounding mode.
41373         (CPPFLAGS-test-idouble.c): Likewise.
41374         (CPPFLAGS-test-ifloat.c): Likewise.
41375         (CFLAGS-test-ldouble.c): Likewise.
41376         (CFLAGS-test-double.c): Likewise.
41377         (CFLAGS-test-float.c): Likewise.
41378         (CFLAGS-test-misc.c): Likewise.
41379         (CFLAGS-test-test-fenv.c): Likewise.
41380
41381 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41382
41383         [BZ #2550]
41384         [BZ #2570]
41385         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41386         comparisons to determine direction to adjust input.
41387
41388 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41389
41390         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41391         output to the target.
41392
41393         * scripts/localplt.awk: New file.
41394         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41395         (check-localplt-CFLAGS): Variable removed.
41396         ($(all-built-dso:=.jmprel)): New static pattern rule.
41397         (generated): Add those targets.
41398         (localplt-built-dso): New variable.
41399         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41400
41401         * elf/check-localplt.c: File removed.
41402
41403         * scripts/check-execstack.awk: New file.
41404         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41405         (check-execstack-CFLAGS): Variable removed.
41406         ($(objpfx)check-execstack.h): Target removed.
41407         ($(objpfx)execstack-default): New target.
41408         (generated): Add that instead of check-execstack.h.
41409         ($(all-built-dso:=.phdr)): New static pattern rule.
41410         (generated): Add those targets.
41411         * elf/check-execstack.c: File removed.
41412
41413         * scripts/check-textrel.awk: New file.
41414         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41415         (check-textrel-CFLAGS): Variable removed.
41416         (all-built-dso): Use := to define.o
41417         ($(all-built-dso:=.dyn)): New static pattern rule.
41418         (generated): Add those targets.
41419         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41420         * config.make.in (READELF): New substituted variable.
41421         * elf/check-textrel.c: File removed.
41422
41423 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41424
41425         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41426         allow.
41427         * conform/data/ctype.h-data [C99-based standards] (isblank):
41428         Expect function.
41429         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41430         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41431         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41432         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41433         Specify type.  Require positive value.
41434         (EILSEQ): Likewise.
41435         (ERANGE): Likewise.
41436         [ISO || POSIX] (EILSEQ): Do not expect.
41437         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41438         Specify type.  Require positive value.
41439         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41440         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41441         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41442         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41443         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41444         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41445         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41446         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41447         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41448         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41449         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41450         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41451         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41452         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41453         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41454         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41455         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41456         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41457         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41458         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41459         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41460         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41461         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41462         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41463         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41464         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41465         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41466         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41467         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41468         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41469         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41470         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41471         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41472         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41473         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41474         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41475         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41476         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41477         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41478         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41479         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41480         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41481         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41482         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41483         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41484         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41485         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41486         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41487         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41488         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41489         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41490         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41491         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41492         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41493         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41494         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41495         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41496         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41497         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41498         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41499         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41500         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41501         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41502         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41503         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41504         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41505         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41506         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41507         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41508         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41509         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41510         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41511         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41512         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41513         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41514         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41515         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41516         Require >= 2.
41517         (FLT_ROUNDS): Expect as macro, not constant.
41518         (FLT_MANT_DIG): Use macro-int-constant.
41519         (DBL_MANT_DIG): Likewise.
41520         (LDBL_MANT_DIG): Likewise.
41521         (FLT_DIG): Likewise.
41522         (DBL_DIG): Likewise.
41523         (LDBL_DIG): Likewise.
41524         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41525         (DBL_MIN_EXP): Likewise.
41526         (LDBL_MIN_EXP): Likewise.
41527         (FLT_MAX_EXP): Use macro-int-constant.
41528         (DBL_MAX_EXP): Likewise.
41529         (LDBL_MAX_EXP): Likewise.
41530         (FLT_MAX_10_EXP): Likewise.
41531         (DBL_MAX_10_EXP): Likewise.
41532         (LDBL_MAX_10_EXP): Likewise.
41533         (FLT_MAX): Use macro-constant.
41534         (DBL_MAX): Likewise.
41535         (LDBL_MAX): Likewise.
41536         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41537         (DBL_EPSILON): Likewise.
41538         (LDBL_EPSILON): Likewise.
41539         (FLT_MIN): Likewise.
41540         (DBL_MIN): Likewise.
41541         (LDBL_MIN): Likewise.
41542         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41543         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41544         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41545         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41546         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41547         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41548         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41549         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41550         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41551         [ISO11] (FLT_TRUE_MIN): Likewise.
41552         [ISO11] (LDBL_TRUE_MIN): Likewise.
41553         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41554         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41555         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41556         (SCHAR_MAX): Likewise.
41557         (UCHAR_MAX): Likewise.
41558         (CHAR_MIN): Likewise.
41559         (CHAR_MAX): Likewise.
41560         (MB_LEN_MAX): Use macro-int-constant.
41561         (SHRT_MIN): Use macro-int-constant.  Specify type.
41562         (SHRT_MAX): Likewise.
41563         (USHRT_MAX): Likewise.
41564         (INT_MAX): Likewise.
41565         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41566         bound negative.
41567         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41568         bound with "U".
41569         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41570         bound with "L".
41571         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41572         bound negative.  Suffix upper bound with "L".
41573         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41574         bound with "UL".
41575         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41576         Specify type.
41577         [C99-based standards] (LLONG_MAX): Likewise.
41578         [C99-based standards] (ULLONG_MAX): Likewise.
41579         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41580         == 0.
41581         [ISO11] (max_align_t): Require type.
41582         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41583
41584         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41585         from $CFLAGS, without defining away __attribute__ calls.
41586         (checknamespace): Use $CFLAGS_namespace.
41587
41588         * conform/conformtest.pl (@keywords): Only include C99 keywords
41589         for standards based on C99 or C11.
41590
41591         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41592         Disable tests.
41593         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41594         UNIX98]: Likewise.
41595
41596         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41597         usability of symbols in #if.
41598
41599         * conform/conformtest.pl: If macro or constant types start
41600         "promoted:", expect the symbol to be of the following type
41601         promoted by the integer promotions.
41602
41603         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41604         in one place.  Also handle "macro-constant".
41605
41606         * conform/conformtest.pl: Only accept expected macro values with
41607         "==".  Parse all "macro" lines in one place.
41608         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41609
41610         * conform/conformtest.pl: Handle braced types on "constant" lines
41611         instead of handling "typed-constant".
41612         * conform/data/signal.h-data: Use "constant" instead of
41613         "typed-constant".
41614
41615         * conform/conformtest.pl: Handle "optional-" at start of lines in
41616         one place rather than duplicating several cases.  Handle each
41617         format of "macro" line with initial "optional-".
41618
41619         * conform/conformtest.pl: Only accept expected constant or
41620         optional-constant values with "==".  Parse all "constant" lines in
41621         one place.  Parse all "optional-constant" lines in one place.
41622         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41623         * conform/data/fmtmsg.h-data: Likewise.
41624         * conform/data/netinet/in.h-data: Likewise.
41625         * conform/data/tar.h-data: Likewise.
41626         * conform/data/limits.h-data: Use "==" form on "constant" and
41627         "optional-constant" lines.
41628
41629         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41630         Use -std=c99 for XOPEN2K.
41631         (@knownproblems): Remove.
41632         (newtoken): Don't check %isknown.
41633
41634         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41635         Do not expect macro.
41636         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41648         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41649         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41666         [XPG3] (acosh): Likewise.
41667         [XPG3] (asinh): Likewise.
41668         [XPG3] (atanh): Likewise.
41669         [XPG3] (cbrt): Likewise.
41670         [XPG3] (expm1): Likewise.
41671         [XPG3] (ilogb): Likewise.
41672         [XPG3] (log1p): Likewise.
41673         [XPG3] (logb): Likewise.
41674         [XPG3] (nextafter): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41677         [XPG3] (remainder): Likewise.
41678         [XPG3] (rint): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41686         [UNIX98 || XOPEN2K] (scalb): Expect.
41687         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41688         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41737         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41738         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41741         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41742         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41756         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41824
41825         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41826         _XOPEN_SOURCE_EXTENDED for XPG4.
41827
41828         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41829
41830         * Makeconfig (localtime): Remove variable.
41831         (inst_localtime-file): Likewise.
41832
41833 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41834
41835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41836         Update.
41837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41838         Update.
41839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41840         Update.
41841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41842         Update.
41843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41844         Update.
41845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41846         Update.
41847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41848         Update.
41849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41850         Update.
41851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41852         Update.
41853
41854 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41855
41856         [BZ #2550]
41857         [BZ #2570]
41858         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41859         comparisons to determine direction to adjust input.
41860         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41861         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41862         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41863         Likewise.
41864         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41865         Likewise.
41866         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41867         Likewise.
41868         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41869         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41870         Likewise.
41871         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41872         Likewise.
41873         * math/libm-test.inc (nexttoward_test): Add more tests.
41874
41875 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41876
41877         [BZ #14040]
41878         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41879         in version GLIBC_2.1, not GLIBC_2.0.
41880         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41881         Likewise.
41882
41883 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41884
41885         [BZ #13942]
41886         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41887         (1 - x) * (1 + x).
41888         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41889         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41890         * math/libm-test.inc (acos_test): Add more tests.
41891         (asin_test): Likewise.
41892         * sysdeps/i386/fpu/libm-test-ulps: Update.
41893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41894
41895         [BZ #14034]
41896         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41897         of square root.
41898         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41899         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41900         * math/libm-test.inc (acos_test_tonearest): New function.
41901         (acos_test_towardzero): Likewise.
41902         (acos_test_downward): Likewise.
41903         (acos_test_upward): Likewise.
41904         (asin_test_tonearest): Likewise.
41905         (asin_test_towardzero): Likewise.
41906         (asin_test_downward): Likewise.
41907         (asin_test_upward): Likewise.
41908         (main): Call the new functions.
41909         * sysdeps/i386/fpu/libm-test-ulps: Update.
41910         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41911
41912         [BZ #13884]
41913         [BZ #13924]
41914         * math/e_exp10.c: Include <float.h>.
41915         (__ieee754_exp10): Handle underflow here rather than multiplying
41916         large negative argument by M_LN10.
41917         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41918         of __ieee754_expf.
41919         * math/e_exp10l.c: Include <float.h>.
41920         (__ieee754_exp10l): Handle underflow here rather than multiplying
41921         large negative argument by M_LN10l.
41922         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41923         spurious overflow exception on underflow.
41924
41925 2012-04-29  Marek Polacek  <polacek@redhat.com>
41926
41927         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41928         (__fortify_function): New macro.
41929         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41930         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41931         __extern_always_inline.
41932         * libio/bits/stdio2.h: Likewise.
41933         * libio/bits/stdio.h: Likewise.
41934         * string/string.h: Likewise.
41935         * string/bits/string3.h: Likewise.
41936         * include/stdio.h: Likewise.
41937         * stdlib/bits/stdlib.h: Likewise.
41938         * stdlib/stdlib.h: Likewise.
41939         * rt/bits/mqueue2.h: Likewise.
41940         * rt/mqueue.h: Likewise.
41941         * posix/bits/unistd.h: Likewise.
41942         * posix/unistd.h: Likewise.
41943         * io/bits/poll2.h: Likewise.
41944         * io/bits/fcntl2.h: Likewise.
41945         * io/fcntl.h: Likewise.
41946         * io/sys/poll.h: Likewise.
41947         * misc/bits/syslog.h: Likewise.
41948         * misc/bits/syslog-ldbl.h: Likewise.
41949         * misc/sys/syslog.h: Likewise.
41950         * socket/bits/socket2.h: Likewise.
41951         * socket/sys/socket.h: Likewise.
41952         * debug/tst-chk1.c: Likewise.
41953         * wcsmbs/bits/wchar2.h: Likewise.
41954         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41955         * wcsmbs/wchar.h: Likewise.
41956
41957 2012-04-29  Andreas Jaeger  <aj@suse.de>
41958
41959         * Makerules (tests): Remove enable-check-abi protection.
41960         (check-abi-warn): Remove.
41961         (check-abi-%): Remove check-abi-warn usage.
41962
41963         * configure.in: Remove check-abi configure option.
41964         * configure: Regenerated.
41965         * config.make.in (enable-check-abi): Remove.
41966
41967 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41968
41969         [BZ #14033]
41970         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41971         double functions to double *_finite functions.
41972
41973         [BZ #13941]
41974         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41975         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41976         LDBL_MIN_EXP.
41977         * stdio-common/Makefile (tests): Add tst-sprintf3.
41978         * stdio-common/tst-sprintf3.c: New file.
41979
41980         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41981         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41982
41983 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41984
41985         * conform/conformtest.pl: Remove duplicate typed-constant
41986         handling.
41987
41988 2012-04-28  David S. Miller  <davem@davemloft.net>
41989
41990         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41991         (check-abi-%): Remove AWK script prerequisite and explicit
41992         abilist directory.
41993         (check-abi): Rewrite to just diff the symlist with the abilist.
41994         (config-tls, config-abi-config): Delete, no longer used.
41995         (update-abi-%): Remove AWK script and explicit abilist directory.
41996         (update-abi): Rewrite to simply compare and conditionally copy the
41997         symlist and the sysdep abilist file.  Remove update-abi-config
41998         checks.
41999         * abilist/ld.abilist: Remove.
42000         * abilist/libBrokenLocale.abilist: Remove.
42001         * abilist/libanl.abilist: Remove.
42002         * abilist/libcrypt.abilist: Remove.
42003         * abilist/libdl.abilist: Remove.
42004         * abilist/librt.abilist: Remove.
42005         * abilist/libthread_db.abilist: Remove.
42006         * abilist/libutil.abilist: Remove.
42007         * scripts/extract-abilist.awk: Remove.
42008         * scripts/merge-abilist.awk: Remove.
42009         * sysdeps/generic/libcidn.abilist: New file.
42010         * sysdeps/generic/libnss_compat.abilist: New file.
42011         * sysdeps/generic/libnss_db.abilist: New file.
42012         * sysdeps/generic/libnss_dns.abilist: New file.
42013         * sysdeps/generic/libnss_files.abilist: New file.
42014         * sysdeps/generic/libnss_hesiod.abilist: New file.
42015         * sysdeps/generic/libnss_nis.abilist: New file.
42016         * sysdeps/generic/libnss_nisplus.abilist: New file.
42017         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42018         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42019         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42020         file.
42021         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42022         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42023         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42024         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42025         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42026         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42027         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42028         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42029         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42030         file.
42031         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42032         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42033         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42034         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42035         file.
42036         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42037         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42038         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42039         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42040         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42041         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42042         file.
42043         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42044         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42045         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42046         file.
42047         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42049         New file.
42050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42051         New file.
42052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42053         New file.
42054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42057         New file.
42058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42059         New file.
42060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42061         New file.
42062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42063         New file.
42064         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42065         New file.
42066         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42067         New file.
42068         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42069         New file.
42070         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42071         New file.
42072         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42073         New file.
42074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42075         file.
42076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42077         New file.
42078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42079         New file.
42080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42081         file.
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42083         New file.
42084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42085         New file.
42086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42087         file.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42089         New file.
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42091         New file.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42093         New file.
42094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42095         New file.
42096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42097         New file.
42098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42099         New file.
42100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42102         file.
42103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42104         New file.
42105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42106         file.
42107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42108         file.
42109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42110         file.
42111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42112         file.
42113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42114         file.
42115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42116         New file.
42117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42118         file.
42119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42120         file.
42121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42122         New file.
42123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42124         file.
42125         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42127         file.
42128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42129         New file.
42130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42131         file.
42132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42133         file.
42134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42135         file.
42136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42137         file.
42138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42139         file.
42140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42141         New file.
42142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42143         file.
42144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42145         file.
42146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42147         New file.
42148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42149         file.
42150         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42151         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42152         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42153         file.
42154         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42155         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42156         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42157         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42158         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42159         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42160         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42161         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42162         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42163         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42164         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42166         file.
42167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42168         New file.
42169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42172         file.
42173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42174         file.
42175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42180         New file.
42181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42182         New file.
42183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42184         file.
42185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42186         New file.
42187         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42191         file.
42192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42193         New file.
42194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42197         file.
42198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42207         New file.
42208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42209         file.
42210         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42213         file.
42214
42215 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42216
42217         * conform/conformtest.pl: Fix typo in handling typed-constant from
42218         allow-header.
42219
42220 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42221
42222         * README: Cut down references to pre-2.6 Linux kernels and
42223         Linuxthreads.  Update lists of configurations in libc and ports
42224         and sort alphabetically.  Say "or newer" with Linux kernel version
42225         requirements.
42226
42227         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42228
42229 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42230
42231         [BZ #887]
42232         * math/libm-test.inc (logb_test_downward): New test to expose
42233         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42234         rounding mode.
42235
42236 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42237
42238         [BZ #14027]
42239         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42240         to be done.
42241         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42242         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42243
42244 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42245
42246         * sysdeps/unix/i386/brk.S: Remove file.
42247         * sysdeps/unix/i386/dl-brk.S: Likewise.
42248         * sysdeps/unix/i386/pipe.S: Likewise.
42249         * sysdeps/unix/i386/sigreturn.S: Likewise.
42250         * sysdeps/unix/i386/syscall.S: Likewise.
42251         * sysdeps/unix/i386/vfork.S: Likewise.
42252         * sysdeps/unix/i386/wait.S: Likewise.
42253
42254         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42255         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42256
42257         * configure.in (arm*-none*): Do not allow without
42258         --enable-hacker-mode.
42259         (netbsd*): Remove case setting base_os.
42260         (386bsd*): Likewise.
42261         (freebsd*): Likewise.
42262         (bsdi*): Likewise.
42263         (osf*): Likewise.
42264         (sunos*): Likewise.
42265         (ultrix*): Likewise.
42266         (newsos*): Likewise.
42267         (dynix*): Likewise.
42268         (*bsd*): Likewise.
42269         (sysv*): Likewise.
42270         (isc*): Likewise.
42271         (esix*): Likewise.
42272         (sco*): Likewise.
42273         (minix*): Likewise.
42274         (irix4*): Likewise.
42275         (irix6*): Likewise.
42276         (solaris[2-9]*): Likewise.
42277         (none): Likewise.
42278         * configure: Regenerated.
42279
42280 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42281
42282         [BZ #11521]
42283         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42284         overflow or cancellation in calculating denominator.
42285         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42286         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42287         down expression to avoid unexpected rounding in newer GCCs.
42288         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42289
42290 2012-04-26  David S. Miller  <davem@davemloft.net>
42291
42292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42293         long-double compat symbols.
42294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42302         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42307
42308 2012-04-25  David S. Miller  <davem@davemloft.net>
42309
42310         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42311         HWCAP_* values only after the memory barriers have been defined.
42312         (atomic_full_barrier): Define.
42313         (atomic_read_barrier): Define.
42314         (atomic_write_barrier): Define.
42315
42316 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42317
42318         * shlib-versions: Add libgcc_s version information.
42319         * sysdeps/generic/libgcc_s.h: Remove.
42320         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42321         libgcc_s.h.
42322         * sysdeps/gnu/unwind-resume.c: Likewise.
42323         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42324
42325 2012-04-25  David S. Miller  <davem@davemloft.net>
42326
42327         * sysdeps/unix/sparc/brk.S: Delete.
42328         * sysdeps/unix/sparc/dl-brk.S: Delete.
42329         * sysdeps/unix/sparc/pipe.S: Delete.
42330         * sysdeps/unix/sparc/sysdep.S: Delete.
42331         * sysdeps/unix/sparc/sysdep.h: Delete.
42332         * sysdeps/unix/sparc/vfork.S: Delete.
42333         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42334         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42335         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42336         (ret_ERRVAL, r0, r1, MOVE): Define.
42337         (JUMPTARGET): Remove.
42338         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42339         sysdeps/unix/sparc/sysdep.h
42340         (ENTRY, END): Remove.
42341         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42342
42343 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42344
42345         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42346         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42347         -DIS_IN_build.
42348
42349         * timezone/README: Update upstream location and email address for
42350         tzcode and tzdata.
42351         * timezone/zdump.c: Update from tzcode 2012b.
42352         * timezone/zic.c: Likewise.
42353
42354         * configure.in (libc_cv_as_needed): Remove test.
42355         * configure: Regenerated.
42356         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42357         conditional definition.
42358         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42359         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42360         * config.make.in (have-as-needed): Remove variable.
42361
42362 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42363             Paul Pluzhnikov  <ppluzhnikov@google.com>
42364
42365         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42366         strings correctly.
42367
42368 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42369
42370         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42371         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42372         * sysdeps/sh/strlen.S: Likewise.
42373
42374 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42375
42376         * sysdeps/unix/fork.S: Remove file.
42377         * sysdeps/unix/i386/fork.S: Likewise.
42378         * sysdeps/unix/sparc/fork.S: Likewise.
42379
42380         * sysdeps/unix/system.c: Remove file.
42381         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42382
42383         * sysdeps/unix/getegid.S: Remove file.
42384         * sysdeps/unix/geteuid.S: Likewise.
42385
42386 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42387
42388         * scripts/check-localplt.awk: New file.
42389         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42390         of diff.
42391         * scripts/data/localplt-generic.data: Add a comment.
42392
42393         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42394         NODE when __dir_mkfile failed.
42395         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42396         Reported by Ludovic Courtès <ludo@gnu.org>.
42397
42398 2012-04-24  Andreas Jaeger  <aj@suse.de>
42399
42400         * Makerules (common-clean): Also remove gen-as-const-headers
42401         files.
42402
42403 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42404
42405         * Makerules (native-compile): Do not change working directory for
42406         build.  Use $(OUTPUT_OPTION) in command.
42407         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42408
42409 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42410
42411         [BZ #13886]
42412         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42413         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42414         * math/libm-test.inc (floor_test): Add more tests.
42415         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42416
42417 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42418
42419         * sysdeps/unix/getdents.c: Remove file.
42420         * sysdeps/unix/sysv/getdents.c: Likewise.
42421         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42422
42423         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42424         sysdeps/unix/mman/syscalls.list.
42425         (mmap): Likewise.
42426         (mprotect): Likewise.
42427         (msync): Likewise.
42428         (munmap): Likewise.
42429         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42430         * sysdeps/unix/mman/syscalls.list: Remove.
42431         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42432
42433         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42434         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42435         * configure: Regenerated.
42436         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42437         $(libgcc_s_suffix).
42438         * config.make.in (libgcc_s_suffix): Remove variable.
42439
42440 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42441
42442         * sysdeps/unix/sysv/gethostname.c: Move to ...
42443         * sysdeps/posix/gethostname.c: ... here.
42444
42445         * sysdeps/unix/execve.S: Remove file.
42446
42447         * sysdeps/unix/_exit.S: Remove file.
42448
42449 2012-04-23  Andreas Jaeger  <aj@suse.de>
42450
42451         [BZ #13739]
42452         * manual/Makefile: Remove make dist support, there's no
42453         need for a stand-alone documentation tar ball.
42454         (TEXI2DVI): Define always, it's not in Makeconfig.
42455         (dist): Removed.
42456         (tar-it): Removed.
42457         (edition): Removed.
42458         (glibc-doc-$(edition).tar): Removed
42459         (%.Z): Removed.
42460         (%.gz): Removed.
42461         (%.uu): Removed.
42462         (ETAGS): Remove, it's in Makeconfig.
42463         (move-if-change): Remove, it's in Makeconfig.
42464
42465 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42466
42467         [BZ #13970]
42468         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42469         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42470         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42471         (strtod_l, strtof_l, strtold_l): Remove __wur.
42472         It is not necessarily an error to ignore strtol's return value.
42473         One can reliably look at the stored endptr to decide whether
42474         the number had valid syntax.
42475
42476 2012-04-21  Andreas Jaeger  <aj@suse.de>
42477
42478         [BZ #13739]
42479         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42480
42481 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42482
42483         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42484         * sysdeps/unix/sysv/Versions: Remove file.
42485
42486 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42487
42488         [BZ #13927]
42489         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42490
42491 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42492
42493         [BZ #7064]
42494         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42495         version from __vm86.
42496
42497 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42498
42499         * sysdeps/unix/common/lxstat.c: Remove file.
42500         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42501
42502         * sysdeps/unix/sysv/Makefile: Remove file.
42503
42504         * sysdeps/unix/sysv/direct.h: Remove file.
42505
42506         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42507         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42508         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42509         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42510         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42511         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42512         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42513
42514         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42515
42516         * sysdeps/unix/xmknod.c: Remove file.
42517         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42518
42519         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42520
42521         * sysdeps/unix/sysv/i386/time.S: Remove file.
42522
42523         * sysdeps/unix/fxstat.c: Remove file.
42524         * sysdeps/unix/xstat.c: Likewise.
42525         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42526
42527         * sysdeps/unix/sysv/sigaction.c: Remove file.
42528
42529         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42530         (sysdep_headers): Remove variable.
42531         [termio.h not in sysdep_headers] (generated): Likewise.
42532         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42533         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42534         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42535         * sysdeps/unix/sysv/tcflow.c: Likewise.
42536         * sysdeps/unix/sysv/tcflush.c: Likewise.
42537         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42538         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42539         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42540         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42541         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42542
42543         * sysdeps/unix/siglist.c: Remove file.
42544
42545         * sysdeps/unix/getppid.S: Remove file.
42546
42547         * sysdeps/unix/mkdir.c: Remove file.
42548         * sysdeps/unix/rmdir.c: Likewise.
42549
42550 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42551
42552         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42553         ERR_MAX value.
42554         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42555         errlist-compat value.
42556
42557 2012-04-18  David S. Miller  <davem@davemloft.net>
42558
42559         * sysdeps/generic/memcopy.h (reg_char): Delete.
42560         * debug/strcat_chk.c: Use char, not reg_char.
42561         * debug/strcpy_chk.c: Likewise.
42562         * debug/strncat_chk.c: Likewise.
42563         * debug/strncpy_chk.c: Likewise.
42564         * string/memchr.c: Likewise.
42565         * string/memrchr.c: Likewise.
42566         * string/rawmemchr.c: Likewise.
42567         * string/strcat.c: Likewise.
42568         * string/strchr.c: Likewise.
42569         * string/strchrnul.c: Likewise.
42570         * string/strcmp.c: Likewise.
42571         * string/strcpy.c: Likewise.
42572         * string/strncat.c: Likewise.
42573         * string/strncmp.c: Likewise.
42574         * string/strncpy.c: Likewise.
42575
42576 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42577
42578         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42579         __builtin_memcopy is called when src and dest ranges are known to not
42580         overlap.
42581
42582 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42583
42584         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42585         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42586         fwd_align_merge macro call.
42587         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42588         bwd_align_merge macro call.
42589         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42590
42591 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42592
42593         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42594         bwd_align_merge macros.
42595         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42596         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42597         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42598
42599 2012-04-18  David S. Miller  <davem@davemloft.net>
42600
42601         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42602
42603 2012-04-18  Andreas Jaeger  <aj@suse.de>
42604
42605         [BZ# 6794]
42606         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42607         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42608         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42609
42610         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42611         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42612         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42613
42614         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42615         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42616         Adjust for changed ldbl-128 files.
42617
42618         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42619         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42620         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42621
42622 2012-04-17  David S. Miller  <davem@davemloft.net>
42623
42624         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42625
42626 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42627
42628         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42629         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42630         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42631         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42632         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42633         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42634
42635 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42636
42637         [BZ #6794]
42638         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42639         * math/libm-test.inc: Add ilogb errno and exception tests.
42640         * math/w_ilogb.c: New file: ilogb wrapper.
42641         * math/w_ilogbf.c: New file: ilogbf wrapper.
42642         * math/w_ilogbl.c: New file: ilogbl wrapper.
42643         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42644         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42645         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42646         exception being thrown with 0.0 as argument.
42647         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42648         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42649         exception being thrown with 0.0 as argument.
42650         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42651         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42652         exception being thrown with 0.0 as argument.
42653         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42654         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42655         exception being thrown with 0.0 as argument.
42656         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42657         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42658         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42659         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42660         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42661         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42662         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42663         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42664         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42665
42666 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42667
42668         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42669         with altivec.
42670
42671 2012-04-16  Marek Polacek  <polacek@redhat.com>
42672
42673         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42674
42675 2012-04-16  Marek Polacek  <polacek@redhat.com>
42676
42677         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42678         operands of fdivp instruction.
42679
42680 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42681
42682         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42683         * elf/tst-auditmod3b.c: Likewise.
42684         * elf/tst-auditmod4b.c: Likewise.
42685         * elf/tst-auditmod5b.c: Likewise.
42686         * elf/tst-auditmod6b.c: Likewise.
42687         * elf/tst-auditmod6c.c: Likewise.
42688         * elf/tst-auditmod7b.c: Likewise.
42689         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42690         * sysdeps/x86_64/preconfigure.in: Likewise.
42691         * sysdeps/x86_64/preconfigure: Regenerated.
42692
42693 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42694
42695         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42696         __ILP32__.
42697
42698 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42699
42700         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42701         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42702
42703 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42704
42705         [BZ #13973]
42706         * locale/iso-639.def: Fix gl language name. Spotted by
42707         Yaron Shahrabani.
42708
42709 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42710
42711         [BZ #2074]
42712         * libio/libio.h (__io_write_fn): Update comment.
42713
42714 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42715
42716         [BZ #2074]
42717         * stdio.texi (Hook Functions): The user provided writer function
42718         is not allowed to return -1.
42719
42720 2012-04-11  David S. Miller  <davem@davemloft.net>
42721
42722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42723
42724 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42725
42726         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42727         Add a leading slash to rtkaio.
42728
42729 2012-04-11  Jim Meyering  <meyering@redhat.com>
42730
42731         [BZ #11959]
42732         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42733         It is not necessarily an error to ignore fwrite's return
42734         value.  One can reliably use ferror to test for errors after
42735         the fact.
42736
42737 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42738
42739         * bits/types.h (__snseconds_t): New type.
42740         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42741
42742         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42743         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42744         (__SNSECONDS_T_TYPE): Likewise.
42745         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42746         (__SNSECONDS_T_TYPE): Likewise.
42747         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42748         (__SNSECONDS_T_TYPE): Likewise.
42749
42750 2012-04-10  Andreas Jaeger  <aj@suse.de>
42751
42752         [BZ #2636]
42753         * manual/time.texi (Processor Time): Return type of times is
42754         elapsed real time since an arbitrary point in the past.
42755         (CPU Time): Move CLK_TCK from here...
42756         (Processor Time): ...to here.  Correct description.
42757         * manual/conf.texi (Constants for Sysconf): Correct description of
42758         _SC_CLK_TCK.
42759
42760 2012-04-10  David S. Miller  <davem@davemloft.net>
42761
42762         [BZ #13967]
42763         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42764         where the is a gap between DT_REL(A) and DT_JMPREL.
42765
42766 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42767
42768         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42769         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42770         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42771
42772 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42773
42774         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42775         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42776         (dl_main): Handle --inhibit-cache.
42777         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42778         _dl_inhibit_cache.
42779         * elf/dl-load.c (_dl_map_object): Use it.
42780         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42781
42782 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42783
42784         [BZ #13872]
42785         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42786         (__ieee754_powl): Saturate large exponents rather than testing for
42787         overflow of y*log2(x).
42788         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42789         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42790         exceptions.
42791
42792         [BZ #11521]
42793         * math/s_ctan.c: Include <float.h>.
42794         (__ctan): Avoid internal overflow or cancellation in calculating
42795         denominator.
42796         * math/s_ctanf.c: Likewise.
42797         * math/s_ctanl.c: Likewise.
42798         * math/s_ctanh.c: Likewise.
42799         * math/s_ctanhf.c: Likewise.
42800         * math/s_ctanhl.c: Likewise.
42801         * math/libm-test.inc (ctan_test): Add more tests.
42802         (ctanh_test): Likewise.
42803         * sysdeps/i386/fpu/libm-test-ulps: Update.
42804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42805
42806 2012-04-09  Andreas Jaeger  <aj@suse.de>
42807
42808         [BZ #6894]
42809         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42810         is an optional BSD extension.
42811
42812         [BZ #10254]
42813         * manual/stdio.texi (Opening Streams): Document additional fopen
42814         parameters.
42815
42816 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42817
42818         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42819         %eax without telling the compiler.
42820
42821 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42822
42823         [BZ # 13963]
42824         * manual/install.texi: Use sourceware.org.
42825
42826 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42827
42828         [BZ #13873]
42829         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42830         (__ieee754_pow): Generate overflow and underflow using huge*huge
42831         and tiny*tiny rather than just returning constant infinity or zero
42832         for large exponents.
42833         * math/libm-test.inc (pow_test): Require overflow exceptions for
42834         applicable cases of large exponents.
42835
42836         [BZ #706]
42837         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42838         (__ieee754_pow): Use iterative multiplication algorithm only for
42839         integer exponents with absolute value below 1024.  Check for odd
42840         integer exponents when using algorithm for real exponents.
42841         * math/libm-test.inc (pow_test): Add more tests.
42842         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42843
42844 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42845
42846         [BZ #13705]
42847         * math/libm-test.inc (exp_test): Do not allow overflow exception
42848         on underflow test.
42849
42850 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42851
42852         [BZ #13705]
42853         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42854         instead of __kernel_standard_f.
42855
42856 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42857
42858         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42859         * sysdeps/x86_64/memset_chk.S: Likewise.
42860
42861 2012-04-08  Andreas Jaeger  <aj@suse.de>
42862
42863         [BZ #10153]
42864         * manual/startup.texi (Environment Access): Describe return value
42865         for putenv and setenv.
42866
42867         [BZ #6895]
42868         * manual/filesys.texi (Directory Entries): Add description for
42869         DT_LNK.
42870
42871         [BZ #6890]
42872         * manual/filesys.texi (Directory Entries): Clarify that it's file
42873         system not operating system in the description of DT_UNKNOWN.
42874
42875         [BZ #6578]
42876         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42877
42878 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42879
42880         [BZ #6649]
42881         * manual/llio.texi (Opening and Closing Files): Add cross
42882         reference to explain mode argument.
42883
42884 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42885
42886         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42887         * sysdeps/x86_64/memset_chk.S: Likewise.
42888
42889 2012-04-07  David S. Miller  <davem@davemloft.net>
42890
42891         * elf/elf.h (R_SPARC_WDISP10): Define.
42892         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42893         R_SPARC_SIZE32.
42894         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42895         R_SPARC_SIZE64 and R_SPARC_H34.
42896
42897 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42898
42899         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42900         conditions and remove no longer applicable assertion.
42901
42902 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42903
42904         * bits/byteswap.h: Include <features.h>.
42905         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42906         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42907
42908 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42909
42910         * bits/byteswap.h (__bswap_16): Removed.
42911         Include <bits/byteswap-16.h> to get __bswap_16.
42912         * sysdeps/i386/bits/byteswap.h: Likewise.
42913         * sysdeps/s390/bits/byteswap.h: Likewise.
42914         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42915         * bits/byteswap-16.h: New file.
42916         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42917         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42918         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42919         * string/Makefile (headers): Add bits/byteswap-16.h.
42920
42921 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42922
42923         [BZ #13895]
42924         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42925         extra indirection.
42926         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42927         * nss/tst-nss-static.c: New.
42928
42929 2012-04-06  Robert Millan  <rmh@gnu.org>
42930
42931         [BZ #6486]
42932         * manual/llio.texi (File Position Primitive): lseek
42933         refers to WHENCE when it really means OFFSET.
42934
42935 2012-04-06  Andreas Jaeger  <aj@suse.de>
42936
42937         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42938         strncmp declarations.
42939
42940         * abilist/libc.abilist: Add __poll and __ppoll.
42941
42942 2012-04-05  David S. Miller  <davem@davemloft.net>
42943
42944         * scripts/check-local-headers.sh: Accept a host triplet in the
42945         path matched by the exclude regexp.
42946
42947         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42948         definition.
42949         * sysdeps/powerpc/powerpc32/dl-machine.h
42950         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42951         * sysdeps/s390/s390-32/dl-machine.h
42952         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42953         * sysdeps/sparc/sparc32/dl-machine.h
42954         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42955         * sysdeps/sparc/sparc64/dl-machine.h
42956         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42957
42958         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42959         lazy binding.
42960         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42961         undefined symbol errors.
42962
42963         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42964         DT_NEEDED entries.
42965
42966 2012-04-05  Michael Matz  <matz@suse.de>
42967
42968         [BZ #13592]
42969         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42970
42971 2012-04-05  Andreas Jaeger  <aj@suse.de>
42972
42973         [BZ #13908]
42974         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42975         comment.
42976
42977 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42978
42979         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42980         which ROUND is no valid rounding mode.
42981
42982 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42983
42984         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42985         read again.
42986         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42987
42988 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42989
42990         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42991         an exception using FPU order intentionally.
42992
42993 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42994
42995         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42996         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42997         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42998         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42999
43000 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43001
43002         [BZ #12340]
43003         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43004         EINVAL when BUFLEN is too smal.
43005
43006 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43007
43008         [BZ #13553]
43009         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43010         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43011
43012 2012-04-03  Andreas Jaeger  <aj@suse.de>
43013
43014         [BZ #13938]
43015         * manual/setjmp.texi (System V contexts): Fix sentence.
43016
43017         [BZ #13926]
43018         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43019         New macro for this case.
43020         [!__GNUC__] (__bswap_64): New inline function for this case.
43021         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43022         * bits/byteswap.h: Likewise.
43023         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43024         ull, guard with __GLIBC_HAVE_LONG_LONG.
43025
43026         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43027         __GLIBC_HAVE_LONG_LONG.
43028
43029         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43030         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43031
43032 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43033
43034         [BZ #13691]
43035         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43036         inptr and inend, rather than using last_ch.
43037
43038 2012-04-02  David S. Miller  <davem@davemloft.net>
43039
43040         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43041         * stdio-common/printf-parse.h (read_int): Change return type to
43042         'int', return -1 on INT_MAX overflow.
43043         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43044         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43045         overflows INT_MAX.  Check for overflow of in-format-string precision
43046         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43047         SIZE_MAX not INT_MAX for integer overflow test.
43048         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43049         skip the construct in the format string but do not record anything.
43050         * stdio-common/bug22.c: Adjust to test both width/prevision
43051         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43052         explicitly for proper errno values.
43053
43054 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43055
43056         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43057         CHAR_MAX.
43058         * string/test-strcmp.c [! WIDE]: Likewise.
43059         * time/tst-mktime2.c: Likewise for INT_MAX.
43060         * string/test-string.h: #include <sys/param.h> for MIN.
43061
43062         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43063         * sysdeps/i386/init-first.c (init): Likewise.
43064         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43065         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43066         * sysdeps/sh/init-first.c (init): Likewise.
43067
43068 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43069
43070         * po/ru.po: Update from translation team.
43071         * po/vi.po: Likewise.
43072
43073 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43074
43075         * resolv/nss_dns/dns-host.c: Merge copyright years.
43076
43077 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43078
43079         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43080         Optimize memcpy with prefetch if
43081         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43082         src, dst pointers have unequal 16 byte alignments.
43083
43084 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43085
43086         [BZ #13928]
43087         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43088         from a CNAME entry and return the minimum ttl for the query.
43089         (gaih_getanswer_slice): Likewise.
43090
43091 2012-03-30  Jeff Law  <law@redhat.com>
43092
43093         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43094         due to long keys.
43095         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43096         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43097
43098         * resolv/nss_dns/dns-host.c: Update copyright year.
43099
43100 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43101
43102         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43103         requests to save a system call.  Fix check that all bytes are sent.
43104
43105         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43106         comments for sendmmsg.
43107
43108 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43109
43110         [BZ #13691]
43111         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43112         with only 1 character between 0x0041 and 0x01b0.
43113         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43114         * wcsmbs/tst-mbsnrtowcs.c: New file.
43115
43116 2012-03-29  David S. Miller  <davem@davemloft.net>
43117
43118         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43119         small copies by hand.
43120
43121 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43122
43123         [BZ #13761]
43124         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43125         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43126         group memberships.
43127
43128 2012-03-28  David S. Miller  <davem@davemloft.net>
43129
43130         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43131         that branches into memcpy.
43132         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43133         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43134         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43135         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43136         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43137         bits.
43138         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43139         implementation too.
43140         * sysdeps/sparc/mempcpy.S: New file.
43141
43142         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43143         the IFUNC routine in the libc case.
43144         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43145
43146         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43147         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43148         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43149         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43150         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43151         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43152         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43153         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43154
43155         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43156         loop to 256 bytes instead of 64 bytes and fix test signedness.
43157
43158         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43159         * sysdeps/sparc/sparc32/Makefile: rather than here...
43160         * sysdeps/sparc/sparc64/Makefile: and here.
43161
43162 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43163
43164         * malloc/mallocbug.c: Avoid warnings about unused variables.
43165
43166 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43167
43168         [BZ #13760]
43169         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43170         in the right place. Discard and retry query if response is
43171         larger than input buffer size.
43172
43173 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43174
43175         [BZ #369]
43176         [BZ #2678]
43177         [BZ #3866]
43178         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43179         x for large integer exponent.
43180         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43181         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43182         sign of result as needed afterwards.
43183         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43184         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43185         result for underflowing pow the same as for overflow.
43186         (__kernel_standard_l): Handle powl overflow and underflow here
43187         rather than calling __kernel_standard.
43188         * math/libm-test.inc (pow_test): Add more tests.
43189
43190         [BZ #3868]
43191         [BZ #13879]
43192         [BZ #13910]
43193         [BZ #13911]
43194         [BZ #13912]
43195         [BZ #13913]
43196         [BZ #13915]
43197         [BZ #13916]
43198         [BZ #13917]
43199         [BZ #13918]
43200         [BZ #13919]
43201         [BZ #13920]
43202         [BZ #13921]
43203         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43204         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43205         (__kernel_standard_l): New function.
43206         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43207         __kernel_standard.
43208         * math/w_acosl.c (__acosl): Likewise.
43209         * math/w_asinl.c (__asinl): Likewise.
43210         * math/w_atan2l.c (__atan2l): Likewise.
43211         * math/w_atanhl.c (__atanhl): Likewise.
43212         * math/w_coshl.c (__coshl): Likewise.
43213         * math/w_exp10l.c (__exp10l): Likewise.
43214         * math/w_exp2l.c (__exp2l): Likewise.
43215         * math/w_fmodl.c (__fmodl): Likewise.
43216         * math/w_hypotl.c (__hypotl): Likewise.
43217         * math/w_j0l.c (__j0l, __y0l): Likewise.
43218         * math/w_j1l.c (__j1l, __y1l): Likewise.
43219         * math/w_jnl.c (__jnl, __ynl): Likewise.
43220         * math/w_lgammal.c (__lgammal): Likewise.
43221         * math/w_log10l.c (__log10l): Likewise.
43222         * math/w_log2l.c (__log2l): Likewise.
43223         * math/w_logl.c (__logl): Likewise.
43224         * math/w_powl.c (__powl): Likewise.
43225         * math/w_remainderl.c (__remainderl): Likewise.
43226         * math/w_scalbl.c (sysv_scalbl): Likewise.
43227         * math/w_sinhl.c (__sinhl): Likewise.
43228         * math/w_sqrtl.c (__sqrtl): Likewise.
43229         * math/w_tgammal.c (__tgammal): Likewise.
43230         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43231         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43232         * math/libm-test.inc (acos_test): Add more tests.
43233         (acosh_test): Likewise.
43234         (asin_test): Likewise.
43235         (atanh_test): Likewise.
43236         (exp_test): Likewise.
43237         (exp10_test): Likewise.
43238         (exp2_test): Likewise.
43239         (expm1_test): Likewise.
43240         (lgamma_test): Likewise.
43241         (log_test): Likewise.
43242         (log10_test): Likewise.
43243         (log1p_test): Likewise.
43244         (log2_test): Likewise.
43245         (pow_test): Do not allow some spurious overflow exceptions.
43246         (sqrt_test): Add more tests.
43247         (tgamma_test): Likewise.
43248         (y0_test): Likewise.
43249         (y1_test): Likewise.
43250         (yn_test): Likewise.
43251
43252 2012-03-27  Anton Blanchard  <anton@samba.org>
43253
43254         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43255         MAP_HUGETLB.
43256         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43257         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43258         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43259
43260 2012-03-27  David S. Miller  <davem@davemloft.net>
43261
43262         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43263
43264         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43265         have-as-vis3 check.
43266
43267 2012-03-27  Andreas Jaeger  <aj@suse.de>
43268
43269         * sysdeps/x86_64/elf/configure.in: Moved to ...
43270         * sysdeps/x86_64/configure.in: ... here.
43271         * sysdeps/x86_64/elf/start.S: Moved to ...
43272         * sysdeps/x86_64/start.S: ... here.
43273         * sysdeps/x86_64/elf/configure: Delete.
43274
43275         * sysdeps/x86_64/configure.in: Merge contents from
43276         sysdeps/i386/configure.in (without i686 check).
43277
43278         * sysdeps/i386/elf/Versions: Merge into ...
43279         * sysdeps/i386/Versions: ... this.
43280         * sysdeps/i386/elf/Versions: Delete file.
43281         * sysdeps/i386/elf/start.S: Moved to ...
43282         * sysdeps/i386/start.S: ...here.
43283         * sysdeps/i386/elf/configure.in: Merge into...
43284         * sysdeps/i386/configure.in: ...here.
43285         * sysdeps/i386/elf/configure.in: Delete file.
43286         * sysdeps/i386/elf/configure: Delete file.
43287
43288         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43289         * debug/backtracesyms.c: ... here.
43290         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43291         * debug/backtracesymsfd.c: ... here.
43292         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43293         * sysdeps/generic/ifunc-sel.h: ... here.
43294
43295         * sysdeps/unix/i386/start.c: Delete file.
43296         * sysdeps/unix/sparc/start.c: Delete file.
43297         * sysdeps/unix/start.c: Delete file.
43298
43299         * sysdeps/sh/elf/configure.in: Moved to ...
43300         * sysdeps/sh/configure.in: ... here.
43301         * sysdeps/sh/elf/start.S: Moved to ...
43302         * sysdeps/sh/start.S: ... here.
43303         * sysdeps/sh/elf/configure: Delete file.
43304
43305         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43306         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43307         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43308         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43309         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43310         * sysdeps/powerpc/powerpc64/start.S: here.
43311         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43312         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43313         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43314         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43315         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43316
43317         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43318         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43319         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43320         * sysdeps/powerpc/powerpc32/start.S: ... here.
43321         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43322         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43323         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43324
43325         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43326         * sysdeps/powerpc/ifunc-sel.h: ... here.
43327         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43328         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43329
43330         * sysdeps/sparc/elf/configure.in: Moved to ...
43331         * sysdeps/sparc/configure.in: ... here.
43332         * sysdeps/sparc/elf/configure: Delete file.
43333         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43334         * sysdeps/sparc/sparc32/start.S: ... here.
43335         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43336         * sysdeps/sparc/sparc64/start.S: ... here.
43337         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43338         * sysdeps/sparc/sparc32/Makefile: ... this.
43339         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43340         * sysdeps/sparc/sparc64/Makefile: ... this.
43341
43342         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43343         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43344         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43345         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43346         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43347         * sysdeps/s390/s390-32/setjmp.S: ... here.
43348         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43349         * sysdeps/s390/s390-32/configure.in: ... here.
43350         * sysdeps/s390/s390-32/elf/configure: Delete file.
43351         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43352         * sysdeps/s390/s390-32/start.S: ... here.
43353
43354         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43355         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43356         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43357         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43358         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43359         * sysdeps/s390/s390-64/setjmp.S: ... here.
43360         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43361         * sysdeps/s390/s390-64/configure.in: ... here
43362         * sysdeps/s390/s390-64/elf/configure: Delete file.
43363         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43364         * sysdeps/s390/s390-64/start.S: ... here.
43365         * sysdeps/s390/s390-64/elf/configure: Delete.
43366
43367         * configure.in: Remove support for elf directories in sysdeps.
43368
43369         * configure: Regenerated.
43370         * sysdeps/i386/configure: Regenerated.
43371         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43372         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43373         * sysdeps/s390/s390-32/configure: Regenerated.
43374         * sysdeps/s390/s390-64/configure: Regenerated.
43375         * sysdeps/sh/configure: Regenerated.
43376         * sysdeps/sparc/configure: Regenerated.
43377         * sysdeps/x86_64/configure: Regenerated.
43378
43379 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43380
43381         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43382
43383         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43384         denormal result into account.
43385
43386 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43387
43388         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43389         Reported by Allan McRae <allan@archlinux.org>.
43390
43391 2012-03-23  Jeff Law  <law@redhat.com>
43392
43393         * nss/getnssent.c (__nss_getent): Fix typo.
43394
43395 2012-03-23  David S. Miller  <davem@davemloft.net>
43396
43397         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43398
43399 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43400
43401         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43402         to pad to uint64_t for each field.
43403         (dl_tls_index): Replace unsigned long with uint64_t.
43404
43405 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43406         Paul Pluzhnikov  <ppluzhnikov@google.com>
43407
43408         [BZ #6528]
43409         * grp/Makefile (otherlibs): Don't set it.
43410         * inet/Makefile (otherlibs): Likewise.
43411         * login/Makefile (otherlibs): Likewise.
43412         * nscd/Makefile (otherlibs): Likewise.
43413         * posix/Makefile (otherlibs): Likewise.
43414         * pwd/Makefile (otherlibs): Likewise.
43415         * rt/Makefile (otherlibs): Likewise.
43416         * sunrpc/Makefile (otherlibs): Likewise.
43417         * nss/Makefile (otherlibs): Likewise.
43418         Add libnss_files to routines and static-only-routines.
43419         ($(objpfx)getent): Remove rule.
43420         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43421         static-only-routines.
43422
43423 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43424
43425         [BZ #13892]
43426         * math/s_cexp.c: Include <float.h>.
43427         (__cexp): Handle exp result overflowing not necessarily
43428         overflowing both real and imaginary parts of result.
43429         * math/s_cexpf.c: Likewise.
43430         * math/s_cexpl.c: Likewise.
43431         * math/libm-test.inc (cexp_test): Add more tests.
43432         * sysdeps/i386/fpu/libm-test-ulps: Update.
43433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43434
43435 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43436
43437         * include/link.h (ELFW): New macro.
43438         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43439         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43440
43441 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43442
43443         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43444         with uint64_t.
43445
43446 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43447
43448         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43449         declaration.
43450         (struct La_x32_retval): Likewise.
43451
43452 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43453
43454         * sysdeps/x86_64/preconfigure.in: New file.
43455         * sysdeps/x86_64/preconfigure: New generated file.
43456
43457 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43458
43459         [BZ #13824]
43460         * math/e_exp2l.c: Include <float.h>.
43461         (__ieee754_exp2l): Handle overflow and underflow cases
43462         separately.  Only pass fractional part of argument to
43463         __ieee754_expl.
43464         * math/libm-test.inc (exp2_test): Add more tests.
43465
43466         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43467         negating x to take absolute value.
43468         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43469         Likewise.
43470         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43471         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43472         Likewise.
43473         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43474         computing low part if x was negated.
43475         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43476
43477 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43478
43479         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43480         la_x32_gnu_pltexit.
43481         (pltexit): Cast int_retval to ptrdiff_t.
43482         * elf/tst-auditmod3b.c: Likewise.
43483         * elf/tst-auditmod4b.c: Likewise.
43484         * elf/tst-auditmod5b.c: Likewise.
43485         * elf/tst-auditmod6b.c: Likewise.
43486         * elf/tst-auditmod6c.c: Likewise.
43487         * elf/tst-auditmod7b.c: Likewise.
43488
43489         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43490         and x32_gnu_pltexit.
43491
43492         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43493         __ELF_NATIVE_CLASS.
43494         (La_x32_regs): New macro.
43495         (La_x32_retval): Likewise.
43496         (la_x32_gnu_pltenter): New function prototype.
43497         (la_x32_gnu_pltexit): Likewise.
43498
43499 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43500
43501         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43502         exponent.
43503
43504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43505
43506         * configure.in (libc_cv_cc_nofma): Check for option to disable
43507         generation of FMA instructions.
43508         * configure: Regenerate.
43509         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43510         * sysdeps/ieee754/dbl-64/Makefile: New file.
43511         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43512         Remove brandred-fma4.
43513         (CFLAGS-brandred-fma4.c): Remove.
43514         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43515         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43516         define.
43517         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43518         define.
43519
43520 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43521
43522         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43523         LLONG_MAX != LONG_MAX.
43524         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43525         (_fitoa_word): Likewise.
43526         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43527         LLONG_MAX != LONG_MAX.
43528         * stdio-common/_itowa.h: Include <_itoa.h>.
43529         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43530         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43531         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43532         only if not defined.
43533         (_ITOA_WORD_TYPE): Likewise.
43534         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43535         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43536
43537 2012-03-21  David S. Miller  <davem@davemloft.net>
43538
43539         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43540
43541 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43542
43543         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43544         of x86_64 when setting libc_cv_slibdir, libdir and
43545         libc_cv_localedir.
43546         * sysdeps/unix/sysv/linux/configure: Regenerated.
43547
43548 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43549
43550         * manual/lang.texi (Old Varargs): Remove section.
43551         (How Variadic): Update menu.
43552         (va_start): Do not mention varargs.h.
43553
43554 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43555             Joseph Myers  <joseph@codesourcery.com>
43556
43557         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43558         link test.
43559         * configure: Regenerated.
43560
43561 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43562
43563         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43564         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43565         conformtest.pl
43566
43567 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43568
43569         * NOTES: Remove.
43570         * Makefile (files-for-dist): Remove NOTES.
43571         (NOTES): Remove rule.
43572         * README: Don't refer to NOTES.
43573         * manual/creature.texi: Don't include macros.texi.
43574         * manual/intro.texi (creature.texi): Remove comment referring to
43575         NOTES.
43576
43577         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43578         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43579         * configure: Regenerated.
43580         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43581         LIBC_TRY_CC_OPTION.
43582         (libc_cv_as_i686): Likewise.
43583         (libc_cv_cc_avx): Likewise.
43584         (libc_cv_cc_sse2avx): Likewise.
43585         (libc_cv_cc_fma4): Likewise.
43586         (libc_cv_cc_novzeroupper): Likewise.
43587         * sysdeps/i386/configure: Regenerated.
43588
43589         [BZ #13883]
43590         * sysdeps/i386/fpu/s_cexp.S: Remove.
43591         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43592         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43593         * math/libm-test.inc (cexp_test): Add more tests.
43594         * sysdeps/i386/fpu/libm-test-ulps: Update.
43595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43596
43597 2012-03-21  Allan McRae  <allan@archlinux.org>
43598
43599         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43600
43601 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43602
43603         [BZ #13871]
43604         * math/w_exp2.c: Do not include <float.h>.
43605         (o_threshold, u_threshold): Remove.
43606         (__exp2): Calculate result before checking finiteness and calling
43607         __kernel_standard.
43608         * math/w_exp2f.c: Likewise.
43609         * math/w_exp2l.c: Likewise.
43610         * math/libm-test.inc (exp2_test): Require overflow exception for
43611         1e6 input.
43612
43613         [BZ #3866]
43614         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43615         range of signed 64-bit integers before using fistpll.  Remove
43616         checks for whether integers fit in mantissa bits.
43617         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43618         the range of signed 32-bit integers before using fistpl.  Remove
43619         checks for whether integers fit in mantissa bits.
43620         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43621         (__ieee754_powl): Test for y outside the range of signed 64-bit
43622         integers before using fistpll.  Reduce 64-bit values to 63-bit
43623         ones as needed.
43624         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43625         divide-by-zero is raised for zero to large negative powers.
43626         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43627         (__ieee754_powl): Test for y outside the range of signed 64-bit
43628         integers before using fistpll.  Reduce 64-bit values to 63-bit
43629         ones as needed.
43630         * math/libm-test.inc (pow_test): Add more tests.
43631
43632 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43633
43634         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43635         <stdio-common/_itoa.h>.
43636         * debug/segfault.c: Likewise.
43637         * elf/dl-cache.c: Likewise.
43638         * elf/dl-minimal.c: Likewise.
43639         * elf/dl-misc.c: Likewise.
43640         * elf/dl-sysdep.c: Likewise.
43641         * elf/dl-version.c: Likewise.
43642         * elf/rtld.c: Likewise.
43643         * hurd/hurdsock.c: Likewise.
43644         * hurd/lookup-retry.c: Likewise.
43645         * malloc/malloc.c: Likewise.
43646         * malloc/mtrace.c: Likewise.
43647         * nscd/nscd_getgr_r.c: Likewise.
43648         * nscd/nscd_getpw_r.c: Likewise.
43649         * nscd/nscd_getserv_r.c: Likewise.
43650         * posix/getopt_init.c: Likewise.
43651         * posix/wordexp.c: Likewise.
43652         * stdio-common/_itoa.c: Likewise.
43653         * stdio-common/printf_fphex.c: Likewise.
43654         * stdio-common/vfprintf.c: Likewise.
43655         * string/_strerror.c: Likewise.
43656         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43657         * sysdeps/i386/i686/hp-timing.h: Likewise.
43658         * sysdeps/mach/_strerror.c: Likewise.
43659         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43660         * sysdeps/mach/hurd/sethostid.c: Likewise.
43661         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43662         * sysdeps/mach/xpg-strerror.c: Likewise.
43663         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43664         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43665         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43666         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43667         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43668         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43669         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43670         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43671         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43672         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43673         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43674         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43675         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43676         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43677         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43678         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43679         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43680         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43681         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43682         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43683         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43684
43685         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43686
43687         * stdio-common/_itoa.h: Moved to ...
43688         * sysdeps/generic/_itoa.h: Here.
43689
43690         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43691
43692         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43693         instead of "_itoa.h" and "_itowa.h".
43694         * stdio-common/vfprintf.: Likewise.
43695
43696 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43697
43698         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43699         <bits/wordsize.h>.
43700         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43701         (__signbit): Likwise.
43702         (llrintf): Likwise.
43703         (llrint): Likwise.
43704
43705 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43706
43707         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43708         __WORDSIZE != 64.
43709
43710 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43711
43712         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43713         OVERFLOW_EXCEPTION_OK.
43714         * math/libm-test.inc ("Philosophy"): Update comment about
43715         exception testing.
43716         (OVERFLOW_EXCEPTION): Define.
43717         (OVERFLOW_EXCEPTION_OK): Likewise.
43718         (INVALID_EXCEPTION_OK): Renumber.
43719         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43720         (IGNORE_ZERO_INF_SIGN): Likewise.
43721         (test_exceptions): Handle FE_OVERFLOW.
43722         (exp10_test): Expect overflow exceptions.
43723         (exp2_test): Likewise.
43724         (expm1_test): Likewise.
43725         (nextafter_test): Likewise.
43726         (pow_test): Likewise.
43727         (scalbn_test): Likewise.
43728         (scalbln_test): Likewise.
43729
43730 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43731
43732         * sysdeps/x86_64/bits/atomic.h
43733         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43734         64bit integer.
43735         (atomic_exchange_acq): Likewise.
43736         (__arch_exchange_and_add_body): Likewise.
43737         (__arch_add_body): Likewise.
43738         (atomic_add_negative): Likewise.
43739         (atomic_add_zero): Likewise.
43740
43741 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43742
43743         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43744         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43745
43746 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43747
43748         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43749         Check __x86_64__ instead of __WORDSIZE.
43750
43751 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43752
43753         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43754
43755 2012-03-19  David S. Miller  <davem@davemloft.net>
43756
43757         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43758
43759         * sysdeps/sparc/fpu/fenv_private.h: New file.
43760         * sysdeps/sparc/fpu/math_private.h: Use it.
43761         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43762         Remove.
43763         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43764         (libc_feholdexcept_setroundl): Remove.
43765         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43766         Remove.
43767         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43768         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43769
43770 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43771
43772         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43773         int64_t instead of long int.
43774         (INSERT_WORDS64): Likwise.
43775
43776 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43777
43778         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43779         _Unwind_GetCFA return to _Unwind_Ptr first.
43780
43781 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43782
43783         [BZ #13629]
43784         * math/s_clog.c: Include <float.h>.
43785         (__clog): Scale large or subnormal inputs.
43786         * math/s_clogf.c: Likewise.
43787         * math/s_clogl.c: Likewise.
43788         * math/s_clog10.c: Include <float.h>.
43789         (M_LOG10_2): Define.
43790         (__clog10): Scale large or subnormal inputs.
43791         * math/s_clog10f.c: Likewise.
43792         * math/s_clog10l.c: Likewise.
43793         * math/libm-test.inc (clog_test): Add more tests.
43794         (clog10_test): Likewise.
43795         * sysdeps/i386/fpu/libm-test-ulps: Update.
43796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43797
43798         [BZ #11451]
43799         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43800         x and y.
43801         * math/libm-test.inc (atan2_test): Add another test.
43802
43803         * Makerules (common-objdir-compile): Remove.
43804         * sysdeps/unix/Makefile (config-generated): Do not add
43805         $(unix-generated) to variable.
43806         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43807         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43808         Remove rule.
43809         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43810         Likewise.
43811         [generic bits/local_lim.h] (before-compile): Do not append to
43812         variable.
43813         [generic bits/local_lim.h] (common-generated): Likewise.
43814         [generic sys/param.h] (before-compile): Do not append to variable.
43815         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43816         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43817         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43818         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43819         include.
43820         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43821         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43822         [generic sys/param.h] ($(addprefix
43823         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43824         [generic sys/param.h] (common-generated): Do not append to
43825         variable.
43826         [generic sys/param.h] (sysdep_headers): Likewise.
43827         [generic bits/errno.h] (before-compile): Do not append to
43828         variable.
43829         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43830         rule.
43831         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43832         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43833         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43834         [generic bits/errno.h] (common-generated): Do not append to
43835         variable.
43836         [generic bits/ioctls.h] (before-compile): Do not append to
43837         variable.
43838         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43839         rule.
43840         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43841         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43842         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43843         rule.
43844         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43845         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43846         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43847         [generic bits/ioctls.h] (common-generated): Do not append to
43848         variable.
43849         [generic sys/syscall.h] (syscall.h): Remove variable.
43850         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43851         rule.
43852         [generic sys/syscall.h] (before-compile): Do not append to
43853         variable.
43854         [generic sys/syscall.h] (common-generated): Likewise.
43855         * sysdeps/unix/errnos-tmpl.c: Remove file.
43856         * sysdeps/unix/errnos.awk: Likewise.
43857         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43858         * sysdeps/unix/ioctls.awk: Likewise.
43859         * sysdeps/unix/mk-local_lim.c: Likewise.
43860         * sysdeps/unix/snarf-ioctls: Likewise.
43861
43862 2012-03-19  Richard Henderson  <rth@twiddle.net>
43863
43864         * sysdeps/i386/fpu/fenv_private.h: New file.
43865         * sysdeps/i386/fpu/math_private.h: Use it.
43866         (math_opt_barrier, math_force_eval): Remove.
43867         (libc_feholdexcept_setround_53bit): Remove.
43868         (libc_feupdateenv_53bit): Remove.
43869         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43870         (math_opt_barrier, math_force_eval): Remove.
43871         (libc_feholdexcept): Remove.
43872         (libc_feholdexcept_setround): Remove.
43873         (libc_fetestexcept, libc_fesetenv): Remove.
43874         (libc_feupdateenv_test): Remove.
43875         (libc_feupdateenv, libc_feholdsetround): Remove.
43876         (libc_feresetround): Remove.
43877
43878         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43879         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43880
43881         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43882         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43883         (libc_feupdateenv_testl): New.
43884         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43885         (libc_feupdateenv_testf): New.
43886         (libc_feupdateenv): Use libc_feupdateenv_test.
43887         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43888         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43889
43890         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43891         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43892         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43893         (libc_feresetround_noex): New.
43894         (libc_feresetround_noexf): New.
43895         (libc_feresetround_noexl): New.
43896         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43897         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43898         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43899         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43900         SET_RESTORE_ROUND.
43901         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43902         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43903         (__cos): Likewise.
43904         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43905         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43906         SET_RESTORE_ROUND_NOEX.
43907         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43908         SET_RESTORE_ROUND_NOEXF.
43909         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43910         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43911         (libc_feholdsetroundf): New.
43912         (libc_feresetround, libc_feresetroundf): New.
43913
43914         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43915         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43916         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43917
43918         * sysdeps/generic/math_private.h: Include <fenv.h>.
43919         (default_libc_feholdexcept): New.
43920         (default_libc_feholdexcept_setround): New.
43921         (default_libc_fesetenv, default_libc_feupdateenv): New.
43922         (libc_feholdexcept): Only define if undefined.
43923         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43924         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43925         (libc_feholdexcept_setroundl): Likewise.
43926         (libc_feholdexcept_setround_53bit): Likewise.
43927         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43928         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43929         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43930         (libc_feupdateenv_53bit): Likewise.
43931         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43932         (libc_feholdexcept): Convert from macro to inline function.
43933         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43934         (libc_fesetenv, libc_feupdateenv): Likewise.
43935
43936         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43937         not previously defined.
43938         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43939         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43940         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43941         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43942         * sysdeps/ieee754/flt-32/math_private.h: New file.
43943         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43944         math_private.h below SET_FLOAT_WORD.
43945         (__isnan, __isinf_ns, __finite): Remove.
43946         (__isnanf, __isinf_nsf, __finitef): Remove.
43947
43948 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43949
43950         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43951
43952 2012-03-17  David S. Miller  <davem@davemloft.net>
43953
43954         [BZ #6471]
43955         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43956         for 2.16.
43957
43958 2012-03-16  David S. Miller  <davem@davemloft.net>
43959
43960         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43961         warnings.
43962
43963         [BZ #6471]
43964         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43965         properly.
43966         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43967         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43968         sysdep_routines when subdir is sysvipc.
43969         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43970         __getshmlba helper.
43971
43972         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43973
43974 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43975
43976         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43977         [__LP64__].
43978
43979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43980
43981         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43982         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43983         (__lround): Renamed to ...
43984         (__llround): This.  Replace long int with long long int.
43985         Define lround functions as aliases of llround functions.
43986         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43987
43988 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43989
43990         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43991         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43992         adresses to uintptr_t.  Replace "long int" and "unsigned long
43993         int" with "greg_t" on va_arg.
43994
43995 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43996
43997         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43998         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43999
44000         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44001         Move e_machine check before EI_CLASS check.  Handle x32
44002         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44003         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44004         SKIP_EM_IA_64 and include
44005         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44006
44007         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44008         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44009         (add_system_dir): New macro.
44010
44011         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44012         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44013
44014 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44015
44016         [BZ #2551]
44017         [BZ #2552]
44018         [BZ #2553]
44019         [BZ #2554]
44020         [BZ #2562]
44021         [BZ #2563]
44022         [BZ #2565]
44023         [BZ #2566]
44024         [BZ #2576]
44025         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44026         (y0): Likewise.
44027         * math/w_j0f.c (j0f): Likewise.
44028         (y0f): Likewise.
44029         * math/w_j0l.c (__j0l): Likewise.
44030         (__y0l): Likewise.
44031         * math/w_j1.c (j1): Likewise.
44032         (y1): Likewise.
44033         * math/w_j1f.c (j1f): Likewise.
44034         (y1f): Likewise.
44035         * math/w_j1l.c (__j1l): Likewise.
44036         (__y1l): Likewise.
44037         * math/w_jn.c (jn): Likewise.
44038         (yn): Likewise.
44039         * math/w_jnf.c (jnf): Likewise.
44040         (ynf): Likewise.
44041         * math/w_jnl.c (__jnl): Likewise.
44042         (__ynl): Likewise.
44043         * math/libm-test.inc (j0_test): Add more tests.
44044         (j1_test): Likewise.
44045         (jn_test): Likewise.  Add trailing semicolon to existing test.
44046         (y0_test): Likewise.
44047         (y1_test): Likewise.
44048         * sysdeps/i386/fpu/libm-test-ulps: Update.
44049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44050
44051         [BZ #13851]
44052         [BZ #13854]
44053         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44054         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44055         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44056         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44057         (__tanl): Set errno for infinite argument.
44058         * sysdeps/i386/fpu/mptan.c: Remove.
44059         * sysdeps/i386/fpu/s_tan.S: Likewise.
44060         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44061         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44062         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44063         * math/libm-test.inc (tan_test): Add more tests and enable more
44064         tests for double and long double.
44065         * sysdeps/i386/fpu/libm-test-ulps: Update.
44066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44067
44068 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44069
44070         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44071         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44072
44073 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44074
44075         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44076         * configure.in: Use it for both main tree and add-ons.
44077         * configure: Regenerated.
44078
44079 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44080
44081         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44082
44083 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44084
44085         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44086         in comment.
44087
44088         [BZ #13851]
44089         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44090         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44091         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44092         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44093         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44094         infinite argument.
44095         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44096         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44097         != 0 for prec == 2.
44098         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44099         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44100         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44101         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44102         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44103         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44104         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44105         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44106         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44107         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44108         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44109         * math/libm-test.inc (cos_test): Add more tests and enable more
44110         tests for long double.
44111         (sin_test): Likewise.
44112         (sincos_test): Likewise.
44113         * sysdeps/i386/fpu/libm-test-ulps: Update.
44114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44115
44116 2012-03-16  David S. Miller  <davem@davemloft.net>
44117
44118         * sysdeps/sparc/fpu/math_private.h: New file.
44119
44120 2012-03-15  David S. Miller  <davem@davemloft.net>
44121
44122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44123         file.
44124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44126         file.
44127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44128         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44129         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44130         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44131         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44132         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44133         sysdep routines.
44134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44135
44136         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44137         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44138
44139         * sysdeps/sparc/sparc-ifunc.h: New file.
44140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44141         sparc-ifunc.h
44142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44144         Likewise.
44145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44146         Likewise.
44147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44151         Likewise.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44157         Likewise.
44158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44159         Likewise.
44160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44164         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44165         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44166         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44167         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44168         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44169         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44170         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44171         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44172         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44173         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44174         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44175         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44176         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44177         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44178         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44179         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44180         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44181         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44182         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44183         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44184
44185 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44186
44187         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44188         scaling.
44189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44190
44191 2012-03-15  Andreas Jaeger  <aj@suse.de>
44192
44193         [BZ #13852]
44194         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44195         ieee754/flt-32 implementation for sin, cos and sincos.
44196         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44197         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44198         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44199         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44200         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44201         ieee754/flt-32 implementation for tan.
44202
44203         * math/libm-test.inc (cos_test): Enable some large input tests for
44204         float as well
44205         (sin_test): Likewise.
44206         (sincos_test): Likewise.
44207         (tan_test): Add tests for large input.
44208
44209         * sysdeps/i386/fpu/libm-test-ulps: Update.
44210
44211 2012-03-15  Andreas Jaeger  <aj@suse.de>
44212
44213         [BZ #13658]
44214         * math/libm-test.inc (cos_test): Add more test cases.
44215         (sin_test): Likewise.
44216         (sincos_test): Likewise.
44217
44218 2012-03-15  Andreas Jaeger  <aj@suse.de>
44219
44220         [BZ #13837]
44221         * math/libm-test.inc (cos_test): Add a test case for large input
44222         value.
44223         (sin_test): Likewise.
44224         (sincos_test): Likewise.
44225
44226 2012-03-15  Andreas Jaeger  <aj@suse.de>
44227             Joseph Myers  <joseph@codesourcery.com>
44228
44229         [BZ #13658]
44230         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44231         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44232         * sysdeps/i386/fpu/branred.c: Likewise.
44233         * sysdeps/i386/fpu/dosincos.c: Likewise.
44234         * sysdeps/i386/fpu/mpa.c: Likewise.
44235         * sysdeps/i386/fpu/s_cos.S: Likewise.
44236         * sysdeps/i386/fpu/s_sin.S: Likewise.
44237         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44238         * sysdeps/i386/fpu/sincos32.c: Likewise.
44239
44240         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44241         Define.
44242         (libc_feupdateenv_53bit): Define.
44243         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44244         Define.
44245         (libc_feupdateenv_53bit): Define.
44246
44247         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44248         53 bit (without extend i386 double precision).
44249
44250         * math/libm-test.inc (sincos_test): Add tests for large input.
44251         (sin): Likewise.
44252         (cos): Likewise.
44253
44254         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44255
44256 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44257
44258         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44259
44260 2012-03-15  David S. Miller  <davem@davemloft.net>
44261
44262         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44263         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44264         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44265         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44268         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44270         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44271         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44272         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44273         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44274         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44275         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44278         file.
44279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44281         file.
44282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44284         file.
44285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44287         file.
44288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44289         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44290         fmin/fmax sysdep routines.
44291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44292
44293 2012-03-14  David S. Miller  <davem@davemloft.net>
44294
44295         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44296         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44298         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44299         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44300         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44301         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44302         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44303         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44304         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44305         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44318         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44319         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44320         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44321         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44322         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44323         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44324         routines.
44325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44326         file.
44327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44329         file.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44332         file.
44333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44335         file.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44338         file.
44339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44341         file.
44342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44343         file.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44345         file.
44346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44347         file.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44349         New file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44351         file.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44353         file.
44354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44356         file.
44357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44359         file.
44360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44362         file.
44363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44365         VIS3 routines.
44366
44367         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44368         New file.
44369
44370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44371
44372         * sysdeps/sparc/configure.in: New file.
44373         * sysdeps/sparc/configure: Generate.
44374         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44375         * configure: Regenerate.
44376         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44377         * config.make.in (have-as-vis3): New.
44378         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44379         available use -Av9d instead of -Av9a.
44380         * sysdeps/sparc/sparc64/Makefile: Likewise.
44381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44383         New file.
44384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44385         file.
44386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44387         New file.
44388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44389         file.
44390         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44391         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44392         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44393         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44394         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44395
44396         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44397         fzeros/fnegs to load 0x80000000 into a float register instead of
44398         using the stack.
44399         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44400
44401 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44402
44403         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44404         bits/syscall.h.
44405         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44406         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44407         ($(inst_includedir)/bits/syscall.h): Remove rule.
44408         ($(objpfx)bits/syscall.d): Include instead of
44409         $(objpfx)syscall-list.d.
44410         (generated): Change syscall-list.h and syscall-list.d to
44411         bits/syscall.h and bits/syscall.d.
44412
44413 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44414
44415         [BZ #13846]
44416         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44417
44418 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44419
44420         [BZ #13841]
44421         * math/s_csqrt.c: Include <float.h>.
44422         (__csqrt): Scale large or subnormal inputs.
44423         * math/s_csqrtf.c: Likewise.
44424         * math/s_csqrtl.c: Likewise.
44425         * math/libm-test.inc (csqrt_test): Add more tests.
44426         * sysdeps/i386/fpu/libm-test-ulps: Update.
44427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44428
44429         [BZ #13840]
44430         * math/libm-test.inc (hypot_test): Add more tests.
44431
44432 2012-03-13  David S. Miller  <davem@davemloft.net>
44433
44434         [BZ #13840]
44435         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44436         double-precision for the calculation instead of scaling.
44437
44438 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44439
44440         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44441         manipulate bits before adding and subtracting TWO52[sx].
44442         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44443         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44444         Likewise.
44445         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44446
44447 2012-03-13  David S. Miller  <davem@davemloft.net>
44448
44449         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44450         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44451         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44452         rtld-global-offsets.h
44453         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44454
44455         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44456         large parameters.
44457
44458         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44459
44460         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44461         'err' in the ifdef scope in which it is actually used.
44462
44463         * nss/nss_db/db-init.c: Include string.h
44464
44465 2012-03-12  David S. Miller  <davem@davemloft.net>
44466
44467         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44468         masking out of the most significant byte of random value used.
44469         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44470         Fix coding style in previous change.
44471
44472         * sysdeps/unix/sysv/linux/kernel-features.h
44473         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44474         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44475         expression.
44476         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44477         later.
44478
44479 2012-03-11  David S. Miller  <davem@davemloft.net>
44480
44481         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44482         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44483         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44484         for 'resultvar' otherwise things get truncated on 64-bit.
44485
44486         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44487         Fix masking out of the most significant byte of random value used.
44488
44489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44490
44491 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44492
44493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44494
44495 2012-03-09  David S. Miller  <davem@davemloft.net>
44496
44497         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44498         variables with appropriate CPP guards.
44499         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44500         from the frame pointer, not the stack pointer.  Correct layout
44501         comments.  Fix test on resulting framesize and the management of
44502         the outregs buffer for pltexit.  Preserve floating point return
44503         values across _dl_call_pltexit call.
44504         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44505         framesize and the management of the outregs buffer for pltexit.
44506         Preserve floating point return values across _dl_call_pltexit
44507         call.
44508         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44509         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44510         (la_sparc64_gnu_pltexit): New functions.
44511         (print_exit): Fix format string for return register value.
44512
44513 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44514
44515         * sunrpc/Makefile (others): Add rpcgen.
44516         ($(objpfx)rpcgen): Remove special build rule and dependency on
44517         libc.
44518         * sunrpc/rpcgen.c: New file.
44519
44520 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44521
44522         [BZ #13673]
44523         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44524         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44525         * sysdeps/i386/crti.S: Likewise.
44526         * sysdeps/i386/crtn.S: Likewise.
44527         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44528         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44529         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44530         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44531         * sysdeps/sh/crti.S: Likewise.
44532         * sysdeps/sh/crtn.S: Likewise.
44533         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44534
44535         [BZ #13673]
44536         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44537         with URL.
44538         * locale/programs/locfile-kw.gperf: Likewise.
44539         * locale/programs/charmap-kw.h: Regenerated.
44540         * locale/programs/locfile-kw.h: Likewise.
44541
44542         [BZ #13673]
44543         * intl/plural.y: Replace FSF snail mail address with URL.
44544         * intl/plural.c: Regenerated.
44545
44546 2012-03-09  Richard Henderson  <rth@twiddle.net>
44547
44548         * include/math_private.h: Remove file.
44549         * math/math_private.h: Move file ...
44550         * sysdeps/generic/math_private.h: ... here.
44551
44552         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44553         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44554         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44555
44556         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44557         and <math_private.h>.
44558         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44559         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44560         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44561         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44562         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44563         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44564         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44565         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44566         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44568         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44569         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44570         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44571         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44572         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44574         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44579         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44580         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44581         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44582         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44583         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44584         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44586         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44587         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44588         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44589         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44590         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44591         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44592         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44593         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44594         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44595         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44596         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44597         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44598         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44599         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44600         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44601         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44602         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44603         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44604         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44605         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44612         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44613         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44614         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44615         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44616         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44617         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44618         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44619         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44620         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44621         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44622         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44623         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44624         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44625         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44626         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44646         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44647         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44648         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44649         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44650         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44651         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44652         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44653         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44654         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44655         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44656         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44657         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44658         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44659         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44660         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44661         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44662         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44663         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44664         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44665         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44666         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44667         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44668         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44669         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44670         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44671         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44672         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44673         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44674         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44675         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44676         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44677         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44678         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44679         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44680         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44681         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44682         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44683         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44684         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44685         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44686         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44687         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44688         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44689         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44690         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44691         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44692         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44693         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44694         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44695         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44696         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44697         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44698         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44699         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44700         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44701         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44702         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44703         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44704         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44705         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44706         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44707         * sysdeps/ieee754/k_standard.c: Likewise.
44708         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44709         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44711         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44729         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44735         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44739         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44741         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44743         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44748         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44753         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44754         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44756         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44758         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44759         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44760         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44762         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44763         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44764         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44765         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44823         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44824         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44827         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44828         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44830         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44835         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44840         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44849         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44856         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44857         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44858         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44868         * sysdeps/ieee754/s_lib_version.c: Likewise.
44869         * sysdeps/ieee754/s_matherr.c: Likewise.
44870         * sysdeps/ieee754/s_signgam.c: Likewise.
44871         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44872         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44873         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44874         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44875         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44876         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44877         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44878         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44879         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44880         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44881         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44882         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44883         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44884         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44885         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44886         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44887         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44888         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44889         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44890         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44891         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44892
44893 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44894
44895         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44896         * sunrpc/rpc_main.c: Likewise.
44897         * sunrpc/rpc_svcout.c: Likewise.
44898
44899 2012-03-09  David S. Miller  <davem@davemloft.net>
44900
44901         * include/math_private.h: New file.
44902
44903 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44904
44905         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44906         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44907         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44908         from <bits/socket_type.h>.
44909         (enum __socket_type): Don't define here.
44910         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44911         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44912         bits/socket_type.h.
44913
44914         [BZ #13566]
44915         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44916         checking __USE_GNU.
44917
44918         * Makerules ($(inst_includedir)/%.h): New rule.
44919         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44920         (install-others): Remove variable setting.
44921         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44922
44923 2012-03-08  Richard Henderson  <rth@twiddle.net>
44924
44925         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44926         from macro to inline function; merge with the
44927         !__LIBC_INTERNAL_MATH_INLINES version.
44928         (__ieee754_sqrtf): Likewise.
44929
44930         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44931         to inline function.
44932         (__rintf, __floor, __floorf): Likewise.
44933
44934         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44935         macro to inline function.
44936         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44937
44938         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44939         not <math/math_private.h>.
44940
44941 2012-03-08  David S. Miller  <davem@davemloft.net>
44942
44943         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44944         copyright year.
44945         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44946
44947 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44948
44949         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44950         normalization.
44951         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44952         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44953
44954 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44955
44956         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44957         be defined individually, they must be defined as a block.  Define
44958         S for printing a string instead of hidint the different by using a
44959         macro for adding the 'l'.
44960         * stdio-common/tst-fphex-wide.c: Adjust.
44961
44962 2012-03-07  Marek Polacek  <polacek@redhat.com>
44963
44964         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44965
44966 2012-03-08  Marek Polacek  <polacek@redhat.com>
44967
44968         [BZ #13806]
44969         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44970         * stdio-common/tst-fphex.c: Define a few macros to make the
44971         test reusable.  Use them.
44972         * stdio-common/tst-fphex-wide.c: New file.
44973
44974 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44975
44976         [BZ #6911]
44977         * manual/macros.texi (gnusystems): New macro.
44978         (nongnusystems): Likewise.
44979         (gnulinuxhurdsystems): Likewise.
44980         (gnuhurdsystems): Likewise..
44981         (gnulinuxsystems): Likewise.
44982         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44983         variants of the GNU system, not "GNU system".
44984         * manual/conf.texi: Likewise.
44985         * manual/errno.texi: Likewise.  Update example of errno macro
44986         expansion.
44987         * manual/filesys.texi: Likewise.
44988         (getumask): Document as specific to GNU/Hurd.
44989         * manual/install.texi: Likewise.  Reword some references to
44990         GNU/Linux.
44991         * manual/intro.texi: Likewise.
44992         * manual/io.texi: Likewise.
44993         (File Name Portability): Detail which constraints are inapplicable
44994         to all GNU systems and which are only inapplicable to GNU/Hurd.
44995         * manual/job.texi: Likewise.
44996         * manual/llio.texi: Likewise.
44997         (O_NOCTTY): Document as present on GNU/Linux.
44998         * manual/maint.texi: Likewise.
44999         * manual/memory.texi: Likewise.
45000         * manual/pattern.texi: Likewise.
45001         * manual/pipe.texi: Likewise.
45002         * manual/process.texi: Likewise.
45003         * manual/resource.texi: Likewise.
45004         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45005         child on GNU/Hurd.
45006         * manual/setjmp.texi: Likewise.
45007         * manual/signal.texi: Likewise.
45008         * manual/startup.texi: Likewise.
45009         * manual/stdio.texi: Likewise.
45010         * manual/terminal.texi: Likewise.
45011         (ONLCR): Document as POSIX.
45012         (OXTABS): Document availability on GNU/Linux as XTABS.
45013         (ONOEOT): Document availability separately from other bits.
45014         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45015         * manual/time.texi: Likewise.
45016         * manual/users.texi: Likewise.
45017         * INSTALL: Regenerated.
45018         * sysdeps/gnu/errlist.c: Regenerated.
45019
45020         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45021         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45022         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45023         puts.
45024         * configure: Regenerated.
45025
45026 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45027
45028         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45029         default includes instead of AC_HEADER_CHECK.
45030         * sysdeps/i386/configure: Regenerated.
45031
45032         [BZ #10716]
45033         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45034         * math/s_cacoshf.c (__cacoshf): Likewise.
45035         * math/s_cacoshl.c (__cacoshl): Likewise.
45036         * math/s_casinh.c (__casinh): Set signs of result from argument.
45037         * math/s_casinhf.c (__casinhf): Likewise.
45038         * math/s_casinhl.c (__casinhl): Likewise.
45039         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45040         (casinh_test): Add more tests.
45041         * sysdeps/i386/fpu/libm-test-ulps: Update.
45042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45043
45044 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45045
45046         * po/zh_TW.po: Update from translation team.
45047
45048         * login/Makefile (distribute): Remove variable.
45049         * catgets/Makefile: Likewise.
45050         * mach/Makefile: Likewise.
45051         * malloc/Makefile: Likewise.
45052         * misc/Makefile: Likewise.
45053         * iconv/Makefile: Likewise.
45054         * nscd/Makefile: Likewise.
45055         * hurd/Makefile: Likewise.
45056         * manual/Makefile: Likewise.
45057         * locale/Makefile: Likewise.
45058         * intl/Makefile: Likewise.
45059         * conform/Makefile: Likewise.
45060         * nss/Makefile: Likewise.
45061         * time/Makefile: Likewise.
45062         * soft-fp/Makefile: Likewise.
45063         * dirent/Makefile: Likewise.
45064         * gmon/Makefile: Likewise.
45065         * po/Makefile: Likewise.
45066         * rt/Makefile: Likewise.
45067         * socket/Makefile: Likewise.
45068         * math/Makefile: Likewise.
45069         * signal/Makefile: Likewise.
45070         * debug/Makefile: Likewise.
45071         * elf/Makefile: Likewise.
45072         * timezone/Makefile: Likewise.
45073         * stdlib/Makefile: Likewise.
45074         * iconvdata/Makefile: Likewise.
45075         * sunrpc/Makefile: Likewise.
45076         * io/Makefile: Likewise.
45077         * argp/Makefile: Likewise.
45078         * inet/Makefile: Likewise.
45079         * hesiod/Makefile: Likewise.
45080         * grp/Makefile: Likewise.
45081         * csu/Makefile: Likewise.
45082         * wctype/Makefile: Likewise.
45083         * crypt/Makefile: Likewise.
45084         * libio/Makefile: Likewise.
45085         * string/Makefile: Likewise.
45086         * nis/Makefile: Likewise.
45087         * resolv/Makefile: Likewise.
45088         * stdio-common/Makefile: Likewise.
45089         * wcsmbs/Makefile: Likewise.
45090         * dlfcn/Makefile: Likewise.
45091         * posix/Makefile: Likewise.
45092
45093         [BZ #6959]
45094         * timezone/Makefile: Don't install timezone files, just the programs
45095         and scripts.
45096
45097 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45098
45099         * nss/databases.def: Add missing gshadow entry.
45100
45101         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45102
45103 2012-03-06  Marek Polacek  <polacek@redhat.com>
45104
45105         [BZ #13726]
45106         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45107         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45108         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45109         * stdio-common/tst-long-dbl-fphex.c: New file.
45110
45111 2012-03-06  David S. Miller  <davem@davemloft.net>
45112
45113         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45114         (set_obp_int): New function.
45115         (get_obp_int): New function.
45116         (__get_clockfreq_via_dev_openprom): Likewise.
45117         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45118         Avoid unused variable warnings on 'val' and use builtin_expect.
45119         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45120         __builtin_expect.
45121         (INLINE_CLONE_SYSCALL): Likewise.
45122
45123 2012-03-05  David S. Miller  <davem@davemloft.net>
45124
45125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45126
45127 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45128
45129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45130
45131         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45132         only for |x| >= 40.
45133         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45134
45135 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45136
45137         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45138         Replace gettimeofday with __vdso_gettimeofday.
45139
45140         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45141         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45142         __vdso_clock_gettime and __vdso_getcpu.
45143
45144         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45145         time with __vdso_time.
45146
45147 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45148
45149         * manual/lang.texi (size_t): Note types to which size_t may be
45150         equivalent with the GNU C Library, but do not describe when
45151         differences between them are significant.
45152
45153 2012-03-05  Andreas Jaeger  <aj@suse.de>
45154
45155         * sysdeps/i386/fpu/libm-test-ulps: Update.
45156
45157 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45158
45159         [BZ #3976]
45160         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45161         (__ieee754_pow): Save and restore rounding mode and use
45162         round-to-nearest for main computations.
45163         * math/libm-test.inc (pow_test_tonearest): New function.
45164         (pow_test_towardzero): Likewise.
45165         (pow_test_downward): Likewise.
45166         (pow_test_upward): Likewise.
45167         (main): Call the new functions.
45168         * sysdeps/i386/fpu/libm-test-ulps: Update.
45169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45170
45171         [BZ #3976]
45172         * math/libm-test.inc (cosh_test_tonearest): New function.
45173         (cosh_test_towardzero): Likewise.
45174         (cosh_test_downward): Likewise.
45175         (cosh_test_upward): Likewise.
45176         (sinh_test_tonearest): Likewise.
45177         (sinh_test_towardzero): Likewise.
45178         (sinh_test_downward): Likewise.
45179         (sinh_test_upward): Likewise.
45180         (main): Call the new functions.
45181         * sysdeps/i386/fpu/libm-test-ulps: Update.
45182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45183
45184 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45185
45186         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45187         default stack guard is set in last bytes.
45188         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45189
45190 2012-03-05  Kees Cook  <keescook@chromium.org>
45191
45192         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45193
45194         [BZ #13656]
45195         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45196         possibly allocate from heap instead of stack.
45197         * stdio-common/bug-vfprintf-nargs.c: New file.
45198         * stdio-common/Makefile (tests): Add nargs overflow test.
45199
45200 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45201
45202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45203
45204 2012-03-03  Marek Polacek  <polacek@redhat.com>
45205
45206         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45207         * math/math_private.h: Likewise.
45208         * stdlib/tst-strtod.c: Likewise.
45209         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45210         * sysdeps/x86_64/bits/atomic.h: Likewise.
45211
45212 2012-03-02  David S. Miller  <davem@davemloft.net>
45213
45214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45218         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45219         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45220         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45221         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45222
45223 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45224
45225         [BZ #13792]
45226         * manual/examples/README: New file, says the example source files
45227         can be used under GPL>=2.
45228         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45229         line containing just "*/".
45230         * manual/examples/add.c: Add copyright header (GPL>=2).
45231         * manual/examples/argp-ex1.c: Likewise.
45232         * manual/examples/argp-ex2.c: Likewise.
45233         * manual/examples/argp-ex3.c: Likewise.
45234         * manual/examples/argp-ex4.c: Likewise.
45235         * manual/examples/atexit.c: Likewise.
45236         * manual/examples/db.c: Likewise.
45237         * manual/examples/dir.c: Likewise.
45238         * manual/examples/dir2.c: Likewise.
45239         * manual/examples/execinfo.c: Likewise.
45240         * manual/examples/filecli.c: Likewise.
45241         * manual/examples/filesrv.c: Likewise.
45242         * manual/examples/fmtmsgexpl.c: Likewise.
45243         * manual/examples/genpass.c: Likewise.
45244         * manual/examples/inetcli.c: Likewise.
45245         * manual/examples/inetsrv.c: Likewise.
45246         * manual/examples/isockad.c: Likewise.
45247         * manual/examples/longopt.c: Likewise.
45248         * manual/examples/memopen.c: Likewise.
45249         * manual/examples/memstrm.c: Likewise.
45250         * manual/examples/mkfsock.c: Likewise.
45251         * manual/examples/mkisock.c: Likewise.
45252         * manual/examples/mygetpass.c: Likewise.
45253         * manual/examples/pipe.c: Likewise.
45254         * manual/examples/popen.c: Likewise.
45255         * manual/examples/rprintf.c: Likewise.
45256         * manual/examples/search.c: Likewise.
45257         * manual/examples/select.c: Likewise.
45258         * manual/examples/setjmp.c: Likewise.
45259         * manual/examples/sigh1.c: Likewise.
45260         * manual/examples/sigusr.c: Likewise.
45261         * manual/examples/stpcpy.c: Likewise.
45262         * manual/examples/strdupa.c: Likewise.
45263         * manual/examples/strftim.c: Likewise.
45264         * manual/examples/strncat.c: Likewise.
45265         * manual/examples/subopt.c: Likewise.
45266         * manual/examples/swapcontext.c: Likewise.
45267         * manual/examples/termios.c: Likewise.
45268         * manual/examples/testopt.c: Likewise.
45269         * manual/examples/testpass.c: Likewise.
45270         * manual/examples/timeval_subtract.c: Likewise.
45271
45272         [BZ #13792]
45273         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45274         function to ...
45275         * manual/timeval_subtract.c.texi: ... here, new file.
45276
45277 2012-03-02  David S. Miller  <davem@davemloft.net>
45278
45279         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45280
45281 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45282
45283         [BZ #3976]
45284         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45285         (__sin): Save and restore rounding mode and use round-to-nearest
45286         for all computations.
45287         (__cos): Save and restore rounding mode and use round-to-nearest
45288         for all computations.
45289         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45290         <fenv.h>.
45291         (tan): Save and restore rounding mode and use round-to-nearest for
45292         all computations.
45293         * math/libm-test.inc (cos_test_tonearest): New function.
45294         (cos_test_towardzero): Likewise.
45295         (cos_test_downward): Likewise.
45296         (cos_test_upward): Likewise.
45297         (sin_test_tonearest): Likewise.
45298         (sin_test_towardzero): Likewise.
45299         (sin_test_downward): Likewise.
45300         (sin_test_upward): Likewise.
45301         (tan_test_tonearest): Likewise.
45302         (tan_test_towardzero): Likewise.
45303         (tan_test_downward): Likewise.
45304         (tan_test_upward): Likewise.
45305         (main): Call the new functions.
45306         * sysdeps/i386/fpu/libm-test-ulps: Update.
45307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45308
45309         [BZ #10135]
45310         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45311         small n, then large n, before computing and testing k+n.
45312         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45313         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45314         Likewise.
45315         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45316         Likewise.
45317         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45318         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45319         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45320         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45321         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45322         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45323         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45324         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45325         * math/libm-test.inc (scalbn_test): Add more tests.
45326         (scalbln_test): Likewise.
45327
45328         * manual/filesys.texi (mode_t): Describe constraints on size and
45329         signedness, not exact equivalence to a particular type.
45330         (ino_t): Likewise.
45331         (ino64_t): Likewise.
45332         (dev_t): Likewise.
45333         (nlink_t): Likewise.
45334         (blkcnt_t): Likewise.
45335         (blkcnt64_t): Likewise.
45336         * manual/llio.texi (off_t): Likewise.
45337
45338         [BZ #3976]
45339         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45340         (__ieee754_exp): Save and restore rounding mode and use
45341         round-to-nearest for all computations.
45342         * math/libm-test.inc (exp_test_tonearest): New function.
45343         (exp_test_towardzero): Likewise.
45344         (exp_test_downward): Likewise.
45345         (exp_test_upward): Likewise.
45346         (main): Call the new functions.
45347         * sysdeps/i386/fpu/libm-test-ulps: Update.
45348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45349
45350 2012-03-01  Chris Demetriou  <cgd@google.com>
45351
45352         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45353         have predictable order.
45354
45355 2012-03-01  David S. Miller  <davem@davemloft.net>
45356
45357         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45358
45359         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45360         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45361         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45362         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45363
45364         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45365         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45366         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45368         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45369         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45370         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45371         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45372         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45373
45374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45375
45376         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45377         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45378         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45379
45380         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45381         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45382         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45383         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45384         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45385         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45386         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45387         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45388         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45389         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45390         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45391         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45392         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45393         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45394         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45395         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45396         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45397         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45398         * sysdeps/sparc/elf/configure: Regenerated.
45399
45400 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45401
45402         * configure.in (AS, LD): Require binutils 2.20 or later.
45403         * configure: Regenerated.
45404         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45405         as required minimum version.
45406         * INSTALL: Regenerated.
45407
45408         [BZ #2541]
45409         [BZ #4108]
45410         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45411         before squaring exponent.
45412         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45413         bottom long double and 27 bits of top long double before squaring
45414         exponent.
45415         * math/libm-test.inc (erfc_test): Add more tests.
45416         * sysdeps/i386/fpu/libm-test-ulps: Update.
45417         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45419
45420 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45421
45422         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45423         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45424         containing bit-fields.
45425         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45426         * soft-fp/single.h (_FP_UNION_S): Likewise.
45427         * soft-fp/double.h (_FP_UNION_D): Likewise.
45428
45429 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45430
45431         [BZ #13786]
45432         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45433         not include ../strcmp.S.
45434         [USE_AS_STRNCASECMP_L]: Likewise.
45435         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45436         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45437         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45438         (__strncasecmp_l_ia32): Define as alias to
45439         __strncasecmp_l_nonascii.
45440
45441         [BZ #5794]
45442         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45443         * sysdeps/i386/fpu/libm-test-ulps: Update.
45444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45445
45446         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45448
45449 2012-02-29  Jeff Law  <law@redhat.com>
45450
45451         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45452         out of bounds read.
45453
45454 2012-02-29  Marek Polacek  <polacek@redhat.com>
45455
45456         [BZ #13706]
45457         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45458         * elf/Makefile: Add rules to run tst-unused-dep.out.
45459
45460 2012-02-28  David S. Miller  <davem@davemloft.net>
45461
45462         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45463         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45464         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45465         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45466         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45467         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45468
45469 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45470
45471         * math/libm-test.inc (llround_test): Move one test from
45472         lround_test.  Use TEST_f_L in moved test.
45473         (lround_test): Move misplaced test to llround_test.  Add testcase
45474         from bug 2561.
45475
45476 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45477
45478         * sysdeps/x86_64/fpu/e_expf.S: New file.
45479         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45480
45481 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45482
45483         [BZ #13637]
45484         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45485         of remain_len that may cause incomplete multi-byte character and
45486         false match.
45487         * posix/bug-regex33.c: New file.
45488         * posix/Makefile (tests): Add bug-regex33.
45489
45490 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45491
45492         * manual/macros.texi: New file.
45493         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45494         * manual/libc.texinfo: Include macros.texi.
45495         * manual/creatute.texi: Likewise.
45496         * manual/install.texi: Likewise.
45497         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45498         @glibcadj{} in references to the GNU C Library.
45499         * manual/charset.texi: Likewise.
45500         * manual/conf.texi: Likewise.
45501         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45502         when not using those macros.
45503         * manual/creature.texi: Likewise.
45504         * manual/crypt.texi: Likewise.
45505         * manual/errno.texi: Likewise.
45506         * manual/filesys.texi: Likewise.
45507         * manual/header.texi: Likewise.
45508         * manual/install.texi: Likewise.
45509         * manual/intro.texi: Likewise.
45510         * manual/io.texi: Likewise.
45511         * manual/job.texi: Likewise.
45512         * manual/lang.texi: Likewise.
45513         * manual/libc.texiinfo: Likewise.
45514         * manual/llio.texi: Likewise.
45515         * manual/locale.texi: Likewise.
45516         * manual/maint.texi: Likewise.
45517         * manual/math.texi: Likewise.
45518         * manual/memory.texi: Likewise.
45519         * manual/message.texi: Likewise.
45520         * manual/nss.texi: Likewise.
45521         * manual/pattern.texi: Likewise.
45522         * manual/process.texi: Likewise.
45523         * manual/resource.texi: Likewise.
45524         * manual/search.texi: Likewise.
45525         * manual/setjmp.texi: Likewise.
45526         * manual/signal.texi: Likewise.
45527         * manual/socket.texi: Likewise.
45528         * manual/startup.texi: Likewise.
45529         * manual/stdio.texi: Likewise.
45530         * manual/string.texi: Likewise.
45531         * manual/sysinfo.texi: Likewise.
45532         * manual/syslog.texi: Likewise.
45533         * manual/terminal.texi: Likewise.
45534         * manual/time.texi: Likewise.
45535         * manual/users.texi: Likewise.
45536         * INSTALL: Regenerated.
45537         * NOTES: Regenerated.
45538         * sysdeps/gnu/errlist.c: Regenerated.
45539
45540 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45541
45542         * include/dirent.h: Include <dirstream.h> before
45543         <dirent/dirent.h>.
45544
45545 2012-02-28  David S. Miller  <davem@davemloft.net>
45546
45547         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45548         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45549         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45550         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45551
45552 2012-02-27  David S. Miller  <davem@davemloft.net>
45553
45554         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45556         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45557         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45558
45559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45560         frame pointer instead of stack pointer relative arg slot.
45561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45562         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45563         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45564
45565 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45566
45567         [BZ #3992]
45568         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45569
45570 2012-02-27  David S. Miller  <davem@davemloft.net>
45571
45572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45573         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45574         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45576         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45577         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45578         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45579         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45580
45581 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45582
45583         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45584         later.  Allow versions 5-9.
45585         * configure: Regenerated.
45586         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45587         required minimum version and 4.6 as recommended version.  Do not
45588         mention bugs in GCC 2.7 and 2.8.
45589         * INSTALL: Regenerated.
45590
45591 2012-02-27  David S. Miller  <davem@davemloft.net>
45592
45593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45597         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45598         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45599         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45600         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45601
45602         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45603         manipulate bits before adding and subtracting TWO112[sx].
45604         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45605
45606 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45607
45608         [BZ #13775]
45609         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45610         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45611         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45612         being in POSIX, because they are in 1003.1-2008.
45613
45614         * rt/tst-aio.c: Include <fcntl.h>.
45615         * rt/tst-aio7.c: Likewise.
45616         * rt/tst-aio64.c: Likewise.
45617
45618         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45619
45620 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45621
45622         * manual/install.texi (--with-headers): Describe headers as
45623         interface headers, not private headers.
45624         (Specific advice for GNU/Linux systems): Describe use of headers
45625         from "make headers_install", not private headers from older
45626         kernels.
45627         * INSTALL: Regenerated.
45628         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45629         Change to 2.6.19.
45630         * sysdeps/unix/sysv/linux/configure: Regenerated.
45631
45632         * manual/llio.texi (fclean): Remove documentation.
45633
45634         * manual/Makefile (libc-texi-generated): New variable.  Include
45635         version.texi.
45636         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45637         $(libc-texi-generated), not duplicated list of files.
45638         (version.texi, stamp-version): New rules.
45639         (realclean): Remove $(libc-texi-generated), not individual files
45640         from that list.  Do not remove dir-add.texinfo.
45641         * manual/libc.texinfo: Comment out uses of edition numbers and
45642         references to printed manual.  Remove last-updated dates.
45643         (EDITION): Comment out.
45644         (ISBN): Likewise.
45645         (VERSION, UPDATED): Remove.
45646         (version.texi): Include.
45647
45648 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45649
45650         * sysdeps/posix/spawni.c: Include <signal.h>.
45651         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45652         * sysdeps/pthread/aio_fsync.c: Likewise.
45653
45654 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45655
45656         * conform/Makefile (tests): Run only when not cross-compiling and
45657         when fast-check is not defined.
45658
45659         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45660         * conform/data/limits.h-data: Fixes for POSIX2008.
45661         * conform/run-conformtest.sh: Run all tests.
45662         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45663         headers.
45664         * include/bits/dlfcn.h: Likewise.
45665         * include/langinfo.h: Likewise.
45666         * include/monetary.h: Likewise.
45667         * include/sys/poll.h: Likewise.
45668
45669         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45670         for __USE_GNU.
45671         * posix/spawn.h: Define __need_sigset_t.
45672         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45673         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45674         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45675         to get sigevent_t only.
45676         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45677         only for __USE_GNU.
45678         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45679         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45680         process_vm_writev only for __USE_GNU.
45681         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45682
45683         * conform/Makefile: For now ignore errors from run-conformtest.
45684         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45685         POSIX to avoid namespace pollution.  Don't prepend headers.
45686         * conform/data/aio.h-data: Fixes for POSIX testing.
45687         * conform/data/fcntl.h-data: Likewise.
45688         * conform/data/glob.h-data: Likewise.
45689         * conform/data/grp.h-data: Likewise.
45690         * conform/data/pthread.h-data: Likewise.
45691         * conform/data/pwd.h-data: Likewise.
45692         * conform/data/signal.h-data: Likewise.
45693         * conform/data/spawn.h-data: Likewise.
45694         * conform/data/stdio.h-data: Likewise.
45695         * conform/data/stdlib.h-data: Likewise.
45696         * conform/data/stropts.h-data: Likewise.
45697         * conform/data/sys/mman.h-data: Likewise.
45698         * conform/data/sys/stat.h-data: Likewise.
45699         * conform/data/sys/types.h-data: Likewise.
45700         * conform/data/sys/wait.h-data: Likewise.
45701         * conform/data/time.h-data: Likewise.
45702         * conform/data/unistd.h-data: Likewise.
45703         * conform/data/utime.h-data: Likewise.
45704
45705         * io/sys/stat.h: fchmod was always in POSIX.
45706         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45707         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45708         * rt/aio.h: Define __need_timespec before including <time.h>.
45709         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45710         struct.  Add forward declaration of pthread_attr_t and use it in
45711         sigevent.
45712         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45713         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45714         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45715         always remove CLK_TCK definition.
45716
45717 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45718
45719         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45720
45721 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45722
45723         * conform/run-conformtest.sh: New file.
45724         * conform/Makefile: Run run-conformtest for tests.
45725         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45726         support.
45727
45728         * conform/data/uchar.h-data: New file.
45729         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45730         * conform/data/arpa/inet.h-data: Likewise.
45731         * conform/data/assert.h-data: Likewise.
45732         * conform/data/complex.h-data: Likewise.
45733         * conform/data/cpio.h-data: Likewise.
45734         * conform/data/ctype.h-data: Likewise.
45735         * conform/data/dirent.h-data: Likewise.
45736         * conform/data/dlfcn.h-data: Likewise.
45737         * conform/data/errno.h-data: Likewise.
45738         * conform/data/fcntl.h-data: Likewise.
45739         * conform/data/float.h-data: Likewise.
45740         * conform/data/fmtmsg.h-data: Likewise.
45741         * conform/data/fnmatch.h-data: Likewise.
45742         * conform/data/ftw.h-data: Likewise.
45743         * conform/data/glob.h-data: Likewise.
45744         * conform/data/grp.h-data: Likewise.
45745         * conform/data/iconv.h-data: Likewise.
45746         * conform/data/inttypes.h-data: Likewise.
45747         * conform/data/langinfo.h-data: Likewise.
45748         * conform/data/libgen.h-data: Likewise.
45749         * conform/data/limits.h-data: Likewise.
45750         * conform/data/locale.h-data: Likewise.
45751         * conform/data/math.h-data: Likewise.
45752         * conform/data/monetary.h-data: Likewise.
45753         * conform/data/mqueue.h-data: Likewise.
45754         * conform/data/ndbm.h-data: Likewise.
45755         * conform/data/net/if.h-data: Likewise.
45756         * conform/data/netdb.h-data: Likewise.
45757         * conform/data/netinet/in.h-data: Likewise.
45758         * conform/data/nl_types.h-data: Likewise.
45759         * conform/data/poll.h-data: Likewise.
45760         * conform/data/pthread.h-data: Likewise.
45761         * conform/data/pwd.h-data: Likewise.
45762         * conform/data/regex.h-data: Likewise.
45763         * conform/data/sched.h-data: Likewise.
45764         * conform/data/search.h-data: Likewise.
45765         * conform/data/semaphore.h-data: Likewise.
45766         * conform/data/setjmp.h-data: Likewise.
45767         * conform/data/signal.h-data: Likewise.
45768         * conform/data/spawn.h-data: Likewise.
45769         * conform/data/stdarg.h-data: Likewise.
45770         * conform/data/stdio.h-data: Likewise.
45771         * conform/data/stdlib.h-data: Likewise.
45772         * conform/data/string.h-data: Likewise.
45773         * conform/data/strings.h-data: Likewise.
45774         * conform/data/stropts.h-data: Likewise.
45775         * conform/data/sys/ipc.h-data: Likewise.
45776         * conform/data/sys/mman.h-data: Likewise.
45777         * conform/data/sys/msg.h-data: Likewise.
45778         * conform/data/sys/resource.h-data: Likewise.
45779         * conform/data/sys/select.h-data: Likewise.
45780         * conform/data/sys/sem.h-data: Likewise.
45781         * conform/data/sys/shm.h-data: Likewise.
45782         * conform/data/sys/socket.h-data: Likewise.
45783         * conform/data/sys/stat.h-data: Likewise.
45784         * conform/data/sys/statvfs.h-data: Likewise.
45785         * conform/data/sys/time.h-data: Likewise.
45786         * conform/data/sys/timeb.h-data: Likewise.
45787         * conform/data/sys/times.h-data: Likewise.
45788         * conform/data/sys/types.h-data: Likewise.
45789         * conform/data/sys/uio.h-data: Likewise.
45790         * conform/data/sys/un.h-data: Likewise.
45791         * conform/data/sys/utsname.h-data: Likewise.
45792         * conform/data/sys/wait.h-data: Likewise.
45793         * conform/data/syslog.h-data: Likewise.
45794         * conform/data/tar.h-data: Likewise.
45795         * conform/data/termios.h-data: Likewise.
45796         * conform/data/utime.h-data: Likewise.
45797         * conform/data/utmpx.h-data: Likewise.
45798         * conform/data/varargs.h-data: Likewise.
45799         * conform/data/wchar.h-data: Likewise.
45800         * conform/data/wctype.h-data: Likewise.
45801         * conform/data/wordexp.h-data: Likewise.
45802
45803         * include/stropts.h: New file.
45804         * include/uchar.h: New file.
45805         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45806         * include/assert.h: Likewise.
45807         * include/ctype.h: Likewise.
45808         * include/dirent.h: Likewise.
45809         * include/dlfcn.h: Likewise.
45810         * include/fcntl.h: Likewise.
45811         * include/fnmatch.h: Likewise.
45812         * include/glob.h: Likewise.
45813         * include/grp.h: Likewise.
45814         * include/libio.h: Likewise.
45815         * include/locale.h: Likewise.
45816         * include/math.h: Likewise.
45817         * include/net/if.h: Likewise.
45818         * include/netdb.h: Likewise.
45819         * include/netinet/in.h: Likewise.
45820         * include/pthread.h: Likewise.
45821         * include/pwd.h: Likewise.
45822         * include/regex.h: Likewise.
45823         * include/sched.h: Likewise.
45824         * include/search.h: Likewise.
45825         * include/setjmp.h: Likewise.
45826         * include/signal.h: Likewise.
45827         * include/stdio.h: Likewise.
45828         * include/stdlib.h: Likewise.
45829         * include/string.h: Likewise.
45830         * include/sys/cdefs.h: Likewise.
45831         * include/sys/mman.h: Likewise.
45832         * include/sys/msg.h: Likewise.
45833         * include/sys/resource.h: Likewise.
45834         * include/sys/select.h: Likewise.
45835         * include/sys/socket.h: Likewise.
45836         * include/sys/stat.h: Likewise.
45837         * include/sys/statvfs.h: Likewise.
45838         * include/sys/time.h: Likewise.
45839         * include/sys/times.h: Likewise.
45840         * include/sys/uio.h: Likewise.
45841         * include/sys/utsname.h: Likewise.
45842         * include/sys/wait.h: Likewise.
45843         * include/termios.h: Likewise.
45844         * include/time.h: Likewise.
45845         * include/ulimit.h: Likewise.
45846         * include/unistd.h: Likewise.
45847         * include/utime.h: Likewise.
45848         * include/wchar.h: Likewise.
45849         * include/wctype.h: Likewise.
45850         * include/wordexp.h: Likewise.
45851
45852         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45853
45854         * time/time.h: TIME_UTC must be a macro.
45855         Make timespec_get available for ISO C11 only as well.
45856
45857 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45858
45859         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45860         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45861
45862 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45863
45864         * configure.in: Use -o not -a in test for unsupported multi-arch.
45865
45866 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45867
45868         * manual/texinfo.tex: Update to version 2012-01-19.16.
45869
45870 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45871
45872         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45873
45874 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45875
45876         [BZ #13738]
45877         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45878         * manual/fdl-1.3.texi: New file.
45879         * manual/fdl-1.1.texi: File removed.
45880
45881         [BZ #13738]
45882         * manual/libc.texinfo (FDL_VERSION): New @set.
45883         Use it for mention of FDL in cover text.
45884         (Documentation License): Use it in @include file name.
45885
45886 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45887             Roland McGrath  <roland@hack.frob.com>
45888
45889         [BZ #5461]
45890         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45891         (not LONG_LONG_MAX and LONG_LONG_MIN.
45892         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45893         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45894         name.
45895         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45896
45897 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45898
45899         [BZ #2547]
45900         [BZ #11365]
45901         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45902         manipulate bits before adding and subtracting TWO23[sx].
45903         * math/libm-test.inc (nearbyint_test): Add more tests.
45904
45905 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45906
45907         [BZ #2548]
45908         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45909         bits before adding and subtracting TWO23[sx].
45910         * math/libm-test.inc (rint_test): Add more tests.
45911         (rint_test_tonearest): Likewise.
45912         (rint_test_towardzero): Likewise.
45913         (rint_test_downward): Likewise.
45914         (rint_test_upward: Likewise.
45915
45916 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45917
45918         [BZ #10110]
45919         * include/stdc-predef.h: New file.  Extracted from features.h.
45920         * include/features.h: Include stdc-predef.h.
45921         * Makefile (headers): Add stdc-predef.h.
45922         * CONFORMANCE (Compiler limitations): Update.
45923
45924 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45925
45926         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45927
45928 2012-02-21  David S. Miller  <davem@davemloft.net>
45929
45930         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45931         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45932
45933 2012-02-20  David S. Miller  <davem@davemloft.net>
45934
45935         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45936         using a normal save/restore sequence, rather than allocating a
45937         dummy stack frame just to store a frame pointer and restore.
45938         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45939
45940 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45941
45942         * manual/install.texi: Fix stray word in line-wrapped comment.
45943
45944 2012-02-20  David S. Miller  <davem@davemloft.net>
45945
45946         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45947         both binutils and gcc support GOTDATA.
45948
45949         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45950         "rd %pc" in the PIC register setup sequences.
45951
45952         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45953         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45954         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45955         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45956         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45957         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45958         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45959         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45960         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45961         (SYSCALL_ERROR_HANDLER): Likewise.
45962         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45963         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45964         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45965         (SYSCALL_ERROR_HANDLER): Likewise.
45966
45967         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45968         (HAVE_GCC_GOTDATA): New.
45969         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45970         relocation support in both binutils and gcc.
45971         * sysdeps/sparc/elf/configure: Regenerate.
45972
45973         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45974         * sysdeps/sparc/sparc32/elf/configure: Delete.
45975         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45976         * sysdeps/sparc/sparc64/elf/configure: Delete.
45977         * sysdeps/sparc/elf/configure.in: New file.
45978         * sysdeps/sparc/elf/configure: Generate.
45979
45980         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45981         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45982         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45983         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45984         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45985
45986 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45987
45988         * manual/install.texi: Do not mention specific glibc version
45989         numbers.
45990         * manual/libc.texinfo (VERSION, UPDATED): Update.
45991         (@copying): Use @copyright{} and range of years.
45992
45993 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45994
45995         [BZ #13695]
45996         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45997         [crti.S not in sysdirs] (generated): Do not append.
45998         [crti.S not in sysdirs] (omit-deps): Likewise.
45999         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46000         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46001         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46002         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46003         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46004         Likewise.
46005         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46006         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46007         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46008         * csu/defs.awk: Remove file.
46009         * sysdeps/generic/initfini.c: Likewise.
46010         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46011         variable.
46012         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46013         Likewise.
46014
46015 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46016
46017         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46018         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46019         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46020         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46021         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46022         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46023         <bits/epoll.h>.
46024         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46025         (__EPOLL_PACKED): Define to empty if not defined by
46026         <bits/epoll.h>.
46027         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46028         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46029         bits/epoll.h.
46030
46031 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46032
46033         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46034         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46035         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46036         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46037         <bits/timerfd.h>.
46038         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46039         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46040         bits/timerfd.h.
46041
46042 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46043
46044         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46045         in C locale.
46046         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46047         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46048         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46050
46051 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46052
46053         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46054         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46055
46056 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46057
46058         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46059         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46060         defined.
46061         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46062         Likewise.
46063         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46064         entry for 2.16.
46065
46066 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46067
46068         * math/w_acos.c: Use non-signaling floating-point comparisons.
46069         * math/w_acosf.c: Likewise.
46070         * math/w_acosh.c: Likewise.
46071         * math/w_acoshf.c: Likewise.
46072         * math/w_acoshl.c: Likewise.
46073         * math/w_acosl.c: Likewise.
46074         * math/w_asin.c: Likewise.
46075         * math/w_asinf.c: Likewise.
46076         * math/w_asinl.c: Likewise.
46077         * math/w_atanh.c: Likewise.
46078         * math/w_atanhf.c: Likewise.
46079         * math/w_atanhl.c: Likewise.
46080         * math/w_exp2.c: Likewise.
46081         * math/w_exp2f.c: Likewise.
46082         * math/w_exp2l.c: Likewise.
46083         * math/w_j0.c: Likewise.
46084         * math/w_j0f.c: Likewise.
46085         * math/w_j0l.c: Likewise.
46086         * math/w_j1.c: Likewise.
46087         * math/w_j1f.c: Likewise.
46088         * math/w_j1l.c: Likewise.
46089         * math/w_jn.c: Likewise.
46090         * math/w_jnf.c: Likewise.
46091         * math/w_log.c: Likewise.
46092         * math/w_log10.c: Likewise.
46093         * math/w_log10f.c: Likewise.
46094         * math/w_log10l.c: Likewise.
46095         * math/w_log2.c: Likewise.
46096         * math/w_log2f.c: Likewise.
46097         * math/w_log2l.c: Likewise.
46098         * math/w_logf.c: Likewise.
46099         * math/w_logl.c: Likewise.
46100         * math/w_sqrt.c: Likewise.
46101         * math/w_sqrtf.c: Likewise.
46102         * math/w_sqrtl.c: Likewise.
46103         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46104         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46105         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46106         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46107         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46108
46109 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46110
46111         [BZ #9739]
46112         * manual/string.texi (strnlen): Use correct parameter name in
46113         equivalent expression.
46114
46115 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46116
46117         [BZ #11174]
46118         * manual/users.texi (seteuid): Consistently use neweuid for
46119         argument name.
46120
46121 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46122
46123         [BZ #13704]
46124         * manual/nss.texi (Services in the NSS configuration): Correct
46125         list of services in example configuration file.
46126
46127 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46128
46129         [BZ #11322]
46130         * manual/arith.texi: Remove statements about negative zero
46131         behaving identically to zero.
46132
46133 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46134
46135         [BZ #5993]
46136         * manual/install.texi: Do not document upgrading from libc5.
46137
46138 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46139
46140         [BZ #4596]
46141         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46142
46143 2012-02-18  David S. Miller  <davem@davemloft.net>
46144
46145         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46146         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46147         %o7 across the call.
46148         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46149         instead.
46150         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46151         SETUP_PIC_REG_LEAF.
46152         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46153         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46154         * sysdeps/sparc/crtn.S: Likewise.
46155
46156 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46157
46158         * aout/Makefile: Remove.
46159
46160 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46161
46162         [BZ #13058]
46163         * manual/examples/argp-ex1.c (main): Format definition in GNU
46164         style.
46165         * manual/examples/argp-ex2.c (main): Likewise.
46166         * manual/examples/argp-ex3.c (main): Likewise.
46167         * manual/examples/argp-ex4.c (main): Likewise.
46168         * manual/examples/longopt.c (main): Use new-style prototype
46169         definition.
46170         * manual/examples/strncat.c (main): Specify return type and use
46171         (void) for arguments.
46172         * manual/examples/subopt.c (main): Use char **argv argument.
46173
46174 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46175
46176         [BZ #5077]
46177         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46178         rounding modes.
46179
46180 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46181
46182         [BZ #6907]
46183         * manual/string.texi (strchr): Change when strchrnul is
46184         recommended.
46185
46186 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46187
46188         [BZ #174]
46189         * manual/locale.texi (setlocale): Document LOCPATH.
46190
46191 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46192
46193         [BZ #10210]
46194         * manual/process.texi (execle): Move @dots{} before last argument.
46195
46196 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46197
46198         [BZ #12047]
46199         * manual/charset.texi (Generic Charset Conversion): Fix typo
46200         (LC_TYPE -> LC_CTYPE).
46201
46202 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46203
46204         [BZ #5805]
46205         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46206         (scalbnf): Likewise.
46207         (scalbnl): Likewise.
46208         (scalbln): Likewise.
46209         (scalblnf): Likewise.
46210         (scalblnl): Likewise.
46211         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46212         (vwarnx): Likewise.
46213         (verr): Likewise.
46214         (verrx): Likewise.
46215         * manual/filesys.texi (telldir): Use braces around return type.
46216         * manual/llio.texi (mmap): Add space after comma.
46217         (mmap64): Likewise.
46218         * manual/math.texi (jn): Use @var{} on parameter names.
46219         (jnf): Likewise.
46220         (jnl): Likewise.
46221         (yn): Likewise.
46222         (ynf): Likewise.
46223         (ynl): Likewise.
46224         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46225         line.
46226         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46227         "...".
46228         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46229         (sched_get_priority_max): Likewise.
46230         * manual/signal.texi (sigvec): Add space after comma.
46231         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46232         names.
46233         (if_indextoname): Likewise.
46234         (if_freenameindex): Likewise.
46235         (sendto): Use ',' instead of '.' in prototype.
46236         * manual/startup.texi (syscall): Use @dots{} instead of literal
46237         "...".
46238         * manual/stdio.texi (__fpending): Separate initial words of
46239         paragraph from @deftypefun line.
46240         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46241         "...".
46242         (vsyslog): Use @var{} on parameter names.
46243         * manual/terminal.texi (stty): Use @var{} on parameter names.
46244         * manual/users.texi (getutmp): Use @var{} on parameter names.
46245         (getutmpx): Likewise.
46246
46247 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46248
46249         [BZ #6884]
46250         * manual/stdio.texi (fopen): Fix typos in description of
46251         ",ccs=STRING".
46252
46253 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46254
46255         [BZ #4026]
46256         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46257         get clock_id definition.
46258
46259 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46260
46261         [BZ #4822]
46262         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46263         (madvise): Cast every argument to void on its own.
46264
46265 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46266
46267         [BZ #9902]
46268         * manual/startup.texi (Exit Status): Fix typo.
46269
46270 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46271
46272         [BZ #10140]
46273         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46274         * manual/examples/argp-ex2.c: Likewise.
46275         * manual/examples/argp-ex3.c: Likewise.
46276
46277 2012-02-16  Richard Henderson  <rth@redhat.com>
46278
46279         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46280         * sysdeps/s390/s390-32/initfini.c: Remove.
46281         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46282         * sysdeps/s390/s390-64/initfini.c: Remove.
46283
46284 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46285
46286         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46287         compiler output for sysdeps/generic/initfini.c.
46288         * sysdeps/sh/elf/initfini.c: Remove file.
46289
46290 2012-02-16  David S. Miller  <davem@davemloft.net>
46291
46292         [BZ #11494]
46293         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46294
46295         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46296         * sysdeps/sparc/crti.S: New file.
46297         * sysdeps/sparc/crtn.S: New file.
46298         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46299         * sysdeps/sparc/sparc64/Makefile: Likewise.
46300
46301 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46302
46303         [BZ #3335]
46304         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46305
46306 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46307
46308         [BZ #4822]
46309         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46310
46311         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46312         (write, read, close): Likewise.
46313         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46314
46315 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46316
46317         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46318         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46319         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46320         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46321         <bits/signalfd.h>.
46322         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46323         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46324         bits/signalfd.h.
46325
46326 2012-02-14  Marek Polacek  <polacek@redhat.com>
46327
46328         * sysdeps/x86_64/crti.S: New file.
46329         * sysdeps/x86_64/crtn.S: New file.
46330         * sysdeps/x86_64/elf/initfini.c: Remove file.
46331
46332 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46333
46334         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46335         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46336         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46337         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46338         <bits/inotify.h>.
46339         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46340         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46341         bits/inotify.h.
46342
46343 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46344
46345         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46346         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46347         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46348         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46349         <bits/eventfd.h>.
46350         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46351         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46352         bits/eventfd.h.
46353
46354 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46355
46356         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46357         __feraiseexcept instead of feraiseexcept.
46358
46359         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46360         nanosleep invocations.
46361         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46362         strings, and add error checking for a nanosleep invocations.
46363
46364 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46365
46366         Replace FSF snail mail address with URLs, as per GNU coding standards.
46367         Most of the snail mail addresses were wrong anyway, and omitting
46368         them makes the source code easier to maintain.  Almost all of the
46369         changes are to license notices and to locale LC_IDENTIFICATION
46370         addresses, except for this one:
46371         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46372         not its snail mail address.
46373
46374 2012-02-09  Richard Henderson  <rth@twiddle.net>
46375
46376         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46377         of kernel-features.h.
46378
46379         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46380
46381 2012-02-08  Marek Polacek  <polacek@redhat.com>
46382
46383         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46384         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46385         * sysdeps/gnu/_G_config.h: Likewise.
46386         * sysdeps/generic/_G_config.h: Likewise.
46387
46388 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46389
46390         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46391         tests.
46392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46393
46394         * sysdeps/powerpc/powerpc32/crti.S: New file.
46395         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46396         * sysdeps/powerpc/powerpc64/crti.S: New file.
46397         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46398
46399         * Makeconfig (have-initfini): Don't set.
46400         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46401         * configure.in (nopic_initfini): Don't substitute.
46402         * config.h.in (HAVE_INITFINI): Don't #undef.
46403         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46404         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46405
46406 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46407
46408         Support crti.S and crtn.S provided directly by architectures.
46409         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46410         [crti.S in sysdirs] (omit-deps): Likewise.
46411         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46412         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46413         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46414         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46415         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46416         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46417         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46418         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46419         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46420         compiler output for sysdeps/generic/initfini.c.
46421         * sysdeps/i386/elf/Makefile: Remove file.
46422         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46423
46424 2012-02-07  Marek Polacek  <polacek@redhat.com>
46425
46426         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46427         * sysdeps/gnu/_G_config.h: Likewise.
46428         * sysdeps/mach/hurd/_G_config.h: Likewise.
46429
46430 2012-02-07  Marek Polacek  <polacek@redhat.com>
46431
46432         * math/Makefile (tests): Add tst-CMPLX2.
46433         * math/tst-CMPLX2.c: New file.
46434
46435 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46436
46437         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46438
46439         * math/libm-test.inc (jn_test): Add missing L suffix.
46440
46441 2012-02-06  Marek Polacek  <polacek@redhat.com>
46442
46443         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46444         * sysdeps/i386/fpu/e_powf.S: Likewise.
46445         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46446         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46447         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46448         * sysdeps/i386/fpu/e_pow.S: Likewise.
46449         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46450         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46451         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46452         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46453         * sysdeps/i386/fpu/e_log2.S: Likewise.
46454         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46455         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46456         * sysdeps/i386/fpu/e_powl.S: Likewise.
46457         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46458         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46459         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46460         * sysdeps/i386/fpu/e_logl.S: Likewise.
46461         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46462         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46463         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46464         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46465         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46466         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46467         * sysdeps/i386/fpu/e_log.S: Likewise.
46468         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46469         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46470         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46471         * sysdeps/i386/fpu/e_logf.S: Likewise.
46472         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46473         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46474         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46475         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46476         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46477         * sysdeps/i386/fpu/e_log10.S: Likewise.
46478         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46479         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46480         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46481         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46482         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46483         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46484         * sysdeps/i386/asm-syntax.h: Likewise.
46485         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46486         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46487         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46488         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46489         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46490         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46491         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46492         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46493         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46494         * sysdeps/powerpc/sysdep.h: Likewise.
46495         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46496         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46497
46498 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46499
46500         [BZ #411]
46501         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46502
46503 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46504
46505         * sysdeps/i386/sysdep.h: Include <features.h>.
46506         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46507         version.
46508
46509 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46510
46511         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46512         Define.
46513         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46514         LOAD_PIC_REG_STR.
46515
46516 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46517
46518         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46519         (SETUP_PIC_REG): Use GET_PC_THUNK.
46520         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46521         macro.
46522
46523 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46524
46525         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46526         for non-PIC compilation.
46527         (SETUP_PIC_REG): Add .p2align directive.
46528         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46529         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46530         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46531         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46532         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46533         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46534         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46535         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46536         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46537         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46538         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46539         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46540         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46541         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46542         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46543         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46544         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46545         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46546         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46547         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46548         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46549         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46550         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46551         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46552         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46553         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46554         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46555         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46556         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46557         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46558         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46559         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46560         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46561         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46562         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46563         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46564         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46565         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46566         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46567         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46568         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46569
46570 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46571
46572         * math/tst-CMPLX.c: Include <stdio.h>.
46573
46574 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46575
46576         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46577         float.
46578         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46579         * sysdeps/sparc/bits/mathdef.h: Likewise.
46580
46581 2012-01-31  Marek Polacek  <polacek@redhat.com>
46582
46583         * libio/libio.h: Don't define _PARAMS.
46584         * locale/programs/config.h: Don't define PARAMS.
46585         * stdlib/strtol_l.c: Likewise.
46586         (__strtol_l): Remove PARAMS from the prototype.
46587
46588 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46589
46590         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46591         names.  Just use the correct names.  Remove unnecessary wrapper
46592         functions.
46593         * malloc/arena.c: Likewise.
46594         * malloc/hooks.c: Likewise.
46595
46596         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46597         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46598         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46599
46600 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46601
46602         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46603         into tail calls.
46604         (update_get_addr): New function.
46605         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46606         GET_ADDR_MODULE parameter.
46607
46608 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46609
46610         * crypt/cert.c: Remove __STDC__ conditionals.
46611         * crypt/crypt-entry.c: Likewise.
46612         * crypt/crypt_util.c: Likewise.
46613         * libio/filedoalloc.c: Likewise.
46614         * libio/fileops.c: Likewise.
46615         * libio/genops.c: Likewise.
46616         * libio/iofclose.c: Likewise.
46617         * libio/iofdopen.c: Likewise.
46618         * libio/iofopen.c: Likewise.
46619         * libio/iofopen64.c: Likewise.
46620         * libio/iogetdelim.c: Likewise.
46621         * libio/iopopen.c: Likewise.
46622         * libio/obprintf.c: Likewise.
46623         * libio/oldfileops.c: Likewise.
46624         * libio/oldiofclose.c: Likewise.
46625         * libio/oldiofdopen.c: Likewise.
46626         * libio/oldiofopen.c: Likewise.
46627         * libio/oldiopopen.c: Likewise.
46628         * libio/wfiledoalloc.c: Likewise.
46629         * libio/wgenops.c: Likewise.
46630         * locale/programs/xmalloc.c: Likewise.
46631         * misc/syslog.c: Likewise.
46632         * stdio-common/xbug.c: Likewise.
46633         * string/memchr.c: Likewise.
46634         * string/memcmp.c: Likewise.
46635         * string/memrchr.c: Likewise.
46636         * string/rawmemchr.c: Likewise.
46637         * sysdeps/posix/getcwd.c: Likewise.
46638         * time/strftime_l.c: Likewise.
46639
46640 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46641
46642         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46643         * config.make.in (config-cflags-sse2avx): Define.
46644         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46645         Fix typo.
46646
46647 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46648
46649         * scripts/config.guess: Update from upstream config git repository.
46650         * scripts/config.sub: Likewise.
46651
46652 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46653
46654         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46655         (EM_NUM): Update.
46656         (R_TILEPRO_*, R_TILEGX_*): New macros.
46657
46658         * scripts/firstversions.awk: Fix bug in version range handling.
46659
46660         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46661
46662         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46663
46664         * include/sys/epoll.h: New file.
46665         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46666         libc_hidden_def.
46667
46668 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46669
46670         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46671         Avoid unnecessary __WORDSIZE == 64 test.
46672         (fmaxf): Use VEX format if possible.
46673         (fmax): Likewise.
46674         (fminf): Likewise.
46675         (fmin): Likewise.
46676
46677         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46678         * math/math_private.h: Remove libc_fegetround* and
46679         libc_fesetround*.
46680         * sysdeps/i386/configure.in: Check for -msse2avx.
46681         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46682         also if SSE2AVX is defined.
46683         Remove libc_fegetround* and libc_fesetround*.
46684         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46685         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46686         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46687         of HAS_YMM_USABLE.
46688         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46689         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46690         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46691         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46692         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46693
46694         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46695
46696 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46697
46698         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46699         size is not set.
46700         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46701
46702 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46703
46704         [BZ #13618]
46705         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46706         relocation.
46707         * Makeconfig (libm): Define.
46708         * elf/Makefile: Add rules to build and run tst-relsort1.
46709         * elf/tst-relsort1.c: New file.
46710         * elf/tst-relsort1mod1.c: New file.
46711         * elf/tst-relsort1mod2.c: New file.
46712
46713 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46714
46715         * math/s_ldexp.c: Remove __STDC__ conditionals.
46716         * math/s_ldexpf.c: Likewise.
46717         * math/s_ldexpl.c: Likewise.
46718         * math/s_nextafter.c: Likewise.
46719         * math/s_nexttowardf.c: Likewise.
46720         * math/s_significand.c: Likewise.
46721         * math/s_significandf.c: Likewise.
46722         * math/s_significandl.c: Likewise.
46723         * math/w_jnl.c: Likewise.
46724         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46725         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46726         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46727         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46728         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46729         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46730         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46733         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46734         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46737         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46738         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46739         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46740         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46741         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46742         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46743         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46744         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46745         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46746         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46747         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46748         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46749         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46750         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46751         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46752         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46753         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46754         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46755         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46756         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46757         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46758         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46759         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46760         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46761         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46762         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46763         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46764         * sysdeps/ieee754/k_standard.c: Likewise.
46765         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46766         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46767         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46768         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46769         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46770         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46771         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46772         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46773         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46774         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46775         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46776         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46777         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46778         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46779         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46780         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46781         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46782         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46783         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46784         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46785         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46786         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46787         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46788         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46789         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46790         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46791         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46792         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46793         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46794         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46795         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46796         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46797         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46798         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46799         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46800         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46801         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46802         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46803         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46804         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46805         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46806         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46807         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46808         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46809         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46810         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46811         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46812         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46813         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46814         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46815         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46816         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46817         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46818         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46819         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46820         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46821         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46822         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46823         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46824         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46825         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46826         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46827         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46828         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46829         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46830         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46831         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46832         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46833         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46834         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46835         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46837         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46838         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46839         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46840         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46841         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46842         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46843         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46844         * sysdeps/ieee754/s_matherr.c: Likewise.
46845         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46846         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46847         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46848         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46849
46850 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46851
46852         * crypt/md5.h: Remove __STDC__ conditionals.
46853         * libio/libioP.h: Likewise.
46854         * locale/programs/config.h: Likewise.
46855         * sysdeps/generic/sysdep.h: Likewise.
46856         * sysdeps/i386/asm-syntax.h: Likewise.
46857         * sysdeps/s390/asm-syntax.h: Likewise.
46858         * sysdeps/unix/sysdep.h: Likewise.
46859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46861
46862 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46863
46864         * libio/libio.h: Remove __STDC__ conditionals.
46865         * malloc/obstack.h: Likewise.
46866         * math/complex.h: Likewise.
46867         * math/math.h: Likewise.
46868         * sysdeps/generic/_G_config.h: Likewise.
46869         * sysdeps/gnu/_G_config.h: Likewise.
46870         * sysdeps/mach/hurd/_G_config.h: Likewise.
46871         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46872         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46873         * sysdeps/sparc/bits/mathdef.h: Likewise.
46874
46875 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46876
46877         [BZ #13583]
46878         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46879         Clean up HAS_* macros.
46880         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46881         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46882         possible.
46883         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46884         HAS_AVX.
46885         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46886         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46887         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46888         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46889         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46890
46891 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46892
46893         * elf/tst-unique3.cc (gets): Remove declaration.
46894         * elf/tst-unique3lib.cc (gets): Likewise.
46895         * elf/tst-unique3lib2.cc (gets): Likewise.
46896         * elf/tst-unique4.cc (gets): Likewise.
46897
46898 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46899
46900         * include/stdio.h: Add C++ protection.  Add gets declarations and
46901         definitions.
46902         * debug/tst-chk1.c: Don't declare gets here.
46903         * stdio-common/tst-gets.c: Likewise.
46904
46905 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46906
46907         * posix/glob: Remove directory.
46908
46909 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46910
46911         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46912
46913 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46914
46915         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46916         of the non-standard EPFNOSUPPORT.
46917
46918 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46919
46920         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46921         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46922         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46923
46924 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46925
46926         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46927
46928 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46929
46930         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46931         transient errors.
46932         * nscd/grpcache.c (cache_addgr): Likewise.
46933         * nscd/hstcache.c (cache_addhst): Likewise.
46934         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46935         * nscd/pwdcache.c (cache_addpw): Likewise.
46936         * nscd/servicescache.c (cache_addserv): Likewise.
46937
46938 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46939
46940         * malloc/malloc.c: Various cleanups.
46941         * malloc/hooks.c: Likewise.
46942
46943         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46944         * stdlib/bug-fmtmsg1.c: New file.
46945
46946         * stdlib/fmtmsg.c (init): Add missing unlock.
46947         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46948
46949 2012-01-12  Marek Polacek  <polacek@redhat.com>
46950
46951         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46952         and _GNU_SOURCE.
46953
46954 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46955
46956         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46957         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46958         macro to ensure uniqueness of label name.
46959         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46960         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46961
46962 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46963
46964         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46965
46966         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46967         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46968         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46969         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46970
46971 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46972
46973         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46974
46975         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46976         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46978
46979         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46980
46981         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46982         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46983         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46984         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46985
46986         * math/bits/math-finite.h: Add ldexp support.
46987
46988 2012-01-10  Marek Polacek  <polacek@redhat.com>
46989
46990         * locale/programs/localedef.h (show_archive_content): Add noreturn
46991         attribute.
46992
46993 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46994
46995         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46996
46997 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46998
46999         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47000
47001         * io/Makefile (headers): Add bits/poll2.h.
47002
47003 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47004
47005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47006         typo #include statement.
47007
47008 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47009
47010         * include/sys/cdefs.h: Define __attribute_alloc_size.
47011         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47012         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47013         * elf/pldd.c: Likewise.
47014         * iconv/iconv_charmap.c: Likewise.
47015         * iconv/iconvconfig.c: Likewise.
47016         * iconv/strtab.c: Likewise.
47017         * locale/programs/locale.c: Likewise.
47018         * locale/programs/localedef.h: Likewise.
47019         * locale/programs/simple-hash.c: Likewise.
47020         * nscd/nscd.h: Likewise.
47021         * nss/makedb.c: Likewise.
47022         * sysdeps/generic/ldconfig.h: Likewise.
47023         * locale/programs/localedef.c: Remove xmalloc prototype.
47024         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47025
47026 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47027
47028         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47029         appropriate.
47030
47031 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47032
47033         * math/Makefile (tests): Add tst-CMPLX.
47034         * math/tst-CMPLX.c: New file.
47035
47036         * math/complex.h (CMPLXL): Fix typo.
47037
47038         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47039         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47040         GLIBC_2.16.
47041         * debug/tst-chk1.c: Add poll and ppoll tests.
47042         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47043         * include/sys/poll.h: Add hidden proto for ppoll.
47044         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47045         * sysdeps/mach/hurd/ppoll.c: Likewise.
47046         * io/ppoll.c: Likewise.
47047         * debug/poll_chk.c: New file.
47048         * debug/ppoll_chk.c: New file.
47049         * include/bits/poll2.h: New file.
47050         * io/bits/poll2.h: New file.
47051
47052         [BZ #1350]
47053         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47054
47055         * configure.in: static is always set to yes.  Remove.
47056         * config.make.in: Don't set build-static.
47057         * Makeconfig: Remove use of build-static.
47058         * dlfcn/Makefile: Likewise.
47059         * elf/Makefile: Likewise.
47060         * math/Makefile: Likewise.
47061         * misc/Makefile: Likewise.
47062         * nptl/Makefile: Likewise.
47063         * sysdeps/mach/hurd/Makefile: Likewise.
47064
47065         * configure.in: PWD_P is not used anymore.
47066         * config.make.in: Remove PWD_P entry.
47067
47068         * configure.in: Remove last remnants of RANLIB.
47069         No need to check for signed size_t anymore.
47070         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47071         and IA-64.
47072         Remove __builtin_expect test because we require at least gcc 3.4.
47073         * aclocal.m4: Likewise.
47074
47075         * wcsmbs/mbrtoc16.c: Implement using towc function.
47076         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47077         * wcsmbs/wcsmbsload.c: Likewise.
47078         * iconv/gconv_simple.c: Likewise.
47079         * iconv/gconv_int.h: Likewise.
47080         * iconv/gconv_builtin.h: Likewise.
47081         * iconv/iconv_prog.c: Remove CHAR16 handling.
47082
47083         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47084
47085         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47086
47087         * configure.in: Remove --with-elf and --enable-bounded options.
47088         Dont set base_machine for ia64.  More non-ELF conditions removed.
47089         Remove testing and setting of leading underscore information.
47090         * config.make.in (build-bounded): Set to no.
47091         * config.h.in: Remove NO_UNDERSCORES entry.
47092         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47093         them.
47094         * csu/start.c: Remove !NO_UNDERSCORE code.
47095         * locale/localeinfo.h: Likewise.
47096         * sysdeps/generic/machine-gmon.h: Likewise.
47097         * sysdeps/generic/sysdep.h: Likewise.
47098         * sysdeps/i386/sysdep.h: Likewise.
47099         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47100         * sysdeps/mach/sysdep.h: Likewise.
47101         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47102         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47103         * sysdeps/sh/sysdep.h: Likewise.
47104         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47105         * sysdeps/unix/i386/sysdep.S: Likewise.
47106         * sysdeps/unix/sparc/start.c: Likewise.
47107         * sysdeps/unix/sparc/sysdep.S: Likewise.
47108         * sysdeps/unix/sparc/sysdep.h: Likewise.
47109         * sysdeps/unix/start.c: Likewise.
47110         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47111         * sysdeps/x86_64/sysdep.h: Likewise.
47112
47113 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47114
47115         [BZ #13553]
47116         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47117         for non-gcc.
47118         * argp/argp-fmtstream.h: Use const instead __const.
47119         * argp/argp.h: Likewise.
47120         * assert/assert.h: Likewise.
47121         * bits/fenv.h: Likewise.
47122         * bits/sched.h: Likewise.
47123         * bits/sigset.h: Likewise.
47124         * bits/sigthread.h: Likewise.
47125         * catgets/nl_types.h: Likewise.
47126         * conform/data/pthread.h-data: Likewise.
47127         * crypt/crypt-private.h: Likewise.
47128         * crypt/crypt.h: Likewise.
47129         * crypt/crypt_util.c: Likewise.
47130         * ctype/ctype.h: Likewise.
47131         * debug/execinfo.h: Likewise.
47132         * debug/mbsnrtowcs_chk.c: Likewise.
47133         * debug/mbsrtowcs_chk.c: Likewise.
47134         * debug/wcsnrtombs_chk.c: Likewise.
47135         * debug/wcsrtombs_chk.c: Likewise.
47136         * debug/wcstombs_chk.c: Likewise.
47137         * dirent/dirent.h: Likewise.
47138         * dlfcn/dlfcn.h: Likewise.
47139         * elf/neededtest4.c: Likewise.
47140         * grp/grp.h: Likewise.
47141         * gshadow/gshadow.h: Likewise.
47142         * iconv/gconv.h: Likewise.
47143         * iconv/gconv_int.h: Likewise.
47144         * iconv/gconv_simple.c: Likewise.
47145         * iconv/iconv.h: Likewise.
47146         * iconv/loop.c: Likewise.
47147         * iconv/skeleton.c: Likewise.
47148         * include/aio.h: Likewise.
47149         * include/aliases.h: Likewise.
47150         * include/argz.h: Likewise.
47151         * include/arpa/inet.h: Likewise.
47152         * include/assert.h: Likewise.
47153         * include/dirent.h: Likewise.
47154         * include/dlfcn.h: Likewise.
47155         * include/execinfo.h: Likewise.
47156         * include/fcntl.h: Likewise.
47157         * include/fenv.h: Likewise.
47158         * include/glob.h: Likewise.
47159         * include/grp.h: Likewise.
47160         * include/libintl.h: Likewise.
47161         * include/mntent.h: Likewise.
47162         * include/netdb.h: Likewise.
47163         * include/pwd.h: Likewise.
47164         * include/rpc/netdb.h: Likewise.
47165         * include/sched.h: Likewise.
47166         * include/search.h: Likewise.
47167         * include/shadow.h: Likewise.
47168         * include/signal.h: Likewise.
47169         * include/stdio.h: Likewise.
47170         * include/stdlib.h: Likewise.
47171         * include/string.h: Likewise.
47172         * include/sys/socket.h: Likewise.
47173         * include/sys/stat.h: Likewise.
47174         * include/sys/statfs.h: Likewise.
47175         * include/sys/statvfs.h: Likewise.
47176         * include/sys/syslog.h: Likewise.
47177         * include/sys/time.h: Likewise.
47178         * include/sys/uio.h: Likewise.
47179         * include/time.h: Likewise.
47180         * include/unistd.h: Likewise.
47181         * include/utmp.h: Likewise.
47182         * include/wchar.h: Likewise.
47183         * include/wctype.h: Likewise.
47184         * inet/aliases.h: Likewise.
47185         * inet/arpa/inet.h: Likewise.
47186         * inet/netinet/ether.h: Likewise.
47187         * inet/netinet/in.h: Likewise.
47188         * intl/libintl.h: Likewise.
47189         * io/bits/fcntl2.h: Likewise.
47190         * io/fcntl.h: Likewise.
47191         * io/ftw.h: Likewise.
47192         * io/sys/poll.h: Likewise.
47193         * io/sys/stat.h: Likewise.
47194         * io/sys/statfs.h: Likewise.
47195         * io/sys/statvfs.h: Likewise.
47196         * io/utime.h: Likewise.
47197         * libio/bits/stdio.h: Likewise.
47198         * libio/bits/stdio2.h: Likewise.
47199         * libio/libio.h: Likewise.
47200         * libio/libioP.h: Likewise.
47201         * libio/stdio.h: Likewise.
47202         * locale/lc-ctype.c: Likewise.
47203         * locale/locale.h: Likewise.
47204         * login/utmp.h: Likewise.
47205         * malloc/arena.c: Likewise.
47206         * malloc/malloc.c: Likewise.
47207         * malloc/malloc.h: Likewise.
47208         * malloc/mcheck.c: Likewise.
47209         * malloc/mtrace.c: Likewise.
47210         * math/bits/mathcalls.h: Likewise.
47211         * math/fenv.h: Likewise.
47212         * math/math_private.h: Likewise.
47213         * misc/bits/error.h: Likewise.
47214         * misc/bits/syslog.h: Likewise.
47215         * misc/err.h: Likewise.
47216         * misc/error.h: Likewise.
47217         * misc/fstab.h: Likewise.
47218         * misc/mntent.h: Likewise.
47219         * misc/regexp.h: Likewise.
47220         * misc/search.h: Likewise.
47221         * misc/sgtty.h: Likewise.
47222         * misc/sys/mman.h: Likewise.
47223         * misc/sys/syslog.h: Likewise.
47224         * misc/sys/uio.h: Likewise.
47225         * misc/sys/xattr.h: Likewise.
47226         * misc/ttyent.h: Likewise.
47227         * nis/rpcsvc/ypclnt.h: Likewise.
47228         * nss/nss.h: Likewise.
47229         * posix/bits/unistd.h: Likewise.
47230         * posix/fnmatch.h: Likewise.
47231         * posix/glob.h: Likewise.
47232         * posix/sched.h: Likewise.
47233         * posix/spawn.h: Likewise.
47234         * posix/sys/wait.h: Likewise.
47235         * posix/unistd.h: Likewise.
47236         * posix/wordexp.h: Likewise.
47237         * pwd/pwd.h: Likewise.
47238         * resolv/netdb.h: Likewise.
47239         * resource/sys/resource.h: Likewise.
47240         * rt/aio.h: Likewise.
47241         * rt/bits/mqueue2.h: Likewise.
47242         * rt/mqueue.h: Likewise.
47243         * shadow/shadow.h: Likewise.
47244         * signal/signal.h: Likewise.
47245         * socket/send.c: Likewise.
47246         * socket/sendto.c: Likewise.
47247         * socket/sys/socket.h: Likewise.
47248         * stdio-common/printf.h: Likewise.
47249         * stdlib/bits/stdlib.h: Likewise.
47250         * stdlib/fmtmsg.h: Likewise.
47251         * stdlib/monetary.h: Likewise.
47252         * stdlib/stdlib.h: Likewise.
47253         * stdlib/ucontext.h: Likewise.
47254         * streams/stropts.h: Likewise.
47255         * string/argz.h: Likewise.
47256         * string/bits/string2.h: Likewise.
47257         * string/string.h: Likewise.
47258         * string/strings.h: Likewise.
47259         * sunrpc/rpc/auth.h: Likewise.
47260         * sunrpc/rpc/auth_des.h: Likewise.
47261         * sunrpc/rpc/clnt.h: Likewise.
47262         * sunrpc/rpc/netdb.h: Likewise.
47263         * sunrpc/rpc/pmap_clnt.h: Likewise.
47264         * sunrpc/rpc/xdr.h: Likewise.
47265         * sysdeps/generic/inttypes.h: Likewise.
47266         * sysdeps/generic/net/if.h: Likewise.
47267         * sysdeps/generic/sys/swap.h: Likewise.
47268         * sysdeps/gnu/net/if.h: Likewise.
47269         * sysdeps/gnu/utmpx.h: Likewise.
47270         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47271         * sysdeps/i386/i486/bits/string.h: Likewise.
47272         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47273         * sysdeps/s390/bits/string.h: Likewise.
47274         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47275         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47276         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47277         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47278         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47279         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47280         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47281         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47282         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47283         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47284         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47285         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47286         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47287         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47288         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47289         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47290         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47291         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47292         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47293         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47294         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47295         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47296         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47297         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47298         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47299         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47300         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47301         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47302         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47303         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47304         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47305         * sysvipc/sys/ipc.h: Likewise.
47306         * sysvipc/sys/msg.h: Likewise.
47307         * sysvipc/sys/sem.h: Likewise.
47308         * sysvipc/sys/shm.h: Likewise.
47309         * termios/termios.h: Likewise.
47310         * time/sys/time.h: Likewise.
47311         * time/time.h: Likewise.
47312         * wcsmbs/bits/wchar2.h: Likewise.
47313         * wcsmbs/uchar.h: Likewise.
47314         * wcsmbs/wchar.h: Likewise.
47315         * wctype/wctype.h: Likewise.
47316
47317         [BZ #13551]
47318         * Makeconfig: Remove all but ELF support including AIX support.
47319         * Makerules: Likewise.
47320         * config.h.in: Likewise.
47321         * config.make.in: Likewise.
47322         * configure: Likewise.
47323         * configure.in: Likewise.
47324         * csu/Makefile: Likewise.
47325         * csu/version.c: Likewise.
47326         * debug/Makefile: Likewise.
47327         * dlfcn/Makefile: Likewise.
47328         * elf/Makefile: Likewise.
47329         * extra-lib.mk: Likewise.
47330         * iconv/Makefile: Likewise.
47331         * include/libc-symbols.h: Likewise.
47332         * include/shlib-compat.h: Likewise.
47333         * resolv/Makefile: Likewise.
47334         * resolv/res_libc.c: Likewise.
47335         * rt/Makefile: Likewise.
47336         * sysdeps/i386/asm-syntax.h: Likewise.
47337         * sysdeps/i386/sysdep.h: Likewise.
47338         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47339         * sysdeps/mach/sysdep.h: Likewise.
47340         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47341         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47342         * sysdeps/s390/asm-syntax.h: Likewise.
47343         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47344         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47345         * sysdeps/sh/sysdep.h: Likewise.
47346         * sysdeps/unix/sparc/sysdep.h: Likewise.
47347         * sysdeps/wordsize-32/divdi3.c: Likewise.
47348         * sysdeps/x86_64/sysdep.h: Likewise.
47349
47350         * argp/Versions: Remove _argp_unlock_xxx.
47351
47352         [BZ #13559]
47353         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47354         * abilist/libBrokenLocale.abilist: Likewise.
47355         * abilist/libanl.abilist: Likewise.
47356         * abilist/libc.abilist: Likewise.
47357         * abilist/libcrypt.abilist: Likewise.
47358         * abilist/libdl.abilist: Likewise.
47359         * abilist/libm.abilist: Likewise.
47360         * abilist/libnsl.abilist: Likewise.
47361         * abilist/libpthread.abilist: Likewise.
47362         * abilist/libresolv.abilist: Likewise.
47363         * abilist/librt.abilist: Likewise.
47364         * abilist/libthread_db.abilist: Likewise.
47365         * abilist/libutil.abilist: Likewise.
47366         * abilist/libnss_db.abilist: New file.
47367
47368         * scripts/abilist.awk: Add support for indirect functions.
47369
47370         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47371
47372         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47373
47374         * shlib-versions: Remove entries for ports architectures.
47375
47376         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47377         files in ports.
47378         * elf/stackguard-macros.h: Remove support for IA-64.
47379         * elf/tst-auditmod1.c: Likewise.
47380         * sysdeps/generic/ldsodefs.h: Likewise.
47381
47382         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47383         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47384         configure files.
47385
47386         [BZ #13552]
47387         * configure.in: Remove --enable-omitfp support.
47388         * FAQ.in: Adjust.
47389         * config.make.in: Likewise.
47390         * Makeconfig: Likewise.
47391         * manual/install.texi: Likewise.
47392
47393         In case anyone cares, the IA-64 architecture could move to ports.
47394         * sysdeps/ia64/*: Removed.
47395         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47396         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47397
47398         [BZ #13555]
47399         * configure.in: Remove entries for unsupported architectures.
47400
47401         [BZ #13533]
47402         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47403         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47404         routines.
47405         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47406         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47407         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47408         fall back to using wcrtomb.
47409         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47410         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47411         renaming.
47412         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47413         * wcsmbs/tst-c16c32-1.c: New file.
47414
47415         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47416         local variable.
47417
47418         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47419
47420         * elf/tst-unique3.cc: Add explicit declaration of gets.
47421         * elf/tst-unique3lib.cc: Likewise.
47422         * elf/tst-unique3lib2.cc: Likewise.
47423         * elf/tst-unique4.cc: Likewise.
47424
47425         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47426
47427 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47428
47429         [BZ #13566]
47430         * assert/assert.h (static_assert): Don't define for C++.
47431         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47432         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47433
47434 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47435
47436         * iconv/loop.c (single loop): Fix assertion in storing of
47437         remaining bytes.
47438
47439         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47440
47441 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47442
47443         * posix/getconf.c: Update copyright year.
47444         * nss/getent.c: Likewise.
47445         * nss/makedb.c: Likewise.
47446         * iconv/iconvconfig.c: Likewise.
47447         * iconv/iconv_prog.c: Likewise.
47448         * elf/ldconfig.c: Likewise.
47449         * elf/pldd.c: Likewise.
47450         * elf/sotruss.ksh: Likewise.
47451         * catgets/gencat.c: Likewise.
47452         * csu/version.c: Likewise.
47453         * elf/ldd.bash.in: Likewise.
47454         * elf/sprof.c (print_version): Likewise.
47455         * locale/programs/locale.c: Likewise.
47456         * locale/programs/localedef.c: Likewise.
47457         * login/programs/pt_chown.c: Likewise.
47458         * nscd/nscd.c (print_version): Likewise.
47459         * debug/xtrace.sh: Likewise.
47460         * malloc/memusage.sh: Likewise.
47461         * malloc/mtrace.pl: Likewise.
47462         * debug/catchsegv.sh: Likewise.
47463
47464 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47465
47466         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47467         pure attribute.
47468
47469 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47470
47471         [BZ #13533]
47472         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47473         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47474         transformations.
47475         * iconv/gconv_int.h: Likewise.
47476         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47477         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47478         from libc for GLIBC_2.16.
47479         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47480         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47481         * wcsmbs/uchar.h: Really define mbstate_t.
47482         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47483         * wcsmbs/c16rtomb.c: New file.
47484         * wcsmbs/mbrtoc16.c: New file.
47485         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47486         for C/POSIX locale.
47487         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47488         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47489
47490         * wcsmbs/wchar.h: Add missing __restrict.
47491
47492 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47493
47494         [BZ #13532]
47495         * time/Makefile (routines): Add timespec_get.
47496         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47497         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47498         timespec for ISO C11.
47499         * time/timespec_get.c: New file.
47500         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47501         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47502
47503         [BZ #13531]
47504         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47505         * stdlib/stdlib.h: Declare aligned_alloc.
47506         * Versions.def: Add GLIBC_2.16 for libc.
47507         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47508
47509         [BZ 13527]
47510         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47511         ISO C11.
47512
47513         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47514         code.
47515
47516         [BZ #13528]
47517         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47518
47519         [BZ #13529]
47520         * assert/assert.h (static_assert): Define.
47521
47522         * version.h: Update for 2.16 development version.
47523
47524         [BZ #13526]
47525         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47526         _ISOC11_SOURCE.
47527
47528         * version.h (RELEASE): Bump for 2.15 release.
47529         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47530
47531         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47532         Patch by Marek Polacek <mpolacek@redhat.com>.
47533
47534         * bits/byteswap.h: Protect long long constants with __extension__.
47535         * sysdeps/i386/bits/byteswap.h: Likewise.
47536         * sysdeps/ia64/bits/byteswap.h: Likewise.
47537         * sysdeps/s390/bits/byteswap.h: Likewise.
47538         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47539
47540 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47541
47542         [BZ #13540]
47543         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47544         destination buffer.
47545         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47546
47547 2011-12-23  Marek Polacek  <polacek@redhat.com>
47548
47549         * elf/dl-addr.c (determine_info): Add inline keyword.
47550         * elf/tst-auditmod4b.c (check_avx): Likewise.
47551         * elf/tst-auditmod6b.c (check_avx): Likewise.
47552         * elf/tst-auditmod6c.c (check_avx): Likewise.
47553         * elf/tst-auditmod7b.c (check_avx): Likewise.
47554
47555 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47556
47557         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47558         !__SSE_MATH__.
47559
47560 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47561
47562         [BZ #13540]
47563         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47564         processing for last bytes.
47565
47566 2011-08-06  Bruno Haible  <bruno@clisp.org>
47567
47568         [BZ #13061]
47569         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47570         U+0385, not to U+1FEE.
47571
47572         [BZ #13062]
47573         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47574         entry for U+00A5 U+0301.
47575
47576 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47577
47578         [BZ #13166]
47579         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47580         buffer for the output is too small.
47581
47582         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47583         optimization.
47584
47585         [BZ #13185]
47586         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47587         SSE flags if possible.
47588
47589 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47590
47591         [BZ #13540]
47592         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47593         processing for last bytes.
47594
47595 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47596
47597         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47598         (syscall-list-default-options, syscall-list-default-condition)
47599         (syscall-list-includes): Define.
47600         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47601         list of ABIs and options and #if conditions for each ABI.  Do not
47602         handle common syscalls between ABIs specially.
47603         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47604         Remove.
47605         (syscall-list-variants, syscall-list-32bit-options)
47606         (syscall-list-32bit-condition, syscall-list-64bit-options)
47607         (syscall-list-64bit-condition): Define.
47608         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47609         (syscall-list-variants, syscall-list-32bit-options)
47610         (syscall-list-32bit-condition, syscall-list-64bit-options)
47611         (syscall-list-64bit-condition): Define.
47612         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47613         Remove.
47614         (syscall-list-variants, syscall-list-32bit-options)
47615         (syscall-list-32bit-condition, syscall-list-64bit-options)
47616         (syscall-list-64bit-condition): Define.
47617         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47618         Remove.
47619         (syscall-list-variants, syscall-list-32bit-options)
47620         (syscall-list-32bit-condition, syscall-list-64bit-options)
47621         (syscall-list-64bit-condition): Define.
47622
47623 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47624
47625         * locale/iso-639.def: Add brx entry.
47626
47627         [BZ #13328]
47628         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47629         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47630
47631         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47632         __feraiseexcept_renamed.
47633
47634 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47635
47636         [BZ #13538]
47637         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47638         EPOLLET with unsigned values.
47639         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47640         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47641
47642         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47643         to large cancellation.
47644         * math/s_cacoshf.c: Likewise.
47645         * math/s_cacoshl.c: Likewise.
47646
47647 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47648
47649         [BZ #13305]
47650         [BZ #12786]
47651         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47652         * math/s_cacoshf.c: Likewise.
47653         * math/s_cacoshl.c: Likewise.
47654
47655 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47656
47657         [BZ #13439]
47658         * iconv/gconv.h: Define __GCONV_SWAP.
47659         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47660         * iconvdata/utf-16.c: Likewise.
47661         * iconvdata/utf-32.c: Likewise.
47662
47663 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47664
47665         [BZ #13524]
47666         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47667         numerator after shifting it by one limb.
47668
47669 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47670
47671         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47672         under [__USE_EXTERN_INLINES].
47673
47674 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47675
47676         [BZ #13446]
47677         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47678
47679 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47680
47681         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47682         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47683         optimized code.
47684         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47685         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47686         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47687         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47688         for strncasecmp/strncasecmp_l compilation.
47689         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47690         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47691
47692 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47693
47694         [BZ #13484]
47695         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47696         of __asm__.
47697
47698 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47699
47700         [BZ #13506]
47701         * time/tzfile.c (__tzfile_read): Check values from file header.
47702
47703 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47704
47705         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47706         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47707         * powerpc/powerpc32/dl-start.S: Likewise.
47708         * powerpc/powerpc32/elf/start.S: Likewise.
47709         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47710         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47711         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47712         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47713         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47714         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47715         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47716         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47717         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47718         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47719         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47720         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47721         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47722         * powerpc/powerpc32/memset.S: Likewise.
47723         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47724         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47725         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47726         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47727         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47728         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47729         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47730         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47731         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47732         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47733         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47734         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47735         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47736
47737 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47738
47739         * math/libm-test.inc: Added more nearbyint tests.
47740         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47741         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47742         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47743         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47744
47745 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47746
47747         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47748         FD_CLOEXEC.
47749
47750 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47751
47752         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47753         Add wcscpy-ssse3 wcscpy-c.
47754         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47755         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47756         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47757         * sysdeps/x86_64/wcschr.S: New file.
47758         * sysdeps/x86_64/wcsrchr.S: New file.
47759         * string/test-strcmp.c: Remove checking of wcscmp function for
47760         wrong alignments.
47761         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47762         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47763         wcsrchr-sse2 wcsrchr-c.
47764         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47765         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47766         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47767         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47768         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47769         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47770         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47771         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47772         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47773         * wcsmbc/wcschr.c (WCSCHR): New macro.
47774
47775 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47776
47777         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47778         * wcsmbs/test-wcsrchr.c: New file.
47779         * string/test-strrchr.c: Add wcsrchr support.
47780         (WIDE): New macro.
47781         * wcsmbs/test-wcscpy.c: New file.
47782         * string/test-strcpy.c: Add wcscpy support.
47783         (WIDE): New macro.
47784
47785 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47786
47787         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47788         the inner loop.
47789
47790 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47791
47792         [BZ #13472]
47793         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47794
47795 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47796
47797         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47798         Minor optimizations.
47799
47800         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47801         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47802         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47803
47804 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47805
47806         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47807         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47808         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47809         for gcc to avoid warnings.
47810         * inet/Makefile (tests): Add tst-checks.
47811         * inet/tst-checks.c: New file.
47812
47813         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47814         warning.
47815
47816         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47817         __wmemcmp_sse2.
47818
47819         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47820         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47821
47822         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47823
47824 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47825
47826         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47827         problem.
47828
47829         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47830
47831 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47832
47833         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47834         conditional on GCC version.
47835         (__arch_compare_and_exchange_val_8_acq)
47836         (__arch_compare_and_exchange_val_16_acq)
47837         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47838         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47839         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47840
47841 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47842
47843         * sysdeps/sh/backtrace.c: New file.
47844
47845 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47846
47847         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47848         parenthesis.
47849
47850 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47851
47852         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47853         falling back to utime.
47854
47855 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47856
47857         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47858         expectations for float.
47859
47860 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47861
47862         * locale/weight.h (findidx): Add parameter len.
47863         * locale/weightwc.h (findidx): Likewise.
47864         * posix/fnmatch_loop.c (FCT): Adjust caller.
47865         * posix/regcomp.c (build_equiv_class): Likewise.
47866         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47867         * posix/regexec.c (check_node_accept_bytes): Likewise.
47868         * string/strcoll_l.c (STRCOLL): Likewise.
47869         * string/strxfrm_l.c (STRXFRM): Likewise.
47870
47871 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47872
47873         * Makefile.in: Remove CVSOPT handling.
47874         * configure.in: Remove use of AC_REVISION.
47875         * iconvdata/Makefile (distribute): No need to filter out CVS.
47876         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47877         handling.
47878
47879 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47880
47881         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47882         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47883         [USE_AS_STRNCASECMP_L]: Likewise.
47884         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47885         NO_TLS_DIRECT_SEG_REFS.
47886         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47887         Fix argument offsets for non-PIC.
47888         [USE_AS_STRNCASECMP_L]: Likewise.
47889         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47890         NO_TLS_DIRECT_SEG_REFS.
47891
47892 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47893
47894         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47895         O_CLOEXEC.
47896         * locale/loadlocale.c (_nl_load_locale): Likewise.
47897
47898 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47899
47900         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47901         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47902         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47903         (SYSCALL_GETTIME): Set errno on error.
47904
47905         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47906         count references to noai6ai_cached.
47907
47908 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47909
47910         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47911
47912         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47913         FD_CLOEXEC for /proc/self/maps.
47914
47915         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47916         FD_CLOEXEC for /proc/meminfo.
47917
47918         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47919         gai.conf.
47920
47921         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47922         FD_CLOEXEC for given file.
47923
47924         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47925
47926         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47927         FD_CLOEXEC for /etc/hosts.
47928         (_gethtent): Likewise.
47929
47930         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47931
47932         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47933         cancellation and set FD_CLOEXEC for /etc/netgroup.
47934
47935         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47936         reading /etc/publickey.
47937
47938         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47939         allow cancellation when reading /etc/group.
47940
47941         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47942         cancellation.
47943         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47944
47945         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47946         when using data file.
47947
47948         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47949
47950         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47951         (write_nis_obj): Use "c" and "e" in fopen.
47952
47953         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47954
47955         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47956
47957         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47958
47959         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47960
47961         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47962         locale.alias.
47963
47964         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47965
47966         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47967
47968         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47969
47970         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47971         file parsing and set FD_CLOEXEC.
47972
47973 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47974
47975         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47976
47977 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47978
47979         * malloc/arena.c (arena_get2): Don't call reused_arena when
47980         _int_new_arena failed.
47981
47982 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47983
47984         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47985         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47986         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47987         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47988         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47989         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47990         to compile strcasecmp and strncasecmp.
47991         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47992         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47993
47994         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47995
47996 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47997
47998         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47999         locale-defines.sym to gen-as-const-headers.
48000         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48001         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48002         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48003         to compile strcasecmp and strncasecmp.
48004         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48005         strcasecmp_l and strncasecmp_l.
48006         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48007         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48008         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48009         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48010         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48011         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48012         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48013         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48014         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48015         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48016         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48017
48018 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48019
48020         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48021         result of SYSDEP_GETTIME_CPU to retval.
48022         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48023         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48024
48025         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48026         variable.
48027
48028         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48029         mantissa words.
48030         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48031
48032         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48033         from unused variable.
48034
48035         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48036         DWARF definitions.
48037         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48038         for assembling.
48039
48040         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48041         over namespaces.
48042
48043         * sunrpc/rpc_prot.c (rejected): Fix case value.
48044
48045         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48046         unsigned long long int to avoid warnings in shift.
48047
48048         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48049         of use of trans.
48050         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48051         variable tmp.
48052
48053         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48054         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48055         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48056
48057         * nis/nis_table.c (nis_list): Use variable of correct type for
48058         result of __follow_path call.
48059
48060 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48061
48062         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48063         of math functions ceil, trunc, floor, round, and sqrt, when
48064         avaliable on the platform.
48065         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48066         name clash.
48067         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48068         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48069         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48070
48071 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48072
48073         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48074         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48075
48076 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48077
48078         * include/unistd.h: Fix __readlink return type.
48079         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48080
48081 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * stdlib/ucontext.h: Undo last change for makecontext.
48084
48085 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48086
48087         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48088
48089         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48090         * setjmp/setjmp.h: Mark functions as non-leaf.
48091         * setjmp/bits/setjmp2.h: Likewise.
48092         * stdlib/ucontext.h: Likewise.
48093
48094 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48095
48096         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48097         (reused_arena): Don't check arena limit.
48098         (arena_get2): Atomically check arena limit.
48099
48100 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48101
48102         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48103         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48104
48105         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48106         instructions.
48107
48108 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48109
48110         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48111         handler when locking.
48112
48113         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48114         Fix size of allocated buffer.
48115
48116 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48117
48118         [BZ #10103]
48119         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48120         declarations for long double functions.
48121         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48122
48123         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48124
48125 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48126
48127         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48128         installed.
48129
48130         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48131         is disabled.
48132
48133 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48134
48135         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48136
48137 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48138
48139         * include/alloca.h (stackinfo_alloca_round): Define.
48140         (extend_alloca): Use it.
48141         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48142         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48143         here.
48144
48145         * scripts/check-local-headers.sh: Ignore libaudit.h.
48146
48147         * nscd/Makefile (extra-objs): Make recursively expanded.
48148
48149 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48150
48151         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48152         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48153
48154         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48155         * posix/tst-rfc3484-2.c: Likewise.
48156         * posix/tst-rfc3484-3.c: Likewise.
48157
48158         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48159         process_vm_writev.
48160         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48161         process_vm_writev.
48162         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48163         process_vm_writev from libc using GLIBC_2.15 version.
48164
48165         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48166
48167 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48168
48169         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48170         stack usage.
48171
48172 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48173
48174         [BZ #13367]
48175         * nss/getent.c (initgroups_keys): Show error message in case no group
48176         names are given.
48177
48178         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48179         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48180         __bump_nl_timestamp.
48181         * nscd/connections (nscd_init): When host database is served open
48182         netlink socket and request notification about configuration changes.
48183         (main_loop_poll): Track netlink file descriptor and bump timestamp
48184         in case data becomes available.
48185         (main_loop_epoll): Likewise.
48186         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48187         (database_pers_head): Add extra_data fileds.
48188         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48189         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48190         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48191         Adjust caller.
48192         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48193         in6ai data, call __free_in6ai.
48194         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48195         Add -DHAVE_NETLINK.
48196         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48197         interface information.  Reuse previous data if netlink timestamp
48198         is not changed.
48199         (__bump_nl_timestamp): New function.
48200         (__free_in6ai): New function.
48201
48202 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48203
48204         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48205         close_not_cancel_no_status here.
48206         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48207
48208 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48209
48210         [BZ #13276]
48211         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48212         return value.
48213
48214         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48215         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48216         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48217
48218 2011-07-03  Andreas Jaeger  <aj@suse.de>
48219
48220         [BZ #10709]
48221         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48222         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48223         * math/libm-test.inc (sin_test): Add test case.
48224
48225 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48226
48227         [BZ #13337]
48228         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48229         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48230
48231         * elf/chroot_canon.c (chroot_canon): Cleanups.
48232
48233         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48234
48235         [BZ #13335]
48236         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48237         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48238
48239         * string/test-strchr.c: Make usable for strchrnul testing.
48240         * string/test-strchrnul.c: New file.
48241         * string/Makefile (strop-tests): Add strchrnul.
48242
48243         * po/it.po: Update from translation team.
48244         * po/es.po: Likewise.
48245
48246 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48247
48248         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48249         the three constants needed as parameters.  Drop the others.
48250         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48251         __m128i_strloadu_tolower.
48252         Create and initialize variable zero and use it in all the places
48253         where _mm_setzero_si128 was used.
48254
48255         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48256         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48257         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48258         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48259         anymore.
48260         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48261         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48262         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48263         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48264         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48265         __mpranred, __mptan.
48266         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48267         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48268         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48269         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48270         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48271         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48272         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48273         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48274         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48275
48276 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48277
48278         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48279         redefine if SHARED.
48280         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48281
48282         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48283         wide char related routines to wcsmbs subdir.
48284
48285 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48286
48287         [BZ #13344]
48288         * misc/sys/cdefs.h (__THROWNL): Define.
48289         * posix/unistd.h: Use __THREADNL instead of __THREAD
48290         for memory synchronization functions.
48291
48292 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48293
48294         [BZ #13349]
48295         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48296         doesn't exist.
48297         * manual/stdio.texi (Obstack Streams): Node removed.
48298
48299 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48300
48301         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48302         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48303         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48304
48305         * math/math_private.h (math_force_eval): Allow non-addressable
48306         arguments.
48307         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48308
48309 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48310
48311         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48312         file is not needed.
48313
48314         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48315         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48316         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48317         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48318         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48319         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48320         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48321         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48322         Add AVX variants.
48323         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48324         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48325         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48326         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48327         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48328         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48329         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48330         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48331         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48332         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48333         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48334         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48335         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48336         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48337         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48338         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48339         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48340         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48341         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48342
48343         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48344         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48345
48346         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48347         place.  Use VEX encoding when compiling for AVX.
48348
48349 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48350
48351         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48352         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48353
48354         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48355
48356 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48357
48358         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48359         useless if() expression.
48360         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48361         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48362         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48363         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48364         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48365         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48366         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48367         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48368         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48369         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48370         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48371         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48372         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48373         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48374         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48375         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48376         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48377         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48378         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48379
48380         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48381
48382 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48383
48384         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48385         condition.
48386         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48387
48388 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48389
48390         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48391         .text section.  Avoid duplicate constants.
48392         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48393         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48394         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48395         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48396         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48397         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48398         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48399         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48400         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48401         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48402         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48403         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48404         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48405         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48406         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48407         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48408         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48409         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48410         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48411         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48412         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48413         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48414         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48415         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48416         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48417         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48418         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48419         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48420         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48421         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48422         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48423         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48424         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48425         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48426         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48427         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48428         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48429         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48430         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48431         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48432         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48433         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48434         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48435         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48436         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48437
48438 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48439
48440         * sysdeps/x86_64/dla.h: Move to ...
48441         * sysdeps/x86_64/fpu/dla.h: ...here.
48442         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48443         situations.  Use __builtin_fma only for gcc 4.6 and up.
48444
48445         * config.make.in: Add have-mfma4 entry.
48446         * configure.in: Substitute libc_cv_cc_fma4.
48447         * math/Makefile (dbl-only-routines): Add sincostab.
48448         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48449         Use __sincostab not sincos.
48450         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48451         name is a macro.
48452         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48454         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48455         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48456         using __copysign.
48457         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48458         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48459         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48460         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48461         and __inv.
48462         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48463         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48464         __copysign.
48465         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48466         define aliases when function name is a macro.
48467         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48468         sysdeps/ieee754/dbl-64/sincos.tbl.
48469         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48470         fma4-enabled routines.
48471         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48472         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48473         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48475         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48485         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48486         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48487         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48489         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48490         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48491         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48492         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48493         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48494         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48495         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48496         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48497         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48498         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48499         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48500         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48501
48502         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48503         rename.
48504         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48512
48513 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48514
48515         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48516
48517 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48518
48519         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48520
48521         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48522         prediction.
48523         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48524
48525         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48526         Remove unused variable magic_bits.
48527         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48528
48529         * string/strnlen.c: Define and use STRNLEN macro.
48530         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48531         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48532         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48533         * wcsmbs/wcslen.c: Define and use WCSLEN.
48534         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48535         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48536         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48537         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48538         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48539         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48540         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48541
48542 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48543
48544         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48545         strnlen-sse2-no-bsf.
48546         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48547         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48548         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48549         Add strnlen support.
48550         (USE_AS_STRNLEN): New macro.
48551         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48552         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48553         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48554         * sysdeps/x86_64/wcslen.S: New file.
48555
48556 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48557
48558         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48559         XMM-moves are used for copying on small sizes.
48560
48561 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48562
48563         * wcsmbs/Makefile (strop-tests): Add wcschr.
48564         * wcsmbs/test-wcschr.c: New file.
48565         * string/test-strchr.c: Update.
48566         Add wcschr support.
48567         (WIDE): New macro.
48568
48569 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48570
48571         * wcsmbs/Makefile (strop-tests): Add wcslen.
48572         * wcsmbs/test-wcslen.c: New file.
48573         * string/test-strlen.c: Update.
48574         Add wcslen support.
48575         (WIDE): New macro.
48576
48577 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48578
48579         * po/it.po: Update from translation team.
48580
48581 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48582
48583         * sysdeps/x86_64/wcscmp.S: Update.
48584         Fix wrong comparison semantics.
48585         wcscmp shall use signed comparison not unsigned.
48586         Don't use substraction to avoid overflow bug.
48587         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48588         * wcsmbc/wcscmp.c: Likewise.
48589         * string/test-strcmp.c: Likewise.
48590         Add new tests to check cases with negative values.
48591
48592 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48593
48594         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48595         * sysdeps/x86_64/dla.h: ...here.  New file.
48596         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48597         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48605
48606 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48607
48608         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48609         __ynl_finite aliases.
48610
48611 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48612
48613         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48614
48615         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48616         define DLA_FMA.
48617         [DLA_FMA] (EMULV): Use DLA_FMA.
48618         [DLA_FMA] (MUL12): Use EMULV.
48619         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48620         that are not needed.
48621         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48622         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48625         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48628
48629 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48630
48631         * math/s_nan.c: Undef __nan.
48632         * math/s_nanf.c: Undef __nanf.
48633         * math/s_nanl.c: Undef __nanl.
48634         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48635         "math_private.h".
48636
48637 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48638
48639         * math/s_catan.c: Add branch predictions.
48640         * math/s_catanf.c: Likewise.
48641         * math/s_catanh.c: Likewise.
48642         * math/s_catanhf.c: Likewise.
48643         * math/s_catanhl.c: Likewise.
48644         * math/s_catanl.c: Likewise.
48645         * math/s_cexp.c: Likewise.
48646         * math/s_cexpf.c: Likewise.
48647         * math/s_cexpl.c: Likewise.
48648         * math/s_clog.c: Likewise.
48649         * math/s_clog10.c: Likewise.
48650         * math/s_clog10f.c: Likewise.
48651         * math/s_clog10l.c: Likewise.
48652         * math/s_clogf.c: Likewise.
48653         * math/s_clogl.c: Likewise.
48654         * math/s_csqrt.c: Likewise.
48655         * math/s_csqrtf.c: Likewise.
48656         * math/s_csqrtl.c: Likewise.
48657         * math/s_ctanf.c: Likewise.
48658         * math/s_ctanh.c: Likewise.
48659         * math/s_ctanhf.c: Likewise.
48660         * math/s_ctanhl.c: Likewise.
48661         * math/s_ctanl.c: Likewise.
48662
48663         * math/math_private.h: Define __nan, __nanf, __nanl.
48664         * math/s_cacosh.c: Include <math_private.h>.
48665         * math/s_cacoshl.c: Likewise.
48666         * math/s_casinh.c: Likewise.
48667         * math/s_casinhf.c: Likewise.
48668         * math/s_casinhl.c: Likewise.
48669         * math/s_ccos.c: Rely entire on ccosh.
48670         * math/s_ccosf.c: Rely entire on ccoshf.
48671         * math/s_ccosl.c: Rely entirely on ccoshl.
48672         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48673         Remove tests for FE_INVALID.
48674         * math/s_ccoshf.c: Likewise.
48675         * math/s_ccoshl.c: Likewise.
48676         * math/s_csin.c: Likewise.
48677         * math/s_csinf.c: Likewise.
48678         * math/s_csinh.c Likewise.
48679         * math/s_csinhf.c: Likewise.
48680         * math/s_csinhl.c: Likewise.
48681         * math/s_csinl.c: Likewise.
48682         * math/s_ctan.c: Likewise.
48683         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48684         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48685         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48686
48687 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48688
48689         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48690         compilation problems.
48691
48692         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48693         __builtin_expect.
48694
48695 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48696
48697         * sysdeps/i386/configure.in: Test for -mfma4 option.
48698         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48699         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48700         COMMON_CPUID_INDEX_80000001.
48701         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48702         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48703         use it if FMA3 is not supported.
48704         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48705
48706         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48707         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48708
48709 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48710
48711         [BZ #12892]
48712         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48713         it would create a cycle with a link time dependency.
48714
48715 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48716
48717         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48718         instruction.
48719         * string/Makefile (strop-tests): Add rawmemchr.
48720         * string/test-rawmemchr.c: New file.
48721
48722         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48723         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48724         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48725         when compiling str{,n}casecmp and when AVX is available.  Hook up
48726         new optimized code in initializers.
48727
48728 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48729
48730         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48731         __feraiseexcept instead of feraiseexcept.
48732
48733 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48734
48735         * math/math_private.h: Define defaults for libc_fetestexcept and
48736         libc_feupdateenv.
48737         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48738         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48739         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48740         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48741         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48742         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48743         libc_fetestexcept and libc_feupdateenv.
48744
48745         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48746         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48747         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48748         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48749         libc_feholdexcept_setround.
48750
48751         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48752         Add s_nearbyint-c and s_nearbyintf-c.
48753         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48754         nearbyintf inlines.
48755         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48756         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48757         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48758         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48759
48760         * math/math_private.h: Define defaults for libc_fegetround,
48761         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48762         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48763         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48764         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48765         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48766         standard functions.
48767         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48768         Remove comments and hacks for old compiler versions.
48769         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48770         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48771         libc_feholdexceptl.
48772
48773 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48774
48775         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48776         (__feraiseexcept_renamed): Add __NTH.
48777         (feraiseexcept): Add __NTH.  Rename local variables to fix
48778         namespace violations.
48779
48780 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48781
48782         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48783
48784         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48785
48786         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48787         recently added interfaces.
48788         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48789
48790         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48791         about macro parameter expansion.
48792
48793         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48794         __NO_MATH_INLINES is defined.  Cleanups.
48795
48796         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48797         and __floorf is target has SSE4.1.
48798         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48799         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48800         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48801         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48802
48803         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48804         name.
48805         (floorf): Likewise.
48806
48807         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48808
48809 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48810
48811         * misc/sys/cdefs.h: Fix last change.
48812
48813         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48814         database lookup.
48815
48816 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48817
48818         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48819
48820         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48821         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48823         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48826         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48827         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48828         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48829         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48830         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48831         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48832         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48833         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48834         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48835         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48836         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48837         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48838         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48839         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48840         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48841         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48842
48843         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48844         ceil, ceilf, floor, floorf.
48845
48846         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48847         Perform IRELATIVE relocations last.
48848
48849         * elf/do-rel.h: Add another parameter nrelative, replacing the
48850         local variable with the same name.  Change name of the function
48851         to end in Rel or Rela (uppercase).
48852         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48853         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48854         elf_dynamic_do_##reloc function.
48855
48856 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48857
48858         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48859         is sufficient, at least on modern CPUs.
48860
48861         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48862
48863         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48864         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48865
48866         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48867         __expl_finite.
48868         * math/bits/math-finite.h: Add entries for exp.
48869         * math/e_expl.c: Add __*_finite alias.
48870         * sysdeps/i386/fpu/e_exp.S: Likewise.
48871         * sysdeps/i386/fpu/e_expf.S: Likewise.
48872         * sysdeps/i386/fpu/e_expl.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48874         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48875         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48876         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48877         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48878         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48879         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48880
48881         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48882         is sufficient, at least on modern CPUs.
48883
48884         * ctype/ctype-info.c (__ctype_init): Define.
48885         * include/ctype.h (__ctype_init): Declare.
48886         (__ctype_b_loc): The variable is always initialized.
48887         (__ctype_toupper_loc): Likewise.
48888         (__ctype_tolower_loc): Likewise.
48889         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48890         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48891
48892 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48893
48894         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48895
48896         * configure.in: Also look in $cxxmachine/include for C++ system
48897         headers.
48898
48899 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48900
48901         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48902         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48903         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48904         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48905         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48906         (USE_AS_WMEMCMP): New macro.
48907         Fixing indents.
48908         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48909         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48910         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48911         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48912         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48913         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48914         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48915         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48916         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48917         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48918         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48919         (USE_AS_WMEMCMP): New macro.
48920         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48921         * sysdeps/string/test-memcmp.c: Update.
48922         Fix simple_wmemcmp.
48923         Add new tests.
48924         * wcsmbs/wmemcmp.c: Update.
48925         (WMEMCMP): New macro.
48926         Fix overflow bug.
48927
48928 2011-10-12  Andreas Jaeger  <aj@suse.de>
48929
48930         [BZ #13268]
48931         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48932
48933 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48934
48935         * libio/iofwide.c (do_length): Avoid warning.
48936
48937         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48938
48939 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48940
48941         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48942
48943         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48944         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48945         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48946         * sysdeps/i386/i686/fpu/e_log.S: New file.
48947         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48948         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48949
48950         * ctype/ctype.h: Add support for inlined isXXX functions when
48951         compiling C++ code.
48952
48953 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48954
48955         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48956
48957         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48958
48959 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48960
48961         [BZ #13291]
48962         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48963
48964 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48965
48966         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48967         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48968         feraiseexcept.
48969
48970         * sysdeps/x86_64/memrchr.S: Check for zero size.
48971
48972         * string/stratcliff.c: Add memrchr tests.
48973
48974 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48975
48976         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48977         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48978         rawmemchr-sse2 rawmemchr-sse2-bsf.
48979         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48980         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48981         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48982         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48983         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48984         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48985         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48986         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48987         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48988         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48989         * string/memrchr.c (MEMRCHR): New macro.
48990
48991 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48992
48993         Add integration with gcc's -ffinite-math-only and optimize wrapper
48994         functions in libm.
48995         * Versions.def: Define GLIBC_2.15 version for libm.
48996         * math/Makefile (headers): Add bits/math-finite.h.
48997         * math/bits/math-finite.h: New file.
48998         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48999         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49000         * math/e_acoshl.c: Add __*_finite alias.
49001         * math/e_acosl.c: Likewise.
49002         * math/e_asinl.c: Likewise.
49003         * math/e_atan2l.c: Likewise.
49004         * math/e_atanhl.c: Likewise.
49005         * math/e_coshl.c: Likewise.
49006         * math/e_exp10.c: Likewise.
49007         * math/e_exp10f.c: Likewise.
49008         * math/e_exp10l.c: Likewise.
49009         * math/e_exp2l.c: Likewise.
49010         * math/e_fmodl.c: Likewise.
49011         * math/e_gammal_r.c: Likewise.
49012         * math/e_hypotl.c: Likewise.
49013         * math/e_j0l.c: Likewise.
49014         * math/e_j1l.c: Likewise.
49015         * math/e_jnl.c: Likewise.
49016         * math/e_lgammal_r.c: Likewise.
49017         * math/e_log10l.c: Likewise.
49018         * math/e_log2l.c: Likewise.
49019         * math/e_logl.c: Likewise.
49020         * math/e_powl.c: Likewise.
49021         * math/e_sinhl.c: Likewise.
49022         * math/e_sqrtl.c: Likewise.
49023         * math/e_scalb.c: Completely rewritten and optimized.
49024         * math/e_scalbf.c: Likewise.
49025         * math/e_scalbl.c: Likewise.
49026         * math/w_acos.c: Likewise.
49027         * math/w_acosf.c: Likewise.
49028         * math/w_acosl.c: Likewise.
49029         * math/w_acosh.c: Likewise.
49030         * math/w_acoshf.c: Likewise.
49031         * math/w_acoshl.c: Likewise.
49032         * math/w_asin.c: Likewise.
49033         * math/w_asinf.c: Likewise.
49034         * math/w_asinl.c: Likewise.
49035         * math/w_atan2.c: Likewise.
49036         * math/w_atan2f.c: Likewise.
49037         * math/w_atan2l.c: Likewise.
49038         * math/w_atanh.c: Likewise.
49039         * math/w_atanhf.c: Likewise.
49040         * math/w_atanhl.c: Likewise.
49041         * math/w_exp10.c: Likewise.
49042         * math/w_exp10f.c: Likewise.
49043         * math/w_exp10l.c: Likewise.
49044         * math/w_fmod.c: Likewise.
49045         * math/w_fmodf.c: Likewise.
49046         * math/w_fmodl.c: Likewise.
49047         * math/w_j0.c: Likewise.
49048         * math/w_j0f.c: Likewise.
49049         * math/w_j0l.c: Likewise.
49050         * math/w_j1.c: Likewise.
49051         * math/w_j1f.c: Likewise.
49052         * math/w_j1l.c: Likewise.
49053         * math/w_jn.c: Likewise.
49054         * math/w_jnf.c: Likewise.
49055         * math/w_log.c: Likewise.
49056         * math/w_logf.c: Likewise.
49057         * math/w_logl.c: Likewise.
49058         * math/w_log10.c: Likewise.
49059         * math/w_log10f.c: Likewise.
49060         * math/w_log10l.c: Likewise.
49061         * math/w_log2.c: Likewise.
49062         * math/w_log2f.c: Likewise.
49063         * math/w_log2l.c: Likewise.
49064         * math/w_pow.c: Likewise.
49065         * math/w_powf.c: Likewise.
49066         * math/w_powl.c: Likewise.
49067         * math/w_remainder.c: Likewise.
49068         * math/w_remainderf.c: Likewise.
49069         * math/w_remainderl.c: Likewise.
49070         * math/w_scalb.c: Likewise.
49071         * math/w_scalbf.c: Likewise.
49072         * math/w_scalbl.c: Likewise.
49073         * math/w_sqrt.c: Likewise.
49074         * math/w_sqrtf.c: Likewise.
49075         * math/w_sqrtl.c: Likewise.
49076         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49077         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49078         used.
49079         * math/math_private.h: Declare __kernel_standard_f.
49080         * math/w_cosh.c: Remove cruft and optimize a bit.
49081         * math/w_coshf.c: Likewise.
49082         * math/w_coshl.c: Likewise.
49083         * math/w_exp2.c: Likewise.
49084         * math/w_exp2f.c: Likewise.
49085         * math/w_exp2l.c: Likewise.
49086         * math/w_hypot.c: Likewise.
49087         * math/w_hypotf.c: Likewise.
49088         * math/w_hypotl.c: Likewise.
49089         * math/w_lgamma.c: Likewise.
49090         * math/w_lgamma_r.c: Likewise.
49091         * math/w_lgammaf.c: Likewise.
49092         * math/w_lgammaf_r.c: Likewise.
49093         * math/w_lgammal.c: Likewise.
49094         * math/w_lgammal_r.c: Likewise.
49095         * math/w_sinh.c: Likewise.
49096         * math/w_sinhf.c: Likewise.
49097         * math/w_sinhl.c: Likewise.
49098         * math/w_tgamma.c: Likewise.
49099         * math/w_tgammaf.c: Likewise.
49100         * math/w_tgammal.c: Likewise.
49101         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49102         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49103         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49104         Minor optimizations.  Pretty printing.  Remove cruft.
49105         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49106         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49107         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49108         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49109         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49110         * sysdeps/i386/fpu/e_asin.S: Likewise.
49111         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49112         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49113         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49114         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49115         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49116         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49117         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49118         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49119         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49120         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49121         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49122         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49123         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49124         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49125         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49126         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49127         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49128         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49129         * sysdeps/i386/fpu/e_log.S: Likewise.
49130         * sysdeps/i386/fpu/e_log10.S: Likewise.
49131         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49132         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49133         * sysdeps/i386/fpu/e_log2.S: Likewise.
49134         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49135         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49136         * sysdeps/i386/fpu/e_logf.S: Likewise.
49137         * sysdeps/i386/fpu/e_logl.S: Likewise.
49138         * sysdeps/i386/fpu/e_pow.S: Likewise.
49139         * sysdeps/i386/fpu/e_powf.S: Likewise.
49140         * sysdeps/i386/fpu/e_powl.S: Likewise.
49141         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49142         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49143         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49144         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49145         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49146         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49147         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49148         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49149         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49150         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49151         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49152         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49153         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49154         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49170         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49171         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49172         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49173         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49174         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49175         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49176         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49177         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49178         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49179         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49180         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49181         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49182         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49183         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49184         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49185         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49186         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49187         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49188         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49189         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49190         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49191         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49221         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49222         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49223         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49226         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49230         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49233         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49235         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49236         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49237         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49238         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49239         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49240         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49241         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49242         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49243         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49244         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49245         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49246         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49247         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49248         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49249         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49250         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49251         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49252         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49253         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49254         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49255         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49256         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49257         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49258         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49259         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49260         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49261         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49262         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49263         (__isnanf): Likewise.
49264         (__isinf_ns): Likewise.
49265         (__isinf_nsf): Likewise.
49266         (__finite): Likewise.
49267         (__finitef): Likewise.
49268         (__ieee754_sqrt): Define as macro.
49269         (__ieee754_sqrtf): Define as macro.
49270         (__ieee754_sqrtl): Define as macro.
49271         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49272         inlined copy.
49273         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49274         __FINITE_MATH_ONLY__ consistent.
49275         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49276
49277 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49278
49279         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49280         of rawmemchr.
49281
49282         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49283
49284 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49285
49286         * po/ja.po: Update from translation team.
49287
49288 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49289
49290         * locale/programs/locarchive.c (prepare_address_space): New function.
49291         (create_archive, enlarge_archive, open_archive): Use it.
49292
49293         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49294         inside [SHARED], where it is used.
49295
49296         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49297
49298         * nss/getent.c (netgroup_keys): Remove unused variable.
49299         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49300
49301 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49302
49303         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49304         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49305         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49306         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49307         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49308         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49309         * math/Makefile (libm-calls): Add s_isinf_ns.
49310         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49311         * math/multc3.c: Likewise.
49312         * math/s_casin.c: Likewise.
49313         * math/s_casinf.c: Likewise.
49314         * math/s_casinl.c: Likewise.
49315         * math/s_ccos.c: Likewise.
49316         * math/s_ccosf.c: Likewise.
49317         * math/s_ccosl.c: Likewise.
49318         * math/s_ctan.c: Likewise.
49319         * math/s_ctanf.c: Likewise.
49320         * math/s_ctanh.c: Likewise.
49321         * math/s_ctanhf.c: Likewise.
49322         * math/s_ctanhl.c: Likewise.
49323         * math/s_ctanl.c: Likewise.
49324         * math/w_fmod.c: Likewise.
49325         * math/w_fmodf.c: Likewise.
49326         * math/w_fmodl.c: Likewise.
49327         * math/w_remainder.c: Likewise.
49328         * math/w_remainderf.c: Likewise.
49329         * math/w_remainderl.c: Likewise.
49330         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49331         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49332         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49333         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49334         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49335         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49336         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49337         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49338
49339         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49340         of the number.
49341         * stdio-common/printf_fphex.c: Likewise.
49342         * stdio-common/printf_size.c: Likewise.
49343
49344         * math/e_exp10.c: Include math_private.h using <...> not "...".
49345         * math/e_exp10f.c: Likewise.
49346         * math/e_exp10l.c: Likewise.
49347         * math/e_exp2l.c: Likewise.
49348         * math/e_j0l.c: Likewise.
49349         * math/e_j1l.c: Likewise.
49350         * math/e_jnl.c: Likewise.
49351         * math/e_lgammal_r.c: Likewise.
49352         * math/e_rem_pio2l.c: Likewise.
49353         * math/e_scalb.c: Likewise.
49354         * math/e_scalbf.c: Likewise.
49355         * math/e_scalbl.c: Likewise.
49356         * math/k_cosl.c: Likewise.
49357         * math/k_sinl.c: Likewise.
49358         * math/k_tanl.c: Likewise.
49359         * math/s_cacoshf.c: Likewise.
49360         * math/s_catan.c: Likewise.
49361         * math/s_catanf.c: Likewise.
49362         * math/s_catanh.c: Likewise.
49363         * math/s_catanhf.c: Likewise.
49364         * math/s_catanhl.c: Likewise.
49365         * math/s_catanl.c: Likewise.
49366         * math/s_ccosh.c: Likewise.
49367         * math/s_ccoshf.c: Likewise.
49368         * math/s_ccoshl.c: Likewise.
49369         * math/s_cexp.c: Likewise.
49370         * math/s_cexpf.c: Likewise.
49371         * math/s_cexpl.c: Likewise.
49372         * math/s_clog.c: Likewise.
49373         * math/s_clog10.c: Likewise.
49374         * math/s_clog10f.c: Likewise.
49375         * math/s_clog10l.c: Likewise.
49376         * math/s_clogf.c: Likewise.
49377         * math/s_clogl.c: Likewise.
49378         * math/s_csin.c: Likewise.
49379         * math/s_csinf.c: Likewise.
49380         * math/s_csinh.c: Likewise.
49381         * math/s_csinhf.c: Likewise.
49382         * math/s_csinhl.c: Likewise.
49383         * math/s_csinl.c: Likewise.
49384         * math/s_csqrt.c: Likewise.
49385         * math/s_csqrtf.c: Likewise.
49386         * math/s_csqrtl.c: Likewise.
49387         * math/s_ctan.c: Likewise.
49388         * math/s_ctanf.c: Likewise.
49389         * math/s_ctanh.c: Likewise.
49390         * math/s_ctanhf.c: Likewise.
49391         * math/s_ctanhl.c: Likewise.
49392         * math/s_ctanl.c: Likewise.
49393         * math/s_ldexp.c: Likewise.
49394         * math/s_ldexpf.c: Likewise.
49395         * math/s_ldexpl.c: Likewise.
49396         * math/s_significand.c: Likewise.
49397         * math/s_significandf.c: Likewise.
49398         * math/s_significandl.c: Likewise.
49399         * math/w_acos.c: Likewise.
49400         * math/w_acosf.c: Likewise.
49401         * math/w_acosh.c: Likewise.
49402         * math/w_acoshf.c: Likewise.
49403         * math/w_acoshl.c: Likewise.
49404         * math/w_acosl.c: Likewise.
49405         * math/w_asin.c: Likewise.
49406         * math/w_asinf.c: Likewise.
49407         * math/w_asinl.c: Likewise.
49408         * math/w_atan2.c: Likewise.
49409         * math/w_atan2f.c: Likewise.
49410         * math/w_atan2l.c: Likewise.
49411         * math/w_atanh.c: Likewise.
49412         * math/w_atanhf.c: Likewise.
49413         * math/w_atanhl.c: Likewise.
49414         * math/w_cosh.c: Likewise.
49415         * math/w_coshf.c: Likewise.
49416         * math/w_coshl.c: Likewise.
49417         * math/w_dremf.c: Likewise.
49418         * math/w_exp10.c: Likewise.
49419         * math/w_exp10f.c: Likewise.
49420         * math/w_exp10l.c: Likewise.
49421         * math/w_exp2.c: Likewise.
49422         * math/w_exp2f.c: Likewise.
49423         * math/w_fmod.c: Likewise.
49424         * math/w_fmodf.c: Likewise.
49425         * math/w_fmodl.c: Likewise.
49426         * math/w_hypot.c: Likewise.
49427         * math/w_hypotf.c: Likewise.
49428         * math/w_hypotl.c: Likewise.
49429         * math/w_j0.c: Likewise.
49430         * math/w_j0f.c: Likewise.
49431         * math/w_j0l.c: Likewise.
49432         * math/w_j1.c: Likewise.
49433         * math/w_j1f.c: Likewise.
49434         * math/w_j1l.c: Likewise.
49435         * math/w_jn.c: Likewise.
49436         * math/w_jnf.c: Likewise.
49437         * math/w_jnl.c: Likewise.
49438         * math/w_lgamma.c: Likewise.
49439         * math/w_lgamma_r.c: Likewise.
49440         * math/w_lgammaf.c: Likewise.
49441         * math/w_lgammaf_r.c: Likewise.
49442         * math/w_lgammal.c: Likewise.
49443         * math/w_lgammal_r.c: Likewise.
49444         * math/w_log.c: Likewise.
49445         * math/w_log10.c: Likewise.
49446         * math/w_log10f.c: Likewise.
49447         * math/w_log10l.c: Likewise.
49448         * math/w_log2.c: Likewise.
49449         * math/w_log2f.c: Likewise.
49450         * math/w_log2l.c: Likewise.
49451         * math/w_logf.c: Likewise.
49452         * math/w_logl.c: Likewise.
49453         * math/w_pow.c: Likewise.
49454         * math/w_powf.c: Likewise.
49455         * math/w_powl.c: Likewise.
49456         * math/w_remainder.c: Likewise.
49457         * math/w_remainderf.c: Likewise.
49458         * math/w_remainderl.c: Likewise.
49459         * math/w_scalb.c: Likewise.
49460         * math/w_scalbf.c: Likewise.
49461         * math/w_scalbl.c: Likewise.
49462         * math/w_sinh.c: Likewise.
49463         * math/w_sinhf.c: Likewise.
49464         * math/w_sinhl.c: Likewise.
49465         * math/w_sqrt.c: Likewise.
49466         * math/w_sqrtf.c: Likewise.
49467         * math/w_sqrtl.c: Likewise.
49468         * math/w_tgamma.c: Likewise.
49469         * math/w_tgammaf.c: Likewise.
49470         * math/w_tgammal.c: Likewise.
49471
49472         * po/ja.po: Update from translation team.
49473
49474 2011-09-29  Andreas Jaeger  <aj@suse.de>
49475
49476         [BZ #13179]
49477         * sunrpc/netname.c (netname2host): Fix logic.
49478
49479         [BZ #6779]
49480         [BZ #6783]
49481         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49482         correctly.
49483         * math/w_remainder.c (__remainder): Likewise.
49484         * math/w_remainderf.c (__remainderf): Likewise.
49485         * math/libm-test.inc (remainder_test): Add test cases.
49486
49487 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49488
49489         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49490         sdiv_qrnnd.
49491
49492 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49493
49494         * string/test-memcmp.c: Avoid unncessary #defines.
49495         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49496
49497 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49498
49499         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49500         Use new sse2 version for core i3 - i7 as it's faster
49501         than sse42 version.
49502         (bit_Prefer_PMINUB_for_stringop): New.
49503         * sysdeps/x86_64/rawmemchr.S: Update.
49504         Replace with faster SSE2 version.
49505         * sysdeps/x86_64/memrchr.S: New file.
49506         * sysdeps/x86_64/memchr.S: Update.
49507         Replace with faster SSE2 version.
49508
49509 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49510
49511         * elf/dl-load.c (lose): Add cast to avoid warning.
49512
49513 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49514
49515         * po/ca.po: Update from translation team.
49516
49517         * inet/getnetgrent_r.c: Hook up nscd.
49518         * nscd/Makefile (routines): Add nscd_netgroup.
49519         (nscd-modules): Add netgroupcache.
49520         (CFLAGS-netgroupcache.c): Define.
49521         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49522         (cache_search): Add const to second parameter.
49523         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49524         INNETGR.
49525         (dbs): Add netgrdb entry.
49526         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49527         (verify_persistent_db): Handle netgrdb.
49528         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49529         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49530         GETFDNETGR.
49531         (netgroup_response_header): Define.
49532         (innetgroup_response_header): Define.
49533         (datahead): Add netgroup_response_header and innetgroup_response_header
49534         elements.
49535         * nscd/nscd.conf: Add entries for netgroup cache.
49536         * nscd/nscd.h (dbtype): Add netgrdb.
49537         (_PATH_NSCD_NETGROUP_DB): Define.
49538         (netgroup_iov_disabled): Declare.
49539         (xmalloc, xcalloc, xrealloc): Move declarations here.
49540         (cache_search): Adjust prototype.
49541         Add netgroup-related prototypes.
49542         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49543         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49544         (__nscd_innetgr): Declare.
49545         * nscd/selinux.c (perms): Use access_vector_t as element type and
49546         add netgroup-related initializers.
49547         * nscd/netgroupcache.c: New file.
49548         * nscd/nscd_netgroup.c: New file.
49549         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49550         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49551         For four parameters use innetgr.
49552         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49553         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49554         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49555         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49556
49557         * nscd/connections.c (register_traced_file): Don't register file
49558         for disabled databases.
49559
49560 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49561
49562         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49563
49564         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49565         from tree and freeing node.
49566
49567 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49568
49569         * nss/nsswitch.c (__nss_database_lookup): Handle
49570         nss_parse_service_list out of memory case.
49571
49572 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49573
49574         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49575         out of memory case.
49576
49577 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49578
49579         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49580         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49581         pass it down.
49582         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49583         elf_machine_rela, elf_machine_lazy_rel.
49584         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49585         (ELF_DYNAMIC_DO_REL): Likewise.
49586         (ELF_DYNAMIC_DO_RELA): Likewise.
49587         (ELF_DYNAMIC_RELOCATE): Likewise.
49588         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49589         to ELF_DYNAMIC_DO_REL.
49590         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49591         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49592         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49593         elf_machine_rela.
49594         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49595         skip_ifunc, don't call ifunc function if non-zero.
49596         (elf_machine_rela): Likewise.
49597         (elf_machine_lazy_rel): Likewise.
49598         (elf_machine_lazy_rela): Likewise.
49599         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49600         (elf_machine_lazy_rel): Likewise.
49601         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49602         Likewise.
49603         (elf_machine_lazy_rel): Likewise.
49604         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49605         Likewise.
49606         (elf_machine_lazy_rel): Likewise.
49607         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49608         (elf_machine_lazy_rel): Likewise.
49609         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49610         (elf_machine_lazy_rel): Likewise.
49611         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49612         (elf_machine_lazy_rel): Likewise.
49613         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49614         (elf_machine_lazy_rel): Likewise.
49615         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49616         (elf_machine_lazy_rel): Likewise.
49617         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49618         (elf_machine_lazy_rel): Likewise.
49619
49620 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49621
49622         * nss/nss_files/files-init.c (_nss_files_init): Use static
49623         initialization for all the *_traced_file variables.
49624
49625 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49626
49627         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49628
49629 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49630
49631         [BZ #13226]
49632         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49633
49634 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49635
49636         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49637         Reread the line before reparsing it.
49638
49639 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49640
49641         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49642
49643 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49644             Maxim Kuvyrkov  <maxim@codesourcery.com>
49645             Joseph Myers  <joseph@codesourcery.com>
49646
49647         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49648         if needed for __stack_chk_guard.
49649
49650 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49651
49652         * sysdeps/posix/spawni.c (script_execute): Always define it.
49653         It will be optimized away if unused.
49654         (maybe_script_execute): New function.
49655         (__spawni): Call it.
49656
49657         * Makerules: Don't include tls.make.
49658         (config-tls): Always set to thread.
49659         * tls.make.c: File removed.
49660
49661 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49662
49663         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49664         * config.make.in (CPPFLAGS-config): New substituted variable.
49665
49666 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49667
49668         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49669
49670         [BZ #13192]
49671         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49672         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49673
49674 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49675
49676         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49677         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49678         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49679         (CALL_FAIL): Likewise.
49680         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49681         (CALL_FAIL): Macro removed.
49682         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49683
49684 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49685
49686         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49687         for __FINITE_MATH_ONLY__ == 1.
49688
49689 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49690
49691         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49692         __ieee754_sqrt instead of sqrt.
49693         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49694         __ieee754_sqrtf instead of sqrtf.
49695         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49696         __floorf instead of floorf.
49697         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49698         __floorf, __truncf instead of floorf, truncf.
49699
49700 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49701
49702         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49703
49704         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49705         __extern_always_inline.
49706         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49707         32-bit.
49708
49709 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49710
49711         * elf/rtld.c (dl_main): Also relocate in dependency order when
49712         doing symbol dependency testing.
49713
49714 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49715
49716         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49717         Always define `refsym'.
49718
49719 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49720
49721         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49722         (__FD_ELT): Renamed from __FDELT.
49723         * misc/bits/select2.h (__FD_ELT): Likewise.
49724         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49725         __FD_MASK instead of __FDELT, __FDMASK.
49726         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49727         Likewise.
49728         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49729         Likewise.
49730
49731         * elf/Makefile (gen-ldd): Fix pattern.
49732
49733         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49734         (init_tls): Likewise.
49735
49736 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49737
49738         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49739
49740 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49741
49742         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49743         `struct cmsghdr *' instead of `void *'.
49744         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49745         Likewise.
49746
49747 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49748
49749         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49750         if non-absolute.
49751         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49752         ldd_rewrite_script.
49753
49754 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49755
49756         * configure.in: Remove --with-tls option.
49757         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49758         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49759         out in case it is missing.
49760         * sysdeps/ia64/elf/configure.in: Likewise.
49761         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49762         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49763         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49764         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49765         * sysdeps/sh/elf/configure.in: Likewise.
49766         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49767         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49768         * sysdeps/x86_64/elf/configure.in: Likewise.
49769         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49770         * sysdeps/mach/hurd/tls.h: Likewise.
49771
49772         [BZ #13067]
49773         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49774
49775         [BZ #13090]
49776         * configure.in: Fix use of AC_INIT.
49777
49778         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49779
49780 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49781
49782         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49783         __set_errno.
49784         * malloc/hooks.c: Likewise.
49785
49786         [BZ #11929]
49787         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49788         variables statically.
49789         (narenas): Initialize.
49790         (list_lock): Initialize.
49791         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49792         initializtion of main_arena and list_lock.  Small cleanups.
49793         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49794         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49795         Add initializers to main_arena and mp_.
49796         (malloc_state): Remove pagesize member.  Change all users to use
49797         GLRO(dl_pagesize).
49798
49799         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49800         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49801         is always initialized.
49802
49803         * malloc/malloc.c: Removed unused configurations and dead code.
49804         * malloc/arena.c: Likewise.
49805         * malloc/hooks.c: Likewise.
49806         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49807
49808         * include/tls.h: Removed.  USE___THREAD must always be defined.
49809         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49810         * elf/dl-libc.c: Likewise.
49811         * elf/dl-tsd.c: Likewise.
49812         * include/errno.h: Likewise.
49813         * include/netdb.h: Likewise.
49814         * include/resolv.h: Likewise.
49815         * inet/herrno-loc.c: Likewise.
49816         * inet/herrno.c: Likewise.
49817         * malloc/arena.c: Likewise.
49818         * malloc/hooks.c: Likewise.
49819         * malloc/malloc.c: Likewise.
49820         * resolv/res-state.c: Likewise.
49821         * resolv/res_libc.c: Likewise.
49822         * sysdeps/i386/dl-machine.h: Likewise.
49823         * sysdeps/ia64/dl-machine.h: Likewise.
49824         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49825         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49826         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49827         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49828         * sysdeps/sh/dl-machine.h: Likewise.
49829         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49830         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49831         * sysdeps/unix/i386/sysdep.S: Likewise.
49832         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49833         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49834         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49835         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49836         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49837         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49838         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49839         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49840         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49841         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49842         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49843         * sysdeps/x86_64/dl-machine.h: Likewise.
49844         * tls.make.c: Likewise.
49845
49846         * configure.in: Remove --with-__thread option.  Make tests for
49847         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49848         tls_model attribute fail if no support is available.  Remove
49849         USE_IN_LIBIO.
49850         * Makeconfig: Adjust for dropped configure option.  All features are
49851         now mandatory.
49852         * Makerules: Likewise.
49853         * Versions.def: Likewise.
49854         * argp/argp-fmtstream.c: Likewise.
49855         * argp/argp-fmtstream.h: Likewise.
49856         * argp/argp-help.c: Likewise.
49857         * assert/assert.c: Likewise.
49858         * config.h.in: Likewise.
49859         * config.make.in: Likewise.
49860         * configure: Likewise.
49861         * configure.in: Likewise.
49862         * csu/Versions: Likewise.
49863         * csu/init.c: Likewise.
49864         * elf/tst-audit2.c: Likewise.
49865         * elf/tst-tls10.c: Likewise.
49866         * elf/tst-tls10.h: Likewise.
49867         * elf/tst-tls11.c: Likewise.
49868         * elf/tst-tls12.c: Likewise.
49869         * elf/tst-tls14.c: Likewise.
49870         * elf/tst-tlsmod11.c: Likewise.
49871         * elf/tst-tlsmod12.c: Likewise.
49872         * elf/tst-tlsmod13.c: Likewise.
49873         * elf/tst-tlsmod13a.c: Likewise.
49874         * elf/tst-tlsmod14a.c: Likewise.
49875         * elf/tst-tlsmod15b.c: Likewise.
49876         * elf/tst-tlsmod16a.c: Likewise.
49877         * elf/tst-tlsmod16b.c: Likewise.
49878         * elf/tst-tlsmod7.c: Likewise.
49879         * elf/tst-tlsmod8.c: Likewise.
49880         * elf/tst-tlsmod9.c: Likewise.
49881         * gmon/gmon.c: Likewise.
49882         * grp/fgetgrent_r.c: Likewise.
49883         * grp/putgrent.c: Likewise.
49884         * hurd/fopenport.c: Likewise.
49885         * include/libc-symbols.h: Likewise.
49886         * include/tls.h: Likewise.
49887         * intl/gettextP.h: Likewise.
49888         * intl/loadinfo.h: Likewise.
49889         * locale/global-locale.c: Likewise.
49890         * locale/localeinfo.h: Likewise.
49891         * mach/devstream.c: Likewise.
49892         * malloc/arena.c: Likewise.
49893         * malloc/set-freeres.c: Likewise.
49894         * misc/err.c: Likewise.
49895         * misc/getttyent.c: Likewise.
49896         * misc/mntent_r.c: Likewise.
49897         * posix/getopt.c: Likewise.
49898         * posix/wordexp.c: Likewise.
49899         * pwd/fgetpwent_r.c: Likewise.
49900         * resolv/Versions: Likewise.
49901         * resolv/res_hconf.c: Likewise.
49902         * shadow/fgetspent_r.c: Likewise.
49903         * shadow/putspent.c: Likewise.
49904         * stdio-common/printf_fphex.c: Likewise.
49905         * stdio-common/tmpfile.c: Likewise.
49906         * stdlib/abort.c: Likewise.
49907         * stdlib/fmtmsg.c: Likewise.
49908         * sunrpc/auth_unix.c: Likewise.
49909         * sunrpc/clnt_perr.c: Likewise.
49910         * sunrpc/clnt_tcp.c: Likewise.
49911         * sunrpc/clnt_udp.c: Likewise.
49912         * sunrpc/clnt_unix.c: Likewise.
49913         * sunrpc/openchild.c: Likewise.
49914         * sunrpc/svc_simple.c: Likewise.
49915         * sunrpc/svc_tcp.c: Likewise.
49916         * sunrpc/svc_udp.c: Likewise.
49917         * sunrpc/svc_unix.c: Likewise.
49918         * sunrpc/xdr.c: Likewise.
49919         * sunrpc/xdr_array.c: Likewise.
49920         * sunrpc/xdr_rec.c: Likewise.
49921         * sunrpc/xdr_ref.c: Likewise.
49922         * sunrpc/xdr_stdio.c: Likewise.
49923
49924 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49925
49926         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49927
49928 2011-07-03  Andreas Jaeger  <aj@suse.de>
49929
49930         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49931         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49932         regenerate with gen-libm-tests.pl.
49933
49934 2010-05-12  Petr Baudis  <pasky@suse.cz>
49935
49936         [BZ #11589]
49937         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49938         around j0() zero points by switching to j1().
49939         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49940         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49941         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49942         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49943
49944 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49945
49946         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49947         instead of 0.
49948         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49949         instead of 0.
49950         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49951         Patch in part by Pavel Roskin <proski@gnu.org>.
49952
49953         [BZ #13138]
49954         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49955         realloc.
49956         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49957         Free memory block if necessary.
49958
49959         [BZ #12847]
49960         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49961         be NULL.  Don't lock in this case.
49962
49963 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49964
49965         * elf/elf.h (ELFOSABI_GNU): New macro.
49966         (ELFOSABI_LINUX): Define to that.
49967
49968 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49969
49970         * string/strncat.c (strncat): Undef the symbol in case it has been
49971         defined in bits/string.h.
49972
49973 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49974
49975         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49976
49977         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49978         link map.
49979
49980 2011-08-17  Andreas Jaeger  <aj@suse.de>
49981
49982         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49983
49984 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49985             Ian Lance Taylor  <iant@google.com>
49986
49987         * math/libm-test.inc (lround_test): New testcase.
49988         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49989
49990 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49991
49992         * Makefile: Remove support for automatic cvs check-ins.
49993         * Makerules: Likewise.
49994         * config.make.in: Likewise.
49995         * configure.in: Likewise.
49996         * intl/Makefile: Likewise.
49997         * locale/Makefile: Likewise.
49998         * po/Makefile: Likewise.
49999         * posix/Makefile: Likewise.
50000         * sysdeps/gnu/Makefile: Likewise.
50001         * sysdeps/mach/hurd/Makefile: Likewise.
50002         * sysdeps/sparc/sparc32/Makefile: Likewise.
50003
50004         [BZ #13118]
50005         * posix/Makefile (bug-regex32-ENV): Define.
50006         Patch by John Stanley <jpsinthemix@verizon.net>.
50007
50008         * misc/Makefile (headers): Add bits/select2.h.
50009         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50010         * misc/bits/select2.h: New file.
50011         * include/bits/select2.h: New file.
50012         * debug/Makefile (routines): Add fdelt_chk.
50013         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50014         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50015         FD_ISSET.
50016         * debug/fdelt_chk.c: New file.
50017
50018         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50019         * wcsmbs/test-wmemcmp.c: Likewise.
50020         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50021         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50022
50023 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50024
50025         * string/Makefile (strop-tests): Add memcmp.
50026         * string/test-wmemcmp.c: New file.
50027         * string/test-memcmp.c: Add wmemcmp support.
50028
50029 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50030
50031         [BZ #13153]
50032         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50033         2011-07-19 change.
50034
50035         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50036         garbage value in a __mach_port_mod_refs call in the cases of the
50037         task-self and thread-self ports.
50038
50039 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50040
50041         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50042
50043 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50044
50045         * elf/dl-load.c (lose): Check for non-null L.
50046
50047 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50048
50049         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50050
50051         * elf/dl-libc.c (dlerror_run): Pass back error code from
50052         dl_catch_error.
50053
50054         [BZ #13123]
50055         * elf/dl-load.c (lose): Free l_origin if it is valid.
50056
50057         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50058         names.
50059         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50060         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50061         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50062         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50063         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50064         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50065
50066 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50067
50068         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50069         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50070         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50071         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50072         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50073         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50074         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50075         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50076         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50077         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50078
50079 2011-08-15  Alan Modra  <amodra@gmail.com>
50080
50081         [BZ #13092]
50082         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50083         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50084         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50085         ppc_mcount to static-only-routines.
50086         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50087         __mcount_internal.
50088         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50089         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50090
50091 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50092
50093         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50094         for finite and infinity parameters.
50095
50096 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50097
50098         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50099         and add nop instructions for throughput optimization.
50100         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50101
50102 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50103
50104         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50105         aligned copy for power7 with vector-scalar instructions.
50106         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50107
50108 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50109
50110         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50111         AVX check.
50112
50113 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50114
50115         [BZ #13144]
50116         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50117         last change.
50118
50119 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50120
50121         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50122         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50123         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50124         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50125         clock_gettime.
50126
50127 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50128
50129         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50130         Forgot to demangle the pointer.
50131
50132         * sysdeps/i386/sysdep.h: Define atom_text_section.
50133         * sysdeps/x86_64/sysdep.h: Likewise.
50134         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50135         section with atom_text_section.
50136         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50137         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50138         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50139         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50140         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50141
50142         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50143         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50144         already be defined.  Change to take two parameters and don't assign
50145         result to variable.  Adjust all users.
50146         Define INTERNAL_GETTIME if not already defined.
50147         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50148         call.
50149         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50150         HAVE_CLOCK_GETTIME_VSYSCALL.
50151         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50152
50153         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50154         gettimeofday vsyscall, just use time.
50155
50156 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50157
50158         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50159         <errno.h>.
50160
50161 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50162
50163         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50164         syscall on x86-64.
50165         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50166         syscall.
50167         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50168         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50169         syscall if possible.
50170
50171 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50172
50173         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50174         e_ident.  Don't pass to find_mapsXX.
50175         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50176
50177 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50178
50179         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50180         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50181         * sysdeps/x86_64/multiarch/strchr.S: Update.
50182         Check bit_slow_BSF bit.
50183         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50184         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50185         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50186
50187 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50188
50189         [BZ #13134]
50190         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50191         before glibc 2.15.
50192         (tryshell): Define.
50193         (__spawni): Change last parameter to be flag.  Test
50194         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50195         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50196         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50197         * posix/spawni.c: Likewise.
50198         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50199         * posix/spawnp.c: Likewise.  Change normal version to use
50200         SPAWN_XFLAGS_USE_PATH.
50201         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50202         SPAWN_XFLAGS_TRY_SHELL.
50203
50204         [BZ #13150]
50205         * posix/glob.h: Remove gcc 1.x support.
50206
50207         [BZ #13068]
50208         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50209
50210 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50211
50212         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50213         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50214         strrchr-sse2-bsf
50215         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50216         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50217         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50218         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50219         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50220         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50221
50222 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50223
50224         * sysdeps/x86_64/wcscmp.S: New file.
50225
50226         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50227         wcscmp-c wcscmp-sse2
50228         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50229         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50230         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50231         * wcsmbs/wcscmp.c: Allow renaming.
50232
50233 2011-09-05  David S. Miller  <davem@davemloft.net>
50234
50235         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50236         stack slot, rather than the struct return pointer slot.
50237         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50238         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50239         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50240         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50241
50242 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50243
50244         * po/ja.po: Update from translation team.
50245
50246         [BZ #13144]
50247         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50248         kernel in 64-bit binaries.
50249
50250 2011-09-01  David S. Miller  <davem@davemloft.net>
50251
50252         * elf/elf.h (HWCAP_SPARC_*): Move to..
50253         * sysdeps/sparc/sysdep.h: this new file and add new values.
50254         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50255         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50256         _DL_HWCAP_COUNT to 24.
50257         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50258         entries.
50259         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50260         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50261         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50262         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50263         instead of magic constants.
50264         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50265
50266 2011-08-31  David S. Miller  <davem@davemloft.net>
50267
50268         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50269         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50270         Reimplement to do errno handling inline.
50271         (SYSCALL_ERROR_HANDLER): New macro.
50272         (__SYSCALL_STRING): Do not do errno handling in asm.
50273         (__CLONE_SYSCALL_STRING): Delete.
50274         (__INTERNAL_SYSCALL_STRING): Delete.
50275         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50276         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50277         (PSEUDO): Reimplement to do errno handling inline.
50278         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50279         (SYSCALL_ERROR_HANDLER): New macro.
50280         (__SYSCALL_STRING): Do not do errno handling in asm.
50281         (__CLONE_SYSCALL_STRING): Delete.
50282         (__INTERNAL_SYSCALL_STRING): Delete.
50283         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50284         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50285         i386.
50286         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50287         (inline_syscall*): Add 'err' argument.
50288         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50289         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50290         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50291         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50292
50293         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50294         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50295
50296 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50297
50298         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50299
50300 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50301
50302         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50303         directive.
50304
50305 2011-08-24  David S. Miller  <davem@davemloft.net>
50306
50307         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50308
50309 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50310
50311         * elf/Makefile: Add rules to build and run unload8 test.
50312         * elf/unload8.c: New file.
50313         * elf/unload8mod1.c: New file.
50314         * elf/unload8mod1x.c: New file.
50315         * elf/unload8mod2.c: New file.
50316         * elf/unload8mod3.c: New file.
50317
50318         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50319         it wasn't used.
50320
50321 2011-08-23  David S. Miller  <davem@davemloft.net>
50322
50323         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50324         subtract stack bias.
50325         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50326         %sp not %fp in calculations.
50327         (_JMPBUF_UNWINDS_ADJ): Likewise.
50328
50329         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50330         (aio_suspend): Call it to force an exception region around the
50331         AIO_MISC_WAIT() invocation.
50332
50333 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50334
50335         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50336         backslash.
50337
50338 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50339
50340         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50341         protection macro.
50342         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50343         and <dl-machine.h>.
50344         (Elf64_FuncDesc): Remove.
50345
50346 2011-08-22  David S. Miller  <davem@davemloft.net>
50347
50348         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50349         sigaltstack check, add missing cfi directives.
50350         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50351         missing cfi directives, and sigaltstack handling.
50352
50353 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50354
50355         [BZ #11724]
50356         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50357         object is seen twice.
50358         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50359
50360         * elf/Makefile (distribute): Add tst-initorder2.c.
50361         (tests): Add tst-initorder2.
50362         (modules-names): Add tst-initorder2a tst-initorder2b
50363         tst-initorder2c tst-initorder2d.  Add rules to build them.
50364         ($(objpfx)tst-initorder2.out): New rule.
50365         * elf/tst-initorder2.c: New file.
50366         * elf/tst-initorder2.exp: New file.
50367
50368 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50369
50370         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50371
50372         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50373         dependencies back to end of function.
50374
50375         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50376         $(elfobjdir)/ld.so.
50377
50378 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50379
50380         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50381         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50383         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50384         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50385         of __vdso_gettimeofday.
50386         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50387         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50388         attribute_hidden.
50389         (_libc_vdso_platform_setup): Remove initialization of
50390         __vdso_gettimeofday and __vdso_time.
50391
50392 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50393
50394         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50395         and fgetc_unlocked.
50396         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50397         getc_unlocked.
50398
50399         * elf/dl-open.c (add_to_global): Report additions to the global scope
50400         for LD_DEBUG=scopes.
50401         (dl_open_worker): Also print scope of newly loaded dependencies.
50402         (_dl_show_scope): Indicate if there is no scope.
50403
50404         [BZ #13114]
50405         * stdio-common/Makefile (tests): Add bug24.
50406         * stdio-common/bug24.c: New file.
50407
50408 2011-08-19  Andreas Jaeger  <aj@suse.de>
50409
50410         [BZ #13114]
50411         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50412         non-existant file when using close-on-exec mode.
50413
50414 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50415
50416         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50417         the very first instruction.
50418
50419         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50420         the CFI state in the end.
50421         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50422         inclusion of dl-trampoline.h.
50423         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50424
50425 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50426
50427         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50428         expectations for long double.
50429
50430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50431         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50432
50433 2011-08-14  David S. Miller  <davem@davemloft.net>
50434
50435         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50436         artificual limit depends upon the system page size.
50437
50438 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50439
50440         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50441         * resolv/Makefile: Define CFLAGS-libresolv.
50442
50443 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50444
50445         * nss/makedb.c (compute_tables): Make variables used in nested
50446         function static.
50447
50448 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50449
50450         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50451         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50452         if buffer was too small.
50453
50454         * elf/pldd.c (main): Attach to all threads in the process.
50455         Rewrite /proc handling to use *at functions.
50456
50457 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50458
50459         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50460         specifies first scope to show.
50461         (dl_open_worker): Update callers.  Move printing scope of new
50462         object to before the relocation.
50463         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50464         * sysdeps/generic/ldsodefs.h: Update declaration.
50465
50466         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50467         string for the scope number.
50468
50469 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50470
50471         * nscd/servicescache.c (cache_addserv): Make sure written is always
50472         initialized.
50473
50474 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50475
50476         * sysdeps/i386/i486/bits/atomic.h
50477         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50478         statement expression, so as to suppress "set but not used" warning.
50479         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50480
50481         * string/strncat.c (STRNCAT): Use prototype definition.
50482
50483         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50484         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50485         -Iprograms here.
50486         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50487         (localedef-modules): Add localedef.
50488         (locale-modules): Add locale.
50489
50490         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50491         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50492         to avoid a warning.
50493
50494 2011-08-14  David S. Miller  <davem@davemloft.net>
50495
50496         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50497         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50498
50499 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50500
50501         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50502         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50503         * elf/rtld.c (dl_main): Set l_name of vDSO.
50504         Call _dl_show_scope when DL_DEBUG_SCOPES.
50505         (process_dl_debug): Recognize scopes flag and also set it for all.
50506         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50507         Declare _dl_show_scope.
50508
50509         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50510         (do_dlopen): Pass caller_dlopen to dl_open.
50511         (__libc_dlopen_mode): Initialize caller_dlopen.
50512
50513         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50514         of libc.  Make tolower call locale-independent.  Optimize a bit by
50515         using isdigit instead of isalnum.
50516         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50517
50518 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50519
50520         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50521         was a dependency or dynamically loaded.
50522
50523 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50524
50525         * intl/l10nflist.c: Allow architecture-specific pop function.
50526         * sysdeps/x86_64/l10nflist.c: New file.
50527
50528         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50529         classification.
50530
50531 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50532
50533         * include/dirent.h: Add libc_hidden_proto for scandirat and
50534         scandirat64.  Don't declare __scandirat64.
50535         * dirent/scandirat.c: Add libc_hidden_def.
50536         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50537         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50538
50539 2011-08-10  David S. Miller  <davem@davemloft.net>
50540
50541         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50542         enum.
50543         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50544         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50545         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50546
50547 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50548
50549         * Versions.def [libc]: Add GLIBC_2.15.
50550         * dirent/Makefile (routines): Add scandirat and scandirat64.
50551         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50552         GLIBC_2.15.
50553         * dirent/dirent.h: Declare scandirat and scandirat64.
50554         * dirent/scandirat.c: New file.
50555         * dirent/scandirat64.c: New file.
50556         * sysdeps/wordsize-64/scandirat.c: New file.
50557         * sysdeps/wordsize-64/scandirat64.c: New file.
50558         * dirent/opendir.c: Define opendirat.
50559         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50560         using scandirat.
50561         * dirent/scandir64.c: Adjust for scandir.c change.
50562         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50563         __scandirat64, and __scandir_cancel_handler.
50564         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50565         additional parameter and use openat instead of open (outside of ld.so).
50566         Add new __opendir as wrapper around __opendirat.
50567         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50568         here without requiring old scandirat implementation.
50569
50570 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50571
50572         * dirent/scandir.c (cancel_handler): Renamed to
50573         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50574         defined.  Adjust users.
50575         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50576         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50577
50578 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50579
50580         * string/test-string.h (IMPL): Use __STRING to expand name and then
50581         stringify it.
50582
50583         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50584         of cleanups.
50585
50586 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50587
50588         * string/Makefile: Update.
50589         (strop-tests): Append strncat.
50590         * string/test-wcscmp.c: New file.
50591         New comprehensive test for wcscmp.
50592         * string/test-strcmp.c: Update.
50593         (WIDE): New define.
50594
50595 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50596
50597         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50598         line.
50599
50600 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50601
50602         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50603         encoding to ACE if AI_IDN.
50604
50605 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50606
50607         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50608         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50609
50610 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50611
50612         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50613         Fix overflow bug in strncat.
50614         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50615
50616         * string/test-strncat.c: Update.
50617         Add new tests for checking overflow bugs.
50618
50619 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50620
50621         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50622         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50623         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50624         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50625         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50626         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50627         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50628         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50629         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50630
50631         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50632         (USE_AS_STRCAT): Define.
50633         Add strcat and strncat support.
50634         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50635
50636 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50637
50638         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50639         __n bigger than INT_MAX+1.
50640         (__strncmp_g): Likewise.
50641
50642 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50643
50644         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50645         * libio/stido.h: Likewise.
50646
50647         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50648         (AF_NFC): Define.
50649         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50650         (AF_NFC): Define.
50651
50652         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50653         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50654         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50655         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50656         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50657
50658         [BZ #13021]
50659         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50660         installed.
50661
50662         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50663         typo.
50664         (_dl_x86_64_save_sse): Likewise.
50665
50666 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50667
50668         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50669         OSXSAVE.
50670         (_dl_x86_64_save_sse): Likewise.
50671
50672         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50673
50674         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50675
50676 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50677
50678         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50679         change.
50680         (_dl_x86_64_save_sse): Use correct AVX check.
50681
50682 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50683
50684         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50685         bug in strncpy/strncat.
50686         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50687
50688 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50689
50690         * string/tester.c (test_strcat): Add tests for different alignments
50691         of source and destination.
50692         (test_strncat): Likewise.
50693
50694 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50695
50696         [BZ #12852]
50697         * posix/glob.c (glob): Check passed in values before using them in
50698         expressions to avoid some overflows.
50699         (glob_in_dir): Likewise.
50700
50701         [BZ #13007]
50702         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50703         check for AVX enablement so that we don't crash with old kernels and
50704         new hardware.
50705         * elf/tst-audit4.c: Add same checks here.
50706         * elf/tst-audit6.c: Likewise.
50707
50708         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50709
50710 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50711
50712         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50713
50714 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50715
50716         * po/cs.po: Update from translation team.
50717         * po/bg.po: Likewise.
50718
50719 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50720
50721         * misc/sys/cdefs.h: Add support for const attribute.
50722         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50723         to gnu_dev_{major,minor,makedev} functions.
50724
50725 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50726
50727         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50728
50729 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50730
50731         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50732         strlen results.
50733
50734 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50735
50736         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50737         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50738         register in order to avoid conflicts with the soft frame pointer
50739         being held in r11 when necessary.
50740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50741         (INTERNAL_VSYSCALL_NCS): Likewise.
50742
50743 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50744
50745         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50746         * elf/dl-fini.c (_dl_fini): Adjust caller.
50747         * elf/dl-close.c (_dl_close_worker): Likewise.
50748         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50749
50750 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50751
50752         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50753         "aux_cache->nlibs < 0".
50754
50755         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50756         in the reload-count case.
50757
50758 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50759
50760         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50761         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50762         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50763         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50764         * sysdeps/x86_64/multiarch/strcat.S: New file.
50765         * sysdeps/x86_64/multiarch/strncat.S: New file.
50766         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50767         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50768         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50769         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50770         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50771         (USE_AS_STRCAT): Define.
50772         Add strcat and strncat support.
50773         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50774         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50775         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50776         * string/strncat.c: Update.
50777         (USE_AS_STRNCAT): Define.
50778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50779         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50780         and i7.
50781         * sysdeps/x86_64/multiarch/init-arch.h
50782         (bit_Prefer_PMINUB_for_stringop): New.
50783         (index_Prefer_PMINUB_for_stringop): Likewise.
50784         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50785         bit_Prefer_PMINUB_for_stringop.
50786
50787 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50788
50789         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50790         buffer64.
50791         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50792         of casting of buffer.
50793         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50794         buffer32 and buffer64.
50795         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50796         writes instead of casting of buffer.
50797         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50798         buffer32.
50799         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50800         casting of buffer.
50801
50802 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50803
50804         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50805
50806 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50807
50808         * nscd/nscd.c (termination_handler): Don't do anything for a database
50809         if it has not yet been initialized.
50810
50811 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50812
50813         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50814
50815 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50816
50817         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50818
50819 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50820
50821         * po/nl.po: Update from translation team.
50822         * po/sv.po: Likewise.
50823
50824 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50825
50826         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50827         now disallowed by GCC.
50828
50829         * configure.in (use-default-link): Default to yes if a test -shared
50830         link meets our qualifications.
50831         * configure: Regenerated.
50832
50833         * config.make.in (output-format): New variable.
50834         * configure.in: Check for ld --print-output-format support.
50835         * configure: Regenerated.
50836         * Makerules ($(common-objpfx)format.lds)
50837         [$(output-format) != unknown]: Just use $(output-format),
50838         instead of the linker-script munging.
50839
50840 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50841
50842         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50843         of $(common-objpfx)shlib.lds.
50844         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50845
50846         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50847         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50848
50849         * configure.in (-z relro check): Adjust test code to add a large
50850         writable data section after it.
50851         * configure: Regenerated.
50852
50853 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50854
50855         * configure.in (-z relro check): Fix test code to make the variable
50856         truly const.
50857         * configure: Regenerated.
50858
50859 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50860
50861         * nscd/nscd.h (struct traced_file): Define.
50862         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50863         elements.  Add traced_files.
50864         (inotify_fd): Declare.
50865         (register_traced_file): Declare.
50866         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50867         (inotify_fd): Export.
50868         (resolv_conf_descr): Remove.
50869         (nscd_init): Move inotify descriptor creation to main.
50870         Don't register files for notification here.
50871         (register_traced_file): New function.
50872         (invalidate_cache): Don't use reset_res to determine whether to call
50873         res_init, go through the list of registered files.
50874         (main_loop_poll): The inotify descriptors are now stored in the
50875         structures for the traced files.
50876         (main_loop_epoll): Likewise
50877         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50878         to __nss_disable_nscd.
50879         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50880         for a database anymore.  Check the records for all the registered
50881         files instead.
50882         * nss/Makefile (libnss_files-routines): Add files-init.
50883         (libnss_db-routines): Add db-init.
50884         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50885         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50886         * nss/nss_db/db-init.c: New file.
50887         * nss/nss_files/files-init.c: New file.
50888         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50889         __nss_lookup_function.
50890         (__nss_lookup_function): Call nss_load_library.
50891         (nss_load_all_libraries): New function.
50892         (__nss_disable_nscd): Take parameter with callback function for files
50893         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50894         used for the cached services.
50895         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50896         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50897         options for features to all the files in nscd.
50898
50899         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50900
50901 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50902
50903         * csu/elf-init.c (__libc_csu_init): Comment typo.
50904
50905 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50906
50907         * po/pl.po: Update from translation team.
50908         * po/ja.po: Likewise.
50909         * po/ru.po: Likewise.
50910         * po/ko.po: Likewise.
50911         * po/fr.po: Likewise.
50912
50913 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50914
50915         * configure.in (.ctors/.dtors header and trailer check):
50916         Use an empirical test on a built program.
50917         * configure: Regenerated.
50918
50919         * configure.in (-z relro check): Use an empirical test on a built DSO.
50920         Detect, but do not require, on ia64.
50921         * configure: Regenerated.
50922
50923         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50924         Update tests that use readelf to use $READELF instead.
50925         * configure: Regenerated.
50926
50927 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50928
50929         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50930         if the result is not used.
50931
50932 2011-07-05  Andreas Jaeger  <aj@suse.de>
50933
50934         [BZ#9696]
50935         * stdlib/tst-strtod.c: Add testcase.
50936
50937 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50938
50939         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50940         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50941         The latter has a higher limit.  Take additional parameter to pass to
50942         the new function.
50943         (__pathconf): Pass file to __statfs_link_max.
50944         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50945         __statfs_link_max.
50946         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50947         __statfs_link_max.
50948
50949         [BZ #12868]
50950         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50951         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50952         Handle Lustre.
50953         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50954         (__statfs_filesize_max): Likewise.
50955         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50956
50957 2011-07-05  Andreas Jaeger  <aj@suse.de>
50958
50959         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50960
50961 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50962
50963         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50964         `status' variable.
50965         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50966         Likewise.
50967
50968 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50969
50970         * Makefile (strop-tests): Add strncat.
50971         * string/test-strncat.c: New file.
50972
50973 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50974
50975         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50976
50977 2011-06-21  Andreas Jaeger  <aj@suse.de>
50978
50979         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50980         Copy rule from iconvdata/Makefile.
50981
50982 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50983
50984         [BZ #12922]
50985         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50986         but no long options are defined, just return 'W'.
50987
50988 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50989
50990         [BZ #9696]
50991         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50992
50993 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50994
50995         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50996         netgroups to read.
50997         (innetgr): Likewise.
50998
50999 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51000
51001         * config.make.in (install_root): Default to $(DESTDIR).
51002
51003 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51004
51005         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51006
51007 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51008
51009         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51010
51011         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51012         containing directory rather than embedding absolute directory names.
51013
51014         * scripts/check-local-headers.sh: Rewritten using awk.
51015         Match by word, not by line.  Print error messages for matches.
51016         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51017
51018         * Makerules [shlib-lds-flags empty]:
51019         ($(common-objpfx)libc_pic.opts): New target.
51020         ($(common-objpfx)libc_pic.os.clean): New target.
51021         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51022
51023         * config.make.in (OBJCOPY): New variable.
51024         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51025         * configure: Regenerated.
51026
51027         * config.make.in (use-default-link): New variable.
51028         * configure.in (use_default_link): Grok --with-default-link to set it.
51029         * configure: Regenerated.
51030         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51031         (shlib-lds, shlib-lds-flags): Define to empty.
51032
51033         * Makerules (shlib-lds): New variable.
51034         (shlib-lds-flags): New variable.
51035         (build-shlib, build-moduile, build-module-asneeded): Use it.
51036         ($(common-objpfx)libc.so): Use $(shlib-lds).
51037         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51038         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51039
51040         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51041         DT_FLAGS/DT_FLAGS_1 with zero flags.
51042
51043         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51044         linker script munging.
51045
51046 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51047
51048         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51049         as 128-bit value.
51050         * crypt/sha512.c (sha512_process_block): Perform total addition using
51051         128-bit if possible.
51052         (__sha512_finish_ctx): Likewise.
51053         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51054         as 64-bit value.
51055         * crypt/sha256.c (SWAP64): Define.
51056         (sha256_process_block): Perform total addition using 64-bit if
51057         possible.
51058         (__sha256_finish_ctx): Likewise.
51059
51060 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51061
51062         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51063         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51064         * nscd/hstcache.c (cache_addhst): Likewise.
51065         * nscd/grpcache.c (cache_addgr): Likewise.
51066         * nscd/aicache.c (addhstaiX): Likewise
51067         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51068
51069 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51070
51071         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51072         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51073         * nscd/hstcache.c (cache_addhst): Likewise.
51074         * nscd/grpcache.c (cache_addgr): Likewise.
51075         * nscd/aicache.c (addhstaiX): Likewise
51076
51077 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51078
51079         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51080         domain only when needed.
51081
51082 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51083
51084         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51085         is always restored.
51086
51087 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51088
51089         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51090         are re-adding the entry.
51091         * nscd/servicescache.c (cache_addserv): Likewise.
51092
51093 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51094
51095         * sysdeps/generic/dl-irel.h: fix protection against multiple
51096         inclusions.
51097         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51098
51099 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51100
51101         [BZ #12935]
51102         * malloc/memusage.sh: Fix quoting in message.
51103         * debug/xtrace.sh: Likewise.
51104
51105         * configure.in: Remove support for --experimental-malloc option, make
51106         it the default.
51107         * config.make.in: Likewise.
51108         * malloc/Makefile: Likewise.
51109
51110 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51111
51112         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51113         two-byte characters.
51114
51115 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51116
51117         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51118         AC_CACHE_CHECK invocation.
51119         * configure: Regenerated.
51120
51121         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51122
51123 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51124
51125         [BZ #12350]
51126         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51127         bit from old_res_options.
51128
51129         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51130
51131         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51132         value type for setfct.
51133
51134 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51135
51136         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51137         __gettimeofday instead of gettimeofday.
51138
51139 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51140
51141         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51142
51143 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51144
51145         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51146
51147         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51148         info.
51149
51150 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51151
51152         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51153         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51154         strcpy-sse2-unaligned strncpy-sse2-unaligned
51155         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51156         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51157         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51158         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51159         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51160         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51161         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51162         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51163         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51164         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51165         (STRCPY): Support SSE2 and SSSE3 versions.
51166
51167 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51168
51169         [BZ #12874]
51170         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51171         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51172         kernels which artificially limit size of requests.
51173
51174 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51175
51176         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51177         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51178         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51179         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51180         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51181         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51182         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51183         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51184         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51185         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51186         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51187         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51188         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51189         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51190         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51191         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51192         Enable unaligned load optimization for Intel Core i3, i5 and i7
51193         processors.
51194         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51195         Define.
51196         (index_Fast_Unaligned_Load): Define.
51197         (HAS_FAST_UNALIGNED_LOAD): Define.
51198
51199 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51200
51201         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51202
51203 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51204
51205         [BZ #12907]
51206         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51207         until it is clear that the information is realy needed.
51208         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51209
51210 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51211
51212         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51213
51214 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51215
51216         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51217         /sys/devices/system/cpu/online if it is usable.
51218
51219         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51220         reading the information from the /proc filesystem to once a second.
51221
51222 2011-06-21  Andreas Jaeger  <aj@suse.de>
51223
51224         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51225         NULL after inclusion of kernel headers.
51226
51227 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51228
51229         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51230         calls to internal_setent.
51231
51232         [BZ #12885]
51233         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51234         addresses using gethostbyname4_r ignore IPv4 addresses.
51235
51236         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51237         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51238
51239         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51240
51241 2011-06-20  David S. Miller  <davem@davemloft.net>
51242
51243         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51244         inclusions.
51245         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51246
51247         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51248         (elf_irel): Use it.
51249         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51250         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51251         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51252         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51253         * sysdeps/x86_64/dl-irel.h: Likewise.
51254
51255         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51256         * elf/dl-sym.c: Likewise.
51257
51258 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51259
51260         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51261         need to dereference resplen2.
51262
51263 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51264
51265         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51266
51267 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51268
51269         * Makeconfig: Define vardbdir and inst_vardbdir.
51270         * nss/Makefile: Add rules to install db-Makefile.
51271
51272         * nss/nss_db/db-XXX.c: Cleanup.
51273
51274         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51275         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51276         GLIBC_PRIVATE.
51277         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51278         * nss/makedb.c: Implement -g option to specify that value strings
51279         are generated and should not be added to table iterated over for
51280         get*ent calls.
51281         * nss/nss_db/db-initgroups.c: New file.
51282
51283         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51284         interface.
51285
51286         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51287         (internal_getgrouplist): Adjust to name change.
51288         Update use_initgroups_entry if this is not the first call.
51289         * nss/databases.def: Add initgroups entry.
51290
51291         * nss/makedb.c (compute_tables): Check result of multiple hash table
51292         sizes to minimize maximum chain length.
51293
51294 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51295
51296         * Versions.def: Add entry for libnss_db.
51297         * shlib-versions: Likewise.
51298         * nss/Makefile: Add rules to build libnss_db.
51299         * nss/Versions: Add libnss_db information.  Organize libnss_files
51300         entries better.
51301         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51302         makedb progra.  Some minor improvements to generate smaller files.
51303         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51304         here from...
51305         * nss/makedb.c: ...here.
51306         Improve database format to be smaller and require less memory at
51307         runtime.
51308         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51309         db anymore.
51310         * nss/nss_db/db-netgrp.c: Likewise.
51311         * nss/nss_db/db-open.c: Likewise.
51312         * nss/nss_files/flies-XXX.x: Adjust comments.
51313         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51314         * nss/nss_files/files-grp.c: Likewise.
51315         * nss/nss_files/files-hosts.c: Likewise.
51316         * nss/nss_files/files-network.c: Likewise.
51317         * nss/nss_files/files-proto.c: Likewise.
51318         * nss/nss_files/files-pwd.c: Likewise.
51319         * nss/nss_files/files-rpc.c: Likewise.
51320         * nss/nss_files/files-service.c: Likewise.
51321         * nss/nss_files/files-sgrp.c: Likewise.
51322         * nss/nss_files/files-spwd.c: Likewise.
51323         * nss/nss_db/db-alias.c: Removed.
51324         * nss/nss_db/dummy-db.h: Removed.
51325
51326 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51327
51328         * nss/makedb.c: Rewritten to not use database library.
51329         * nss/Makefile: Update to build new makedb program.
51330
51331 2011-06-14  Andreas Jaeger  <aj@suse.de>
51332
51333         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51334         memset declaration.
51335
51336 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51337
51338         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51339         tmpbuf.
51340
51341 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51342
51343         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51344         * elf/Makefile ($(objpfx)ld.so): Likewise.
51345
51346         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51347         Don't list ld.so twice in dependencies.
51348
51349         * posix/bug-regex31.c: Include <stdlib.h>.
51350
51351         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51352
51353         * nis/nss_compat/compat-spwd.c
51354         (getspent_next_nss_netgr): Remove unused variable.
51355         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51356
51357         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51358         nonmembers" output to use the right array.
51359
51360         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51361
51362         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51363
51364         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51365         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51366         * catgets/gencat.c (read_input_file): Likewise.
51367         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51368
51369         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51370         variable definition inside #if's controlling its use.
51371
51372         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51373
51374         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51375
51376         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51377
51378         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51379         unreachable code.
51380
51381         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51382
51383         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51384         * configure: Regenerated.
51385
51386         * Makerules: Revert last change.
51387         * elf/Makefile: Likewise.
51388
51389 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51390
51391         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51392         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51393         (reloc-link): Likewise.
51394
51395 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51396
51397         * elf/Makefile: Add rules to build pldd.
51398         * elf/pldd.c: New file.
51399         * elf/pldd-xx.c: New file.
51400
51401 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51402
51403         * version.h: Update for 2.15 development version.
51404
51405 2011-06-07  David S. Miller  <davem@davemloft.net>
51406
51407         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51408         ifuncs.
51409         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51410         elf_machine_lazy_rel): Likewise.
51411         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51412         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51413         elf_machine_lazy_rel): Likewise.
51414         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51415         dl_hwcap via passed in argument.
51416         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51417         Likewise.
51418
51419 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51420
51421         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51422
51423 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51424
51425         [BZ #12849]
51426         * manual/fdl-1.1.texi: New file, verbatim from:
51427         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51428         * manual/lgpl-2.1.texi: New file, verbatim from:
51429         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51430         * manual/Makefile (licenses): New variable, list those new file names.
51431         (texis): Use it.
51432         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51433
51434         * manual/fdl.texi: File removed.
51435         * manual/lesser.texi: File removed.
51436         * manual/libc.texinfo (Copying, Documentation License):
51437         Use new @include file names, put @appendix directive before @include.
51438
51439 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51440
51441         [BZ #12841]
51442         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51443         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51444         (mq_open): Add __NTH.
51445
51446 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51447
51448         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51449         Assume Intel Core i3/i5/i7 processor if AVX is available.
51450
51451 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51452
51453         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51454         typo.
51455
51456 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51457
51458         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51459         memory.  Use alloca_account.  Fix memory leak when retrying.
51460
51461 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51462
51463         * version.h (RELEASE): Bump for 2.14 release.
51464         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51465
51466         * config.make.in (RANLIB): Remove entry.
51467
51468 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51469
51470         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51471         (libc.pot): Work around missing support for .ksh extension in xgettext.
51472
51473         [BZ #12684]
51474         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51475         if both request failed.
51476         (send_dg): In case of server errors clear resplen or *resplen2.
51477
51478         [BZ #12454]
51479         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51480         when there are multiple maps.
51481         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51482         (_dl_fini): Remove test here.
51483
51484         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51485
51486 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51487
51488         [BZ #12350]
51489         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51490         bit from old_res_options.
51491         (gaih_inet): Likewise.
51492
51493         [BZ #11099]
51494         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51495         as signed.
51496
51497         * resolv/res_init.c (res_setoptions): Make the code more compact.
51498
51499         [BZ #11558]
51500         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51501         set RES_USEVC.
51502
51503         [BZ #11634]
51504         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51505
51506         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51507
51508         [BZ #11781]
51509         * malloc/malloc.h: Declare malloc hook variables as volatile.
51510
51511         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51512         in last patch.
51513
51514         [BZ #11799]
51515         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51516         raise in the comment.
51517         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51518         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51519         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51520
51521 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51522
51523         [BZ #12811]
51524         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51525         grow the buffers more if it already has to be sufficient.
51526         (build_wcs_upper_buffer): Likewise.
51527         * posix/regexec.c (check_matching): Likewise.
51528         (clean_state_log_if_needed): Likewise.
51529         (extend_buffers): Don't enlarge buffers beyond size of the input
51530         buffer.
51531         Patches mostly by Emil Wojak <emil@wojak.eu>.
51532         * posix/bug-regex32.c: New file.
51533         * posix/Makefile (tests): Add bug-regex32.
51534
51535         * locale/findlocale.c (_nl_find_locale): Return right away if
51536         _nl_explode_name failed.
51537         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51538
51539         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51540
51541         * debug/xtrace.sh: Unify messages.
51542         * malloc/memusage.sh: Likewise.
51543
51544         [BZ #12813]
51545         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51546         time symbol from vDSO.  Substitute with vsyscall if not available.
51547         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51548         __vdso_time.
51549
51550         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51551         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51552         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51553         Add sendmmsg and internal_sendmmsg.
51554         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51555         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51556         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51557
51558         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51559         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51560         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51561
51562 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51563
51564         [BZ #12813]
51565         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51566         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51567         available.
51568         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51569         __vdso_getcpu.
51570
51571         [BZ #12814]
51572         * iconvdata/Makefile (tests): Add bug-iconv9.
51573         * iconvdata/bug-iconv9.c: New file.
51574
51575 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51576
51577         [BZ #12814]
51578         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51579
51580 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51581
51582         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51583         (struct user_regs_struct): Change intcs field back to cs.
51584
51585 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51586
51587         * po/ja.po: Update from translation team.
51588
51589 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51590
51591         [BZ #12795]
51592         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51593         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51594
51595 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51596
51597         * stdlib/longlong.h: Update from GCC.
51598
51599 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51600
51601         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51602         parameter name.
51603         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51604         Add parameter name.
51605         (__sysconf): Pass it down.
51606
51607 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51608
51609         [BZ #12671]
51610         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51611         some situations.
51612         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51613         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51614         add in in __libc_use_alloca calls.  Adjust callers.
51615         (glob): Use malloc in some situations.
51616
51617         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51618         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51619         pltexit.
51620
51621 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51622
51623         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51624         and CLOCK_BOOTTIME_ALARM.
51625
51626         [BZ #12782]
51627         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51628         is returned.
51629
51630         * string/_strerror.c (__strerror_r): Print negative errors as signed
51631         numbers.
51632
51633         [BZ #12777]
51634         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51635         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51636         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51637
51638         * configure.in: Fix typo in redirection and correct removal of test
51639         files in two cases.
51640
51641         [BZ #12788]
51642         * locale/setlocale.c (new_composite_name): Fix test to check for
51643         identical name of all categories.
51644
51645         [BZ #12792]
51646         * libio/filedoalloc.c (local_isatty): New function.
51647         (_IO_file_doallocate): Use local_isatty.
51648         * stdio-common/perror.c (perror): In case a new stream is used
51649         forward the stream error.
51650         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51651         error flag.
51652
51653 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51654
51655         [BZ #11869]
51656         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51657         alloca.
51658         * include/alloca.h (extend_alloca_account): Define.
51659
51660         [BZ #11857]
51661         * posix/regex.h: Fix comments with documentation of user-accessible
51662         fields after compilation and describe correct free'ing of pattern
51663         after re_compile_pattern.
51664         Patch by Reuben Thomas <rrt@sc3d.org>.
51665
51666 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51667
51668         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51669         and -mno-altivec to prevent the compiler from using Altivec and/or
51670         VSX instructions when the corresponding registers are not available.
51671
51672 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51673
51674         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51675
51676 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51677
51678         * libio/freopen.c (freopen): Use __dup2, not dup2.
51679         * libio/freopen64.c (freopen64): Likewise.
51680
51681 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51682
51683         [BZ #12775]
51684         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51685         * math/Makefile (tests): Add test-powl.
51686         (CFLAGS-test-powl.c): Define.
51687         * math/test-powl.c: New file.
51688
51689 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51690
51691         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51692
51693 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51694
51695         [BZ #11837]
51696         * iconvdata/gb18030.c: Update to GB18020-2005.
51697
51698 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51699
51700         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51701         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51702         Patch by Aharon Robbins <arnold@skeeve.com>.
51703
51704         [BZ #11892]
51705         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51706         on the stack.
51707
51708         [BZ #11895]
51709         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51710         through underflows.
51711
51712         [BZ #12766]
51713         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51714         point to strings before performing equality test for error_one_per_line
51715         mode.
51716
51717         [BZ #11697]
51718         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51719
51720         [BZ #11820]
51721         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51722         (struct user_fpregs_struct): Avoid __uint*_t types.
51723
51724         [BZ #6420]
51725         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51726         symbol info.  Use it instead of calling _dl_addr locally.
51727         (lock_and_info): New function.
51728         (tr_freehook): Call lock_and_info and pass symbol info as additional
51729         parameter to tr_where.
51730         (tr_mallochook): Likewise.
51731         (tr_reallochook): Likewise.
51732         (tr_memalignhook): Likewise.
51733
51734         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51735         used and couldn't be at all thread-safe.
51736
51737 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51738
51739         * libio/freopen.c (freopen): Don't close old file descriptor
51740         before the new one is opened.  Instead dup the new file descriptor
51741         to the old one after the new stream is created.
51742         * libio/freopen64.c (freopen64): Likewise.
51743         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51744         * libio/fileops.c (_IO_new_file_close_it): Handle new
51745         _IO_FLAGS2_NOCLOSE flag.
51746         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51747         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51748         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51749         _IO_FLAGS2_NOCLOSE flag.
51750         * include/unistd.h: Add hidden_proto for dup3.
51751         Define __have_dup3.
51752         * io/dup3.c: Define hidden symbol.
51753         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51754
51755         [BZ #7101]
51756         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51757         when an incomplete long option is used.
51758         * posix/tst-getopt_long1.c: New file.
51759         * posix/Makefile (tests): Add tst-getopt_long1.
51760
51761         [BZ #10138]
51762         * scripts/config.guess: Update from autoconf-2.68.
51763         * scripts/config.sub: Likewise.
51764
51765         [BZ #10157]
51766         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51767         tests into ...
51768         (has_cpuclock): ...this.  New function.
51769         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51770         macro here based on has_cpuclock code.
51771
51772         [BZ #10149]
51773         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51774         First byte (not low byte) is now always NUL.
51775         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51776
51777         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51778         Use non-cancelable interfaces.
51779
51780         [BZ #9809]
51781         * locale/iso-639.def: Add entry for Sorani.
51782
51783         [BZ #11901]
51784         * include/stdlib.h: Move include protection to the right place.
51785         Define abort_msg_s.  Declare __abort_msg with it.
51786         * stdlib/abort.c (__abort_msg): Adjust type.
51787         * assert/assert.c (__assert_fail_base): New function.  Majority
51788         of code from __assert_fail.  Allocate memory for __abort_msg with
51789         mmap.
51790         (__assert_fail): Now call __assert_fail_base.
51791         * assert/assert-perr.c: Remove bulk of implementation.  Use
51792         __assert_fail_base.
51793         * include/assert.hL Declare __assert_fail_base.
51794         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51795         mmap.
51796         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51797
51798 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51799
51800         [BZ #11952]
51801         [BZ #12453]
51802         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51803         until all modules are registered in the DTV.
51804         * elf/Makefile: Add rules to build and run tst-tls19.
51805         * elf/tst-tls19.c: New file.
51806         * elf/tst-tls19mod1.c: New file.
51807         * elf/tst-tls19mod2.c: New file.
51808         * elf/tst-tls19mod3.c: New file.
51809         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51810
51811         [BZ #12083]
51812         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51813         correctly.
51814
51815         [BZ #12601]
51816         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51817         two-byte sequence errors.
51818         * iconvdata/Makefile (tests): Add bug-iconv8.
51819         * iconvdata/bug-iconv8.c: New file.
51820
51821         [BZ #12626]
51822         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51823         buf2 definition.
51824
51825         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51826
51827         [BZ #12432]
51828         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51829         (dummy_getcfa): New function.
51830         (init): Get _Unwind_GetCFA address, use dummy if not found.
51831         (backtrace_helper): In recursion check, also check whether CFA changes.
51832         (__backtrace): Completely initialize arg.
51833
51834         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51835         storing incomplete byte sequence in state object.  Avoid testing for
51836         guaranteed too small input if we know there is enough data available.
51837
51838 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51839
51840         * Makeconfig (+link-pie): Indent.
51841         * Rules (binaries-pie): Define if $(have-fpie) and
51842         $(build-shared).
51843         (binaries-shared): Also filter out $(binaries-pie).
51844         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51845         * nscd/Makefile (others-pie): Add nscd.
51846         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51847         ($(objpfx)nscd): Remove command override.
51848         * login/Makefile (others-pie): Add pt_chown.
51849         ($(objpfx)pt_chown): Remove command override.
51850         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51851         remove command overrides.
51852
51853 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51854
51855         * libio/tst_putwc.c: Fix error messages.
51856
51857         [BZ #12724]
51858         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51859         currently writing and seek to current position when not.
51860         * libio/Makefile (tests): Add bug-fclose1.
51861         * libio/bug-fclose1.c: New file.
51862
51863 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51864
51865         [BZ #12511]
51866         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51867         don't set DF_1_NODELETE here.
51868         (do_lookup_x): When entering new entry test for copy relocation
51869         and if necessary set DF_1_NODELETE flag.
51870         * elf/tst-unique4.cc: New file.
51871         * elf/tst-unique4.h: New file.
51872         * elf/tst-unique4lib.cc: New file.
51873         * elf/Makefile: Add rules to build and run tst-unique4.
51874         Patch by Piotr Bury <pbury@goahead.com>.
51875
51876 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51877
51878         [BZ #12052]
51879         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51880
51881         [BZ #12625]
51882         * misc/mntent_r.c (addmntent): Flush the stream after the output
51883
51884         [BZ #12393]
51885         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51886         (is_trusted_path_normalize): Skip initial colon.  Append slash
51887         to empty buffer.  Duplicate is_trusted_path code but allow
51888         constructed patch to be prefix.
51889         (is_dst): Allow $ORIGIN followed by /.
51890         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51891         Correct testing of result of is_trusted_path_normalize
51892         (decompose_rpath): Fix warning.
51893
51894 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51895
51896         [BZ #11257]
51897         * grp/initgroups.c (internal_getgrouplist): When we found the service
51898         list through the initgroups entry in nsswitch.conf do not always
51899         continue on a successful lookup.  Don't always use the
51900         __nss_group_database value if it is set.
51901         * nss/nsswitch.conf (initgroups): Change action for successful db
51902         lookup to continue for compatibility.
51903
51904 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51905
51906         [BZ #11532]
51907         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51908         and CP774 modules.
51909         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51910         and CP774 modules.
51911         * iconvdata/tst-tables.sh: Likewise.
51912         * iconvdata/cp770.c: New file.
51913         * iconvdata/cp771.c: New file.
51914         * iconvdata/cp772.c: New file.
51915         * iconvdata/cp773.c: New file.
51916         * iconvdata/cp774.c: New file.
51917         * iconvdata/testdata/CP770: New file.
51918         * iconvdata/testdata/CP770..UTF8: New file.
51919         * iconvdata/testdata/CP771: New file.
51920         * iconvdata/testdata/CP771..UTF8: New file.
51921         * iconvdata/testdata/CP772: New file.
51922         * iconvdata/testdata/CP772..UTF8: New file.
51923         * iconvdata/testdata/CP773: New file.
51924         * iconvdata/testdata/CP773..UTF8: New file.
51925         * iconvdata/testdata/CP774: New file.
51926         * iconvdata/testdata/CP774..UTF8: New file.
51927
51928         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51929         END CHARMAP line.
51930         * iconvdata/gen-8bit-gap.sh: Likewise.
51931         * iconvdata/gen-8bit.sh: Likewise.
51932
51933         * locale/iso-639.def: Add ary entry.
51934
51935         [BZ #11258]
51936         * locale/C-translit.h.in: Add U20A1 transliteration.
51937
51938         [BZ #12178]
51939         * locale/iso-639.def: Add wae entry.
51940         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51941
51942         [BZ #12545]
51943         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51944         for n.
51945
51946         [BZ #12711]
51947         * locale/C-translit.h.in: Add entry for U20B9.
51948         Patch by pravin.d.s@gmail.com.
51949
51950 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51951
51952         [BZ #12713]
51953         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51954         ENAMETOOLONG use generic getcwd.
51955         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51956         in rtld.  Use *stat64.
51957         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51958         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51959         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51960         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51961         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51962         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51963         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51964         __fstatat64 macros.
51965         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51966         * dirent/rewinddir.c: Add libc_hidden_def.
51967         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51968         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51969
51970         * include/dirent.h (__alloc_dir): Add flags parameter.
51971         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51972         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51973         __alloc_dir.
51974         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51975         from fdopendir if O_CLOEXEC is already set.
51976
51977 2011-03-15  Alan Modra  <amodra@gmail.com>
51978
51979         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51980         l_tls_firstbyte_offset non-zero.  Save padding offset in
51981         l_tls_firstbyte_offset for later use.
51982         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51983         freeing static tls block.
51984
51985 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51986
51987         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51988         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51989         being defined by the kernel headers.
51990
51991 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51992
51993         [BZ #12734]
51994         * resolv/resolv.h: Define RES_NOTLDQUERY.
51995         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51996         no-tld-query and set RES_NOTLDQUERY.
51997         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51998         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51999         modern BIND to search name as TLD unless forbidden.
52000
52001 2011-05-07  Petr Baudis  <pasky@suse.cz>
52002             Ulrich Drepper  <drepper@gmail.com>
52003
52004         [BZ #12393]
52005         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52006         (is_trusted_path): ...to here.
52007         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52008         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52009         using is_trusted_path_normalize() in setuid scripts.
52010
52011 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52012
52013         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52014         __BEGIN/__END_DECLS.
52015
52016 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52017
52018         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52019         NSS_STATUS_NOTFOUND if no record was found.
52020
52021 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52022
52023         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52024         (headers-not-in-tirpc): Remove rpc/netdb.h
52025         * resolv/netdb.h: Revert last change.
52026
52027 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52028
52029         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52030         circular dependency between libgcc.a and libc.a.
52031
52032 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52033
52034         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52035         * nis/Makefile: Don't install rpcsvc/*.
52036         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52037         instead of <rpc/types.h>.
52038         (MAXHOSTNAMELEN): Define.
52039
52040 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52041
52042         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52043
52044 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52045
52046         [BZ #12714]
52047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52048         gethostbyname4_r when IPv6 results are possible.
52049
52050 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52051
52052         [BZ #12723]
52053         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52054         _PC_PIPE_BUF handling.
52055
52056 2011-04-30  Bruno Haible  <bruno@clisp.org>
52057
52058         [BZ #12717]
52059         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52060         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52061         to 'int'.
52062         * inet/getnameinfo.c (getnameinfo): Likewise.
52063
52064 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52065
52066         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52067         to groups setting in database lookup.
52068         * nss/nsswitch.conf: Add initgroups entry.
52069
52070 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52071
52072         [BZ #12685]
52073         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52074         mode string.
52075         Patch by Eric Blake <eblake@redhat.com>.
52076
52077 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52078
52079         * sunrpc/Makefile (need-export-routines): Add svc_run.
52080         (routines): Remove svc_run.
52081         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52082         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52083         * sunrpc/svc_run.c (svc_run): Likewise.
52084         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52085
52086 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52087
52088         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52089         problem in reallocation in last patch.
52090
52091 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52092
52093         * sunrpc/Makefile: Move inclusion of Rules.
52094
52095 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52096
52097         * nss/nss_files/files-initgroups.c: New file.
52098         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52099         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52100         _nss_files_initgroups_dyn.
52101
52102 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52103
52104         * elf/elf.h (R_ARM_IRELATIVE): Define.
52105
52106 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52107
52108         * po/ru.po: Update from translation team.
52109
52110 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52111
52112         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52113         dependencies.
52114
52115 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52116
52117         [BZ #12653]
52118         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52119         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52120         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52121         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52122         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52123
52124 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52125
52126         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52127         differing bytes.
52128         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52129         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52130         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52131
52132 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52133
52134         [BZ #12420]
52135         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52136         storing it.
52137         * stdlib/bug-getcontext.c: New file.
52138         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52139
52140 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52141
52142         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52143         instructions into .machine "z9-109".
52144         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52145         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52146
52147 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52148
52149         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52150         between environment variables and auxiliary vector.
52151
52152 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52153
52154         * Makefile: Add rules to build linkobj/libc.so.
52155         * include/libc-symbols.h: Define libc_hidden_nolink.
52156         * include/rpc/auth.h: Mark functions which are to be hidden.
52157         * include/rpc/auth_des.h: Likewise.
52158         * include/rpc/auth_unix.h: Likewise.
52159         * include/rpc/clnt.h: Likewise.
52160         * include/rpc/des_crypt.h: Likewise.
52161         * include/rpc/key_prot.h: Likewise.
52162         * include/rpc/pmap_clnt.h: Likewise.
52163         * include/rpc/pmap_prot.h: Likewise.
52164         * include/rpc/pmap_rmt.h: Likewise.
52165         * include/rpc/rpc_msg.h: Likewise.
52166         * include/rpc/svc.h: Likewise.
52167         * include/rpc/svc_auth.h: Likewise.
52168         * include/rpc/xdr.h: Likewise.
52169         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52170         * nss/Makefile: Likewise.
52171         * sunrpc/Makefile: Don't install headers.  Build library with normal
52172         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52173         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52174         for the compat linking library.  Remove use of INTDEF/INTUSE.
52175         * sunrpc/auth_none.c: Likewise.
52176         * sunrpc/auth_unix.c: Likewise.
52177         * sunrpc/authdes_prot.c: Likewise.
52178         * sunrpc/authuxprot.c: Likewise.
52179         * sunrpc/clnt_gen.c: Likewise.
52180         * sunrpc/clnt_perr.c: Likewise.
52181         * sunrpc/clnt_raw.c: Likewise.
52182         * sunrpc/clnt_simp.c: Likewise.
52183         * sunrpc/clnt_tcp.c: Likewise.
52184         * sunrpc/clnt_udp.c: Likewise.
52185         * sunrpc/clnt_unix.c: Likewise.
52186         * sunrpc/des_crypt.c: Likewise.
52187         * sunrpc/des_soft.c: Likewise.
52188         * sunrpc/get_myaddr.c: Likewise.
52189         * sunrpc/key_call.c: Likewise.
52190         * sunrpc/key_prot.c: Likewise.
52191         * sunrpc/netname.c: Likewise.
52192         * sunrpc/pm_getmaps.c: Likewise.
52193         * sunrpc/pm_getport.c: Likewise.
52194         * sunrpc/pmap_clnt.c: Likewise.
52195         * sunrpc/pmap_prot.c: Likewise.
52196         * sunrpc/pmap_prot2.c: Likewise.
52197         * sunrpc/pmap_rmt.c: Likewise.
52198         * sunrpc/publickey.c: Likewise.
52199         * sunrpc/rpc_cmsg.c: Likewise.
52200         * sunrpc/rpc_common.c: Likewise.
52201         * sunrpc/rpc_dtable.c: Likewise.
52202         * sunrpc/rpc_prot.c: Likewise.
52203         * sunrpc/rpc_thread.c: Likewise.
52204         * sunrpc/rtime.c: Likewise.
52205         * sunrpc/svc.c: Likewise.
52206         * sunrpc/svc_auth.c: Likewise.
52207         * sunrpc/svc_authux.c: Likewise.
52208         * sunrpc/svc_raw.c: Likewise.
52209         * sunrpc/svc_run.c: Likewise.
52210         * sunrpc/svc_simple.c: Likewise.
52211         * sunrpc/svc_tcp.c: Likewise.
52212         * sunrpc/svc_udp.c: Likewise.
52213         * sunrpc/svc_unix.c: Likewise.
52214         * sunrpc/svcauth_des.c: Likewise.
52215         * sunrpc/xcrypt.c: Likewise.
52216         * sunrpc/xdr.c: Likewise.
52217         * sunrpc/xdr_array.c: Likewise.
52218         * sunrpc/xdr_float.c: Likewise.
52219         * sunrpc/xdr_intXX_t.c: Likewise.
52220         * sunrpc/xdr_mem.c: Likewise.
52221         * sunrpc/xdr_rec.c: Likewise.
52222         * sunrpc/xdr_ref.c: Likewise.
52223         * sunrpc/xdr_sizeof.c: Likewise.
52224         * sunrpc/xdr_stdio.c: Likewise.
52225
52226 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52227
52228         [BZ #12650]
52229         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52230         * sysdeps/ia64/dl-tls.h: Likewise.
52231         * sysdeps/powerpc/dl-tls.h: Likewise.
52232         * sysdeps/s390/dl-tls.h: Likewise.
52233         * sysdeps/sh/dl-tls.h: Likewise.
52234         * sysdeps/sparc/dl-tls.h: Likewise.
52235         * sysdeps/x86_64/dl-tls.h: Likewise.
52236         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52237
52238 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52239
52240         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52241         rpath element also skip the following colon.
52242         (expand_dynamic_string_token): Add is_path parameter and pass
52243         down to DL_DST_REQUIRED and _dl_dst_substitute.
52244         (decompose_rpath): Call expand_dynamic_string_token with
52245         non-zero is_path.  Ignore empty rpaths.
52246         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52247         with zero is_path.
52248
52249 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52250
52251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52252         Make cancelable.
52253
52254 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52255
52256         [BZ #12655]
52257         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52258         Patch by Filipe David Manana <fdmanana@apache.org>.
52259
52260 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52261
52262         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52263         Maintain aligned stack.
52264         (CHECK_RSP): Remove unused macro.
52265
52266 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52267
52268         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52269         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52270
52271 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52272
52273         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52274
52275         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52276
52277 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52278
52279         [BZ #12518]
52280         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52281         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52282         * sysdeps/x86_64/memmove.c: New file.
52283         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52284         (memcpy): Renamed to ...
52285         (__new_memcpy): This.
52286         (memcpy): Provide GLIBC_2_14 memcpy.
52287         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52288         (memcpy): Provide GLIBC_2_2_5 memcpy.
52289
52290 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52291
52292         [BZ #12631]
52293         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52294
52295 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52296
52297         * misc/syncfs.c: New file.
52298         * misc/Makefile (routines): Add syncfs.
52299         * posix/unistd.h: Declare syncfs.
52300         * sysdeps/unix/syscalls.list: Add syncfs.
52301
52302 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52303
52304         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52305         open_by_handle_at.
52306         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52307         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52308         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52309         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52310         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52311         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52312         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52313
52314 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52315
52316         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52317         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52318         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52319         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52320         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52321         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52322         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52323
52324         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52325         sync_file_range.c with -fexceptions.
52326         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52327         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52328         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52329         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52330         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52331         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52332         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52333         sync_file_range as cancellation point
52334         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52335         now a wrapper around __call_sync_file_range with cancellation handling.
52336         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52337         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52338         function name to __call_sync_file_range.
52339         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52340         Add call_sync_file_range.
52341
52342 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52343
52344         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52345         bits/timex.h.
52346
52347 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52348
52349         * iconv/iconv.h: Fix typo in comment.
52350         * io/fcntl.h: Likewise.
52351         * libio/stdio.h: Likewise.
52352         * posix/spawn.h: Likewise.
52353         * posix/unistd.h: Likewise.
52354         * stdlib/stdlib.h: Likewise.
52355         * time/time.h: Likewise.
52356         * wcsmbs/wchar.h: Likewise.
52357
52358         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52359         open_by_handle): Add.
52360         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52361         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52362         Augment a few comments.
52363         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52364         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52365         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52366         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52367         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52368         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52369         open_by_handle.
52370
52371         * io/fcntl.h (AT_EMPTY_PATH): Define.
52372
52373 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52374
52375         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52376         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52377         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52378         to...
52379         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52380         * Versions.def: Add GLIBC_2.14.
52381         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52382         Export.
52383
52384 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52385
52386         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52387         round counter.
52388         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52389
52390 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52391
52392         [BZ #12597]
52393         * string/test-strncmp.c (do_page_test): New function.
52394         (check2): Likewise.
52395         (test_main): Call check2.
52396         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52397
52398 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52399
52400         [BZ #12587]
52401         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52402         Handle cache information in CPU leaf 4.
52403         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52404
52405 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52406
52407         [BZ #12583]
52408         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52409         character representation.
52410         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52411
52412 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52413
52414         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52415         END(__isnan) to END(__isnanf) to match function entry point/label
52416         EALIGN(__isnanf,...).
52417
52418 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52419
52420         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52421
52422 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52423
52424         [BZ #12510]
52425         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52426         copy from the symbol referenced in the relocation to initialize the
52427         used variable.
52428         Patch by Piotr Bury <pbury@goahead.com>.
52429         * elf/Makefile: Add rules to build and tst-unique3.
52430         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52431         * elf/tst-unique3.cc: New file.
52432         * elf/tst-unique3.h: New file.
52433         * elf/tst-unique3lib.cc: New file.
52434         * elf/tst-unique3lib2.cc: New file.
52435
52436         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52437
52438 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52439
52440         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52441         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52442         to _start.
52443
52444 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52445
52446         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52447         to-be-loaded object along a path to loader is ld.so.
52448
52449 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52450             Ulrich Drepper  <drepper@gmail.com>
52451
52452         * sysdeps/x86_64/memset.S: After aligning destination, code
52453         branches to different locations depending on the value of
52454         misalignment, when multiarch is enabled. Fix this.
52455
52456 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52457
52458         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52459         Set _x86_64_preferred_memory_instruction for AMD processsors.
52460         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52461         Set bit_Prefer_SSE_for_memop for AMD processors.
52462
52463 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52464
52465         * libio/fmemopen.c (fmemopen): Optimize a bit.
52466
52467 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52468
52469         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52470
52471 2011-03-03  Roland McGrath  <roland@redhat.com>
52472
52473         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52474
52475 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52476
52477         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52478         __bzero_ultra1 instead of __memset_ultra1.
52479
52480 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52481             Ulrich Drepper  <drepper@gmail.com>
52482
52483         [BZ #12509]
52484         * include/link.h (struct link_map): Add l_orig_initfini.
52485         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52486         returning unsuccessfully.
52487         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52488         close of a file loaded at startup, restore the original l_initfini
52489         list.
52490         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52491         list, store the pointer.
52492         * elf/Makefile ($(objpfx)noload-mem): New rule.
52493         (noload-ENV): Define.
52494         (tests): Add $(objpfx)noload-mem.
52495         * elf/noload.c: Include <memcheck.h>.
52496         (main): Call mtrace.  Close all opened handles.
52497
52498 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52499
52500         [BZ #12454]
52501         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52502         dependencies are missing.
52503
52504 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52505
52506         Fix __if_freereq crash: Unlike the generic version which uses free,
52507         Hurd needs munmap.
52508         * sysdeps/mach/hurd/ifreq.h: New file.
52509
52510 2011-01-27  Petr Baudis  <pasky@suse.cz>
52511             Ulrich Drepper  <drepper@gmail.com>
52512
52513         [BZ 12445]#
52514         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52515         to extend_alloca().
52516         * stdio-common/bug23.c: New file.
52517         * stdio-common/Makefile (tests): Add bug23.
52518
52519 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52520             Ulrich Drepper  <drepper@gmail.com>
52521
52522         [BZ #12489]
52523         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52524         before performing relro protection.  At old place add assertion
52525         to make sure nothing changed.
52526
52527 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52528             Glauber de Oliveira Costa  <glommer@gmail.com>
52529
52530         * elf/elf.h: Add new ARM TLS relocs.
52531
52532 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52533
52534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52535         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52536         cast from r3.
52537         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52538         'tests' variable.
52539         * sysdeps/wordsize-64/tst-writev.c: New file.
52540
52541 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52542
52543         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52544         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52545         insns in _dl_start to prevent a TOC reference before relocs are
52546         resolved.
52547
52548 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52549
52550         [BZ #12469]
52551         * Makeconfig: Remove RANLIB definition.
52552         * Makerules: Don't use RANLIB.
52553         * aclocal.m4: Remove ranlib test.
52554         * configure.in: No need to check for ranlib.
52555         * elf/rtld-Rules: Don't use RANLIB.
52556
52557 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52558
52559         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52560         protection macro.
52561         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52562         inclusion protection macro.
52563
52564         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52565         SIGRTMIN and SIGRTMAX and print information in that case only when
52566         SIGRTMIN is defined.
52567
52568 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52569
52570         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52571         arginfo fn returning -1.
52572
52573         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52574         and thousands string is zero terminated.
52575
52576 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52577
52578         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52579         sysdeps/unix/sysv/linux/bits/socket.h.
52580
52581 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52582
52583         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52584         (__CPU_COUNT): Remove old macros.
52585         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52586         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52587         (__CPU_ALLOC, __CPU_FREE): Add macros.
52588         (__sched_cpualloc, __sched_cpufree): Add declarations.
52589
52590 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52591
52592         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52593         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52594         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52595         (readdhstai): Return value of addhstaiX call.
52596         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52597         (addgrbyX): Return value returned by cache_addgr.
52598         (readdgrbyname): Return value returned by addgrbyX.
52599         (readdgrbygid): Likewise.
52600         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52601         (addpwbyX): Return value returned by cache_addpw.
52602         (readdpwbyname): Return value returned by addhstbyX.
52603         (readdpwbyuid): Likewise.
52604         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52605         (addservbyX): Return value returned by cache_addserv.
52606         (readdservbyname): Return value returned by addservbyX:
52607         (readdservbyport): Likewise.
52608         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52609         (addhstbyX): Return value returned by cache_addhst.
52610         (readdhstbyname): Return value returned by addhstbyX.
52611         (readdhstbyaddr): Likewise.
52612         (readdhstbynamev6): Likewise.
52613         (readdhstbyaddrv6): Likewise.
52614         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52615         (readdinitgroups): Return value returned by addinitgroupsX.
52616         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52617         (prune_cache): Keep track of timeout value of re-added entries.
52618         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52619         * nscd/nscd.h: Adjust prototypes of readd* functions.
52620
52621 2011-02-04  Roland McGrath  <roland@redhat.com>
52622
52623         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52624         (nis_stats): Likewise.
52625         * nis/nis_modify.c (nis_modify): Likewise.
52626         * nis/nis_remove.c (nis_remove): Likewise.
52627         * nis/nis_add.c (nis_add): Likewise.
52628
52629         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52630
52631         * posix/fnmatch_loop.c: Add some consts.
52632
52633         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52634
52635 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52636
52637         [BZ #12460]
52638         * config.make.in (config-cflags-novzeroupper): Define.
52639         * configure.in: Substitute libc_cv_cc_novzeroupper.
52640         * elf/Makefile (AVX-CFLAGS): Define.
52641         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52642         (CFLAGS-tst-auditmod4a.c): Likewise.
52643         (CFLAGS-tst-auditmod4b.c): Likewise.
52644         (CFLAGS-tst-auditmod6b.c): Likewise.
52645         (CFLAGS-tst-auditmod6c.c): Likewise.
52646         (CFLAGS-tst-auditmod7b.c): Likewise.
52647         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52648
52649 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52650
52651         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52652         function to the callback.
52653         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52654
52655 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52656
52657         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52658         of errno.
52659
52660 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52661
52662         [BZ #11724]
52663         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52664         of constructors.
52665         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52666         of destructors.
52667         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52668
52669         [BZ #11724]
52670         * elf/Makefile: Add rules to build and run new test.
52671         * elf/tst-initorder.c: New file.
52672         * elf/tst-initorder.exp: New file.
52673         * elf/tst-initordera1.c: New file.
52674         * elf/tst-initordera2.c: New file.
52675         * elf/tst-initordera3.c: New file.
52676         * elf/tst-initordera4.c: New file.
52677         * elf/tst-initorderb1.c: New file.
52678         * elf/tst-initorderb2.c: New file.
52679         * elf/tst-order-a1.c: New file.
52680         * elf/tst-order-a2.c: New file.
52681         * elf/tst-order-a3.c: New file.
52682         * elf/tst-order-a4.c: New file.
52683         * elf/tst-order-b1.c: New file.
52684         * elf/tst-order-b2.c: New file.
52685         * elf/tst-order-main.c: New file.
52686         New test case by George Gensure <werkt0@gmail.com>.
52687
52688 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52689
52690         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52691         decoding ACE if AI_CANONIDN.
52692
52693 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52694
52695         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52696
52697 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52698
52699         * version.h (RELEASE): Bump for 2.13 release.
52700         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52701
52702         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52703
52704         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52705         MADV_NOHUGEPAGE.
52706         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52707         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52708         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52709         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52710         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52711         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52712
52713         * posix/getconf.c: Update copyright year.
52714         * catgets/gencat.c: Likewise.
52715         * csu/version.c: Likewise.
52716         * debug/catchsegv.sh: Likewise.
52717         * debug/xtrace.sh: Likewise.
52718         * elf/ldconfig.c: Likewise.
52719         * elf/ldd.bash.in: Likewise.
52720         * elf/sprof.c (print_version): Likewise.
52721         * iconv/iconv_prog.c: Likewise.
52722         * iconv/iconvconfig.c: Likewise.
52723         * locale/programs/locale.c: Likewise.
52724         * locale/programs/localedef.c: Likewise.
52725         * malloc/memusage.sh: Likewise.
52726         * malloc/mtrace.pl: Likewise.
52727         * nscd/nscd.c (print_version): Likewise.
52728         * nss/getent.c: Likewise.
52729
52730         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52731         PF_CAIF, and PF_ALG.
52732         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52733
52734 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52735
52736         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52737         (modules-names): Use them.
52738         (ifunc-test-modules, ifunc-pie-tests): Define.
52739         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52740         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52741         (test-extras): Likewise.
52742         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52743         $(compile-command.c).
52744         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52745         (all-built-dso): Define.
52746         (check-textrel.out, check-execstack.out): Depend on it.
52747
52748         * configure.in: Don't override --enable-multi-arch.
52749
52750 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52751
52752         [BZ #6812]
52753         * nscd/hstcache.c (tryagain): Define.
52754         (cache_addhst): Return tryagain not notfound for temporary errors.
52755         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52756         failed.
52757
52758 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52759
52760         [BZ #10563]
52761         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52762         to make the syscall.
52763         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52764
52765         [BZ #12378]
52766         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52767         and fall back to matching as normal character if the string ends before
52768         the matching ']' is found.  This is what POSIX requires.
52769         * posix/testfnm.c: Adjust test result.
52770         * posix/globtest.sh: Adjust test result.  Add new test.
52771         * posix/tst-fnmatch.input: Likewise.
52772         * posix/tst-fnmatch2.c: Add new test.
52773
52774 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52775
52776         * elf/Makefile (check-execstack): Revert last change.  Depend on
52777         check-execstack.h.
52778         (check-execstack.h): New target.
52779         (generated): Add check-execstack.h.
52780         * elf/check-execstack.c: Include "check-execstack.h".
52781         (main): Revert last change.
52782         (handle_file): Return zero if GNU_STACK is absent and
52783         DEFAULT_STACK_PERMS doesn't include PF_X.
52784
52785 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52786
52787         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52788         in child fails because the descriptor is already closed.
52789         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52790         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52791         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52792
52793         [BZ #12397]
52794         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52795         syscall.
52796
52797         [BZ #10484]
52798         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52799         temporary buffer used to handle multi lookups locally.
52800         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52801
52802 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52803
52804         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52805         loader is ld.so.
52806
52807 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52808
52809         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52810         alignment for SSE2.
52811
52812 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52813
52814         [BZ #12394]
52815         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52816         characters.  When rounding increased number of integer digits recompute
52817         number of groups.
52818         * stdio-common/tst-grouping.c: New file.
52819         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52820
52821 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52822
52823         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52824         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52825
52826         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52827         void.
52828         * bits/select.h: Likewise.
52829
52830 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52831
52832         * po/ja.po: Update from translation team.
52833
52834 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52835
52836         [BZ #11155]
52837         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52838         implementation just like for lxstat, fxstatat, et al.
52839
52840 2010-12-27  Jim Meyering  <meyering@redhat.com>
52841
52842         [BZ #12348]
52843         * posix/regexec.c (build_trtable): Return failure indication upon
52844         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52845
52846 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52847
52848         [BZ #12201]
52849         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52850         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52851         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52852         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52853
52854         [BZ #12207]
52855         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52856
52857         [BZ #12204]
52858         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52859         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52860
52861 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52862
52863         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52864         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52865         script has SORT_BY_INIT_PRIORITY.
52866         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52867         NO_CTORS_DTORS_SECTIONS is defined.
52868         * elf/soinit.c: Likewise.
52869         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52870         NO_CTORS_DTORS_SECTIONS is defined.
52871         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52872         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52873         * sysdeps/sh/init-first.c: Likewise.
52874         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52875
52876 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52877
52878         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52879         always use the slow path.
52880
52881 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52882
52883         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52884         similar rule which adds the sysdep directories to the header search in
52885         order to pick up the correct platform stackinfo.h.
52886         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52887         perform test if it is, otherwise return successfully without testing.
52888         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52889         DEFAULT_STACK_PERMS define in stackinfo.h.
52890         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52891         defined in stackinfo.h.
52892         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52893         DEFAULT_STACK_PERMS defined in stackinfo.h.
52894         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52895         * sysdeps/ia64/stackinfo.h: Likewise.
52896         * sysdeps/s390/stackinfo.h: Likewise.
52897         * sysdeps/sh/stackinfo.h: Likewise.
52898         * sysdeps/sparc/stackinfo.h: Likewise.
52899         * sysdeps/x86_64/stackinfo.h: Likewise.
52900         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52901         PF_X for powerpc64.  Retain PF_X for powerpc32.
52902
52903 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52904
52905         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52906         accurately.
52907         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52908         GETDENTS_64BIT_ALIGNED.
52909
52910 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52911
52912         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52913
52914 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52915
52916         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52917         _GNU_SOURCE.
52918
52919         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52920         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52921         Remove __restrict.
52922         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52923         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52924
52925 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52926
52927         [BZ #11655]
52928         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52929         are initialized.
52930
52931 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52932
52933         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52934
52935 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52936
52937         * po/it.po: Update from translation team.
52938
52939 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52940
52941         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52942         unused codes.
52943
52944 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52945
52946         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52947
52948 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52949
52950         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52951         specially.
52952         (gaih_getanswer_slice): Likewise.
52953
52954 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52955
52956         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52957
52958 2010-05-31  Petr Baudis  <pasky@suse.cz>
52959
52960         [BZ #11149]
52961         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52962         silently even in the chroot mode.
52963
52964 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52965
52966         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52967         last patch a bit.  Pretty printing
52968
52969 2010-05-31  Petr Baudis <pasky@suse.cz>
52970
52971         [BZ #10085]
52972         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52973         initialization of skip_initgroups_dyn.
52974
52975 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52976
52977         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52978         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52979
52980 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52981
52982         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52983
52984 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52985
52986         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52987         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52988         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52989         ($(objpfx)tst-fnmatch-mem): New rule.
52990         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52991         * posix/tst-fnmatch.c (main): Call mtrace.
52992
52993 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52994
52995         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52996         Support Intel processor model 6 and model 0x2c.
52997
52998 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52999
53000         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53001           signed comparison.
53002
53003 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53004
53005         [BZ #12205]
53006         * string/test-strncasecmp.c (check_result): New function.
53007         (do_one_test): Use it.
53008         (check1): New function.
53009         (test_main): Use it.
53010         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53011         Support strcasecmp and strncasecmp.
53012
53013 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53014
53015         [BZ #12194]
53016         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53017         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53018
53019 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53020
53021         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53022         IFUNC support.
53023         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53024         memset-x86-64.
53025         * sysdeps/x86_64/multiarch/bzero.S: New file.
53026         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53027         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53028         * sysdeps/x86_64/multiarch/memset.S: New file.
53029         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53030         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53031         Set bit_Prefer_SSE_for_memop for Intel processors.
53032         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53033         Define.
53034         (index_Prefer_SSE_for_memop): Define.
53035         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53036
53037 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53038
53039         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53040         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53041
53042 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53043
53044         [BZ #12191]
53045         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53046         (__x86_64_raw_data_cache_size_half): Likewise.
53047         (__x86_64_raw_shared_cache_size): Likewise.
53048         (__x86_64_raw_shared_cache_size_half): Likewise.
53049
53050         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53051         (__x86_64_raw_data_cache_size_half): Likewise.
53052         (__x86_64_raw_shared_cache_size): Likewise.
53053         (__x86_64_raw_shared_cache_size_half): Likewise.
53054         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53055         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53056         and __x86_64_raw_shared_cache_size_half.  Round
53057         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53058         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53059         to multiple of 256 bytes.
53060
53061 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53062
53063         [BZ #12167]
53064         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53065         of inacessible symlinks.  Verify result of symlink before returning it.
53066         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53067         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53068
53069 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53070
53071         * math/math.h (isinf): Fix typo in comment.
53072
53073 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53074
53075         * po/da.po: Update from translation team.
53076
53077 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53078
53079         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53080         is added to the list.
53081
53082 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53083             Ulrich Drepper  <drepper@gmail.com>
53084
53085         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53086         the global list here.  Move code to...
53087         (_dl_add_to_namespace_list): ...here.  New function.
53088         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53089         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53090         * elf/dl-load.c (lose): Don't remove the element from the list.
53091         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53092         (_dl_map_object): Likewise.
53093
53094 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53095
53096         [BZ #12159]
53097         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53098         into all bytes of SSE register.
53099         Patch by Richard Li <richardpku@gmail.com>.
53100
53101 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53102
53103         [BZ #12140]
53104         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53105         perturbing.
53106
53107 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53108
53109         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53110         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53111         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53112         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53114         submachine.
53115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53116
53117 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53118
53119         * include/dlfcn.h (__RTLD_SECURE): Define.
53120         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53121         mode & __RTLD_SECURE instead.
53122         (open_path): Rename preloaded parameter to secure.
53123         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53124         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53125         * elf/dl-deps.c (openaux): Likewise.
53126         * elf/rtld.c (struct map_args): Remove is_preloaded.
53127         (map_doit): Don't use it.
53128         (dl_main): Likewise.
53129         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53130         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53131
53132 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53133
53134         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53135         (sysd-rules-targets): Remove duplicates.
53136         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53137         rtld-%.$o dependency.
53138
53139 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53140
53141         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53142         _dl_map_object do it.
53143
53144 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53145
53146         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53147         fast fma builtins, define the macros in the C99 standard.
53148         (FP_FAST_FMAF): Likewise.
53149         (FP_FAST_FMAL): Likewise.
53150         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53151
53152         * bits/mathdef.h: Update copyright year.
53153         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53154
53155 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53156
53157         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53158         builtins, define the macros in the C99 standard.
53159         (FP_FAST_FMAF): Likewise.
53160         (FP_FAST_FMAL): Likewise.
53161         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53162         multiply/add.
53163         (FP_FAST_FMAF): Likewise.
53164
53165 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53166
53167         [BZ #3268]
53168         * math/libm-test.inc (fma_test): Some new testcases.
53169         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53170         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53171         y and infinite z.  Do multiplication by C already in long double.
53172         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53173         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53174         y and infinite z.  Do bitwise or of inexact bit into u.d.
53175         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53176         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53177         * sysdeps/i386/fpu/s_fma.S: Removed.
53178         * sysdeps/i386/fpu/s_fmal.S: Removed.
53179
53180 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53181
53182         [BZ #3268]
53183         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53184         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53185         computation is not scheduled after fetestexcept.  Fix value
53186         of minimum denormal long double.
53187
53188 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53189
53190         [BZ #3268]
53191         * math/libm-test.inc (fma_test): Add some more tests.
53192         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53193         correctly.
53194
53195 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53196
53197         * scripts/data/localplt-s390-linux-gnu.data: New file.
53198         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53199
53200 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53201
53202         [BZ #3268]
53203         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53204         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53205         instead of dbl-64.
53206         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53207         inlines.
53208         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53209         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53210         if one of x and y is very large and the other is subnormal.
53211         * sysdeps/s390/fpu/s_fmaf.c: New file.
53212         * sysdeps/s390/fpu/s_fma.c: New file.
53213         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53214         * sysdeps/powerpc/fpu/s_fma.S: New file.
53215         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53216         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53217         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53218
53219 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53220
53221         [BZ #3268]
53222         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53223         fma tests.
53224         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53225         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53226         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53227         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53228         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53229         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53230         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53231
53232 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53233
53234         [BZ #12078]
53235         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53236         * posix/bug-regex31.input: Add test case.
53237
53238 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53239
53240         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53241         * posix/bug-regex31.input: New file.
53242
53243         [BZ #12078]
53244         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53245         (parse_sub_exp): Fix last change, use postorder.
53246
53247         * posix/bug-regex31.c: New file.
53248         * posix/Makefile: Add rules to build and run bug-regex31.
53249
53250         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53251
53252         [BZ #12078]
53253         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53254
53255         [BZ #12108]
53256         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53257         to have entries in sys_siglist.
53258
53259         [BZ #12093]
53260         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53261         be NULL.
53262
53263 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53264
53265         [BZ #3268]
53266         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53267         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53268         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53269         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53270         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53271         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53272         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53273         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53274         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53275         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53276         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53277         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53278         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53279         * math/ftestexcept.c (fetestexcept): Likewise.
53280         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53281         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53282         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53283         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53284         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53285         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53286         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53287
53288 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53289
53290         [BZ #12107]
53291         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53292         newline.
53293
53294 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53295
53296         * string/bug-strstr1.c: New file.
53297         * string/Makefile: Add rules to build and run bug-strstr1.
53298
53299 2010-10-05  Eric Blake  <eblake@redhat.com>
53300
53301         [BZ #12092]
53302         * string/str-two-way.h (two_way_long_needle): Always clear memory
53303         when skipping input due to the shift table.
53304
53305 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53306
53307         [BZ #12005]
53308         * malloc/mcheck.c: Handle large requests.
53309
53310         [BZ #12077]
53311         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53312         for strncmp and strncasecmp.
53313         * string/stratcliff.c: Add tests for strcmp and strncmp.
53314         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53315
53316 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53317
53318         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53319         __set_fpscr.
53320
53321 2010-09-30  Andreas Jaeger  <aj@suse.de>
53322
53323         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53324         (CGROUP_SUPER_MAGIC): Define.
53325         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53326         Handle btrfs and cgroup file systems.
53327         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53328         Likewise.
53329
53330 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53331
53332         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53333         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53334
53335 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53336
53337         [BZ #12067]
53338         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53339         trying to locate the ELF header.
53340
53341 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53342
53343         [BZ #11611]
53344         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53345         Mask out sign-bit copies when constructing f_fsid.
53346
53347 2010-09-24  Petr Baudis <pasky@suse.cz>
53348
53349         * debug/stack_chk_fail_local.c: Add missing licence exception.
53350         * debug/warning-nop.c: Likewise.
53351
53352 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53353
53354         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53355         implementing getdents64 using getdents syscall, set d_type if
53356         __ASSUME_GETDENTS32_D_TYPE.
53357
53358 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53359
53360         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53361         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53362
53363 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53364
53365         [BZ #12037]
53366         * posix/unistd.h: Undo change of feature selection for ftruncate from
53367         2010-01-11.
53368
53369 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53370
53371         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53372         detection.
53373
53374 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53375
53376         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53377         fanotify_mark.
53378         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53379
53380 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53381
53382         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53383         variables after CHECK_SP call.
53384         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53385
53386 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53387             Ulrich Drepper  <drepper@redhat.com>
53388
53389         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53390         re-relocationg ld.so.
53391         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53392         _dl_init_paths call.
53393         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53394         here anymore.
53395
53396 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53397
53398         * resolv/res_init.c (__res_vinit): Count the default server we added.
53399
53400 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53401             Ulrich Drepper  <drepper@redhat.com>
53402
53403         [BZ #11968]
53404         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53405         (____longjmp_chk): Use %ebx for saving value across system call.
53406         Add unwind info.
53407
53408 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53409
53410         * manual/Makefile: Don't mix pattern rules with normal rules.
53411
53412 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53413
53414         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53415         operation.
53416         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53417         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53418         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53419         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53420         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53421         Likewise.
53422
53423 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53424
53425         [BZ #11979]
53426         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53427         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53428
53429 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53430
53431         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53432         * sysdeps/x86_64/addmul_1.S: Likewise.
53433         * sysdeps/x86_64/lshift.S: Likewise.
53434         * sysdeps/x86_64/mul_1.S: Likewise.
53435         * sysdeps/x86_64/rshift.S: Likewise.
53436         * sysdeps/x86_64/sub_n.S: Likewise.
53437         * sysdeps/x86_64/submul_1.S: Likewise.
53438
53439 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53440
53441         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53442         Define __sched_param instead of SCHED_* and sched_param when
53443         <bits/sched.h> is included with __need_schedparam defined.
53444         * bits/sched.h [__need_schedparam]
53445         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53446         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53447         (__defined_schedparam): Define to 1.
53448         (__sched_param): New structure, identical to sched_param.
53449         (__need_schedparam): Undefine.
53450
53451 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53452
53453         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53454         (epoll_create1): Declare.
53455
53456         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53457
53458 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53459
53460         [BZ #7066]
53461         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53462         shifting retval into place.
53463
53464 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53465
53466         * nis/rpcsvc/nis.h: Update copyright notice.
53467         * nis/rpcsvc/nis.x: Likewise.
53468         * nis/rpcsvc/nis_callback.h: Likewise.
53469         * nis/rpcsvc/nis_callback.x: Likewise.
53470         * nis/rpcsvc/nis_object.x: Likewise.
53471         * nis/rpcsvc/nis_tags.h: Likewise.
53472         * nis/rpcsvc/yp.h: Likewise.
53473         * nis/rpcsvc/yp.x: Likewise.
53474         * nis/rpcsvc/ypupd.h: Likewise.
53475         * nis/yp_xdr.c: Likewise.
53476         * nis/ypupdate_xdr.c: Likewise.
53477
53478         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53479         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53480         (pmap_getport): Use __libc_rpc_getport.
53481         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53482         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53483         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53484
53485 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53486
53487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53488         fanotify_mark.
53489
53490 2010-08-27  Roland McGrath  <roland@redhat.com>
53491
53492         * sysdeps/i386/i686/multiarch/Makefile
53493         (CFLAGS-varshift.c): New variable.
53494
53495 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53496
53497         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53498         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53499
53500         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53501
53502         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53503
53504 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53505
53506         * sysdeps/x86_64/strlen.S: Unroll the loop.
53507         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53508         strlen-sse2 strlen-sse2-bsf.
53509         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53510         __strlen_no_bsf if bit_Slow_BSF is set.
53511         (__strlen_sse42): Removed.
53512         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53513         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53514
53515 2010-08-25  Roland McGrath  <roland@redhat.com>
53516
53517         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53518         * sysdeps/x86_64/multiarch/varshift.c: New file.
53519         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53520         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53521         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53522         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53523
53524 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53525
53526         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53527         strlen-sse2 strlen-sse2-bsf.
53528         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53529         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53530         (__strlen_sse2): Removed.
53531         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53532         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53533         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53534         bit_Slow_BSF for Atom.
53535         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53536         (index_Slow_BSF): Define.
53537         (HAS_SLOW_BSF): Define.
53538
53539 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53540
53541         [BZ #10851]
53542         * resolv/res_init.c (__res_vinit): When no server address at all
53543         is given default to loopback.
53544
53545 2010-08-24  Roland McGrath  <roland@redhat.com>
53546
53547         * configure.in: Remove config-name.h generation.
53548         * configure: Regenerated.
53549         * config-name.in: File removed.
53550         * scripts/config-uname.sh: New file.
53551         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53552         ($(objdir)config-name.h): New target.
53553
53554         * sunrpc/rpc_parse.h: Avoid nested comment.
53555
53556 2010-08-24  Richard Henderson  <rth@redhat.com>
53557             Ulrich Drepper  <drepper@redhat.com>
53558             H.J. Lu  <hongjiu.lu@intel.com>
53559
53560         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53561         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53562         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53563         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53564         _mm_alignr_epi8 with _mm_loadu_si128.
53565         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53566         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53567         (__m128i_shift_right): Removed.
53568         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53569         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53570         * sysdeps/x86_64/multiarch/varshift.h: New file.
53571         * sysdeps/x86_64/multiarch/varshift.S: New file.
53572
53573 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53574
53575         * configure.in: Move assembler checks to before sysdep dir checking.
53576
53577 2010-08-20  Petr Baudis  <pasky@suse.cz>
53578
53579         * LICENSES: Sync the sunrpc license.
53580
53581 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53582
53583         * sunrpc/auth_des.c: Update copyright notice once again.
53584         * sunrpc/auth_none.c: Likewise.
53585         * sunrpc/auth_unix.c: Likewise.
53586         * sunrpc/authdes_prot.c: Likewise.
53587         * sunrpc/authuxprot.c: Likewise.
53588         * sunrpc/bindrsvprt.c: Likewise.
53589         * sunrpc/clnt_gen.c: Likewise.
53590         * sunrpc/clnt_perr.c: Likewise.
53591         * sunrpc/clnt_raw.c: Likewise.
53592         * sunrpc/clnt_simp.c: Likewise.
53593         * sunrpc/clnt_tcp.c: Likewise.
53594         * sunrpc/clnt_udp.c: Likewise.
53595         * sunrpc/clnt_unix.c: Likewise.
53596         * sunrpc/des_crypt.c: Likewise.
53597         * sunrpc/des_soft.c: Likewise.
53598         * sunrpc/get_myaddr.c: Likewise.
53599         * sunrpc/getrpcport.c: Likewise.
53600         * sunrpc/key_call.c: Likewise.
53601         * sunrpc/key_prot.c: Likewise.
53602         * sunrpc/openchild.c: Likewise.
53603         * sunrpc/pm_getmaps.c: Likewise.
53604         * sunrpc/pm_getport.c: Likewise.
53605         * sunrpc/pmap_clnt.c: Likewise.
53606         * sunrpc/pmap_prot.c: Likewise.
53607         * sunrpc/pmap_prot2.c: Likewise.
53608         * sunrpc/pmap_rmt.c: Likewise.
53609         * sunrpc/rpc/auth.h: Likewise.
53610         * sunrpc/rpc/auth_unix.h: Likewise.
53611         * sunrpc/rpc/clnt.h: Likewise.
53612         * sunrpc/rpc/des_crypt.h: Likewise.
53613         * sunrpc/rpc/key_prot.h: Likewise.
53614         * sunrpc/rpc/netdb.h: Likewise.
53615         * sunrpc/rpc/pmap_clnt.h: Likewise.
53616         * sunrpc/rpc/pmap_prot.h: Likewise.
53617         * sunrpc/rpc/pmap_rmt.h: Likewise.
53618         * sunrpc/rpc/rpc.h: Likewise.
53619         * sunrpc/rpc/rpc_des.h: Likewise.
53620         * sunrpc/rpc/rpc_msg.h: Likewise.
53621         * sunrpc/rpc/svc.h: Likewise.
53622         * sunrpc/rpc/svc_auth.h: Likewise.
53623         * sunrpc/rpc/types.h: Likewise.
53624         * sunrpc/rpc/xdr.h: Likewise.
53625         * sunrpc/rpc_clntout.c: Likewise.
53626         * sunrpc/rpc_cmsg.c: Likewise.
53627         * sunrpc/rpc_common.c: Likewise.
53628         * sunrpc/rpc_cout.c: Likewise.
53629         * sunrpc/rpc_dtable.c: Likewise.
53630         * sunrpc/rpc_hout.c: Likewise.
53631         * sunrpc/rpc_main.c: Likewise.
53632         * sunrpc/rpc_parse.c: Likewise.
53633         * sunrpc/rpc_parse.h: Likewise.
53634         * sunrpc/rpc_prot.c: Likewise.
53635         * sunrpc/rpc_sample.c: Likewise.
53636         * sunrpc/rpc_scan.c: Likewise.
53637         * sunrpc/rpc_scan.h: Likewise.
53638         * sunrpc/rpc_svcout.c: Likewise.
53639         * sunrpc/rpc_tblout.c: Likewise.
53640         * sunrpc/rpc_util.c: Likewise.
53641         * sunrpc/rpc_util.h: Likewise.
53642         * sunrpc/rpcinfo.c: Likewise.
53643         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53644         * sunrpc/rpcsvc/key_prot.x: Likewise.
53645         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53646         * sunrpc/rpcsvc/mount.x: Likewise.
53647         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53648         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53649         * sunrpc/rpcsvc/rex.x: Likewise.
53650         * sunrpc/rpcsvc/rstat.x: Likewise.
53651         * sunrpc/rpcsvc/rusers.x: Likewise.
53652         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53653         * sunrpc/rpcsvc/spray.x: Likewise.
53654         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53655         * sunrpc/rtime.c: Likewise.
53656         * sunrpc/svc.c: Likewise.
53657         * sunrpc/svc_auth.c: Likewise.
53658         * sunrpc/svc_authux.c: Likewise.
53659         * sunrpc/svc_raw.c: Likewise.
53660         * sunrpc/svc_run.c: Likewise.
53661         * sunrpc/svc_simple.c: Likewise.
53662         * sunrpc/svc_tcp.c: Likewise.
53663         * sunrpc/svc_udp.c: Likewise.
53664         * sunrpc/svc_unix.c: Likewise.
53665         * sunrpc/svcauth_des.c: Likewise.
53666         * sunrpc/xcrypt.c: Likewise.
53667         * sunrpc/xdr.c: Likewise.
53668         * sunrpc/xdr_array.c: Likewise.
53669         * sunrpc/xdr_float.c: Likewise.
53670         * sunrpc/xdr_mem.c: Likewise.
53671         * sunrpc/xdr_rec.c: Likewise.
53672         * sunrpc/xdr_ref.c: Likewise.
53673         * sunrpc/xdr_sizeof.c: Likewise.
53674         * sunrpc/xdr_stdio.c: Likewise.
53675
53676         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53677         handling.
53678
53679 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53680
53681         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53682
53683 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53684
53685         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53686         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53687         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53688         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53689         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53690         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53691         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53692         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53693         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53694         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53695         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53696         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53697         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53698         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53699
53700 2010-07-26  Anton Blanchard  <anton@samba.org>
53701
53702         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53703         * malloc/arena.c (heap_trim): Likewise.
53704
53705 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53706
53707         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53708         here.  Not...
53709         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53710         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53711
53712 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53713
53714         * sysdeps/i386/elf/Makefile: New file.
53715
53716 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53717
53718         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53719         from fanotify_init.
53720         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53721         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53722
53723 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53724
53725         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53726         of strncasecmp_l.
53727         * sysdeps/multiarch/strcmp.S: Likewise.
53728
53729 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53730
53731         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53732         strncase_l-nonascii.
53733         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53734         Add strncase_l-ssse3.
53735         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53736         * sysdeps/x86_64/strcmp.S: Likewise.
53737         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53738         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53739         * sysdeps/x86_64/strncase.S: New file.
53740         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53741         * sysdeps/x86_64/strncase_l.S: New file.
53742         * string/Makefile (strop-tests): Add strncasecmp.
53743         * string/test-strncasecmp.c: New file.
53744
53745         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53746         warning.
53747
53748         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53749         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53750
53751 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53752
53753         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53754
53755 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53756
53757         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53758         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53759         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53760
53761 2010-05-01  Alan Modra  <amodra@gmail.com>
53762
53763         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53764         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53765         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53766         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53767         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53768         tidying.  Don't tail-call __sigjmp_save for static lib.
53769         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53770         save location.
53771         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53772         (CALL_MCOUNT): Add eh info, and nop after bl.
53773         (TAIL_CALL_SYSCALL_ERROR): New macro.
53774         (PSEUDO_RET): Use it.
53775         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53776         Correct save location of integer regs and cr.
53777         (_dl_profile_resolve): Correct cr save location.  Delete nops
53778         after bl when SHARED.  Reduce cfi size a little by better
53779         placement of cfi directives.
53780         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53781         make a stack frame.  Instead use parm save area as a temp.
53782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53783         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53785         Don't make a stack frame for parent, use parm save area.
53786         Increase child stack frame to 112 bytes.  Don't save unused reg,
53787         and adjust reg usage.  Set up cfi on error recovery and
53788         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53790         (__makecontext): Add dummy nop after jump to exit.
53791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53792         Use correct parm save area and cr save, reduce stack frame.
53793         Correct cfi for possible PSEUDO_RET frame setup.
53794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53795         Branch to local label emitted by PSEUDO_RET rather than
53796         __syscall_error.
53797
53798 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53799
53800         [BZ #11904]
53801         * locale/programs/locale.c (print_assignment): New function.
53802         (show_locale_vars): Use it.
53803
53804 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53805
53806         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53807         field.
53808         (struct statfs64): Likewise.
53809         (_STATFS_F_FLAGS): Define.
53810         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53811         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53812         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53813         (ST_VALID): Define locally.
53814         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53815         __statvfs_getflags, use the provided value.
53816         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53817         __ASSUME_STATFS_F_FLAGS.
53818
53819         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53820
53821         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53822         Add sys/fanotify.h.
53823         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53824         fanotify_mask for GLIBC_2.13.
53825         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53826         fanotify_init and fanotify_mark.
53827         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53828         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53829
53830         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53831         Add prlimit.
53832         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53833         prlimit64 for GLIBC_2.13.
53834         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53835         prlimit64.
53836         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53837         syscall.
53838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53839         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53840         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53841         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53842         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53843         add prlimit alias.
53844         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53845
53846         [BZ #11903]
53847         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53848         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53849
53850         * nss/Makefile: Add rules to build and run tst-nss-test1.
53851         * shlib-versions: Add entry for libnss_test1.
53852         * nss/nss_test1.c: New file.
53853         * nss/tst-nss-test1.c: New file.
53854
53855         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53856         (__nss_configure_lookup): Set appropriate entry in
53857         __nss_configure_lookup to true.
53858         * nss/nsswitch.h: Define enum with indeces of databases in
53859         databases and __nss_database_custom arrays.  Declare
53860         __nss_database_custom.
53861         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53862         to avoid using nscd when custom rules are installed.
53863         * nss/getXXbyYY_r.c: Likewise.
53864         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53865
53866         * nss/nss_files/files-parse.c: Whitespace fixes.
53867
53868 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53869
53870         [BZ #11883]
53871         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53872         * posix/fnmatch_loop.c: Likewise.
53873
53874 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53875
53876         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53877         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53878         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53879         * Versions.def [GLIBC_2.13]: Add.
53880
53881 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53882
53883         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53884         Also fail if tpwd after pwuid call is NULL.
53885
53886 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53887
53888         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53889         when converting to ms.
53890
53891 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53892
53893         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53894         EOPNOTSUPP errors with ENOTTY.
53895         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53896         EOPNOTSUPP errors with ENOTTY.
53897
53898 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53899
53900         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53901         Add strcasecmp_l-ssse3.
53902         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53903         strcasecmp.
53904         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53905         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53906         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53907
53908 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53909
53910         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53911
53912         * string/Makefile (strop-tests): Add strcasecmp.
53913         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53914         strcasecmp_l-nonascii.
53915         (gen-as-const-headers): Add locale-defines.sym.
53916         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53917         * sysdeps/x86_64/strcasecmp.S: New file.
53918         * sysdeps/x86_64/strcasecmp_l.S: New file.
53919         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53920         * sysdeps/x86_64/locale-defines.sym: New file.
53921         * string/test-strcasecmp.c: New file.
53922
53923         * string/test-strcasestr.c: Test both ends of the range of characters.
53924         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53925
53926 2010-07-29  Roland McGrath  <roland@redhat.com>
53927
53928         [BZ #11856]
53929         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53930
53931 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53932
53933         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53934         for ld.so.
53935
53936 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53937
53938         * manual/memory.texi (Malloc Tunable Parameters): Document
53939         M_PERTURB.
53940
53941 2010-07-26  Roland McGrath  <roland@redhat.com>
53942
53943         [BZ #11840]
53944         * configure.in (-fgnu89-inline check): Set and substitute
53945         gnu89_inline, not libc_cv_gnu89_inline.
53946         * configure: Regenerated.
53947         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53948
53949 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53950
53951         * string/test-strnlen.c: New file.
53952         * string/Makefile (strop-tests): Add strnlen.
53953         * string/tester.c (test_strnlen): Add a few more test cases.
53954         * string/tst-strlen.c: Better error reporting.
53955
53956         * sysdeps/x86_64/strnlen.S: New file.
53957
53958 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53959
53960         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53961         lower-latency instructions.
53962
53963 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53964
53965         * string/test-strcasestr.c: New file.
53966         * string/test-strstr.c: New file.
53967         * string/Makefile (strop-tests): Add strstr and strcasestr.
53968         * string/str-two-way.h: Don't undefine MAX.
53969         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53970
53971 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53972
53973         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53974         strcasestr-nonascii.
53975         (CFLAGS-strcasestr-nonascii.c): Define.
53976         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53977         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53978         Remove unused attribute.
53979
53980 2010-07-20  Roland McGrath  <roland@redhat.com>
53981
53982         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53983         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53984         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53985         like LD_HWCAP_MASK can disable hwcaps.
53986
53987 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53988
53989         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53990
53991 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53992
53993         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53994         call in strcasestr.
53995         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53996         __strcasestr_sse42_nonascii.
53997         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53998         strcasestr-nonascii.c.
53999         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54000
54001 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54002
54003         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54004         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54005         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54006         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54007
54008 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54009
54010         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54011         fcntl.
54012
54013 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54014
54015         [BZ #11577]
54016         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54017         dl_signal_cerror.
54018
54019 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54020
54021         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54022         _PC_PIPE_BUF using F_GETPIPE_SZ.
54023
54024 2010-07-05  Roland McGrath  <roland@redhat.com>
54025
54026         * manual/arith.texi (Rounding Functions): Fix rint description
54027         implicit in round description.
54028
54029 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54030
54031         * elf/Makefile: Fix linking for a few tests to make recent linker
54032         happy.
54033
54034 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54035
54036         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54037         $(common-objpfx)libc_nonshared.a.
54038
54039 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54040
54041         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54042         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54043         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54044         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54045         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54046         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54047         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54048         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54063         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54064         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54065         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54066         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54067         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54068         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54069         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54070         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54071         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54072         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54073         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54074         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54089
54090 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54091
54092         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54093         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54094         * string/memmove.c (memmove): Renamed to ...
54095         (MEMMOVE): ...this.  Default to memmove.
54096         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54097         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54098         (END_CHK): Define.
54099         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54100         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54101         mempcpy-ssse3-back memmove-ssse3-back.
54102         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54103         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54104         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54105         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54106         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54107         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54108         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54109         * sysdeps/x86_64/multiarch/memmove.c: New file.
54110         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54111         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54112         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54113         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54114         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54115         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54116         Define.
54117         (index_Fast_Copy_Backward): Define.
54118         (HAS_ARCH_FEATURE): Define.
54119         (HAS_FAST_REP_STRING): Define.
54120         (HAS_FAST_COPY_BACKWARD): Define.
54121
54122 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54123
54124         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54125         Restore proper fallback handling.
54126
54127 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54128
54129         [BZ #11701]
54130         * posix/group_member.c (__group_member): Correct checking loop.
54131
54132         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54133         OOM in getpwuid_r correctly.  Return error number when the caller
54134         should return, otherwise -1.
54135         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54136         call returning > 0 value.
54137         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54138
54139 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54140
54141         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54142         libc_nonshared.a from targets in modules-names.
54143
54144 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54145
54146         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54147         requires it.
54148
54149 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54150
54151         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54152         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54153         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54154         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54155
54156 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54157
54158         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54159
54160 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54161
54162         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54163         and F_GETPIPE_SZ.
54164         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54165         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54166         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54167         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54168         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54169         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54170
54171 2010-06-14  Roland McGrath  <roland@redhat.com>
54172
54173         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54174
54175 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54176
54177         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54178         __REDIRECT followed by __THROW.
54179         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54180         * posix/getopt.h (getopt): Likewise.
54181
54182 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54183
54184         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54185         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54186         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54187         in AT_FLAGS.
54188         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54189         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54190
54191 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54192
54193         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54194
54195 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54196
54197         [BZ #11640]
54198         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54199         Properly check family and model.
54200
54201 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54202
54203         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54204
54205 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54206
54207         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54208
54209 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54210
54211         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54212         symbol reference.
54213
54214 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54215
54216         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54217         symbol reference.
54218
54219 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54220
54221         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54222         and internal_recvmmsg.
54223         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54224         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54225         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54226         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54227
54228         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54229         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54230         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54231
54232 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54233
54234         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54235
54236 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54237
54238         POWER7 optimizations.
54239         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54240         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54241
54242 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54243
54244         * version.h: Update for 2.13 development version.
54245
54246 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54247
54248         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54249         exceptions.  Return 0.
54250
54251 2010-05-07  Roland McGrath  <roland@redhat.com>
54252
54253         * elf/ldconfig.c (main): Add a const.
54254
54255 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54256
54257         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54258         (args_options): Add no-idn option.
54259         (ahosts_keys_int): Add idn_flags to ai_flags.
54260         (parse_option): Handle 'i' option to clear idn_flags.
54261
54262         * malloc/malloc.c (_int_free): Possible race in the most recently
54263         added check.  Only act on the data if no current modification
54264         happened.
54265
54266 See ChangeLog.17 for earlier changes.