2014-12-17 Steve Ellcey <sellcey@imgtec.com>
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2
3         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4
5 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
6
7         * stdio-common/bug-vfprintf-nargs.c (do_test):
8         Cast value to intptr_t to avoid format warning
9         for usage with PRIdPTR printing macro.
10
11 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
12
13         * libio/tst-widetext.c (do_test):
14         Use format type %td instead of %Zd for ptrdiff_t
15         in order to avoid format warning.
16
17 2014-12-17  Andreas Schwab  <schwab@suse.de>
18
19         * nscd/mem.c (gc): Add size_t cast to match printf format.
20
21 2014-12-16  Roland McGrath  <roland@hack.frob.com>
22
23         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
24         (init): Apply PTR_MANGLE to pointers before storing them.
25         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
26         before using them.
27
28 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
29
30         [BZ #17719]
31         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
32         define as weak alias of __memrchr.
33         (__memrchr): Do not define as strong alias of memrchr.
34         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
35         Remove variable.
36         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
37         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
38         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
39
40         [BZ #17717]
41         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
42         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
43         (if_indextoname): Rename to __if_indextoname and define as weak
44         alias of __if_indextoname.  Use libc_hidden_weak.
45         (if_freenameindex): Rename to __if_freenameindex and define as
46         weak alias of __if_freenameindex.
47         (if_nameindex): Rename to __if_nameindex and define as weak alias
48         of __if_nameindex.
49         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
50         __if_nametoindex and define as weak alias of __if_nametoindex.
51         Use libc_hidden_weak.
52         (if_freenameindex): Rename to __if_freenameindex and define as
53         weak alias of __if_freenameindex.
54         (if_nameindex): Rename to __if_nameindex and define as weak alias
55         of __if_nameindex.
56         (if_indextoname): Rename to __if_indextoname and define as weak
57         alias of __if_indextoname.  Use libc_hidden_weak.
58         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
59         __if_nametoindex and define as weak alias of __if_nametoindex.
60         Use libc_hidden_weak.
61         (if_freenameindex): Rename to __if_freenameindex and define as
62         weak alias of __if_freenameindex.  Use libc_hidden_weak.
63         (if_nameindex_netlink): Use __if_freenameindex instead of
64         if_freenameindex.
65         (if_nameindex): Rename to __if_nameindex and define as weak alias
66         of __if_nameindex.  Use libc_hidden_weak.
67         (if_indextoname): Rename to __if_indextoname and define as weak
68         alias of __if_indextoname.  Use libc_hidden_weak.
69         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
70         libc_hidden_proto.
71         [!_ISOMAC] (__if_freenameindex): Likewise.
72         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
73         if_nametoindex.
74         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
75         variable.
76         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
77         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
78         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
79         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
80         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
81         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
82         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
83
84         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
85         Remove variable.
86         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
87         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
88
89 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
90
91         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
92         subscript above bounds'
93
94         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
95         bounds.
96
97 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
98
99         * libio/tst-fopenloc.c: Use test-skeleton.c.
100
101         * stdlib/tst-bsearch.c: Use test-skeleton.c.
102         (entry): Rename to ITEM.
103         (do_test, comp): Adjust.
104
105         * stdio-common/tst-fseek.c: Use test-skeleton.c.
106
107 2014-12-16  Torvald Riegel  <triegel@redhat.com>
108
109         * string/tester.c: Include <libc-internal.h>.
110         (test_memset): Ignore -Wmemset-transposed-args.
111
112 2014-12-16  Torvald Riegel  <triegel@redhat.com>
113
114         * misc/tst-mntent2.c (do_test): Fix warning.
115
116 2014-12-16  Torvald Riegel  <triegel@redhat.com>
117
118         * elf/tst-unique4lib.cc(a): Mark as used.
119
120 2014-12-16  Florian Weimer  <fweimer@redhat.com>
121
122         [BZ #17630]
123         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
124         names.
125
126 2014-12-16  Allan McRae  <allan@archlinux.org>
127
128         * stdio-common/Makefile (tests): Re-add bug26.
129
130 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
131
132         [BZ #17657]
133         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
134         static array.
135
136 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
137
138         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
139         (__lll_lock_wait): Likewise.
140         (__lll_timedlock_wait): Likewise.
141         (__lll_timedwait_tid): Likewise.
142         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
143         (__lll_robust_timedlock_wait): Likewise.
144         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
145         (lll_cond_trylock): Likewise.
146         (__lll_lock): Likewise.
147         (__lll_robust_lock): Likewise.
148         (__lll_cond_lock): Likewise.
149         (lll_robust_cond_lock): Likewise.
150         (__lll_timedlock): Likewise.
151         (__lll_robust_timedlock): Likewise.
152         (__lll_unlock): Likewise.
153         (__lll_robust_unlock): Likewise.
154         (lll_wait_tid): Likewise.
155         (lll_timedwait_tid): Likewise.
156
157 2014-12-15  Torvald Riegel  <triegel@redhat.com>
158
159         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
160
161 2014-12-15  Torvald Riegel  <triegel@redhat.com>
162
163         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
164
165 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
166
167         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
168         * stdio-common/tst-sprintf.c: Likewise.
169
170 2014-12-15  Torvald Riegel  <triegel@redhat.com>
171
172         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
173
174 2014-12-15  Jeff Law  <law@redhat.com>
175
176         [BZ #16617]
177         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
178         on the heap.  (CVE-2012-3406)
179         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
180         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
181         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
182
183 2014-12-15  Will Newton  <will.newton@linaro.org>
184
185         * manual/install.texi: Bump required version of texinfo
186         to 4.7 from 4.5.
187         * INSTALL: Regenerated.
188         * configure.ac: Check for makeinfo version 4.7 and above.
189         * configure: Regenerated.
190
191 2014-12-12  Roland McGrath  <roland@hack.frob.com>
192
193         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
194         PREFIX, string constant to insert between directory and name.
195         * sysdeps/posix/shm_open.c: Update caller.
196         * sysdeps/posix/shm_unlink.c: Likewise.
197         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
198         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
199         (SEM_SHM_PREFIX): New macro.
200         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
201         [$(have-thread-library) = no].
202         * nptl/Makefile (libpthread-routines): Add shm-directory.
203         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
204         * sysdeps/nptl/shm-directory.h: New file.
205         * sysdeps/posix/shm-directory.c
206         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
207         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
208         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
209         INTERNAL_SYSCALL.
210         (__where_is_shmfs): Function removed.
211         (mountpoint, defaultmount, defaultdir, __namedsem_once):
212         Variables removed.
213         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
214         Use SHM_GET_NAME.
215         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
216
217         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
218         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
219         unconditional for use inside libpthread.
220         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
221
222 2014-12-12  Roland McGrath  <roland@hack.frob.com>
223
224         * nptl/pthread_getaffinity.c: New file.
225         * nptl/pthread_setaffinity.c: New file.
226         * nptl/pthread_getname.c: New file.
227         * nptl/pthread_setname.c: New file.
228
229         * nptl/pthread_create.c (START_THREAD_DEFN)
230         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
231
232 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
233             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
234
235         * resolv/res_send.c (send_vc): Disable warning resplen may
236         be used uninitialized.
237
238 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
239
240         * nptl/tst-mutex6.c
241         (ATTR_NULL): New define checks ATTR against NULL.
242         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
243         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
244
245 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
246
247         [BZ #17581]
248         * malloc/hooks.c
249         (mem2mem_check): Revert my previous change.
250         (malloc_check_get_size): Revert my previous change.
251         (mem2chunk_check): Revert my previous change.
252
253 2014-12-11  Roland McGrath  <roland@hack.frob.com>
254
255         * sysdeps/posix/shm-directory.c: New file.
256         * sysdeps/posix/shm-directory.h: New file.
257         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
258         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
259         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
260         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
261         Transmute EPERM to EACCES.
262         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
263         from ...
264         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
265         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
266
267 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
268
269         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
270         pointer and cast to uintptr_t.
271         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
272         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
273         Add cast to avoid warning.
274         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
275
276 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
277
278         * nptl/semaphore.h: Move to ...
279         * sysdeps/pthread/semaphore.h: ... here.
280         * Makefile (installed-headers): Change nptl/semaphore.h to
281         sysdeps/pthread/semaphore.h.
282
283 2014-12-11  Roland McGrath  <roland@hack.frob.com>
284
285         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
286         generated error format strings.
287
288         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
289         -Wformat-extra-args warnings for scanf formats.
290         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
291         test of zero-length format (duh).
292         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
293         corner-case scanf format test.
294         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
295         generated fprintf format string.
296         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
297         corner-case sprintf format tests.
298         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
299         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
300         -Wformat-extra-args warnings throughout.
301         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
302         (CFLAGS-scanf4.c): Likewise.
303         (CFLAGS-scanf7.c): Likewise.
304         (CFLAGS-tst-sprintf.c): Likewise.
305         (CFLAGS-tst-printf.c): Likewise.
306         (CFLAGS-tst-printfsz.c): Likewise.
307
308 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
309
310         * include/cpio.h: New file.
311         * include/fmtmsg.h: Likewise.
312
313         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
314         corresponding format argument to size_t.
315         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
316         arguments.
317         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
318         corresponding format argument to size_t.
319         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
320         arguments.
321         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
322         corresponding format argument to size_t.
323         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
324         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
325         (CFLAGS-tst-mbswcs2.c): Likewise.
326         (CFLAGS-tst-mbswcs3.c): Likewise.
327         (CFLAGS-tst-mbswcs4.c): Likewise.
328         (CFLAGS-tst-mbswcs5.c): Likewise.
329         (CFLAGS-tst-trans.c): Likewise
330
331 2014-12-11  Roland McGrath  <roland@hack.frob.com>
332
333         * posix/regexbug1.c (main): Use "%s" format with regerror results,
334         rather than assuming they won't contain any '%'s.
335
336 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
337
338         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
339         inhibit_loop_to_libcall to avoid recursive calls.
340         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
341         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
342
343 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
344
345         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
346         prototype.
347
348 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
349
350         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
351         integer value instead of boolean.
352
353 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
354
355         * malloc/malloc.c: Fix powerof2 check.
356
357 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
358
359         * locale/programs/locfile.h (maybe_swap_uint32):
360         Remove inline and add unused attribute.
361
362 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
363
364         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
365         Truncating assembler expression to a .long expression.
366
367 2014-12-11  Andreas Schwab  <schwab@suse.de>
368
369         * elf/rtld.c (struct map_args): Constify str member.
370         (do_preload): Constify fname argument.
371
372 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
373
374         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
375         constants definition.
376
377 2014-12-11  Andreas Schwab  <schwab@suse.de>
378
379         [BZ #16657]
380         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
381         FORCE_ELISION instead of DO_ELISION.
382         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
383         Remove.
384         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
385         Likewise.
386
387         * iconvdata/gconv-modules: Remove duplicate entry.
388
389 2014-12-11  Will Newton  <will.newton@linaro.org>
390
391         Merge gettext 0.19.3 into intl/.
392
393         This involves a number of cosmetic changes to comments
394         and ANSI function definitions and prototypes throughout
395         all the files. The gettext copyright header is used but
396         with the date ranges taken from the glibc copy.
397
398         * NEWS: Add gettext merge to 2.21.
399         * intl/bindtextdom.c: Switch to gettext copyright.
400         Use ANSI definitions and prototypes.
401         Use gl_* locking primitives rather than __libc_* ones.
402         Use __builtin_expect rather than __glibc_likely/unlikely.
403         * intl/dcgettext.c: Switch to gettext copyright.
404         Use ANSI definitions and prototypes.
405         * intl/dcigettext.c: Switch to gettext copyright.
406         Use ANSI definitions and prototypes.
407         (INTDIV0_RAISES_SIGFPE): New define.
408         Use gl_* locking primitives rather than __libc_* ones.
409         Include eval-plural.h instead of plural-eval.c.
410         Use __builtin_expect rather than __glibc_likely/unlikely.
411         * intl/dcngettext.c: Switch to gettext copyright.
412         Use ANSI definitions and prototypes.
413         * intl/dgettext.c: Likewise.
414         * intl/dngettext.c: Likewise.
415         * intl/plural-eval.c: Renamed to...
416         * intl/eval-plural.h: ...this.
417         * intl/explodename.c: Switch to gettext copyright.
418         Use ANSI definitions and prototypes.
419         (_nl_explode_name): Use strchr instead of __rawmemchr.
420         * intl/finddomain.c: Switch to gettext copyright.
421         Use ANSI definitions and prototypes.
422         Use gl_* locking primitives rather than __libc_* ones.
423         (_nl_find_domain): Use malloc rather than alloca for
424         allocation of temporary locale name.
425         * intl/gettext.c: Switch to gettext copyright.
426         Use ANSI definitions and prototypes.
427         * intl/gettextP.h: Switch to gettext copyright.
428         Use ANSI definitions and prototypes.
429         Use gl_* locking primitives rather than __libc_* ones.
430         * intl/gmo.h: Switch to gettext copyright.
431         (struct sysdep_string): Move struct segment_pair outside of
432         struct definition.
433         * intl/hash-string.c: Use ANSI definitions and prototypes.
434         * intl/hash-string.h: Switch to gettext copyright.
435         Use ANSI definitions and prototypes.
436         * intl/l10nflist.c: Switch to gettext copyright.
437         Use ANSI definitions and prototypes.
438         (_nl_normalize_codeset): Avoid integer overflow.
439         * intl/loadinfo.h: Switch to gettext copyright.
440         Use ANSI definitions and prototypes.
441         (LIBINTL_DLL_EXPORTED): New define.
442         (PATH_SEPARATOR): New define.
443         * intl/loadmsgcat.c: Switch to gettext copyright.
444         * intl/localealias.c: Switch to gettext copyright.
445         Use ANSI definitions and prototypes.
446         (_nl_expand_alias): Use PATH_SEPARATOR.
447         * intl/ngettext.c: Switch to gettext copyright.
448         Use ANSI definitions and prototypes.
449         * intl/plural-exp.c: Likewise.
450         * intl/plural-exp.h: Switch to gettext copyright.
451         Use ANSI definitions and prototypes.
452         (struct expression): Move definition of enum operator outside
453         of struct definition.
454         * intl/plural.c: Regenerate.
455         * intl/plural.y: Switch to gettext copyright.
456         Use ANSI definitions and prototypes.
457         Port to bison 3.0.
458         * intl/textdomain.c: Switch to gettext copyright.
459         Use ANSI definitions and prototypes.
460         Use gl_* locking primitives rather than __libc_* ones.
461
462 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
463
464         * debug/warning-nop.c: Add used atrribute.
465
466 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
467
468         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
469
470         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
471         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
472         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
473
474 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
475             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
476
477         [BZ #17634]
478         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
479         Undefine after defining function.  Define as weak alias of
480         __wcschr.  Use libc_hidden_weak.
481         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
482         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
483         (libc_hidden_def): Also define __GI___wcschr alias.
484         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
485         __wcschr and define as weak alias of __wcschr.
486         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
487         __wcschr.
488         [!WCSCHR] (DEFAULT_WCSCHR): Define.
489         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
490         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
491         libc_hidden_weak.  Do not use libc_hidden_def.
492         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
493         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
494         __GI___wcschr alias.
495         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
496         [IS_IN (libc)] (wcschr): Define as macro expanding to
497         __redirect_wcschr.
498         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
499         [IS_IN (libc)] (__wcschr_power6): Likewise.
500         [IS_IN (libc)] (__wcschr_power7): Likewise.
501         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
502         instead of wcschr.
503         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
504         __libc_wcschr.
505         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
506         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
507         __wcschr and define as weak alias of __wcschr.  Use
508         libc_hidden_builtin_def.
509         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
510         as weak alias of __wcschr.  Use libc_hidden_weak.
511         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
512         wcschr.
513         * time/era.c (_nl_init_era_entries): Likewise.
514         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
515         variable.
516         (test-xfail-XPG3/time.h/linknamespace): Likewise.
517         (test-xfail-XPG4/time.h/linknamespace): Likewise.
518
519 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
520
521         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
522         format for long int variable.
523
524 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
525
526         [BZ #10672]
527         * manual/search.texi: (Array Sort Function): Remove claim how to make
528         qsort stable.
529
530 2014-12-10  Andreas Schwab  <schwab@suse.de>
531
532         [BZ #12847]
533         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
534         user-controlled locks.
535
536 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
537
538         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
539         register.
540
541 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
542
543         * configure.ac (--disable-werror): New configure option.
544         (enable_werror): New AC_SUBST.
545         * configure: Regenerated.
546         * config.make.in (enable-werror): New variable.
547         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
548         -Wno-error=undef.
549         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
550         * manual/install.texi (Configuring and compiling): Document
551         --disable-werror.
552         * INSTALL: Regenerated.
553         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
554         (CFLAGS-tst-chk2.c): Likewise.
555         (CFLAGS-tst-chk3.c): Likewise.
556         (CFLAGS-tst-chk4.cc): Likewise.
557         (CFLAGS-tst-chk5.cc): Likewise.
558         (CFLAGS-tst-chk6.cc): Likewise.
559         (CFLAGS-tst-lfschk1.c): Likewise.
560         (CFLAGS-tst-lfschk2.c): Likewise.
561         (CFLAGS-tst-lfschk3.c): Likewise.
562         (CFLAGS-tst-lfschk4.cc): Likewise.
563         (CFLAGS-tst-lfschk5.cc): Likewise.
564         (CFLAGS-tst-lfschk6.cc): Likewise.
565
566         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
567         (main): Disable -Wdeprecated-declarations around calls to
568         register_printf_function.
569
570         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
571         (do_test): Disable -Wdiv-by-zero around some calls to
572         fwrite_unlocked and fread_unlocked.
573
574         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
575         (DIAG_POP_NEEDS_COMMENT): Likewise.
576         (_DIAG_STR1): Likewise.
577         (_DIAG_STR): Likewise.
578         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
579         * stdio-common/bug21.c: Include <libc-internal.h>.
580         (do_test): Disable -Wformat around call to sscanf.
581         * stdio-common/scanf14.c: Include <libc-internal.h>.
582         (main): Disable -Wformat around some calls to scanf functions.
583
584 2014-12-09  Torvald Riegel  <triegel@redhat.com>
585
586         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
587
588 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
589
590         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
591         stack variable alignment.
592
593 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
594
595         [BZ #17682]
596         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
597         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
598         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
599         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
600         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
601         __getrlimit instead of getrlimit.
602         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
603         __gettimeofday instead of gettimeofday.
604         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
605         Likewise.
606         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
607         Likewise.
608         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
609         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
610         Remove variable.
611         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
612         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
613
614 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
615
616         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
617         for wide-character tests.
618
619 2014-12-04  Roland McGrath  <roland@hack.frob.com>
620
621         * io/openat64.c: #include <libc-internal.h>
622         (__openat64): Prototypify.  Use ignore_value on MODE.
623         * io/openat.c: Likewise.
624         * misc/reboot.c: #include <libc-internal.h>
625         (reboot): Prototypify.  Use ignore_value on HOWTO.
626         * misc/ptrace.c: #include <libc-internal.h>
627         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
628
629 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
630
631         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
632         XPG4, UNIX98 and XOPEN2K.
633         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
634         Remove variable.
635         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
636
637 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
638
639         * libio/fileops.c: Use ISO C style for function definitions.
640         * libio/iofopen.c: Likewise.
641         * libio/wfileops.c: Likewise.
642
643         [BZ #17653]
644         * libio/fileops.c (_IO_new_file_underflow): Unset cached
645         offset on EOF.
646         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
647         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
648         (fgets_func): Function pointer to fgets and fgetws.
649         (do_ftell_test): Add test to verify ftell value after read
650         EOF.
651         (do_test): Set fgets_func.
652
653         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
654         O_TRUNC flag for w and w+ modes.
655         (do_rewind_test): Likewise.
656         (do_ftell_test): Likewise.
657         (do_write_test): Likewise.
658
659         [BZ #17647]
660         * libio/fileops.c (do_ftell): Seek only when there are
661         unflushed writes.
662         * libio/wfileops.c (do_ftell_wide): Likewise.
663         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
664         test case.
665         (do_one_test): Call it.
666
667 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
668
669         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
670         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
671         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
672         Remove variable.
673         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
674         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
675         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
676
677 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
678
679         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
680         Remove variable.
681         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
682
683         [BZ #17668]
684         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
685         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/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
689         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
690         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
691         __freeifaddrs.  Use libc_hidden_weak.
692         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
693         __getifaddrs and define as weak alias of __getifaddrs.  Use
694         libc_hidden_weak.
695         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
696         __freeifaddrs.  Use libc_hidden_weak.
697         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
698         Remove variable.
699         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
700         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
701
702 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
703
704         [BZ #17601]
705         * sysdeps/mips/start.S (__start): Use indirect jump to call
706         __libc_start_main.
707
708 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
709
710         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
711
712         * nptl/tst-mutex1.c: Include <stdbool.h>.
713         [!ATTR] (ATTR_NULL): New macro.
714         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
715         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
716         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
717
718         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
719         to char *.
720
721         [BZ #17665]
722         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
723         Change conditional to [__USE_MISC].
724
725         [BZ #17664]
726         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
727         fgets_unlocked.
728         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
729         __fgets_unlocked.
730         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
731         fgets_unlocked.
732         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
733         Remove variable.
734         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
735         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
736         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
737         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
738         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
739         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
740         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
741         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
742         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
743
744         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
745
746 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
747
748         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
749         Remove strpbrk objects.
750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
751         (__libc_ifunc_impl_list): Remove strpbrk implementation.
752         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
753         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
754         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
755         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
756
757         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
758         Remove strcspn objects.
759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
760         (__libc_ifunc_impl_list): Remove strcspn implementation.
761         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
762         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
763         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
764         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
765
766         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
767         Remove strspn objetcs.
768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
769         (__libc_ifunc_impl_list): Remove strspn implementation.
770         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
771         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
772         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
773         * sysdeps/powerpc/powerpc64/strspn.S: New file.
774
775 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
776
777         [BZ #17581]
778         * malloc/hooks.c
779         (mem2mem_check): Add a terminator to the chain of checking blocks.
780         (malloc_check_get_size): Use it here.
781         (mem2chunk_check): Ditto.
782
783 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
784
785         * sysdeps/powerpc/powerpc64/strtok.S: New file.
786         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
787
788 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
789
790         * bits/ioctl-types.h: Indent preprocessor directives correctly.
791
792         * nptl/nptl-init.c: Include libc-internal.h.
793         (__pthread_initialize_minimal_internal): Use ROUND_UP.
794
795         * elf/ldconfig.c (search_dir): Expand comment.
796
797 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
798
799         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
800         variable.
801         (linknamespace-symlist-stdlibs-tests): Likewise.
802         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
803         instead of $(objpfx)symlist-stdlibs.
804         (linknamespace-libs-isoc): New variable.
805         (linknamespace-libs): Use $(linknamespace-libs-isoc).
806         (linknamespace-libs-ISO): New variable.
807         (linknamespace-libs-ISO99): Likewise.
808         (linknamespace-libs-ISO11): Likewise.
809         (linknamespace-libs-XPG3): Likewise.
810         (linknamespace-libs-XPG4): Likewise.
811         (linknamespace-libs-POSIX): Likewise.
812         (linknamespace-libs-UNIX98): Likewise.
813         (linknamespace-libs-XOPEN2K): Likewise.
814         (linknamespace-libs-POSIX2008): Likewise.
815         (linknamespace-libs-XOPEN2K8): Likewise.
816         ($(objpfx)symlist-stdlibs): Replace by
817         $(linknamespace-symlist-stdlibs-tests).  Use
818         $(linknamespace-libs-$*) as set of libraries.
819         ($(linknamespace-header-tests)): Update dependencies.  Use
820         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
821         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
822         * conform/linknamespace.pl: Remove comment about considering
823         definitions of symbols from irrelevant libraries.
824
825 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
826
827         [BZ #13862]
828         * elf/dl-tls.c: Include <atomic.h>.
829         (oom): Remove #ifdef SHARED/#endif.
830         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
831         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
832         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
833         big enough.
834         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
835         * nptl/Makefile (tests): Add tst-stack4.
836         (modules-names): Add tst-stack4mod.
837         ($(objpfx)tst-stack4): New.
838         (tst-stack4mod.sos): Likewise.
839         ($(objpfx)tst-stack4.out): Likewise.
840         ($(tst-stack4mod.sos)): Likewise.
841         (clean): Likewise.
842         * nptl/tst-stack4.c: New file.
843         * nptl/tst-stack4mod.c: Likewise.
844
845 2014-11-27  J. Brown  <jb999@gmx.de>
846
847         * sysdeps/x86/bits/string.h: Add recent CPUs.
848
849 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
850
851         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
852         sigblock.
853
854         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
855         feof.
856
857         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
858         variable.
859
860 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
861
862         * nscd/connections.c: Include libc-internal.h because of macro
863         usage ignore_value.
864
865 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
866
867         * string/bits/string3.h (__warn_memset_zero_len): Don't
868         declare for gcc newer than 5.0.
869         (memset): Don't test for zero-length __LEN for gcc newer than
870         5.0.
871
872 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
873
874         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
875         size_t for %zu format.
876
877         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
878         difference, not %ju.
879
880 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
881
882         * include/libc-internal.h (ignore_value): New macro.
883         * nscd/connections.c (restart): Wrap calls to setuid and setgid
884         with ignore_value.
885
886         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
887         definition.
888
889         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
890         pthread_cleanup_push to void *.
891
892         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
893         Undefine.
894
895         [BZ #16619]
896         [BZ #16740]
897         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
898         instead of 1L << 52.
899
900         * libio/bug-rewind.c (do_test): Check fwscanf return values.
901         * libio/bug-rewind2.c (do_test): Likewise.
902
903         * debug/test-stpcpy_chk-ifunc.c: Remove file.
904         * debug/test-strcpy_chk-ifunc.c: Likewise.
905         * wcsmbs/test-wcschr-ifunc.c: Likewise.
906         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
907         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
908         * wcsmbs/test-wcslen-ifunc.c: Likewise.
909         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
910         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
911         * Rules [$(multi-arch) = no] (tests): Do not filter out
912         $(tests-ifunc).
913         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
914         * debug/Makefile (tests-ifunc): Remove variable.
915         (tests): Do not add $(tests-ifunc).
916         * wcsmbs/Makefile (tests-ifunc): Remove variable.
917         (tests): Do not add $(tests-ifunc).
918         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
919         [TEST_IFUNC]: Remove conditionals.
920         * string/test-string.h (TEST_IFUNC): Remove macro.
921         [TEST_IFUNC]: Remove conditionals.
922
923         * string/test-strchr.c [!WIDE] (L): New macro.
924         [WIDE] (L): Likewise.
925         (check1): Use CHAR instead of char.  Use L on string and character
926         constants.
927
928 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
929
930         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
931         tests.
932         * sysdeps/powerpc/bits/atomic.h
933         (__arch_atomic_exchange_and_add_32_acq): Add definition.
934         (__arch_atomic_exchange_and_add_32_rel): Likewise.
935         (atomic_exchange_and_add_acq): Likewise.
936         (atomic_exchange_and_add_rel): Likewise.
937         * sysdeps/powerpc/powerpc32/bits/atomic.h
938         (__arch_atomic_exchange_and_add_64_acq): Add definition.
939         (__arch_atomic_exchange_and_add_64_rel): Likewise.
940         * sysdeps/powerpc/powerpc64/bits/atomic.h
941         (__arch_atomic_exchange_and_add_64_acq): Add definition.
942         (__arch_atomic_exchange_and_add_64_rel): Likewise.
943
944 2014-11-26  Torvald Riegel  <triegel@redhat.com>
945
946         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
947         Change synchronization of __sched_fifo_min_prio and
948         __sched_fifo_max_prio.
949         * nptl/pthread_mutexattr_getprioceiling.c
950         (pthread_mutexattr_getprioceiling): Likewise.
951         * nptl/pthread_mutexattr_setprioceiling.c
952         (pthread_mutexattr_setprioceiling): Likewise.
953         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
954         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
955         Likewise.
956
957 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
958
959         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
960         void.
961
962 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
963
964         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
965         third argument const.
966
967 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
968
969         fnmatch: work around GCC compiler warning bug with uninit var
970         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
971         This works around a bug with x86-64 GCC 4.9.2 and earlier
972         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
973         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
974         used uninitialized in this function [-Wmaybe-uninitialized]".
975
976 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
977
978         * posix/bug-regex31.c (main): Return RES not 0.
979
980 2014-11-25  Anton Blanchard <anton@samba.org>
981
982         * sysdeps/powerpc/bits/atomic.h
983         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
984
985 2014-11-24  Sterling Augustine  <saugustine@google.com>
986
987         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
988
989 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
990
991         [BZ #17608]
992         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
993
994 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
995
996         [BZ #17633]
997         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
998         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
999         variable.
1000         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1001         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1002
1003 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1004
1005         * string/strncpy.c (strncpy): Improve performance by using memset.
1006
1007 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1008
1009         * string/strcpy.c (strcpy):
1010         Improve performance by using strlen and memcpy.
1011
1012 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1013
1014         * string/strcoll_l.c (get_next_seq): __always_inline.
1015         * string/strcoll_l.c (do_compare): __always_inline.
1016
1017 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1018
1019         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1020         defined.
1021         * include/mqueue.h: Likewise.
1022         * include/stdlib.h: Likewise.
1023
1024         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1025         (get_null_defines): Adjust.
1026         * sunrpc/Makefile: Adjust comment.
1027         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1028         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1029         (CFLAGS-interp.c): Likewise.
1030         (CFLAGS-ldconfig.c): Likewise.
1031         (CPPFLAGS-.os): Likewise.
1032         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1033         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1034         * extra-modules.mk (extra-modules.mk): Likewise.
1035         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1036         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1037         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1038         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1039         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1040         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1041         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1042         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1043         * iconvdata/Makefile (CPPFLAGS): Likewise.
1044         (cpp-srcs-left): Add libof for all iconvdata routines.
1045         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1046         * include/assert.h: Likewise.
1047         * include/ctype.h: Likewise.
1048         * include/errno.h: Likewise.
1049         * include/libc-symbols.h: Likewise.
1050         * include/math.h: Likewise.
1051         * include/netdb.h: Likewise.
1052         * include/resolv.h: Likewise.
1053         * include/stdio.h: Likewise.
1054         * include/stdlib.h: Likewise.
1055         * include/string.h: Likewise.
1056         * include/sys/stat.h: Likewise.
1057         * include/wctype.h: Likewise.
1058         * intl/l10nflist.c: Likewise.
1059         * libidn/idn-stub.c: Likewise.
1060         * libio/libioP.h: Likewise.
1061         * nptl/libc_multiple_threads.c: Likewise.
1062         * nptl/pthreadP.h: Likewise.
1063         * posix/regex_internal.h: Likewise.
1064         * resolv/res_hconf.c: Likewise.
1065         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1066         * sysdeps/arm/memmove.S: Likewise.
1067         * sysdeps/arm/sysdep.h: Likewise.
1068         * sysdeps/generic/_itoa.h: Likewise.
1069         * sysdeps/generic/symbol-hacks.h: Likewise.
1070         * sysdeps/gnu/errlist.awk: Likewise.
1071         * sysdeps/gnu/errlist.c: Likewise.
1072         * sysdeps/i386/i586/memcpy.S: Likewise.
1073         * sysdeps/i386/i586/memset.S: Likewise.
1074         * sysdeps/i386/i686/memcpy.S: Likewise.
1075         * sysdeps/i386/i686/memmove.S: Likewise.
1076         * sysdeps/i386/i686/mempcpy.S: Likewise.
1077         * sysdeps/i386/i686/memset.S: Likewise.
1078         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1079         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1080         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1081         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1082         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1083         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1084         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1085         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1086         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1087         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1088         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1089         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1090         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1091         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1092         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1093         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1094         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1095         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1096         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1097         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1098         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1099         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1100         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1101         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1102         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1103         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1104         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1105         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1106         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1107         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1108         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1109         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1110         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1111         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1112         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1113         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1114         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1115         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1116         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1117         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1118         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1119         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1120         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1121         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1122         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1123         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1124         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1125         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1126         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1127         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1128         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1129         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1130         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1131         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1132         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1133         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1134         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1135         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1136         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1137         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1138         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1139         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1140         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1141         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1142         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1143         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1144         * sysdeps/posix/closedir.c: Likewise.
1145         * sysdeps/posix/opendir.c: Likewise.
1146         * sysdeps/posix/readdir.c: Likewise.
1147         * sysdeps/posix/rewinddir.c: Likewise.
1148         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1149         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1150         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1151         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1152         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1153         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1154         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1155         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1156         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1157         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1158         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1159         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1160         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1161         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1162         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1163         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1164         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1165         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1166         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1167         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1168         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1169         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1170         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1171         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1172         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1173         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1174         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1175         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1176         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1177         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1178         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1179         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1180         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1181         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1183         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1184         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1185         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1186         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1187         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1188         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1189         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1190         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1191         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1192         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1193         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1194         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1195         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1196         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1197         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1198         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1199         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1200         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1201         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1202         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1203         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1204         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1205         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1206         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1207         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1208         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1209         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1210         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1211         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1212         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1213         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1214         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1215         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1216         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1217         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1218         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1219         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1220         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1221         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1222         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1223         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1224         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1225         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1226         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1227         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1228         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1229         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1230         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1231         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1232         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1233         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1234         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1235         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1236         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1237         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1238         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1239         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1240         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1241         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1242         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1243         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1244         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1245         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1246         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1247         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1248         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1249         * sysdeps/unix/alpha/sysdep.S: Likewise.
1250         * sysdeps/unix/alpha/sysdep.h: Likewise.
1251         * sysdeps/unix/make-syscalls.sh: Likewise.
1252         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1253         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1254         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1255         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1256         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1257         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1258         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1259         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1260         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1261         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1262         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1263         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1264         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1265         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1266         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1267         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1268         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1269         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1270         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1271         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1272         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1273         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1274         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1275         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1276         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1277         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1278         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1281         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1282         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1283         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1284         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1285         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1286         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1287         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1288         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1289         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1290         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1291         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1292         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1293         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1294         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1295         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1296         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1297         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1298         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1299         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1300         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1301         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1302         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1303         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1304         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1305         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1306         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1307         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1308         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1309         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1310         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1311         * sysdeps/x86_64/memcpy.S: Likewise.
1312         * sysdeps/x86_64/memmove.c: Likewise.
1313         * sysdeps/x86_64/memset.S: Likewise.
1314         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1315         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1316         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1317         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1318         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1319         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1320         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1321         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1322         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1323         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1324         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1325         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1326         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1327         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1328         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1329         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1330         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1331         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1332         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1333         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1334         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1335         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1336         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1337         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1338         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1339         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1340         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1341         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1342         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1343         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1344         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1345         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1346         * sysdeps/x86_64/strcmp.S: Likewise.
1347
1348         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1349
1350         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1351         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1352         * elf/rtld-Rules: Likewise.
1353         * elf/setup-vdso.h: Likewise.
1354         * include/assert.h: Likewise.
1355         * include/bits/stdlib-float.h: Likewise.
1356         * include/errno.h: Likewise.
1357         * include/sys/stat.h: Likewise.
1358         * include/unistd.h: Likewise.
1359         * sysdeps/aarch64/setjmp.S: Likewise.
1360         * sysdeps/alpha/setjmp.S: Likewise.
1361         * sysdeps/arm/__longjmp.S: Likewise.
1362         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1363         * sysdeps/arm/setjmp.S: Likewise.
1364         * sysdeps/arm/sysdep.h: Likewise.
1365         * sysdeps/generic/_itoa.h: Likewise.
1366         * sysdeps/generic/dl-sysdep.h: Likewise.
1367         * sysdeps/generic/ldsodefs.h: Likewise.
1368         * sysdeps/i386/dl-tls.h: Likewise.
1369         * sysdeps/i386/setjmp.S: Likewise.
1370         * sysdeps/m68k/setjmp.c: Likewise.
1371         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1372         * sysdeps/mach/hurd/opendir.c: Likewise.
1373         * sysdeps/posix/getcwd.c: Likewise.
1374         * sysdeps/posix/opendir.c: Likewise.
1375         * sysdeps/posix/profil.c: Likewise.
1376         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1377         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1378         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1379         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1380         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1381         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1382         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1383         * sysdeps/s390/dl-tls.h: Likewise.
1384         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1385         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1386         * sysdeps/sh/sh3/setjmp.S: Likewise.
1387         * sysdeps/sh/sh4/setjmp.S: Likewise.
1388         * sysdeps/unix/alpha/sysdep.h: Likewise.
1389         * sysdeps/unix/arm/sysdep.S: Likewise.
1390         * sysdeps/unix/i386/sysdep.S: Likewise.
1391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1392         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1393         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1394         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1395         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1396         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1397         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1398         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1399         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1400         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1401         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1402         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1403         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1406         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1407         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1408         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1409         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1410         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1411         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1412         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1413         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1414         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1415         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1416         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1417         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1418         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1419         * sysdeps/x86_64/setjmp.S: Likewise.
1420
1421         * include/math.h: Use IS_IN instead of IS_IN_libm.
1422         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1423         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1424         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1425         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1426         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1427         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1428         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1429         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1430         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1431         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1432         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1433         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1434         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1435         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1436         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1437         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1438         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1439         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1440         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1441         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1442         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1443         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1444         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1445         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1446         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1447         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1448         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1449         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1450         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1451         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1452         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1453         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1454         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1456         Likewise.
1457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1458         Likewise.
1459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1460         Likewise.
1461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1462         Likewise.
1463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1464         Likewise.
1465         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1466         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1467         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1468         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1469         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1470         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1476         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1477         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1478         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1479         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1480         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1481         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1482         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1483         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1484         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1485         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1486         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1487         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1488         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1489         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1491         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1492
1493         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1494         * nptl/pthreadP.h: Likewise.
1495         * nptl_db/structs.def: Likewise.
1496         * sysdeps/arm/sysdep.h: Likewise.
1497         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1498         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1499         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1500         * sysdeps/unix/alpha/sysdep.h: Likewise.
1501         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1503         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1504         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1505         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1506         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1507         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1508         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1509         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1510         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1511         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1512         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1513         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1514         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1517         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1519         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1520         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1521         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1522         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1523         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1524         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1525         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1526         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1527
1528         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1529         * nptl/pthreadP.h: Likewise.
1530         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1531         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1532         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1533         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1534         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1535         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1536         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1537         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1538         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1539         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1540         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1541         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1543         Likewise.
1544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1545         Likewise.
1546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1548         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1549         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1550         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1551         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1552         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1553         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1554
1555         * dlfcn/dladdr.c: Use IS_IN.
1556         * dlfcn/dladdr1.c: Likewise.
1557         * dlfcn/dlclose.c: Likewise.
1558         * dlfcn/dlerror.c: Likewise.
1559         * dlfcn/dlinfo.c: Likewise.
1560         * dlfcn/dlmopen.c: Likewise.
1561         * dlfcn/dlopen.c: Likewise.
1562         * dlfcn/dlsym.c: Likewise.
1563         * dlfcn/dlvsym.c: Likewise.
1564
1565         * include/ifaddrs.h: Use IS_IN.
1566         * inet/check_pf.c: Likewise.
1567         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1568         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1569
1570         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1571         IS_IN_ldconfig.
1572         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1573         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1574
1575         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1576         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1577         IS_IN (libc).
1578
1579         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1580
1581         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1582         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1583         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1584         * include/libc-symbols.h (IS_IN_LIB): New macro.
1585         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1586         * include/netdb.h: Likewise.
1587         * include/stap-probe.h: Remove all uses of IN_LIB.
1588
1589         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1590         instead of IN_MODULE.
1591         * include/libc-symbols.h (IN_MODULE): Define using
1592         MODULE_NAME.
1593         (PASTE_NAME, PASTE_NAME1): New macros.
1594         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1595         of IN_LIB.
1596         (STAP_PROBE_ASM): Likewise.
1597
1598 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1599
1600         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1601         __mach_init in dlopened libc.
1602
1603 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1604
1605         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1606         * sysdeps/arm/preconfigure: Regenerate.
1607
1608 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1609
1610         * nptl/pthread_create.c (__pthread_create_2_1): Set
1611         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1612         when copying values from IATTR into PD.
1613
1614 2014-11-21  Will Newton  <will.newton@linaro.org>
1615             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1616
1617         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1618         Refactor inline-asm.  Also add comment.
1619
1620         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1621         ElfW macro instead of hardcoded Elf64 types.
1622         (la_aarch64_gnu_pltenter): Likewise.
1623         * sysdeps/aarch64/dl-machine.h
1624         (elf_machine_runtime_setup): Use ElfW(Addr).
1625
1626         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1627         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1628         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1629         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1630         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1631         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1632         (R_AARCH64_TLS_DTPMOD): This.
1633         (R_AARCH64_TLS_DTPREL64): Rename to ...
1634         (R_AARCH64_TLS_DTPREL): This.
1635         (R_AARCH64_TLS_TPREL64): Rename to ...
1636         (R_AARCH64_TLS_TPREL): This.
1637         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1638         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1639         R_AARCH64_TLS_TPREL64.
1640         (elf_machine_rela): Likewise.
1641
1642 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1643
1644         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1645         by setting it to 0.  64b atomics are not supported currently.
1646
1647 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1648
1649         [BZ #16469]
1650         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1651         search domain names.
1652
1653 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1654
1655         [BZ #16469]
1656         * NEWS: Update.
1657         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1658         trailing dot.
1659         * posix/tst-getaddrinfo5.c: New.
1660         * posix/Makefile (tests): Add it.
1661
1662 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1663
1664         [BZ #14498]
1665         * NEWS: Fixed.
1666         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1667         after parsing line but before break_if_match.
1668         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1669         if there is a protocol mismatch.
1670
1671 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1672
1673         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1674         because the potential race is on the user-supplied stream.
1675
1676 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1677
1678         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1679         string literal if not passed a buffer.
1680         * manual/job.texi (ctermid): Update reasoning, note deviation
1681         from posix, suggest mtasurace when not passed a buffer, for
1682         future non-preliminary safety notes.
1683
1684 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1685
1686         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1687         of not passing it a buffer.
1688         Reported by Peng Haitao.
1689
1690 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1691
1692         * manual/Makefile ($(objpfx)stamp-summary): Require
1693         check-safety.sh to pass.
1694         * manual/check-safety.sh: Wish for verification that every
1695         @deftypefn and @deftypefun is followed by a @safety remark.
1696
1697 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1698
1699         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1700
1701         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1702         PTHREAD_CANCEL_ASYNCHRONOUS.
1703         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1704         send SIGCANCEL.
1705
1706         * nptl/default-sched.h: New file.
1707         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1708         * nptl/pthread_create.c: Include it.
1709         (__pthread_create_2_1): Use collect_default_sched instead of making
1710         Linux syscalls here directly.
1711
1712 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1713
1714         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1715         __pthread_once): Use C11 atomics.
1716
1717 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1718
1719         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1720
1721 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1722
1723         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1724         atomic_thread_fence_acquire, atomic_thread_fence_release,
1725         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1726         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1727         atomic_compare_exchange_weak_relaxed,
1728         atomic_compare_exchange_weak_acquire,
1729         atomic_compare_exchange_weak_release,
1730         atomic_exchange_acquire, atomic_exchange_release,
1731         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1732         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1733         atomic_fetch_and_acquire,
1734         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1735
1736 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1737
1738         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1739         USE_ATOMIC_COMPILER_BUILTINS): Define.
1740         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1742         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1744         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1746         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1748         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1750         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1752         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1754         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1756         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1758         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1760         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1761         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1762         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1764         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1765         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1766         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1767         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1768         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1769         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1770         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1771         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1772         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1773         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1774         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1775         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1776         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1777         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1778         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1779         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1780
1781 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1782
1783         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1784         the sched_priority value here.  It was already checked when the user
1785         called pthread_attr_setschedparam.
1786
1787         * nptl/tst-bad-schedattr.c: New file.
1788         * nptl/Makefile (tests): Add it.
1789
1790 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1791             Florian Weimer  <fweimer@redhat.com>
1792             Joseph Myers  <joseph@codesourcery.com>
1793             Adam Conrad  <adconrad@0c3.net>
1794             Andreas Schwab  <schwab@suse.de>
1795             Brooks  <bmoses@google.com>
1796
1797         [BZ #17625]
1798         * wordexp-test.c (__dso_handle): Add prototype.
1799         (__register_atfork): Likewise.
1800         (__app_register_atfork): New function.
1801         (registered_forks): New global.
1802         (register_fork): New function.
1803         (test_case): Add 3 new tests for WRDE_CMDSUB.
1804         (main): Call __app_register_atfork.
1805         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1806         fork count is non-zero fail the test.
1807         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1808         is set.
1809         (parse_dollars): Remove check for WRDE_NOCMD.
1810         (parse_dquote): Likewise.
1811
1812 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1813
1814         * Makeconfig (built-modules): List non-library modules to be
1815         built.
1816         (module-cppflags): Include libc-modules.h for
1817         everything except shlib-versions.v.i.
1818         (CPPFLAGS): Use it.
1819         (before-compile): Add libc-modules.h.
1820         ($(common-objpfx)libc-modules.h,
1821         $(common-objpfx)libc-modules.stmp): New targets.
1822         (common-generated): Add libc-modules.h and libc-modules.stmp.
1823         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1824         * include/libc-symbols.h: Don't include libc-modules.h.
1825         * include/libc-modules.h: Remove file.
1826         * scripts/gen-libc-modules.awk: New script to generate
1827         libc-modules.h.
1828         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1829         Depend on libc-modules.stmp.
1830
1831         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1832
1833         * Makeconfig (in-module): Get value of libof set for the
1834         translation unit.
1835         (CPPFLAGS): Use $(in-module).
1836         * Makerules: Don't suffix routine names for nonlib.
1837         * include/libc-modules.h: New file.
1838         * include/libc-symbols.h: Include libc-modules.h
1839         (IS_IN): New macro to replace IS_IN_* macros.
1840         * elf/Makefile: Set libof-* for each routine.
1841         * elf/rtld-Rules: Likewise.
1842         * extra-modules.mk: Likewise.
1843         * iconv/Makefile: Likewise.
1844         * iconvdata/Makefile: Likewise.
1845         * locale/Makefile: Likewise.
1846         * malloc/Makefile: Likewise.
1847         * nss/Makefile: Likewise.
1848         * sysdeps/gnu/Makefile: Likewise.
1849         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1850         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1851         * sysdeps/s390/s390-64/Makefile: Likewise.
1852         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1853         CPPFLAGS for nscd instead of nonlib.
1854
1855 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1856
1857         * nptl/createthread.c: New file.
1858
1859         * nptl/createthread.c: Moved ...
1860         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1861
1862         * nptl/createthread.c: Add proper top-line comment.
1863         (do_clone): Folded into ...
1864         (create_thread): ... here.  Take new arguments STOPPED_START and
1865         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1866         increment __nptl_threads, do event-reporting logic, do
1867         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1868         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1869         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1870         just send SIGCANCEL.
1871         * nptl/pthread_create.c: Forward-declare create_thread before
1872         including createthread.c.
1873         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1874         declaration, and new macro START_THREAD_SELF to replace argument.
1875         Remove return statement.
1876         (report_thread_creation): New function.
1877         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1878         synchronization logic, and __nptl_nthreads increment here, around
1879         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1880         PD->parent_cancelhandling here, before create_thread.  When
1881         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1882         __deallocate_stack, and ENOMEM translation here.
1883
1884 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1885
1886         [BZ #17616]
1887         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1888         (mptwo): Rename to __mptwo.
1889         (__inv): Use __mptwo instead of mptwo.
1890         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1891         (mptwo): Rename to __mptwo.
1892         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1893         of mpone and __mptwo instead of mptwo.
1894         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1895         instead of mpone.
1896         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1897         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1898         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1899         of mpone and __mptwo instead of mptwo.
1900         (__mpranred): Use __mpone instead of mpone.
1901         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1902         variable.
1903         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1904         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1905         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1906         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1907         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1908         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1909         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1910         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1911         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1912         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1913         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1914         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1915         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1916         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1917         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1918         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1919         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1920         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1921         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1922
1923 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1924
1925         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1926         replace BSD Handler xref with BSD Signal Handling.
1927
1928 2014-11-17  Richard Henderson  <rth@redhat.com>
1929
1930         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1931         (_FP_PACK_RAW_2): Remove.
1932         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1933         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1934         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1935         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1936         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1937         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1938         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1939         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1940         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1941         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1942         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1943         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1944         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1945         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1946         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1947         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1948
1949 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1950
1951         * signal/signal.h [__USE_MISC]
1952         (struct sigvec): Remove type.
1953         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1954         (sigvec): Remove declaration.
1955         * sysdeps/posix/sigvec.c: Moved ...
1956         * signal/sigvec.c: ... here, replacing old file.
1957         (struct sigvec): New type, copied from old signal.h definition.
1958         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1959         (__sigvec): Convert definition to prototype.
1960         (sigvec): Replace weak_alias with compat_symbol.
1961         * signal/Versions (libc: GLIBC_2.21): New version set.
1962         * include/signal.h: Remove __sigvec declaration.
1963         * sysdeps/unix/bsd/sigvec.c: Remove file.
1964         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1965         * manual/signal.texi (BSD Handler): Remove subsection.
1966         Move siginterrupt up to ...
1967         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1968         (Blocking in BSD): Fold subsection into its parent.
1969         * NEWS: Mention sigvec removal.
1970
1971 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1972
1973         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1974         (DLA_FMS): Make definition conditional only on [__FMA4__].
1975         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1976         definition.
1977
1978         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1979         Make definition conditional only on [PROF].
1980         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1981         definition.
1982         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1983         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1984
1985         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1986         !__GNUC__].
1987         * include/signal.h (__sigpause): Move declaration above call to
1988         libc_hidden_proto.
1989         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1990         variable.
1991         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1992         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1993
1994 2014-11-14  David S. Miller  <davem@davemloft.net>
1995
1996         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1997         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1998
1999 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2000
2001         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2002         * configure: Regenerated.
2003         * manual/install.texi (Tools for Compilation): Document a
2004         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2005         compiler verified to work.
2006         * INSTALL: Regenerated.
2007
2008         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2009         redeclare with asm name.
2010         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2011         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2012         including <string.h>.
2013         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2014         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2015         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2016         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2017         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2018         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2019         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2020
2021 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2022
2023         * stdlib/strtol.c (__strtol): Use prototype definition.
2024
2025         [BZ #17594]
2026         * stdlib/strtol.c (SYM__): New macro.
2027         (SYM__1): Likewise.
2028         (__strtol): Likewise.
2029         (strtol): Rename to __strtol and define as weak alias of
2030         __strtol.  Use libc_hidden_weak.
2031
2032 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2033
2034         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2035         Use numbered labels in inline assembly.
2036
2037 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2038
2039         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2040         Add setjmp LIBC_PROBE.
2041         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2042         Likewise.
2043         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2044         Add longjmp, longjmp_target LIBC_PROBE.
2045         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2046         Likewise.
2047
2048 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2049
2050         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2051         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2052         to get rid of unused variable warning.
2053
2054 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2055
2056         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2057         Check for unwind_backtrace ==  NULL only in SHARED case.
2058         (__backchain_backtrace): Compile only in SHARED case.
2059         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2060         Likewise.
2061         (__backchain_backtrace): Declare as static.
2062
2063 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2064
2065         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2066         (__libc_multiple_threads_ptr): Variable moved ...
2067         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2068
2069 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2070
2071         * conform/GlibcConform.pm: New file.
2072         * conform/conformtest.pl: Use GlibcConform module.
2073         * conform/linknamespace.pl: New file.
2074         * conform/list-header-symbols.pl: Likewise.
2075         * conform/Makefile (linknamespace-symlists-base): New variable.
2076         (linknamespace-symlists-tests): Likewise.
2077         (linknamespace-header-base): Likewise.
2078         (linknamespace-header-tests): Likewise.
2079         (tests-special): Add new tests.
2080         ($(linknamespace-symlists-tests)): New rule.
2081         (linknamespace-libs): New variable.
2082         ($(objpfx)symlist-stdlibs): New rule.
2083         ($(linknamespace-header-tests)): Likewise.
2084         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2085         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2086         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2087         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2088         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2089         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2090         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2091         (test-xfail-ISO/math.h/linknamespace): Likewise.
2092         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2093         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2094         (test-xfail-ISO/time.h/linknamespace): Likewise.
2095         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2096         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2097         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2098         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2099         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2100         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2101         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2102         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2103         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2104         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2105         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2106         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2107         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2108         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2109         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2110         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2111         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2112         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2113         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2114         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2115         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2116         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2117         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2118         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2119         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2120         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2121         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2122         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2123         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2124         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2125         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2126         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2127         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2128         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2129         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2130         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2131         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2132         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2133         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2134         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2135         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2136         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2137         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2138         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2139         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2140         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2141         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2142         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2143         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2144         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2145         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2146         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2147         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2148         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2149         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2151         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2153         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2154         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2155         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2156         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2157         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2158         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2159         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2160         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2161         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2162         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2163         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2164         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2165         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2166         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2167         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2168         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2169         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2170         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2171         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2172         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2173         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2174         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2175         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2178         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2179         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2180         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2181         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2182         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2183         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2184         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2185         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2186         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2187         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2188         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2189         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2190         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2191         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2192         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2193         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2194         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2195         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2196         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2197         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2198         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2199         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2200         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2201         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2202         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2203         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2204         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2205         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2206         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2207         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2208         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2209         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2210         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2211         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2212         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2213         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2214         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2215         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2216         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2217         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2218         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2219         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2220         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2221         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2222         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2223         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2224         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2225         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2226         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2227         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2228         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2229         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2230         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2231         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2232         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2233         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2235         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2236         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2237         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2238         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2239         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2241         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2242         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2243         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2244         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2245
2246         [BZ #17589]
2247         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2248         of fgets_unlocked.
2249
2250         [BZ #17585]
2251         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2252         (memmem): Rename to __memmem and define as weak alias of
2253         __memmem.  Use libc_hidden_weak.
2254         (__memmem): Use libc_hidden_def.
2255         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2256         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2257         memmem.
2258
2259         [BZ #17582]
2260         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2261         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2262         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2263         and define as weak alias of __fgets_unlocked.  Use
2264         libc_hidden_weak.
2265         (__fgets_unlocked): Use libc_hidden_def.
2266         * include/stdio.h (__fgets_unlocked): Declare.  Use
2267         libc_hidden_proto.
2268         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2269         __fgets_unlocked instead of fgets_unlocked.
2270         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2271         (GET_NPROCS_CONF_PARSER): Likewise.
2272         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2273         (GET_NPROCS_CONF_PARSER): Likewise.
2274
2275         [BZ #17574]
2276         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2277         weak alias of __wmemset.  Use libc_hidden_weak.
2278         (__wmemset): Use libc_hidden_def.
2279         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2280         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2281         of wmemset.
2282
2283         [BZ #17573]
2284         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2285         with asm name __mempcpy.
2286         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2287
2288         [BZ #17572]
2289         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2290         and define as weak alias of __rawmemchr.
2291         (__rawmemchr): Do not define as strong alias of rawmemchr.
2292
2293         [BZ #17571]
2294         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2295         alias of __qsort_r.
2296         (qsort): Call __qsort_r instead of qsort_r.
2297         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2298         (__qsort_r): Declare.  Call libc_hidden_proto.
2299         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2300         instead of qsort_r.
2301         * nscd/gai.c (__qsort_r): Define to qsort_r.
2302         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2303         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2304         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2305
2306         [BZ #17570]
2307         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2308         define as weak alias of __malloc_info.
2309
2310         [BZ #17584]
2311         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2312         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2313         (__rewinddir): Use libc_hidden_def.
2314         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2315         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2316         (__rewinddir): Use libc_hidden_def.
2317         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2318         weak alias of __rewinddir.  Don't use libc_hidden_def.
2319         (__rewinddir): Use libc_hidden_def.
2320         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2321         (__rewinddir): Use libc_hidden_proto.
2322         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2323         rewinddir.
2324         (__getcwd): Use __rewinddir instead of rewinddir.
2325
2326         [BZ #17583]
2327         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2328         alias of __fileno.  Use libc_hidden_weak.
2329         (__fileno): Use libc_hidden_def.
2330         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2331         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2332         alias of __ftello.
2333         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2334         __ftello.
2335         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2336         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2337         libc_hidden_def.
2338         (fread_unlocked): Don't use libc_hidden_ver.
2339         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2340         and define as weak alias of __fread_unlocked.  Don't use
2341         libc_hidden_def.
2342         (__fread_unlocked): Use libc_hidden_def.
2343         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2344         (ftello): Don't use libc_hidden_proto.
2345         (__ftello): Declare.  Use libc_hidden_proto.
2346         (fread_unlocked): Don't use libc_hidden_proto.
2347         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2348         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2349         and __ftello instead of fileno, fread_unlocked and ftello.
2350
2351 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2352
2353         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2354         GOT12.
2355         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2356         Likewise.
2357         (_dl_start_user): Likewise.
2358         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2359
2360 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2361             Siddhesh Poyarekar  <siddhesh@redhat.com>
2362
2363         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2364         Move argv and envp down instead of moving argc up.
2365         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2366
2367 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2368
2369         [BZ #17506]
2370         * test-skeleton.c (main): Return successful if one of
2371         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2372         * string/tst-strcoll-overflow.c: Define expected status.
2373
2374 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2375
2376         [BZ #17475]
2377         * locale/iso-639.def: Define Bhili and Tulu language codes.
2378
2379 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2380
2381         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2382
2383 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2384
2385         [BZ #17555]
2386         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2387
2388 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2389
2390         * configure.ac: Updated check of minimal required version to
2391         2.22.
2392         * manual/install.texi (Tools for Compilation): Updated version
2393         number.
2394         * configure: Regenerated.
2395         * INSTALL: Likewise.
2396
2397 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2398
2399         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2400         __tls_get_addr.
2401
2402 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2403
2404         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2405         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2406         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2407         libc_hidden_weak.
2408         (waitpid): Define as alias of __waitpid.
2409         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2410         __waitpid.
2411         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2412         libc_hidden_weak.
2413         (waitpid): Define as alias of __waitpid.
2414         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2415         __libc_waitpid alias.
2416         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2417         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2418         Likewise.
2419         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2420         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2421         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2422         alias.
2423         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2424         __waitpid.
2425         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2426         libc_hidden_weak.
2427         (waitpid): Define as alias of __waitpid.
2428
2429 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2430
2431         * manual/llio.texi: Add comment that write safety has been
2432         fixed in Linux.
2433
2434         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2435         (localplt-build-dso): Add elf/ld.so.
2436         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2437         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2438         and free for ld.so.
2439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2440         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2442         Likewise.
2443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2444         Likewise.
2445         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2446         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2447         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2448         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2449         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2450         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2451         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2452         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2453         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2454         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2455         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2456
2457 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2458
2459         [BZ #14132]
2460         * include/libc-symbols.h (INTUSE): Remove macro.
2461         (INTDEF): Likewise.
2462         (INTVARDEF): Likewise.
2463         (_INTVARDEF): Likewise.
2464         (INTDEF2): Likewise.
2465         (INTVARDEF2): Likewise.
2466         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2467         rtld_hidden_def instead of INTVARDEF.
2468         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2469         (_dl_starting_up_internal): Remove declaration.
2470         (_dl_starting_up): Use rtld_hidden_proto.
2471         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2472         declaration.
2473         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2474         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2475         _dl_starting_up.
2476         * elf/dl-writev.h (_dl_writev): Likewise.
2477         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2478         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2479         _dl_starting_up_internal.
2480
2481 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2482
2483         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2484         test-skeleton.c.
2485
2486 2014-11-05  Will Newton  <will.newton@linaro.org>
2487
2488         * benchtests/Makefile: (bench-malloc): Add malloc thread
2489         scalability benchmark.
2490         * benchtests/bench-malloc-threads.c: New file.
2491
2492 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2493
2494         * sysdeps/aarch64/strchrnul.S: New file.
2495
2496 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2497
2498         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2499         definition.
2500         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2501         Likwise.
2502         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2503         Likewise.
2504         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2505         Likewise.
2506         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2507         Likewise.
2508         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2509         Likewise.
2510
2511 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2512
2513         * catgets/test-gencat.c: Use test-skeleton.c.
2514         * catgets/tst-catgets.c: Likewise.
2515         * csu/tst-empty.c: Likewise.
2516         * elf/tst-audit2.c: Likewise.
2517         * elf/tst-global1.c: Likewise.
2518         * elf/tst-pathopt.c: Likewise.
2519         * elf/tst-piemod1.c: Likewise.
2520         * elf/tst-tls10.c: Likewise.
2521         * elf/tst-tls11.c: Likewise.
2522         * elf/tst-tls12.c: Likewise.
2523         * gnulib/tst-gcc.c: Likewise.
2524         * iconvdata/tst-e2big.c: Likewise.
2525         * iconvdata/tst-loading.c: Likewise.
2526         * iconv/tst-iconv1.c: Likewise.
2527         * iconv/tst-iconv2.c: Likewise.
2528         * inet/test-inet6_opt.c: Likewise.
2529         * inet/tst-gethnm.c: Likewise.
2530         * inet/tst-network.c: Likewise.
2531         * inet/tst-ntoa.c: Likewise.
2532         * intl/tst-codeset.c: Likewise.
2533         * intl/tst-gettext2.c: Likewise.
2534         * intl/tst-gettext3.c: Likewise.
2535         * intl/tst-ngettext.c: Likewise.
2536         * intl/tst-translit.c: Likewise.
2537         * io/test-stat.c: Likewise.
2538         * libio/test-fmemopen.c: Likewise.
2539         * libio/tst-freopen.c: Likewise.
2540         * libio/tst-sscanf.c: Likewise.
2541         * libio/tst-ungetwc1.c: Likewise.
2542         * libio/tst-ungetwc2.c: Likewise.
2543         * libio/tst-widetext.c: Likewise.
2544         * localedata/tst-ctype.c: Likewise.
2545         * localedata/tst-digits.c: Likewise.
2546         * localedata/tst-leaks.c: Likewise.
2547         * localedata/tst-mbswcs1.c: Likewise.
2548         * localedata/tst-mbswcs2.c: Likewise.
2549         * localedata/tst-mbswcs3.c: Likewise.
2550         * localedata/tst-mbswcs4.c: Likewise.
2551         * localedata/tst-mbswcs5.c: Likewise.
2552         * localedata/tst-setlocale.c: Likewise.
2553         * localedata/tst-trans.c: Likewise.
2554         * localedata/tst-wctype.c: Likewise.
2555         * localedata/tst-xlocale1.c: Likewise.
2556         * login/tst-grantpt.c: Likewise.
2557         * malloc/tst-calloc.c: Likewise.
2558         * malloc/tst-malloc.c: Likewise.
2559         * malloc/tst-mallocstate.c: Likewise.
2560         * malloc/tst-mcheck.c: Likewise.
2561         * malloc/tst-mtrace.c: Likewise.
2562         * malloc/tst-obstack.c: Likewise.
2563         * math/atest-exp2.c: Likewise.
2564         * math/atest-exp.c: Likewise.
2565         * math/atest-sincos.c: Likewise.
2566         * math/test-matherr.c: Likewise.
2567         * math/test-misc.c: Likewise.
2568         * math/test-powl.c: Likewise.
2569         * math/tst-definitions.c: Likewise.
2570         * misc/tst-dirname.c: Likewise.
2571         * misc/tst-efgcvt.c: Likewise.
2572         * misc/tst-fdset.c: Likewise.
2573         * misc/tst-hsearch.c: Likewise.
2574         * misc/tst-mntent2.c: Likewise.
2575         * nptl/tst-sem7.c: Likewise.
2576         * nptl/tst-sem8.c: Likewise.
2577         * nptl/tst-sem9.c: Likewise.
2578         * nss/test-netdb.c: Likewise.
2579         * posix/tst-fnmatch.c: Likewise.
2580         * posix/tst-getlogin.c: Likewise.
2581         * posix/tst-gnuglob.c: Likewise.
2582         * posix/tst-mmap.c: Likewise.
2583         * pwd/tst-getpw.c: Likewise.
2584         * resolv/tst-inet_ntop.c: Likewise.
2585         * rt/tst-timer.c: Likewise.
2586         * stdio-common/test-fseek.c: Likewise.
2587         * stdio-common/test-popen.c: Likewise.
2588         * stdio-common/test-vfprintf.c: Likewise.
2589         * stdio-common/tst-cookie.c: Likewise.
2590         * stdio-common/tst-fileno.c: Likewise.
2591         * stdio-common/tst-gets.c: Likewise.
2592         * stdio-common/tst-obprintf.c: Likewise.
2593         * stdio-common/tst-perror.c: Likewise.
2594         * stdio-common/tst-sprintf2.c: Likewise.
2595         * stdio-common/tst-sprintf3.c: Likewise.
2596         * stdio-common/tst-sprintf.c: Likewise.
2597         * stdio-common/tst-swprintf.c: Likewise.
2598         * stdio-common/tst-tmpnam.c: Likewise.
2599         * stdio-common/tst-unbputc.c: Likewise.
2600         * stdio-common/tst-wc-printf.c: Likewise.
2601         * stdlib/tst-environ.c: Likewise.
2602         * stdlib/tst-fmtmsg.c: Likewise.
2603         * stdlib/tst-limits.c: Likewise.
2604         * stdlib/tst-rand48-2.c: Likewise.
2605         * stdlib/tst-rand48.c: Likewise.
2606         * stdlib/tst-random2.c: Likewise.
2607         * stdlib/tst-random.c: Likewise.
2608         * stdlib/tst-strtol.c: Likewise.
2609         * stdlib/tst-strtoll.c: Likewise.
2610         * stdlib/tst-tls-atexit.c: Likewise.
2611         * stdlib/tst-xpg-basename.c: Likewise.
2612         * string/test-ffs.c: Likewise.
2613         * string/tst-bswap.c: Likewise.
2614         * string/tst-inlcall.c: Likewise.
2615         * string/tst-strtok.c: Likewise.
2616         * string/tst-strxfrm.c: Likewise.
2617         * sysdeps/x86_64/tst-audit10.c: Likewise.
2618         * sysdeps/x86_64/tst-audit3.c: Likewise.
2619         * sysdeps/x86_64/tst-audit4.c: Likewise.
2620         * sysdeps/x86_64/tst-audit5.c: Likewise.
2621         * time/tst-ftime_l.c: Likewise.
2622         * time/tst-getdate.c: Likewise.
2623         * time/tst-mktime3.c: Likewise.
2624         * time/tst-mktime.c: Likewise.
2625         * time/tst-posixtz.c: Likewise.
2626         * time/tst-strptime2.c: Likewise.
2627         * time/tst-strptime3.c: Likewise.
2628         * wcsmbs/tst-btowc.c: Likewise.
2629         * wcsmbs/tst-mbrtowc.c: Likewise.
2630         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2631         * wcsmbs/tst-wchar-h.c: Likewise.
2632         * wcsmbs/tst-wcpncpy.c: Likewise.
2633         * wcsmbs/tst-wcrtomb.c: Likewise.
2634         * wcsmbs/tst-wcsnlen.c: Likewise.
2635         * wcsmbs/tst-wcstof.c: Likewise.
2636
2637 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2638
2639         [BZ #14132]
2640         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2641         INTDEF.
2642         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2643         declaration.
2644         (_dl_mcount): Use rtld_hidden_proto.
2645         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2646         _dl_mcount.
2647         * elf/rtld.c (_rtld_global_ro): Likewise.
2648
2649         [BZ #14132]
2650         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2651         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2652         of _dl_init_internal.
2653         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2654         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2655         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2656         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2657         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2658         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2659         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2660         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2661         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2662         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2663         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2664         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2665         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2666         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2667         * sysdeps/tile/dl-start.S (_start): Likewise.
2668         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2669         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2670
2671         [BZ #14132]
2672         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2673         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2674         (rtld_progname): Make macro definition unconditional.
2675         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2676         INTDEF.
2677         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2678         (dl_main): Likewise.
2679         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2680         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2681         instead of _dl_argv_internal.
2682         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2683         __GI__dl_argv instead of INTUSE(_dl_argv).
2684         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2685         __GI__dl_argv instead of _dl_argv_internal.
2686
2687         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2688         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2689         macro.
2690         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2691         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2692         New macro.
2693         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2694         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2695         macro.
2696         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2697         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2698
2699 2014-11-04  Andreas Schwab  <schwab@suse.de>
2700
2701         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2702
2703 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2704
2705         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2706         mtvsrd instruction in binary form.
2707
2708 2014-11-03  Andreas Schwab  <schwab@suse.de>
2709
2710         [BZ #17522]
2711         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2712         for less than MB_LEN_MAX use a local buffer of that size.
2713         * libio/tst-fputws.c: New file.
2714         * libio/Makefile (tests): Add tst-fputws.
2715
2716 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2717
2718         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2719         the size of the fpu_fr.fpu_dregs[] array.
2720
2721 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2722
2723         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2724         (__nanosleep): Do not define as alias.
2725         (nanosleep): Define as alias of __nanosleep.
2726         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2727         __libc_nanosleep name.
2728
2729 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2730
2731         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2732         install.texi in comment.
2733
2734 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2735
2736         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2737         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2738         ... add here and use lwsync or sync ...
2739         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2740         ... and add here using lwsync.
2741
2742 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2743
2744         * elf/dl-machine-reject-phdr.h: New file.
2745         * elf/dl-load.c: #include that.
2746         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2747         if that returned true.
2748
2749 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2750
2751         [BZ #17496]
2752         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2753         gen-as-const-headers chunk.  Add a big scare comment after the last
2754         safe place to touch before-compile.
2755
2756 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2757
2758         * manual/install.texi (Tools for Compilation): Update autoconf
2759         version requirements.
2760         * INSTALL: Regenerated.
2761
2762         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2763         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2764         (__libc_pselect): Likewise.
2765
2766         [BZ #14138]
2767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2771
2772 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2773
2774         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2775         correct barrier instruction.
2776         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2777         Likewise.
2778         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2779         Likewise.
2780
2781 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2782
2783         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2784         after defining inlines.  Instead, just use parens to defeat macro
2785         expansion of __isctype in its declaration.
2786
2787 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2788
2789         * include/sys/uio.h (__libc_readv): Remove declaration.
2790         (__libc_writev): Likewise.
2791         * misc/readv.c (__libc_readv): Rename to __readv.
2792         (__readv): Do not define as alias.
2793         (readv): Define as alias of __readv.
2794         * misc/writev.c (__libc_writev): Rename to __writev.
2795         (__writev): Do not define as alias.
2796         (writev): Define as alias of __writev.
2797         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2798         (__readv): Do not define as alias.
2799         (readv): Define unconditionally as alias of __readv.
2800         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2801         (__writev): Do not define as alias.
2802         (writev): Define unconditionally as alias of __writev.
2803         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2804         name.
2805         (writev): Do not define __libc_writev name.
2806
2807 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2808
2809         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2810         (convert_charseq): New function, broken out of ...
2811         (use_from_charmap): ... here.  Call it.
2812         (use_to_charmap): Use convert_charseq and free instead of duplicating
2813         its code with a variable-length stack struct.
2814
2815 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2816
2817         * include/fcntl.h (__libc_creat): Remove declaration.
2818         * io/creat.c (__libc_creat): Rename to creat.
2819         (creat): Do not define as alias.
2820         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2821         of creat instead of __libc_creat.
2822         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2823         to creat.
2824         (creat): Do not define as alias.
2825         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2826         __libc_creat.
2827         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2828         __libc_creat name.
2829         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2830         Likewise.
2831
2832 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2833
2834         * manual/llio.texi: Add comments discussing why write() may be
2835         considered MT-unsafe on Linux.
2836
2837 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2838
2839         * dl-load.c (local_strdup): Remove.
2840         (expand_dynamic_string_token): Use __strdup.
2841         (decompose_rpath): Likewise.
2842         (_dl_map_object): Likewise.
2843
2844 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2845
2846         [BZ #14132]
2847         * sysdeps/generic/unwind-dw2-fde.c
2848         (__register_frame_info_bases_internal): Do not declare.
2849         (__register_frame_info_table_bases_internal): Likewise.
2850         (__deregister_frame_info_bases_internal): Likewise.
2851         (__register_frame_info_bases): Declare and use hidden_proto before
2852         definition.  Use hidden_def instead of INTDEF.
2853         (__register_frame_info_table_bases): Likewise.
2854         (__deregister_frame_info_bases): Likewise.
2855         (__register_frame_info): Do not use INTUSE.
2856         (__register_frame): Likewise.
2857         (__register_frame_info_table): Likewise.
2858         (__register_frame_table): Likewise.
2859         (__deregister_frame_info): Likewise.
2860         (__deregister_frame): Likewise.
2861
2862 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2863
2864         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2865         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2866         not undefine.
2867         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2868         Likewise.
2869         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2870         Likewise.
2871
2872 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2873
2874         [BZ #14138]
2875         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2876         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2878         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2879         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2880         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2881         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2882         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2883         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2884         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2885         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2886         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2887         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2888         syscall.
2889         (setfsuid): Likewise.
2890         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2891         (setfsuid): Likewise.
2892         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2893         (setfsuid): Likewise.
2894         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2895         Likewise.
2896         (setfsuid): Likewise.
2897         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2898         (setfsuid): Likewise.
2899         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2900         Likewise.
2901         (setfsuid): Likewise.
2902
2903 2014-10-27  Andreas Schwab  <schwab@suse.de>
2904
2905         [BZ #17501]
2906         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2907         check for Slow_SSE4_2 feature bit.
2908         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2909         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2910         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2911         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2912
2913 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2914
2915         * configure.ac: Validate compiler version with a empirical test of
2916         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2917         $CC -v output.
2918         * configure: Regenerated.
2919
2920         * inet/htons.c (htons): Prototypify.
2921         * inet/htonl.c (htonl): Likewise.
2922
2923 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2924
2925         * string/strncat.c (strncat): Improve performance by using strlen.
2926
2927 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2928
2929         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2930
2931 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2932
2933         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2934         Call libc_fetestexcept_aarch64.
2935
2936 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2937
2938         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2939         Call libc_feholdexcept_aarch64.
2940
2941 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2942
2943         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2944         Call get_rounding_mode.
2945
2946 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2947
2948         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2949         Simplify logic.
2950
2951 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2952
2953         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2954         Simplify logic.
2955
2956 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2957
2958         [BZ #14138]
2959         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2960         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2961         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2963         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2965         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2966         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2967         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2970         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2971         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2973         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2974         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2975         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2976         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2977         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2978         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2979         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2980         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2981         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2982         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2983         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2984         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2985         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2986         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2987         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2988         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2989         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2990         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2991         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2992         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2993         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2994         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2995         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2996         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2997         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2998         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2999         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3000         syscall.
3001         (geteuid): Likewise.
3002         (getgid): Likewise.
3003         (getuid): Likewise.
3004         (getresgid): Likewise.
3005         (getresuid): Likewise.
3006         (getgroups): Likewise.
3007         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3008         (geteuid): Likewise.
3009         (getgid): Likewise.
3010         (getuid): Likewise.
3011         (getresgid): Likewise.
3012         (getresuid): Likewise.
3013         (getgroups): Likewise.
3014         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3015         (geteuid): Likewise.
3016         (getgid): Likewise.
3017         (getuid): Likewise.
3018         (getresgid): Likewise.
3019         (getresuid): Likewise.
3020         (getgroups): Likewise.
3021         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3022         Likewise.
3023         (geteuid): Likewise.
3024         (getgid): Likewise.
3025         (getuid): Likewise.
3026         (getresgid): Likewise.
3027         (getresuid): Likewise.
3028         (getgroups): Likewise.
3029         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3030         (geteuid): Likewise.
3031         (getgid): Likewise.
3032         (getuid): Likewise.
3033         (getresgid): Likewise.
3034         (getresuid): Likewise.
3035         (getgroups): Likewise.
3036         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3037         Likewise.
3038         (geteuid): Likewise.
3039         (getgid): Likewise.
3040         (getuid): Likewise.
3041         (getgroups): Likewise.
3042
3043         [BZ #14138]
3044         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3045         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3046         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3047         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3048         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3050         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3051         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3052         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3053         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3054         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3056         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3057         __chown.
3058         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3059         (lchown): Likewise.
3060         (fchown): Likewise.
3061         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3062         Likewise.
3063         (lchown): Likewise.
3064         (fchown): Likewise.
3065         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3066         (lchown): Likewise.
3067         (fchown): Likewise.
3068         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3069         Likewise.
3070         (lchown): Likewise.
3071         (fchown): Likewise.
3072
3073 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3074
3075         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3076         Simplify logic.
3077
3078 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3079
3080         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3081         Cleanup logic.
3082
3083 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3084
3085         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3086         Remove unused include.
3087
3088 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3089
3090         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3091         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3092         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3093         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3094
3095 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3096             Helge Deller <deller@gmx.de>
3097
3098         [BZ #17508]
3099         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3100         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3101         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3102
3103 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3104
3105         [BZ #14132]
3106         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3107         Remove macro definition.
3108         (__ashrdi3_v_glibc20): Likewise.
3109         (__lshrdi3_v_glibc20): Likewise.
3110         (__cmpdi2_v_glibc20): Likewise.
3111         (__ucmpdi2_v_glibc20): Likewise.
3112         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3113         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3114         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3115         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3116         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3117         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3118
3119 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3120
3121         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3122         old GNU extension [0] syntax.
3123         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3124         alloca rather than an array member with variable length.
3125         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3126         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3127         (parse_opt): ... here.  Likewise use alloca there.
3128         Validate the -i argument before checking for rootness.
3129         (send_shutdown): New function, broken out of ...
3130         (parse_opt): ... here.
3131
3132 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3133
3134         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3135         macro to get at the _rt_local_ro field.
3136         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3137         ([PIC] case) or _dl_hwcap ([!PIC] case).
3138         * sysdeps/arm/setjmp.S: Likewise.
3139
3140         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3141         * sysdeps/arm/configure.ac: New check to define it.
3142         * sysdeps/arm/configure: Regenerated.
3143         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3144         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3145         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3146         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3147         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3148         Use move/movt pair instead of a load.
3149         (LDST_GLOBAL): Macro removed.
3150         (LDR_GLOBAL): New macro replaces it.
3151         (LDR_HIDDEN): New macro.
3152         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3153         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3154
3155         * setjmp/tst-setjmp-static.c: New file.
3156         * setjmp/Makefile (tests): Add it.
3157         (tests-static): New variable.
3158
3159 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3160
3161         [BZ #17485]
3162         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3163
3164 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3165
3166         [BZ #14132]
3167         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3168
3169 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3170
3171         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3172
3173 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3174
3175         * io/fts.c (dirent_not_directory): New function.
3176         (fts_build): Call it.
3177
3178 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3179
3180         * nptl/version.c (__nptl_main): Use normal __write rather than
3181         INTERNAL_SYSCALL.
3182         (banner): Update copyright years.
3183
3184         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3185         gettimeofday.
3186         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3187         * nptl/pthread_cond_timedwait.c: Likewise.
3188         * nptl/pthread_mutex_timedlock.c: Likewise.
3189         * nptl/sem_timedwait.c: Likewise.
3190
3191         * sysdeps/nptl/bits/libc-lock.h
3192         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3193         (__libc_lock_init_recursive): Return void, not 0.
3194         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3195         (__libc_rwlock_init): Likewise.
3196         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3197
3198 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3199
3200         [BZ #15215]
3201         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3202         (__pthread_once_slow): ... here.
3203         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3204         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3205
3206 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3207
3208         [BZ #15215]
3209         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3210         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3211         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3212         * nptl/pthread_once.c (__pthread_once): Likewise.
3213         Update comments.
3214
3215 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3216
3217         [BZ #14138]
3218         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3219         name.
3220         (writev): Use __libc_writev as strong name.
3221         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3222         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3223
3224 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3225
3226         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3227
3228         * sysdeps/i386/nptl/tls.h
3229         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3230         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3231         New macros.
3232         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3233         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3234         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3235         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3236         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3237         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3238
3239         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3240         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3241         on [__NR_futex].
3242         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3243         broken out of ...
3244         (__pthread_mutex_init): ... here.  Call it.
3245         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3246         Conditionalize PI cases on [__NR_futex].
3247         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3248         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3249         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3250
3251         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3252         conditional on [SIGSETXID].
3253         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3254         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3255         is defined.  Likewise for SIGSETXID.
3256         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3257         Conditionalize definitions on [SIGSETXID].
3258         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3259         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3260         unblocking on [SIGCANCEL].
3261
3262         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3263         [__NR_set_robust_list].
3264
3265 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3266
3267         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3268         (do_compare): Likewise.
3269
3270 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3271
3272         [BZ #15884]
3273         * string/strcoll_l.c: Don't include stdio.h.
3274         (coll_seq): Remove members idxarr and rulearr.
3275         (get_next_seq_cached): Remove function.
3276         (get_next_seq): Likewise.
3277         (get_next_seq_nocache): Rename to get_next_seq.
3278         (do_compare): Remove function.
3279         (do_compare_nocache): Rename to do_compare.
3280         (STRCOLL): Remove weight and rules cache.
3281
3282 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3283
3284         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3285         * sysdeps/arm/sfp-machine.h: ... to here.
3286         * sysdeps/arm/Implies: Remove arm/soft-fp.
3287
3288 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3289
3290         * conform/data/sys/utsname.h-data (*_t): Allow.
3291         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3292         [POSIX] (WEXITED): Do not expect constant.
3293         [POSIX] (WSTOPPED): Likewise.
3294         [POSIX] (WNOHANG): Likewise.
3295         [POSIX] (WNOWAIT): Likewise.
3296         [POSIX] (siginfo_t): Do not expect type or elements.
3297         [POSIX] (pid_t): Do not expect type.
3298         [POSIX] (signal.h): Do not allow header.
3299         [POSIX] (sys/resource.h): Likewise.
3300         [POSIX] (si_*): Do not allow pattern.
3301         [POSIX] (W*): Likewise.
3302         [POSIX] (P_*): Likewise.
3303         [POSIX] (BUS_*): Likewise.
3304         [POSIX] (CLD_*): Likewise.
3305         [POSIX] (FPE_*): Likewise.
3306         [POSIX] (ILL_*): Likewise.
3307         [POSIX] (POLL_*): Likewise.
3308         [POSIX] (SEGV_*): Likewise.
3309         [POSIX] (SI_*): Likewise.
3310         [POSIX] (TRAP_*): Likewise.
3311         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3312         variable.
3313
3314 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3315
3316         [BZ #12926]
3317         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3318         infinite loop when __recvmsg returns 0.
3319
3320 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3321
3322         * CANCEL-FCT-WAIVE: Remove file.
3323         * CANCEL-FILE-WAIVE: Likewise.
3324
3325         [BZ #14132]
3326         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3327         instead of INTVARDEF.
3328         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3329         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3330         rtld_hidden_data_def instead of INTVARDEF.
3331         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3332         * elf/dl-deps.c (expand_dst): Likewise.
3333         * elf/dl-load.c (_dl_dst_count): Likewise.
3334         (_dl_dst_substitute): Likewise.
3335         (decompose_rpath): Likewise.
3336         (_dl_init_paths): Likewise.
3337         (open_path): Likewise.
3338         (_dl_map_object): Likewise.
3339         * elf/rtld.c (dl_main): Likewise.
3340         (process_dl_audit): Likewise.
3341         (process_envvars): Likewise.
3342         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3343         Remove declaration.
3344         (__libc_enable_secure): Use rtld_hidden_proto.
3345
3346 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3347
3348         * elf/dl-load.c
3349         (add_path): New function broken out of _dl_rtld_di_serinfo.
3350         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3351
3352 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3353
3354         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3355         parentheses around macro arguments.
3356         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3357         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3358         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3359         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3360         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3361         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3362         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3363         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3364         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3365         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3366         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3367         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3368         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3369         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3370         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3371         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3372         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3373         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3374         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3375         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3376         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3377         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3378         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3379         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3380         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3381         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3382         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3383         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3384         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3385         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3386         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3387         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3388         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3389         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3390         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3391         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3392         Likewise.
3393         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3394         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3395         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3396         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3397         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3398         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3399         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3400         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3401         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3402         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3403         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3404         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3405         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3406         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3407         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3408         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3409         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3410         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3411         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3412         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3413         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3414         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3415         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3416         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3417         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3418         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3419         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3420         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3421         (_FP_FRAC_SRS_1): Likewise.
3422         (_FP_FRAC_CLZ_1): Likewise.
3423         (_FP_MUL_MEAT_1_imm): Likewise.
3424         (_FP_MUL_MEAT_1_wide): Likewise.
3425         (_FP_MUL_MEAT_1_hard): Likewise.
3426         (_FP_SQRT_MEAT_1): Likewise.
3427         (_FP_FRAC_ASSEMBLE_1): Likewise.
3428         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3429         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3430         (__FP_CLZ_2): Likewise.
3431         (_FP_MUL_MEAT_2_wide): Likewise.
3432         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3433         (_FP_MUL_MEAT_2_gmp): Likewise.
3434         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3435         (_FP_SQRT_MEAT_2): Likewise.
3436         (_FP_FRAC_ASSEMBLE_2): Likewise.
3437         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3438         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3439         (_FP_FRAC_CLZ_4): Likewise.
3440         (_FP_MUL_MEAT_4_wide): Likewise.
3441         (_FP_MUL_MEAT_4_gmp): Likewise.
3442         (_FP_SQRT_MEAT_4): Likewise.
3443         (_FP_FRAC_ASSEMBLE_4): Likewise.
3444         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3445         * soft-fp/op-common.h (_FP_CMP): Likewise.
3446         (_FP_CMP_EQ): Likewise.
3447         (_FP_CMP_UNORD): Likewise.
3448         (_FP_TO_INT): Likewise.
3449         (_FP_FROM_INT): Likewise.
3450         [!__FP_CLZ] (__FP_CLZ): Likewise.
3451         (_FP_DIV_HELP_imm): Likewise.
3452         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3453         Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3458         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3461         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3462         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3463         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3464         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3465         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3466         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3467         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3468         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3469         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3470         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3479         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3480         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3481         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3482         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3483         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3484         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3485         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3486         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3487         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3488         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3489         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3490         (FP_UNPACK_RAW_SP): Likewise.
3491         (FP_PACK_RAW_S): Likewise.
3492         (FP_PACK_RAW_SP): Likewise.
3493         (FP_UNPACK_S): Likewise.
3494         (FP_UNPACK_SP): Likewise.
3495         (FP_UNPACK_SEMIRAW_S): Likewise.
3496         (FP_UNPACK_SEMIRAW_SP): Likewise.
3497         (FP_PACK_S): Likewise.
3498         (FP_PACK_SP): Likewise.
3499         (FP_PACK_SEMIRAW_S): Likewise.
3500         (FP_PACK_SEMIRAW_SP): Likewise.
3501         (_FP_SQRT_MEAT_S): Likewise.
3502         (FP_CMP_S): Likewise.
3503         (FP_CMP_EQ_S): Likewise.
3504         (FP_CMP_UNORD_S): Likewise.
3505         (FP_TO_INT_S): Likewise.
3506         (FP_FROM_INT_S): Likewise.
3507
3508         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3509
3510         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3511         (FP_EX_INVALID_IMZ): Likewise.
3512         (FP_EX_INVALID_IMZ_FMA): Likewise.
3513         (FP_EX_INVALID_ISI): Likewise.
3514         (FP_EX_INVALID_ZDZ): Likewise.
3515         (FP_EX_INVALID_IDI): Likewise.
3516         (FP_EX_INVALID_SQRT): Likewise.
3517         (FP_EX_INVALID_CVI): Likewise.
3518         (FP_EX_INVALID_VC): Likewise.
3519         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3520         "invalid" exceptions.
3521         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3522         (_FP_ADD_INTERNAL): Likewise.
3523         (_FP_MUL): Likewise.
3524         (_FP_FMA): Likewise.
3525         (_FP_DIV): Likewise.
3526         (_FP_CMP_CHECK_NAN): Likewise.
3527         (_FP_SQRT): Likewise.
3528         (_FP_TO_INT): Likewise.
3529         (FP_EXTEND): Likewise.
3530
3531 2014-10-09  Allan McRae  <allan@archlinux.org>
3532
3533         * po/fr.po: Update French translation from translation project.
3534
3535 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3536
3537         [BZ #14132]
3538         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3539         of INTDEF.
3540         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3541         (__cxa_atexit): Use libc_hidden_proto.
3542         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3543
3544         [BZ #14132]
3545         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3546         declaration.
3547         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3548         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3549         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3550         [!_ISOMAC] (__iswctype_internal): Likewise.
3551         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3552         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3553         alias.
3554         (fcntl): Remove __fcntl_internal alias.
3555         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3556         __connect_internal alias.
3557         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3558         Likewise.
3559
3560         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3561         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3562         FP_DENORM_ZERO.
3563         (_FP_CHECK_FLUSH_ZERO): New macro.
3564         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3565         (_FP_CMP): Likewise.
3566         (_FP_CMP_EQ): Likewise.
3567         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3568         FP_DENORM_ZERO.
3569         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3570         (FP_TRUNC): Likewise.
3571
3572         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3573         treated as invalid conversion, not as normal exponent.
3574
3575         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3576         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3577         (_FP_CMP_EQ): Likewise.
3578         (_FP_CMP_UNORD): Likewise.
3579         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3580         (FP_CMP_EQ_D): Likewise.
3581         (FP_CMP_UNORD_D): Likewise.
3582         * soft-fp/extended.h (FP_CMP_E): Likewise.
3583         (FP_CMP_EQ_E): Likewise.
3584         (FP_CMP_UNORD_E): Likewise.
3585         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3586         (FP_CMP_EQ_Q): Likewise.
3587         (FP_CMP_UNORD_Q): Likewise.
3588         * soft-fp/single.h (FP_CMP_S): Likewise.
3589         (FP_CMP_EQ_S): Likewise.
3590         (FP_CMP_UNORD_S): Likewise.
3591         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3592         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3593         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3594         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3595         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3596         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3597         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3598         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3599         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3600         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3601         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3602         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3603         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3604         to FP_CMP_Q.
3605         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3606         FP_CMP_Q.
3607         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3608         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3609         FP_CMP_EQ_Q.
3610         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3611         FP_CMP_Q.
3612         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3613         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3614         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3615         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3616         FP_CMP_EQ_Q.
3617         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3618         FP_CMP_Q.
3619         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3620         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3621         FP_CMP_EQ_Q.
3622         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3623         FP_CMP_Q.
3624         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3625         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3626         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3627         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3628         FP_CMP_EQ_Q.
3629
3630         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3631         a subnormal result, set the underflow exception if trapping on
3632         underflow is enabled.
3633         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3634         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3635         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3636         redefine to 0.
3637         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3638         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3639         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3640         * soft-fp/extendxftf2.c (__extendxftf2): Use
3641         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3642
3643         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3644         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3645         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3646         FP_HANDLE_EXCEPTIONS.
3647         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3648         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3649         FP_HANDLE_EXCEPTIONS.
3650         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3651         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3652         FP_HANDLE_EXCEPTIONS.
3653         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3654         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3655         FP_HANDLE_EXCEPTIONS.
3656
3657 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3658
3659         [BZ #14132]
3660         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3661         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3662         use INTUSE.
3663         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3664         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3665         Remove alias.
3666         (__adjtimex): Define using libc_hidden_ver.
3667         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3668         Remove declaration.
3669         (ntp_gettime): Call __adjtimex directly.
3670         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3671         Remove declaration.
3672         (ntp_gettimex): Call __adjtimex directly.
3673         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3674         __adjtimex_internal alias.
3675
3676 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3677
3678         [BZ #17460]
3679         * nscd/nscd.c (more_help): Rewrite list of tables collection
3680         using xstrdup and asprintf.
3681
3682         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3683
3684 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3685             Roland McGrath  <roland@hack.frob.com>
3686
3687         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3688         (do_lookup_unique): ... local function 'enter' here; update callers.
3689
3690 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3691
3692         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3693         compat_symbol calls on [SHARED].
3694         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3695         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3696         Remove.
3697         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3698         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3699         (oldsetrlimit): Remove.
3700         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3702         (lchown): New syscall entry.
3703         (oldsetrlimit): Remove.
3704         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3705         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3706         (oldsetrlimit): Remove.
3707         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3708
3709         [BZ #14138]
3710         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3711         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3712         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3713         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3714         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3715         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3716         (fchown): Likewise.
3717         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3718         (fchown): Likewise.
3719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3720         Likewise.
3721
3722 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3723
3724         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3725         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3726         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3727         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3728         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3729         Likewise.
3730         (__old_sem_post): Likewise.
3731
3732 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3733
3734         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3735         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3736         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3737         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3738         Use INLINE_VSYSCALL macro.
3739         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3740         __vdso_clock_gettime.
3741         * sysdeps/unix/sysv/linux/tile/init-first.c
3742         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3743         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3744         __vdso_clock_gettime.
3745
3746         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3747         to set up frame more cleanly.
3748
3749         * sysdeps/tile/memcmp.c: New file.
3750
3751         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3752
3753         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3754         * sysdeps/tile/tilegx/strcasestr.c: New file.
3755         * sysdeps/tile/tilegx/strnlen.c: New file.
3756         * sysdeps/tile/tilegx/strstr.c: New file.
3757
3758         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3759
3760 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3761
3762         * nptl/tst-setuid3.c: Write errors to stdout.
3763
3764 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3765
3766         * elf/dl-deps.c
3767         (preload): New functions broken out of _dl_map_object_deps.
3768         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3769
3770 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3771
3772         [BZ #14138]
3773         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3774         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3775
3776 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3777
3778         * sysdeps/mips/strcmp.S: New.
3779
3780 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3781
3782         [BZ #14138]
3783         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3784         (linkat): Likewise.
3785         (mkdirat): Likewise.
3786         (readlinkat): Likewise.
3787         (renameat): Likewise.
3788         (symlinkat): Likewise.
3789         (unlinkat): Likewise.
3790         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3791         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3792         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3793         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3794         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3795         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3796         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3797
3798 2014-09-30  Will Newton  <will.newton@linaro.org>
3799
3800         * math/math.h: Define long double math functions if
3801         _LIBC_TEST is defined.
3802         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3803
3804         * localedata/Makefile: Move assignment to tests-special
3805         into an ifdef testing run-built-tests.
3806         * timezone/Makefile: Likewise.
3807
3808 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3809
3810         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3811         with $(BASH) not $(SHELL).
3812
3813 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3814             Matthew LeGendre  <legendre1@llnl.gov>
3815
3816         [BZ #17411]
3817         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3818         l_reloc_result.
3819
3820 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3821
3822         * stdio-common/printf_fp.c
3823         (hack_digit): New function, broken out of ...
3824         (__printf_fp): ... local function here.  Update call sites.
3825         hack_digit now takes an additional parameter that is a pointer
3826         to a struct of the referenced locals.  Those locals moved inside
3827         the struct and references updated.
3828
3829 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3830
3831         * aclocal.m4: Require autoconf 2.69.
3832         * configure: Regenerated.
3833         * sysdeps/aarch64/configure: Likewise.
3834         * sysdeps/alpha/configure: Likewise.
3835         * sysdeps/arm/armv7/configure: Likewise.
3836         * sysdeps/arm/configure: Likewise.
3837         * sysdeps/ia64/configure: Likewise.
3838         * sysdeps/mach/configure: Likewise.
3839         * sysdeps/mips/configure: Likewise.
3840         * sysdeps/s390/configure: Likewise.
3841         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3843
3844         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3845         file.
3846         * sysdeps/ia64/configure.ac: Likewise.
3847
3848 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3849
3850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3851         specify symbol version for ld.so.  Do not include entry for
3852         libpthread.
3853         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3854         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3855         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3856
3857         [BZ #14171]
3858         * Makeconfig [$(build-shared) = yes]
3859         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3860         makefiles.
3861         [$(build-shared) = yes && $(soversions.mk-done) = t]
3862         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3863         [$(build-shared) = yes && $(soversions.mk-done) = t]
3864         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3865         to Makerules.
3866         [$(build-shared) = yes && $(soversions.mk-done) = t]
3867         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3868         here.
3869         [$(build-shared) = yes && $(soversions.mk-done) = t]
3870         (common-generated): Don't append gnu/lib-names.h and
3871         gnu/lib-names.stmp here.
3872         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3873         (lib-names-h-abi): New variable.
3874         [$(build-shared) = yes && $(soversions.mk-done) = t]
3875         (lib-names-stmp-abi): Likewise.
3876         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3877         abi-variants] (before-compile): Append
3878         $(common-objpfx)$(lib-names-h-abi).
3879         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3880         abi-variants] (common-generated): Append gnu/lib-names.h.
3881         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3882         abi-variants] (install-others-nosubdir): Depend on
3883         $(inst_includedir)/$(lib-names-h-abi).
3884         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3885         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3886         [$(build-shared) = yes && $(soversions.mk-done) = t]
3887         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3888         [$(build-shared) = yes && $(soversions.mk-done) = t]
3889         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3890         [$(build-shared) = yes && $(soversions.mk-done) = t]
3891         (common-generated): Append $(lib-names-h-abi) and
3892         $(lib-names-stmp-abi).
3893         * scripts/lib-names.awk: Do not handle multi being set.
3894         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3895         Remove variable.
3896         (abi-lp64_be-ld-soname): Likewise.
3897         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3898         Likewise.
3899         (abi-hard-ld-soname): Likewise.
3900         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3901         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3902         Remove variable.
3903         (abi-o32_hard-ld-soname): Likewise.
3904         (abi-o32_soft_2008-ld-soname): Likewise.
3905         (abi-o32_hard_2008-ld-soname): Likewise.
3906         (abi-n32_soft-ld-soname): Likewise.
3907         (abi-n32_hard-ld-soname): Likewise.
3908         (abi-n32_soft_2008-ld-soname): Likewise.
3909         (abi-n32_hard_2008-ld-soname): Likewise.
3910         (abi-n64_soft-ld-soname): Likewise.
3911         (abi-n64_hard-ld-soname): Likewise.
3912         (abi-n64_soft_2008-ld-soname): Likewise.
3913         (abi-n64_hard_2008-ld-soname): Likewise.
3914         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3915         Likewise.
3916         (abi-64-v2-ld-soname): Likewise.
3917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3918         ld.so entries.
3919         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3920         variable.
3921         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3922         entry.
3923         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3924         variable.
3925         (abi-64-ld-soname): Likewise.
3926         (abi-x32-ld-soname): Likewise.
3927         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3928         entry.
3929         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3930
3931 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3932
3933         [BZ #14138]
3934         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3935         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3936         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3937         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3938         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3939         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3940         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3941         syscall entry for GLIBC_2.2 symbol version.
3942         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3943         Likewise.
3944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3945         (setrlimit): Likewise.
3946         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3947         Likewise.
3948
3949 2014-09-23  Will Newton  <will.newton@linaro.org>
3950
3951         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3952         _LINUX_ARM_SYSDEP_H include guard too.
3953         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3954         define.
3955
3956 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3957
3958         * sysdeps/unix/sysv/linux/eventfd.c:
3959         Make first argument unsigned.
3960         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3961         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3962
3963 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3964
3965         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3966         * socket/sys/socket.h: Likewise
3967         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3968
3969 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3970
3971         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3972
3973 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3974
3975         * time/tst-ftime.c: New test.
3976         * time/Makefile (tests): Add tst-ftime.
3977
3978 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3979
3980         * soft-fp/extended.h: Fix comment formatting.
3981         * soft-fp/op-1.h: Likewise.
3982         * soft-fp/op-2.h: Likewise.
3983         * soft-fp/op-4.h: Likewise.
3984         * soft-fp/op-8.h: Likewise.
3985         * soft-fp/op-common.h: Likewise.
3986         * soft-fp/soft-fp.h: Likewise.
3987
3988         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3989
3990 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3991
3992         [BZ #6652]
3993         * Makeconfig (soversions-default-setname): Remove variable.
3994         ($(common-objpfx)soversions.i): Don't pass default_setname to
3995         soversions.awk.
3996         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3997         oldest_abi to abi-versions.awk.
3998         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3999         * config.make.in (oldest-abi): Remove variable.
4000         * configure.ac (--enable-oldest-abi): Remove configure option.
4001         * configure: Regenerated.
4002         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4003         text.
4004         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4005         * scripts/soversions.awk: Do not handle default_setname variable.
4006         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4007         variable.
4008         * sysdeps/mach/hurd/configure: Regenerated.
4009         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4010         variable.
4011         * sysdeps/unix/sysv/linux/configure: Regenerated.
4012
4013 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4014
4015         * elf/Makefile (CFLAGS-interp.c): Remove.
4016         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4017         path string.
4018         * elf/interp.c: Include generated runtime-linker.h
4019
4020         * Makerules (lib%.so): Don't include $(+interp) in
4021         prerequisites.
4022         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4023         * dlfcn/eval.c: Remove file.
4024
4025         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4026         macros.
4027
4028         [BZ #17266]
4029         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4030         4.2 and newer.
4031
4032         [BZ #17370]
4033         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4034
4035 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4036             Jakub Jelinek  <jakub@redhat.com>
4037
4038         [BZ #17266]
4039         * libio/stdio.h: Check definition of __fortify_function
4040         instead of __extern_always_inline to include bits/stdio2.h.
4041         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4042         check if __extern_always_inline is defined.
4043         [__USE_MISC || __USE_XOPEN]: Likewise.
4044         [__USE_ISOC99] Likewise.
4045         * misc/sys/cdefs.h (__fortify_function): Define only if
4046         __extern_always_inline is defined.
4047         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4048         __extern_always_inline and __extern_inline only for g++-4.3
4049         and newer or a compatible gcc.
4050
4051 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4052
4053         [BZ #17371]
4054         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4055         last change to handle zero prefix length.
4056
4057 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4058
4059         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4060         _SC_REGEX_VERSION.
4061
4062         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4063         _POSIX_RAW_SOCKETS.
4064
4065 2014-09-13  Allan McRae  <allan@archlinux.org>
4066
4067         * po/ru.po: Update Russian translation from translation project.
4068
4069 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4070
4071         * locale/programs/locale.c (show_locale_vars): Inline local function
4072         into its sole call site.  Clean up some style nits.
4073         (print_item): New function, broken out of ...
4074         (show_info): ... local function here.  Clean up style nits.
4075
4076         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4077         out of ...
4078         (set_class_defaults): ... local function set_default here.
4079         Define set_default as a macro locally to pass constant parameters.
4080         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4081         rather than a shared local.
4082
4083         * stdlib/rpmatch.c (try): New function, broken out of ...
4084         (rpmatch): ... local function here.  Also, prototypify definition.
4085
4086 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4087
4088         * scripts/soversions.awk: Do not handle configuration names.
4089         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4090         vendor and os variables to soversions.awk.
4091         * configure.ac: Do not modify gnu-* host_os.
4092         * configure: Regenerated
4093         * shlib-versions: Remove first column with configuration names.
4094         * nptl/shlib-versions: Likewise.
4095         * nptl_db/shlib-versions: Likewise.
4096         * sysdeps/hppa/shlib-versions: Likewise.
4097         * sysdeps/m68k/shlib-versions: Likewise.
4098         * sysdeps/mach/hurd/shlib-versions: Likewise.
4099         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4100         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4101         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4102         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4103         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4104         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4105         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4106         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4108         Likewise.
4109         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4110         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4111         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4112         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4113         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4114         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4115         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4116         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4117
4118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4119         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4121         Regenerated.
4122         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4124         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4125
4126         * shlib-versions: Remove OS-specific entries.  Moved to files in
4127         sysdeps.
4128         * sysdeps/mach/hurd/shlib-versions: New file.
4129         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4130
4131         * nptl/shlib-versions: Remove architecture-specific entries.
4132         Moved to files in sysdeps.
4133         * shlib-versions: Likewise.
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4135         file.
4136         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4137         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4138         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4139         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4140
4141         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4142         (UDP_NO_CHECK6_RX): Likewise.
4143
4144 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4145
4146         * sysdeps/posix/sysconf.c (__sysconf): Spell
4147         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4148
4149 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4150
4151         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4152         loading.
4153         * iconv/Versions (__gconv_transliterate): Export for use from
4154         gconv modules.
4155         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4156         (struct __gconv_trans_data, __gconv_trans_fct,
4157         __gconv_trans_context_fct, __gconv_trans_query_fct,
4158         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4159         definitions.
4160         (struct __gconv_step_data): Remove __trans member.
4161         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4162         longer hidden.  Remove unused trans_data argument.
4163         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4164         (__gconv_translit_find): Remove declaration.
4165         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4166         prototype.
4167         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4168         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4169         trans_data argument.  Add hidden definition.
4170         (__gconv_translit_find): Remove.
4171         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4172         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4173         * iconv/skeleton.c: Remove transliteration initialization.
4174         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4175         __gconv_step_data initialization.
4176         * libio/iofwide.c (__libio_translit_): Remove.
4177         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4178         * wcsmbs/btowc.c (__btowc): Likewise.
4179         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4180         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4181         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4182         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4183         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4184         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4185         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4186         * wcsmbs/wctob.c (wctob): Likewise.
4187
4188 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4189
4190         [BZ #16194]
4191         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4192         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4193         register usage.
4194         * sysdeps/x86/Makefile: Adjust.
4195
4196 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4197             Roland McGrath  <roland@hack.frob.com>
4198
4199         * locale/weight.h: Add include guard.
4200         (findidx): Make static rather than auto; take new parameters
4201         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4202         * locale/weightwc.h: Likewise.
4203         * posix/fnmatch_loop.c
4204         (FCT): Change type of EXTRA from int32_t to wint_t.
4205         Don't include either header inside the function.
4206         Call FINDIDX rather than findidx, and pass new arguments.
4207         #undef FINDIDX at the end of the file.
4208         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4209         FINDIDX before including fnmatch_loop.c for the non-wide version.
4210         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4211         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4212         for the wide version.
4213         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4214         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4215         Pass new arguments to findidx.
4216         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4217         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4218         Don't #include it inside the function.  Pass new arguments to findidx.
4219         * posix/regex_internal.h
4220         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4221         (re_string_elem_size_at): Don't #include it inside the function.
4222         Pass new arguments to findidx.
4223         * string/strcoll_l.c: #include WEIGHT_H at top level.
4224         (get_next_seq): Don't #include it inside the function.
4225         Pass new arguments to findidx.
4226         (get_next_seq_nocache): Likewise.
4227         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4228         (STRXFRM): Don't #include it inside the function.
4229         Pass new arguments to findidx.
4230
4231 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4232
4233         [BZ #17344]
4234         * malloc/malloc.c (unlink): Turn asserts into a call to
4235         malloc_printerr.
4236
4237 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4238
4239         [BZ #17370]
4240         * libio/wfileops (do_ftell_wide): Free OUT.
4241
4242 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4243
4244         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4245
4246 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4247
4248         [BZ #17363]
4249         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4250         group if the current group is empty.
4251
4252 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4253
4254         * benchtests/bench-memset.c (test_main): Add more test from size
4255         from 32 to 512 bytes.
4256         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4257         Add POWER8 memset object.
4258         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4259         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4260         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4261         implementation.
4262         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4263         Likewise.
4264         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4265         multiarch POWER8 memset optimization.
4266         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4267         POWER8 memset optimization.
4268
4269         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4270         Remove bzero multiarch objects.
4271         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4272         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4273         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4274         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4275         Remove define.
4276         [__bzero]: Redefine to specific name.
4277         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4278         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4279         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4280         define.
4281         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4282         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4283
4284 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4285
4286         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4287         warnings into errors.
4288
4289         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4290         __cxa_thread_atexit_impl prototype.
4291
4292 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4293
4294         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4295         Fix capitalization of error message.
4296
4297 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4298
4299         * sysdeps/mips/preconfigure: Modify ABI tests.
4300
4301 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4302
4303         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4304
4305 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4306             Carlos O'Donell  <carlos@systemhalted.org>
4307
4308         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4309         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4310         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4311         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4312         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4313         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4314         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4315         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4316         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4317         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4318         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4319         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4320         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4321         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4322         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4323         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4324         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4325         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4326         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4327         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4328         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4329         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4330         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4331         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4332         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4333         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4334         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4335         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4336         Deconditionalize the code that was previously under [RESET_PID].
4337         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4338         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4339         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4340         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4341         include sysdep.h.
4342
4343 2014-09-08  Allan McRae  <allan@archlinux.org>
4344
4345         * version.h (RELEASE): Set to "development".
4346         (VERSION): Set to "2.20.90"
4347
4348 2014-09-07  Allan McRae  <allan@archlinux.org
4349
4350         * version.h (RELEASE): Set to "stable".
4351         (VERSION): Set to "2.20"
4352         * include/features.h (__GLIBC_MINOR__): Set to 20.
4353
4354         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4355         Liebler.
4356
4357         * po/ko.po: Update Korean translation from translation project.
4358
4359 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4360
4361         [BZ #17354]
4362         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4363         macro for handling signed relocations.
4364
4365 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4366
4367         [BZ #17325]
4368         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4369         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4370         assert.
4371         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4372         * iconvdata/ibm935.c (BODY): Likewise.
4373         * iconvdata/ibm937.c (BODY): Likewise.
4374         * iconvdata/ibm939.c (BODY): Likewise.
4375         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4376         assert.
4377         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4378         script.
4379         * iconvdata/run-iconv-test.sh: New test loop for checking for
4380         decoder crashers.
4381
4382 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4383
4384         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4385         libm_hidden_ver.
4386
4387 2014-09-01  Allan McRae  <allan@archlinux.org>
4388
4389         * po/eo.po: Update Esperanto translation from translation project.
4390
4391         * po/ca.po: Update Catalan translation from translation project.
4392
4393 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4394
4395         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4396         __proc_dostop call.
4397
4398 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4399
4400         [BZ #17319]
4401         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4402         to call set_thread_area instead of hand written asm.
4403         (__NR_set_thread_area): Removed define.
4404         (TLS_FLAG_WRITABLE): Likewise.
4405         (__ASSUME_SET_THREAD_AREA): Remove check.
4406         (TLS_EBX_ARG): Remove define.
4407         (TLS_LOAD_EBX): Likewise.
4408
4409 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4410
4411         Simplify atomicity of socket creation in bind.
4412
4413         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4414         looking up the name after linking the file.
4415
4416 2014-08-27  Allan McRae  <allan@archlinux.org>
4417
4418         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4419
4420 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4421
4422         [BZ #17187]
4423         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4424         trans_compare, open_translit, __gconv_translit_find):
4425         Remove module loading code.
4426
4427 2014-08-26  Allan McRae  <allan@archlinux.org>
4428
4429         * po/vi.po: Update Vietnamese translation from translation project.
4430
4431         * po/uk.po: Update Ukrainian translation from translation project.
4432
4433         * po/fr.po: Update French translation from translation project.
4434
4435         * po/ru.po: Update Russian translation from translation project.
4436
4437         * po/pl.po: Update Polish translation from translation project.
4438
4439         * po/cs.po: Update Czech translation from translation project.
4440
4441         * po/de.po: Update German translation from translation project.
4442
4443         * po/bg.po: Update Bulgarian translation from translation project.
4444
4445         * po/sv.po: Update Sweedish translation from translation project.
4446
4447         * po/nl.po: Update Dutch translation from translation project.
4448
4449         * po/es.po: Update Spanish translation from translation project.
4450
4451 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4452
4453         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4454
4455         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4456         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4457         (CPPFLAGS-iconvconfig): Likewise.
4458         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4459
4460         * include/libc-symbols.h: Remove unnecessary check for
4461         NOT_IN_libc.
4462         * nptl/pthreadP.h: Likewise.
4463         * sysdeps/aarch64/setjmp.S: Likewise.
4464         * sysdeps/alpha/setjmp.S: Likewise.
4465         * sysdeps/arm/sysdep.h: Likewise.
4466         * sysdeps/i386/setjmp.S: Likewise.
4467         * sysdeps/m68k/setjmp.c: Likewise.
4468         * sysdeps/posix/getcwd.c: Likewise.
4469         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4470         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4471         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4472         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4473         * sysdeps/sh/sh3/setjmp.S: Likewise.
4474         * sysdeps/sh/sh4/setjmp.S: Likewise.
4475         * sysdeps/unix/alpha/sysdep.h: Likewise.
4476         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4477         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4478         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4479         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4482         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4483         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4484         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4485         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4486         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4487         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4488         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4489         * sysdeps/x86_64/setjmp.S: Likewise.
4490
4491 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4492
4493         [BZ #17263]
4494         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4495         <stdint.h>.
4496         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4497         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4498
4499 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4500
4501         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4502
4503         [BZ #17262]
4504         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4505         and __x86_64__ when disabling x87 inline functions.
4506
4507 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4508
4509         [BZ #17259]
4510         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4511         asm statement with __cpuid_count.
4512
4513 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4514
4515         * configure.ac: Change __ehdr_start code to dereference the struct.
4516         Run readelf on the output to look for relocations.
4517         * configure: Regenerated.
4518
4519 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4520
4521         [BZ #17261]
4522         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4523         value to 0.
4524         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4525
4526 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4527
4528         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4529
4530 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4531
4532         [BZ #16892]
4533         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4534         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4535
4536 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4537
4538         * malloc/malloc.c: Fix typo in comment.
4539
4540 2014-08-09  Allan McRae  <allan@archlinux.org>
4541
4542         * Regenerate libc.po.
4543
4544 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4545
4546         * intl/tst-gettext2.sh: Check every lang file for creation.
4547
4548 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4549
4550         * sysdeps/aarch64/fpu/math_private.h
4551         (libc_feholdsetround_noex_aarch64_ctx): New function.
4552
4553 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4554
4555         * sysdeps/arm/armv6/strcpy.S (strcpy):
4556         Fix performance issue in misaligned cases.
4557
4558 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4559
4560         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4561         Move definition from termios.h.
4562         (struct termio): Likewise.
4563         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4564         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4565         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4566         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4567         Likewise.
4568         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4569         Move definition to ioctl-types.h
4570         (struct termio): Likewise.
4571         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4572         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4573         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4574         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4575         Likewise.
4576
4577 2014-08-05  Richard Henderson  <rth@redhat.com>
4578
4579         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4580         exceptions.
4581         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4582         Add fraiseexcpt.
4583         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4584         Use __feraiseexcept.
4585         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4586         Protect libm symbols with IS_IN_libm.
4587
4588         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4589
4590 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4591
4592         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4593
4594 2014-08-04  Will Newton  <will.newton@linaro.org>
4595
4596         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4597         file.
4598
4599 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4600
4601         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4602         variants for each function.
4603
4604 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4605
4606         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4607         appended ...
4608         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4609         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4610         appended ...
4611         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4612         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4613         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4614         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4615         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4616         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4617         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4618         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4619         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4620         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4623         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4635         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4636         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4637         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4638         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4639         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4640         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4641         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4642         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4643         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4644         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4645         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4646         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4647         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4648         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4649         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4650         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4651         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4652         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4653         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4654         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4655         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4656         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4657         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4658         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4659         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4660         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4661         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4662         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4663         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4664         Update #include.
4665         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4666         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4667
4668 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4669
4670         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4671         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4672         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4673         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4674         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4675         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4676
4677 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4678
4679         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4680         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4681         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4682         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4683
4684 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4685
4686         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4687         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4688         (__libc_vfork): Define function under this name.
4689         (__vfork): Define as an alias.
4690         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4691         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4692
4693 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4694
4695         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4696         that was previously under [RESET_PID].
4697         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4698
4699 2014-08-04  Andreas Schwab  <schwab@suse.de>
4700
4701         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4702
4703 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4704
4705         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4706         (main): Likewise.
4707
4708 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4709
4710         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4711
4712 2014-08-01  Richard Henderon  <rth@redhat.com>
4713
4714         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4715         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4716         typo in exact zero test.
4717         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4718         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4719         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4720
4721 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4722
4723         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4724         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4725         * sysdeps/arm/sysdep.h: ... here.
4726         [!__ASSEMBLER__]: Include <stdint.h>.
4727
4728 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4729
4730         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4731         (HAVE_WCTYPE_H): Likewise.
4732         (HAVE_ISWCTYPE): Likewise.
4733         (ENABLE_NLS): Likewise.
4734         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4735         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4736
4737         * posix/regex_internal.c: Check if DEBUG is defined and is
4738         set.
4739
4740         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4741         (HAVE_MBSRTOWCS): Likewise.
4742         * posix/fnmatch.c: Include string.h unconditionally.
4743
4744 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4745
4746         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4747         reversal.
4748
4749 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4750
4751         * sysdeps/generic/safe-fatal.h: New file.
4752         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4753         * nptl/forward.c: Include it.
4754         (__pthread_unwind): Use __safe_fatal as default action, rather
4755         than a bogus use of INTERNAL_SYSCALL that could never work.
4756
4757         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4758         * configure.ac (libc_cv_builtin_trap): New test.
4759         * configure: Regenerated.
4760         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4761         (ABORT_INSTRUCTION): Define using __builtin_trap.
4762
4763         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4764         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4765         * sysdeps/nptl/nptl-signals.h: New file.
4766         * nptl/pthreadP.h: Include <nptl-signals.h>.
4767
4768 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4769
4770         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4771         (ONE_DIRECTION): Define.
4772         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4773         (ONE_DIRECTION): Define.
4774         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4775         (ONE_DIRECTION): Define.
4776
4777 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4778
4779         * sysdeps/s390/Makefile: Delete file.
4780         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4781         * sysdeps/s390/__longjmp.c: Delete file.
4782         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4783         Remove fields __flags and __reserved.
4784         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4785         and add versioning.
4786         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4787         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4788         * sysdeps/s390/rtld-setjmp.S: Likewise.
4789         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4790         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4791         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4792         * sysdeps/s390/s390-32/setjmp.S: ... here.
4793         Add versioning.
4794         (__sigsetjmp): Remove setting __flags field.
4795         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4796         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4797         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4798         * sysdeps/s390/s390-64/setjmp.S: ... here.
4799         Add versioning.
4800         (__sigsetjmp): Remove setting __flags field.
4801         * sysdeps/s390/setjmp.S: Delete file.
4802         * sysdeps/s390/sigjmp.c: Likewise.
4803         * sysdeps/s390/v1-longjmp.c: Likewise.
4804         * sysdeps/s390/v1-setjmp.h: Likewise.
4805         * sysdeps/s390/v1-sigjmp.c: Likewise.
4806         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4807         Remove v1-longjmp_chk.
4808         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4809         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4810         Include debug/longjmp_chk.c and add versioning.
4811         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4812         Include nptl/pt-longjmp.c and add versioning.
4813         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4814         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4815         Include __longjmp.c.
4816         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4817         Move to ...
4818         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4819         (__getcontext): Remove setting __flags field.
4820         Add versioning.
4821         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4822         Don't restore upper high grps.
4823         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4824         Likewise.
4825         (__swapcontext): Remove setting uc_flags field.
4826         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4827         Delete file.
4828         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4829         Include __longjmp.c.
4830         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4831         Move to ...
4832         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4833         (__getcontext): Remove setting __flags field.
4834         Add versioning.
4835         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4836         (__swapcontext): Remove setting uc_flags field.
4837         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4838         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4839         Remove fields uc_high_gprs and __reserved.
4840         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4841         New file with reverted content.
4842         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4843         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4844         Regenerated.
4845         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4846         Regenerated.
4847
4848 2014-07-31  Andreas Schwab  <schwab@suse.de>
4849
4850         * config.h.in (HAVE_IFUNC): Define to 0.
4851         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4852         definedness.
4853
4854 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4855
4856         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4857         memmove-avx-unaligned, memcpy-avx-unaligned and
4858         mempcpy-avx-unaligned.
4859         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4860         Add tests for AVX memcpy functions.
4861         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4862         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4863         memcpy_chk.
4864         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4865         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4866         memmove_chk.
4867         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4868         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4869         mempcpy_chk.
4870         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4871         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4872         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4873
4874 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4875
4876         [BZ #17213]
4877         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4878         powerpc64le.
4879
4880 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4881
4882         [BZ #16839]
4883         * manual/llio.texi: Add section about open file description locks.
4884         * manual/examples/ofdlocks.c: Example of open file description
4885         lock usage.
4886         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4887         F_OFD_SETLK, and F_OFD_SETLKW.
4888
4889 2014-07-23  Allan McRae  <allan@archlinux.org>
4890
4891         * po/es.po: Update Spanish translation from translation project.
4892
4893 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4894
4895         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4896
4897 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4898
4899         [BZ #17078]
4900         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4901         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4902         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4903
4904 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4905
4906         [BZ #17088]
4907         * math/fesetenv.c (__fesetenv)
4908         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4909         * math/feupdateenv.c (__feupdateenv)
4910         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4911
4912         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4913         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4914         (__ASSUME_SOCKETCALL): Do not define.
4915
4916         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4917         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4918         (__ASSUME_SOCKETCALL): Do not define.
4919         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4920         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4921         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4922         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4923         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4924         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4925         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4926         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4927
4928         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4929         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4930         (__ASSUME_SOCKETCALL): Do not define.
4931         (__ASSUME_IPC64): Define unconditionally.
4932         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4933         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4934         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4935         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4936         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4937         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4938         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4939         Likewise.
4940
4941         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4942         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4943         (__ASSUME_SOCKETCALL): Do not define.
4944         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4945         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4946         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4947         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4948         (__ASSUME_REQUEUE_PI): Define unconditionally.
4949         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4950         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4951         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4952         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4953         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4954         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4955
4956         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4957         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4958         (__ASSUME_SOCKETCALL): Do not define.
4959         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4960         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4961         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4962         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4963         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4964         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4965
4966         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4967         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4968         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4969         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4970         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4971         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4972         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4973         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4974         (__ASSUME_GETCPU_SYSCALL): Likewise.
4975
4976         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4977         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4978         cases for individual architectures.
4979         * sysdeps/gnu/configure: Regenerated.
4980         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4981         LIBC_SLIBDIR_RTLDDIR.
4982         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4983         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4984         LIBC_SLIBDIR_RTLDDIR.
4985         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4987         LIBC_SLIBDIR_RTLDDIR.
4988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4989         Regenerated.
4990         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4991         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4992         file.
4993         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4994         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4995         file.
4996         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4997         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4998         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4999         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5000
5001         * sysdeps/aarch64/shlib-versions: Move to ...
5002         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5003         * sysdeps/alpha/shlib-versions: Move to ...
5004         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5005         * sysdeps/arm/shlib-versions: Move to ...
5006         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5007         * sysdeps/hppa/shlib-versions: Move all contents except for
5008         libgcc_s entry to ...
5009         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5010         entry from ...
5011         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5012         * sysdeps/ia64/shlib-versions: Move to ...
5013         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5014         entry from ...
5015         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5016         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5017         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5018         * sysdeps/microblaze/shlib-versions: Move to ...
5019         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5020         * sysdeps/mips/shlib-versions: Move to ...
5021         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5022         entry from ...
5023         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5024         * sysdeps/tile/shlib-versions: Move to ...
5025         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5026         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5027         from ...
5028         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5029         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5030         entry from ...
5031         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5032
5033 2014-07-17  Will Newton  <will.newton@linaro.org>
5034
5035         * sysdeps/arm/bits/atomic.h
5036         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5037         (__arch_compare_and_exchange_bool_16_int): Likewise.
5038         (__arch_compare_and_exchange_bool_64_int): Likewise.
5039
5040         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5041         into an #else block.
5042
5043 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5044
5045         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5046         just Linux configurations.  Test empirically that the compiler sets
5047         __ARM_EABI__, rather than using the tuple to decide.
5048         * sysdeps/arm/preconfigure: Regenerated.
5049         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5050         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5051         contents appended ...
5052         * sysdeps/arm/configure.ac: ... here.
5053         * sysdeps/arm/configure: Regenerated.
5054
5055 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5056
5057         * nptl/pthread_kill.c: New file.
5058         * nptl/pthread_sigmask.c: New file.
5059         * nptl/pthread_sigqueue.c: New file.
5060
5061         * sysdeps/nptl/lowlevellock.h: New file.
5062         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5063         * sysdeps/nptl/lowlevellock-futex.h: New file.
5064
5065         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5066         Remove dead declarations.
5067
5068 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5069
5070         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5071         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5072         config-cflags-avx2.
5073         * sysdeps/x86_64/configure.ac: Likewise.
5074         * sysdeps/i386/configure: Regenerated.
5075         * sysdeps/x86_64/configure: Likewise.
5076         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5077         memset-avx2 only if config-cflags-avx2 is yes.
5078         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5079         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5080         defined.
5081         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5082         only if HAVE_AVX2_SUPPORT is defined.
5083         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5084
5085 2014-07-14  Alan Modra  <amodra@gmail.com>
5086
5087         [BZ #17153]
5088         * elf/elf.h (DT_PPC64_NUM): Correct value.
5089         * NEWS: Add to fixed bug list.
5090
5091 2014-07-13  Jim Meyering  <meyering@fb.com>
5092
5093         [BZ 17150]
5094         regex: don't deref NULL upon heap allocation failure
5095         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5096         failure in one more place.
5097         To trigger the segfault, configure grep -with-included-regex,
5098         build it, and run these commands:
5099         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5100
5101 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5102
5103         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5104
5105 2014-07-11  Richard Henderson  <rth@redhat.com>
5106
5107         * sysdeps/aarch64/libm-test-ulps: Update.
5108
5109 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5110
5111         [BZ #17135]
5112         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5113         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5114         (__nptl_setxid): Initialize error member.  Call
5115         __nptl_setxid_error.
5116         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5117         * nptl/descr.h (struct xid_command): Add error member.
5118         * nptl/tst-setuid3.c: New file.
5119         * nptl/Makefile (tests): Add it.
5120
5121 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5122
5123         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5124         New define.
5125         (__lll_trylock): Use __lll_base_trylock.
5126         (__lll_cond_trylock): Likewise.
5127
5128 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5129
5130         * nptl/pthread_create.c (start_thread): Use atomic_or and
5131         lll_futex_wake directly rather than lll_robust_dead.
5132         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5133         (lll_robust_dead): Macro removed.
5134         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5135         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5136         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5137         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5138         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5139         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5140         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5141         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5143         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5144         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5145         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5146         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5147         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5148         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5149
5150         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5151         Use atomic_compare_and_exchange_val_acq directly rather than
5152         lll_robust_trylock.
5153         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5154         (__lll_robust_trylock, lll_robust_trylock): Removed.
5155         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5156         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5157         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5158         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5159         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5160         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5161         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5162         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5163         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5164         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5165         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5166         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5167         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5168         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5169
5170 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5171
5172         * manual/locale.texi (Locale Names): New section documenting
5173         locale name syntax.  Adjust menu and node chaining accordingly.
5174         (Choosing Locale): Reference Locale Names, Locale Categories.
5175         Mention setting LC_ALL=C.  Reflect that name syntax is now
5176         documented.
5177         (Locale Categories): New section title.  Reference Locale Names.
5178         LC_ALL is an environment variable, but not a category.
5179         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5180         description, now in Locale Name.  Reference that section.  Locale
5181         name syntax is now documented.
5182
5183 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5184
5185         [BZ #17137]
5186         * locale/findlocale.c (name_present, valid_locale_name): New
5187         functions.
5188         (_nl_find_locale): Use the loc_name variable to store name
5189         candidates.  Call name_present and valid_locale_name to check and
5190         validate locale names.  Return an error if the locale is invalid.
5191
5192 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5193
5194         * locale/setlocale.c (setlocale): Use strdup for allocating
5195         composite name copy.
5196
5197 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5198
5199         Sync up with gnulib.
5200         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5201         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5202         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5203         and _GL_ARG_NONNULL.
5204         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5205         [!_LIBC]: Include code for Windows and Cygwin.
5206         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5207         Include prototype for int strerror_r.
5208         [!_LIBC] (is_open): New function.
5209         (flush_stdout): New function.
5210         (print_errno_message): Use it.
5211         (error): Likewise.
5212         (error_at_line): Likewise.
5213         (error_tail) Add function attribute macros.  Use
5214         __builtin_expect.
5215
5216         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5217
5218         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5219
5220         * io/ftw.c: Include sys/param.h unconditionally.
5221
5222         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5223
5224         [BZ #17125]
5225         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5226         libc_freeres_ptr.
5227         (freecache): New function to free CACHE on exit.
5228
5229         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5230         initialization.
5231
5232 2014-07-09  David S. Miller  <davem@davemloft.net>
5233
5234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5235
5236         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5237         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5238         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5239         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5240         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5241         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5242         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5243         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5244         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5245         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5246         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5247         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5248         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5249
5250 2014-07-09  Andreas Schwab  <schwab@suse.de>
5251
5252         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5253         output.
5254         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5255         (do_test): Likewise.
5256
5257         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5258
5259 2014-07-09  Will Newton  <will.newton@linaro.org>
5260
5261         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5262         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5263         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5264         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5265         * sysdeps/hppa/start.S (_start): Likewise.
5266
5267 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5268
5269         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5270
5271         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5272         defined.
5273
5274 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5275
5276         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5277         after checking that it is non-NULL.
5278
5279         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5280
5281 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5282
5283         * sysdeps/powerpc/memmove.c: Remove file.
5284         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5285         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5286         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5287         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5288         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5289         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5290         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5291         string memmove instead of removed powerpc one.
5292
5293         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5294         [weak_alias]: Fix compiler warning due trailing data.
5295         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5296         [weak_alias]: Likewise.
5297         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5298         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5299
5300         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5301         (__libc_ifunc_impl_list): Add memmove functions.
5302
5303 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5304
5305         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5306         Remove code.
5307         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5308         Likewise
5309         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5310         Likewise
5311         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5312         Likewise
5313         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5314         Likewise
5315         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5316         Likewise
5317         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5318         Likewise
5319         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5320         Likewise
5321         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5322         Likewise
5323         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5324         Likewise
5325         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5326         Likewise
5327         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5328         Likewise
5329         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5330         Likewise
5331         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5332         Likewise
5333         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5334         Likewise
5335         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5336         Likewise
5337         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5338         Likewise
5339
5340 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5341
5342         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5343         to avoid alignment traps in non-cacheable memory.
5344         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5345
5346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5347         multiarch objects.
5348         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5349         file: multiarch power7 memmove.
5350         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5351         multiarch default memmove.
5352         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5353         multiarch memove for powerpc32/power4.
5354
5355         * string/bcopy.c: Use full path to include memmove.c.
5356         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5357         multiarch objects.
5358         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5359         bcopy for powerpc64.
5360         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5361         bcopy for powerpc64.
5362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5363         and memmove implementations.
5364         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5365         optimized multiarch memmove for POWER7/powerpc64.
5366         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5367         default multiarch memmove for powerpc64.
5368         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5369         multiarch for powerpc64.
5370         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5371         for POWER7/powerpc64.
5372         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5373         memmove for POWER7/powerpc64.
5374
5375         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5376         glibc default one.
5377
5378         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5379         __ELF_NATIVE_CLASS equal to 64.
5380
5381 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5382
5383         * sysdeps/nptl/lowlevellock.h: File removed.
5384
5385         * NEWS: NPTL is no longer an add-on!
5386         * nptl/internaltypes.h: Moved ...
5387         * sysdeps/nptl/internaltypes.h: ... here.
5388         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5389         * sysdeps/nptl/fork.c: Likewise.
5390         * sysdeps/nptl/gai_misc.h: Likewise.
5391         * sysdeps/nptl/librt-cancellation.c: Likewise.
5392         * sysdeps/nptl/jmp-unwind.c: Likewise.
5393         * sysdeps/nptl/setxid.h: Likewise.
5394         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5395         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5396         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5397         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5398         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5399         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5400         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5401         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5402         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5403         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5404         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5405         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5406         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5407         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5408         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5409         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5410         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5411         * nptl/Makeconfig: Moved ...
5412         * sysdeps/nptl/Makeconfig: ... here.
5413         * nptl/configure: File removed.
5414         * nptl/ANNOUNCE: File removed.
5415         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5416         * sysdeps/unix/sysv/linux/configure: Regenerated.
5417
5418         * nptl/Makefile (routines): Add libc_pthread_init,
5419         libc_multiple_threads, register-atfork and unregister-atfork.
5420         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5421         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5422         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5423         pthread-pi-defines.sym, structsem.sym.
5424         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5425         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5426         [$(subdir) = nptl] (tests): Add tst-setgetname.
5427         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5428         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5429         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5430         [!LIBC_SIGACTION]: Remove aliases.
5431         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5432         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5433         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5434         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5435         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5436         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5437         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5438         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5439         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5440         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5441         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5442         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5443         __libc_allocate_rtsig_private.
5444         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5445         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5446         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5447         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5448         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5449         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5450         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5451         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5452         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5453         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5454         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5455         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5456         * nptl/internaltypes.h: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5458         * sysdeps/nptl/jmp-unwind.c: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5460         * nptl/libc-lowlevellock.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5462         * nptl/libc_multiple_threads.c: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5464         * nptl/libc_pthread_init.c: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5466         * nptl/lowlevelbarrier.sym: ... here.
5467         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5468         * nptl/lowlevelcond.sym: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5470         * nptl/lowlevellock.c: ... here.
5471         * nptl/lowlevellock.h: Moved ...
5472         * sysdeps/nptl/lowlevellock.h: ... here.
5473         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5474         * nptl/lowlevelrobustlock.c: ... here.
5475         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5476         * nptl/lowlevelrobustlock.sym: ... here.
5477         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5478         * nptl/lowlevelrwlock.sym: ... here.
5479         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5480         * nptl/pt-fork.c: ... here.
5481         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5482         * nptl/pthread-pi-defines.sym: ... here.
5483         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5484         * nptl/pthread_attr_getaffinity.c: ... here.
5485         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5486         * nptl/pthread_attr_setaffinity.c: ... here.
5487         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5488         * nptl/pthread_mutex_cond_lock.c: ... here.
5489         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5490         Update #include.
5491         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5492         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5493         * nptl/pthread_once.c: ... here, replacing old file.
5494         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5495         * nptl/pthread_yield.c: ... here.
5496         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5497         * nptl/register-atfork.c: ... here.
5498         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5499         * nptl/sem_post.c: ... here.
5500         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5501         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5502         * nptl/sem_timedwait.c: ... here.
5503         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5504         * nptl/sem_trywait.c: ... here.
5505         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5506         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5507         * nptl/sem_wait.c: ... here.
5508         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5509         * nptl/structsem.sym: ... here.
5510         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5511         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5512         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5513         * nptl/unregister-atfork.c: ... here.
5514         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5515         * nptl/unwindbuf.sym: ... here.
5516         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5517         * sysdeps/nptl/fork.c: ... here.
5518         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5519         * sysdeps/nptl/fork.h: ... here.
5520         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5521         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5522         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5524         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5526         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5528         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5530         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5532         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5534         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5536         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5538         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5540         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5542         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5544         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5546         * sysdeps/unix/sysv/linux/raise.c: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5548         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5549         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5550         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5551         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5552         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5553         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5554         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5555         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5556         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5557         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5558         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5559         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5560         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5561         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5562
5563 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5564
5565         * sysdeps/generic/memcopy.h: Add comment for
5566         MEMCPY_OK_FOR_FWD_MEMMOVE.
5567
5568 2014-07-04  Will Newton  <will.newton@linaro.org>
5569
5570         * string/memchr.c: Merge from gnulib.
5571         [_LIBC]: Remove conditionals.
5572         (__ptr_t): Remove define.
5573         (LONG_MAX_32_BITS): Likewise.
5574         (LONG_MAX): Likewise.
5575         (MEMCHR): Use ANSI prototype and optimize algorithm.
5576
5577         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5578
5579 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5580
5581         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5582         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5583
5584         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5585         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5586         in a bare environment with no <stdlib.h> installed.
5587         * sysdeps/nptl/configure: Regenerated.
5588
5589         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5590
5591         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5592         AC_EGREP_CPP for kernel header checks, so they only succeed if
5593         including <linux/version.h> actually works right.
5594         * sysdeps/unix/sysv/linux/configure: Regenerated.
5595
5596         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5597         value so it's not diagnosed as unused.
5598
5599         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5600         thing) with "ifeq ($(subdir),rt)".
5601
5602 2014-07-03  Richard Henderson  <rth@redhat.com>
5603
5604         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5605         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5606         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5607
5608         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5609         (math_force_eval): New.
5610
5611         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5612         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5613
5614         * sysdeps/alpha/fpu/s_round.c: Remove file.
5615         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5616
5617         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5618         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5619         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5620         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5621         (_dl_start, print_statistics): Likewise.
5622         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5623         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5624
5625         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5626         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5627         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5628         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5629         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5630         (HP_SMALL_TIMING_AVAIL): Define.
5631         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5632         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5633         (HP_SMALL_TIMING_AVAIL): Define.
5634         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5635         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5636
5637         * sysdeps/aarch64/hp-timing.h: New file.
5638
5639         * sysdeps/generic/hp-timing.h: Remove dead comment.
5640         * sysdeps/generic/hp-timing-common.h: New file.
5641         * sysdeps/alpha/hp-timing.h: Include it.
5642         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5643         * sysdeps/i386/i686/hp-timing.h: Likewise.
5644         * sysdeps/ia64/hp-timing.h: Likewise.
5645         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5646         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5647         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5648         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5649         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5650         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5651         (hp_timing_t): New.
5652
5653         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5654         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5655         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5656         * elf/rtld.c (_dl_start_final): Likewise.
5657         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5658         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5659         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5660         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5661         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5662         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5663         (HP_TIMING_DIFF_INIT): Remove.
5664         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5665         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5666         (HP_TIMING_DIFF_INIT): Remove.
5667         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5668         * sysdeps/i386/i686/hp-timing.c: Remove file.
5669         * sysdeps/x86_64/hp-timing.c: Remove file.
5670         * sysdeps/ia64/hp-timing.c: Remove file.
5671         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5672         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5673         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5674         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5675
5676         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5677         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5678         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5679         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5680         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5681         (HP_TIMING_ACCUM): Remove.
5682         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5683         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5684         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5685
5686         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5687         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5688         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5689         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5690         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5691         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5692         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5693         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5694
5695         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5696
5697 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5698
5699         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5700
5701 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5702
5703         Sync up with gettext.
5704         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5705         [_MSC_VER]: Include malloc.h
5706         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5707         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5708         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5709         TEMP_FAILURE_RETRY.  Cast return of alloca.
5710         [!_LIBC] Call gl_rwlock_init.
5711         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5712
5713 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5714
5715         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5716         before checking its value.
5717
5718 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5719
5720         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5721
5722         * debug/memcpy_chk.c: Don't include pagecopy.h.
5723         * debug/mempcpy_chk.c: Likewise.
5724         * string/memcpy.c: Likewise.
5725         * string/memmove.c: Likewise.
5726         * sysdeps/powerpc/memmove.c: Likewise.
5727         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5728         definition of PAGE_COPY_FWD_MAYBE here...
5729         * sysdeps/generic/pagecopy.h: ... from here.
5730         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5731
5732 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5733             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5734
5735         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5737         optimizations.
5738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5739         (__libc_ifunc_impl_list): Likewise.
5740         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5741         multiarch strcat for PPC64.
5742         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5743         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5744
5745 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5746
5747         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5748
5749 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5750
5751         * intl/loadmsgcat.c: Remove declaration of
5752         get_sysdep_segment_value.
5753         (get_sysdep_segment_value): Use ISO C style.
5754         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5755         semicolon.  Fix typo and formatting in comment.
5756         (_nl_unload_domain): Use ISO C style.
5757
5758         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5759
5760 2014-07-02  Will Newton  <will.newton@linaro.org>
5761
5762         * malloc/obstack.c: Merge from gnulib master.
5763         [HAVE_CONFIG_H]: Remove conditional code.
5764         [!_LIBC]: Include config.h.
5765         [!ELIDE_CODE]: Don't include inttypes.h, include
5766         stdint.h unconditionally.
5767         (print_and_abort): Mark as _Noreturn.
5768         (_obstack_allocated_p): Mark as __attribute_pure__.
5769         (obstack_free): Rename to __obstack_free.
5770         [!__attribute__]: Remove conditional code.
5771         * malloc/obstack.h: Merge from gnulib master.
5772         [__cplusplus]: Move conditional down.
5773         [!__attribute_pure__]: Define __attribute_pure__ here
5774         if it is not already defined.
5775         (_obstack_memory_used): Mark as __attribute_pure__.
5776         [!__obstack_free]: Define as obstack_free.
5777         [__GNUC__]: Remove check for ancient NeXT gcc.
5778
5779 2014-07-02  Will Newton  <will.newton@linaro.org>
5780             Paul Eggert  <eggert@cs.ucla.edu>
5781
5782         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5783
5784 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5785
5786         * resolv/gethnamaddr.c: Add comment warning that the file is
5787         not maintained.
5788
5789 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5790
5791         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5792         entries.
5793
5794         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5795         entry for aio_cancel and aio_cancel64.
5796         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5797         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5798         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5799         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5800         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5801         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5802         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5803         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5804         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5805         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5806         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5807         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5808         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5809
5810 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5811
5812         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5813         * nptl/pthread_mutex_lock.c: Likewise.
5814         * nptl/pthread_mutex_timedlock.c: Likewise.
5815         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5816
5817 2014-07-01  Richard henderson  <rth@redhat.com>
5818
5819         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5820         (__isnan, __isnanl): Remove.
5821         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5822
5823         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5824
5825 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5826
5827         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5828
5829 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5830
5831         * resolv/nss_dns/dns-host.c (getanswer_r)
5832         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5833
5834 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5835
5836         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5837         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5838         undefine.
5839         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5840         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5841
5842 2014-07-01  Roland McGrath <roland@hack.frob.com>
5843
5844         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5845         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5846
5847         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5848         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5849
5850         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5851         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5852         ... here.
5853         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5854         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5855
5856         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5857         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5858         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5859         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5860
5861         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5862         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5863         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5866         Moved ...
5867         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5868         ... here.
5869         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5876         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5877         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5878         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5879         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5880         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5881         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5882         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5884         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5885         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5886         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5887         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5888         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5889         ... here.
5890         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5891         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5892         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5893         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5894         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5895         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5896         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5897         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5898
5899 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5900
5901         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5902         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5903         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5904         Add sysdep.
5905
5906 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5907
5908         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5909
5910 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5911
5912         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5913         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5914
5915         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5916
5917         * sysdeps/arm/libm-test-ulps: Regenerated.
5918
5919 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5920             Roland McGrath <roland@hack.frob.com>
5921
5922         * test-skeleton.c (signal_handler): Kill the whole process group
5923         before killing the child individually.
5924         (main): Report any failure on `setpgid'.
5925
5926 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5927
5928         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5929         from _TLS_H to _ARM_NPTL_TLS_H.
5930         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5931         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5932
5933 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5934
5935         [BZ #16539]
5936         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5937         (__expm1l): Return argument unchanged when small but not
5938         subnormal.
5939
5940         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5941         include macro name.
5942         (_FP_UNPACK_RAW_1_P): Likewise.
5943         (_FP_PACK_RAW_1): Likewise.
5944         (_FP_PACK_RAW_1_P): Likewise.
5945         (_FP_MUL_MEAT_1_wide): Likewise.
5946         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5947         (_FP_MUL_MEAT_1_hard): Likewise.
5948         (_FP_DIV_MEAT_1_imm): Likewise.
5949         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5950         (_FP_DIV_MEAT_1_udiv): Likewise.
5951         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5952         (_FP_UNPACK_RAW_2): Likewise.
5953         (_FP_UNPACK_RAW_2_P): Likewise.
5954         (_FP_PACK_RAW_2): Likewise.
5955         (_FP_PACK_RAW_2_P): Likewise.
5956         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5957         (_FP_MUL_MEAT_2_wide): Likewise.
5958         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5959         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5960         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5961         (_FP_MUL_MEAT_2_gmp): Likewise.
5962         (_FP_DIV_MEAT_2_udiv): Likewise.
5963         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5964         (_FP_FRAC_SRL_4): Likewise.
5965         (_FP_FRAC_SRST_4): Likewise.
5966         (_FP_FRAC_SRS_4): Likewise.
5967         (_FP_UNPACK_RAW_4): Likewise.
5968         (_FP_UNPACK_RAW_4_P): Likewise.
5969         (_FP_PACK_RAW_4): Likewise.
5970         (_FP_PACK_RAW_4_P): Likewise.
5971         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5972         (_FP_MUL_MEAT_4_wide): Likewise.
5973         (_FP_MUL_MEAT_4_gmp): Likewise.
5974         (umul_ppppmnnn): Likewise.
5975         (_FP_DIV_MEAT_4_udiv): Likewise.
5976         (__FP_FRAC_ADD_4): Likewise.
5977         (__FP_FRAC_SUB_3): Likewise.
5978         (__FP_FRAC_SUB_4): Likewise.
5979         (__FP_FRAC_DEC_3): Likewise.
5980         (__FP_FRAC_DEC_4): Likewise.
5981         (__FP_FRAC_ADDI_4): Likewise.
5982         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5983         (_FP_FRAC_SRL_8): Likewise.
5984         (_FP_FRAC_SRS_8): Likewise.
5985
5986         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5987         include macro name.
5988         (FP_UNPACK_RAW_EP): Likewise.
5989         (FP_PACK_RAW_E): Likewise.
5990         (FP_PACK_RAW_EP): Likewise.
5991         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5992         (_FP_ISSIGNAN): Likewise.
5993         (_FP_ADD_INTERNAL): Likewise.
5994         (_FP_FMA): Likewise.
5995         (_FP_CMP): Likewise.
5996         (_FP_SQRT): Likewise.
5997         (_FP_TO_INT): Likewise.
5998         (_FP_FROM_INT): Likewise.
5999         (FP_EXTEND): Likewise.
6000         (_FP_DIV_MEAT_N_loop): Likewise.
6001
6002 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6003
6004         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6005         throughout.
6006
6007 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6008
6009         [BZ #17097]
6010         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6011         result with correct sign in case of exponents that produce
6012         overflow except for X very close to 1.
6013
6014 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6015
6016         mktime: merge #if/#ifdef usage from glibc
6017         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6018         as that works with both Glibc's and Gnulib's style.
6019         See thread starting at Siddhesh Poyarekar's bug report at:
6020         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6021
6022 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6023
6024         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6025         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6026         * sysdeps/tile/tilegx/memmove.c: Remove file.
6027
6028 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6029
6030         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6031         abi-name definition.
6032         * scripts/soversions.awk: Do not handle or generate ABI lines.
6033         * shlib-versions: Remove ABI entries.
6034         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6035         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6036
6037 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6038
6039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6040         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6041         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6046         Moved ...
6047         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6048         ... here.
6049         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6050         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6052         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6053         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6054         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6055         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6056         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6058         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6059         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6060         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6061         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6062         Moved ...
6063         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6065         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6067         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6068         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6069         Moved ...
6070         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6071         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6072         Moved ...
6073         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6074         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6075         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6076         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6077         Moved ...
6078         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6079         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6080         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6081         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6082         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6083         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6084         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6085         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6086         Moved ...
6087         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6088         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6089         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6090         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6091         Moved ...
6092         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6093         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6094         Moved ...
6095         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6096         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6097         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6098         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6099         Moved ...
6100         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6101         ... here.
6102         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6103         Identical file removed.
6104         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6105         Moved ...
6106         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6107         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6108         Identical file removed.
6109         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6110         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6111         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6112         Moved ...
6113         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6114         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6115         Identical file removed.
6116         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6117         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6119         Identical file removed.
6120         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6123         Identical file removed.
6124         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6127         Identical file removed.
6128         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6129         Moved ...
6130         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6131         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6132         Identical file removed.
6133         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6134         Moved ...
6135         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6139         Identical file removed.
6140         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6141         Moved ...
6142         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6143         ... here.
6144         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6145         Identical file removed.
6146         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6147         Moved ...
6148         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6150         Identical file removed.
6151         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6152         Moved ...
6153         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6154         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6155         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6156         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6157         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6158         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6159         Moved ...
6160         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6162         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6163
6164         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6165         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6166         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6167         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6168         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6169
6170 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6171
6172         [BZ #17092]
6173         * nscd/nscd.c (monitor_child): Return exit status of child
6174         instead of return value from wait syscall.
6175
6176 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6177
6178         * configure.ac (libc_commonpagesize): Remove variable.
6179         (libc_relro_required): Likewise.
6180         (libc_cv_z_relro): Remove configure test.
6181         * configure: Regenerated.
6182         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6183         variable.
6184         (libc_relro_required): Likewise.
6185         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6186         (libc_relro_required): Likewise.
6187         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6188         (libc_relro_required): Likewise.
6189         * sysdeps/arm/preconfigure: Regenerated.
6190         * sysdeps/ia64/preconfigure: Remove file.
6191         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6192         variable.
6193         (libc_relro_required): Likewise.
6194
6195         [BZ #16561]
6196         [BZ #16562]
6197         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6198         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6199         recompute overflowing results in original rounding mode.
6200         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6201         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6202         recompute overflowing results in original rounding mode.
6203         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6204         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6205         recompute overflowing results in original rounding mode.
6206         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6207         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6208         recompute overflowing results in original rounding mode.
6209         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6210         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6211         recompute overflowing results in original rounding mode.
6212         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6213         (libc_feholdsetround_ctx): New macro.
6214         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6215         * sysdeps/i386/fpu/libm-test-ulps: Update.
6216         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6217
6218 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6219
6220         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6221         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6222         corresponding .cpsetup call.
6223
6224 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6225
6226         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6227         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6228         * sysdeps/arm/Makefile [$(subdir) = csu]
6229         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6230         (static-only-routines): Add aeabi_read_tp here.
6231         (shared-only-routines): Add libc-aeabi_read_tp here.
6232         (CFLAGS-libc-start.c): Add -fexceptions here.
6233         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6234         (sysdep_routines, static-only-routines, shared-only-routines):
6235         Don't add to these here.
6236         (CFLAGS-libc-start.c): Likewise.
6237
6238         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6239         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6240         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6241         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6242         * sysdeps/arm/Makefile [$(subdir) = rt]
6243         (librt-sysdep_routines, librt-shared-only-routines):
6244         Append rt-aeabi_unwind_cpp_pr1 here.
6245         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6246         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6247         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6248         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6249         Append nptl-aeabi_unwind_cpp_pr1 here.
6250         (tests): Filter out tst-cleanupx4 here.
6251         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6252         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6253         Don't do those here.
6254
6255 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6256
6257         * scripts/list-sources.sh: Do not handle ports specially.
6258
6259 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6260
6261         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6262         * sysdeps/arm/feupdateenv.c: Likewise.
6263
6264         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6265
6266 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6267
6268         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6269         trailing whitespace removed.
6270         * scripts/config.guess: Update to version 2014-03-23.
6271         * scripts/config.sub: Update to version 2014-05-01
6272         * scripts/install-sh: Update to version 2013-12-25.23.
6273         * scripts/move-if-change: Update from gnulib.
6274
6275 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6276
6277         * debug/memmove_chk.c: Remove pagecopy.h include.
6278
6279 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6280
6281         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6282         identical to gnulib mktime.
6283
6284 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6285
6286         * configure.ac: Do not test for machine being rs6000.  Do not test
6287         for powerpc*-*soft.
6288         * configure: Regenerated.
6289
6290         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6291         test.
6292         * configure: Regenerated.
6293         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6294         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6295         Remove configure test.
6296         * sysdeps/arm/configure: Regenerated.
6297         * sysdeps/nptl/configure.ac: Do not check
6298         libc_cv_asm_cfi_directives.
6299         * sysdeps/nptl/configure: Regenerated.
6300         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6301         * sysdeps/x86_64/nptl/configure: Remove generated file.
6302         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6303         unconditional.
6304         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6305
6306 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6307
6308         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6309         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6310         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6311         it is defined.
6312
6313         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6314         instead of whether it is defined.
6315         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6316         * sysdeps/hppa/dl-machine.h: Likewise.
6317         * sysdeps/ia64/dl-machine.h: Likewise.
6318         * sysdeps/m68k/dl-machine.h: Likewise.
6319         * sysdeps/microblaze/dl-machine.h: Likewise.
6320         * sysdeps/mips/dl-machine.: Likewise.
6321         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6322         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6323         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6324         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6325         * sysdeps/sh/dl-machine.h: Likewise.
6326         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6327         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6328         * sysdeps/tile/dl-machine.h: Likewise.
6329         * sysdeps/x86_64/dl-machine.h: Likewise.
6330
6331         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6332         code.
6333         (verify_persistent_db): Likewise.
6334
6335 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6336
6337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6338         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6342         Moved ...
6343         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6344         ... here.
6345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6346         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6348         Identical file removed.
6349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6350         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6354         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6356         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6358         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6360         Moved ...
6361         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6363         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6365         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6366         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6367         Moved ...
6368         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6370         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6372         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6374         Identical file removed.
6375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6376         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6380         Moved ...
6381         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6382         ... here.
6383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6394         Moved ...
6395         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6397         Moved ...
6398         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6406
6407         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6408         folded into ...
6409         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6410         * sysdeps/unix/sysv/linux/s390/Versions
6411         (libpthread: GLIBC_2.19): New version set.
6412         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6413         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6414         (librt: GLIBC_2.3.3): New version set.
6415         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6416         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6417         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6418         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6419         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6420         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6421         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6422         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6424         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6426         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6427         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6428         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6430         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6432         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6433         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6434         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6435         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6436         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6437         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6438         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6439         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6440         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6441         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6442         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6443         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6444         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6445         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6446         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6447         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6448         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6449         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6450         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6451         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6453         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6454         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6455         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6456         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6457         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6458         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6459         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6460
6461         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6462         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6463         (__libc_vfork): Define the function under this name.
6464         [!NOT_IN_libc] (__vfork): Make this an alias.
6465         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6466         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6467         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6468         (__libc_vfork): Define the function under this name.
6469         [!NOT_IN_libc] (__vfork): Make this an alias.
6470         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6471         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6472         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6474         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6475         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6476
6477         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6478         code that was previously under [RESET_PID].
6479         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6480         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6481         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6482
6483         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6484         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6485         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6486         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6487         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6488         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6489         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6490         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6491         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6492         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6493         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6494         Moved ...
6495         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6511         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6512         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6513         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6515         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6516         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6517         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6518         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6519         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6520         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6521         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6522         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6523         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6524
6525 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6526
6527         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6528         that was previously under [RESET_PID].
6529         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6530
6531 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6532
6533         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6534         not undefine and redefine.
6535         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6536         [O_CLOEXEC]: Make code unconditional.
6537         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6538         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6539         <kernel-features.h>.
6540         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6541         conditional variable definition.
6542         (shm_open) [O_CLOEXEC]: Make code unconditional.
6543         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6544         code.
6545
6546         * configure.ac (USE_REGPARMS): Don't define here.
6547         * configure: Regenerated.
6548         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6549         * sysdeps/i386/configure: Regenerated.
6550
6551         * nptl/createthread.c: Don't include kernel-features.h.
6552         * nptl/pthread_cancel.c: Likewise.
6553         * nptl/pthread_condattr_setclock.c: Likewise.
6554         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6555         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6556         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6557         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6558         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6559         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6560         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6561         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6562         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6563         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6564         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6565         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6566         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6567         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6568         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6569         * nscd/gai.c: Likewise.
6570         * nss/nss_db/db-open.c: Likewise.
6571         * sysdeps/generic/ldsodefs.h: Likewise.
6572         * sysdeps/sh/nptl/tls.h: Likewise.
6573         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6574         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6575         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6576         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6577         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6578         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6579         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6580         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6581         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6582         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6583         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6584         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6585         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6586         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6587         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6588         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6589         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6590         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6591         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6592         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6593         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6594         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6595         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6596         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6597         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6598         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6599         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6600         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6601         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6602         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6603         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6604         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6605         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6606         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6607         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6608         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6609         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6610         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6611         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6612         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6613         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6614         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6615         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6616         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6617         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6618         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6619         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6620         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6621         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6622         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6623         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6624         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6625         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6626         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6627         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6628         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6629         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6630         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6653         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6654         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6655         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6656         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6657         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6658         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6659         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6660         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6661         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6662         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6663         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6664         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6665         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6666         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6667         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6668         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6669         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6670         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6671         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6672         * sysdeps/unix/sysv/linux/system.c: Likewise.
6673         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6674         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6675         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6676         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6677         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6678         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6679         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6680
6681         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6682         * configure: Regenerated.
6683         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6684
6685         * configure.ac (base_machine): Do not set specially for particular
6686         machines here.
6687         * configure: Regenerated.
6688         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6689         settings from configure.ac.
6690         * sysdeps/i386/preconfigure: New file.
6691         * sysdeps/s390/preconfigure: Likewise.
6692         * sysdeps/sh/preconfigure: Likewise.
6693         * sysdeps/sparc/preconfigure: Likewise.
6694
6695 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6696
6697         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6698         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6699         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6700         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6701         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6702         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6703         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6704         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6705         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6706         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6707         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6708         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6709         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6710         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6711         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6712         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6713         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6714         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6715         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6716
6717         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6718         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6719         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6720         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6721         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6722         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6723         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6724         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6725         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6726         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6727         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6728         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6729         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6730         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6731         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6732         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6733         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6734         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6735         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6736         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6737         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6738         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6739         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6740         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6741         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6742         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6743         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6744         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6745         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6746         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6747         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6748         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6749         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6750         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6751         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6752         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6753         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6754         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6755
6756         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6757         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6759         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6761         Moved ...
6762         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6763         ... here.
6764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6765         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6766         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6767         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6768         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6769         Moved ...
6770         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6776         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6777         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6778         Moved ...
6779         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6781         Moved ...
6782         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6783         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6784         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6786         Moved ...
6787         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6791         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6793         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6794         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6797         Moved ...
6798         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6799         ... here.
6800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6805         Moved ...
6806         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6808         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6810         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6812         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6814         Moved ...
6815         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6816         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6820         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6822         Moved ...
6823         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6825         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6827         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6828
6829 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6830
6831         * timezone/checktab.awk: Update from tzcode 2014e.
6832         * timezone/private.h: Likewise.
6833         * timezone/tzfile.h: Likewise.
6834         * timezone/zdump.c: Likewise.
6835         * timezone/zic.c: Likewise.
6836
6837         * sysdeps/unix/sysv/linux/kernel-features.h
6838         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6839         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6840         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6841         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6842         Remove conditional code.
6843
6844 2014-06-25  Will Newton  <will.newton@linaro.org>
6845
6846         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6847         (_dl_arm_cap_flags): Add HWCAP2 values.
6848         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6849         (_DL_HWCAP_COUNT): Increase to 37.
6850         (_DL_HWCAP_LAST): New define.
6851         (_DL_HWCAP2_LAST): New define.
6852         (_dl_procinfo): Add support for printing
6853         AT_HWCAP2 entries.
6854         (_dl_string_hwcap): Use _dl_hwcap_string.
6855
6856 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6857
6858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6859
6860 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6861
6862         * README: Do not mention ports directory.
6863
6864         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6865         Remove macro.
6866         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6867         <kernel-features.h>.
6868         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6869         conditional variable definition.
6870         (__futimes): Update comment.
6871         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6872         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6873
6874         [BZ #16560]
6875         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6876         arguments close to 0.
6877         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6878         Likewise.
6879         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6880         Likewise.
6881         * math/auto-libm-test-in: Add more tests of exp10.
6882         * math/auto-libm-test-out: Regenerated.
6883         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6884
6885         * sysdeps/unix/sysv/linux/kernel-features.h
6886         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6887         * sysdeps/unix/sysv/linux/readv.c: Do not include
6888         <kernel-features.h>.
6889         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6890         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6891         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6892         unconditional.
6893         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6894         conditional code.
6895         * sysdeps/unix/sysv/linux/writev.c: Do not include
6896         <kernel-features.h>.
6897         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6898         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6899         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6900         unconditional.
6901         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6902         conditional code.
6903
6904 2014-06-25  Will Newton  <will.newton@linaro.org>
6905
6906         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6907         comment changes throughout the file.  Remove checks
6908         for HAVE_*_H definitions that are not required.
6909         (__gen_tempname): Call abort if an unknown kind value is
6910         passed.
6911
6912 2014-06-25  Andreas Schwab  <schwab@suse.de>
6913
6914         [BZ #17086]
6915         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6916         scalbln, scalblnf, scalblnl in libc.
6917
6918 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6919
6920         [BZ #17086]
6921         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6922         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6923         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6924
6925 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6926
6927         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6928         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6929         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6930         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6931         Update #include.
6932         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6933         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6934         Update #include.
6935         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6936         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6937         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6938         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6939         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6940         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6941         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6942         * sysdeps/x86/bits/semaphore.h: ... here.
6943         * sysdeps/x86/nptl/elide.h: Moved ...
6944         * sysdeps/x86/elide.h: ... here.
6945         * sysdeps/x86_64/nptl/Implies: File removed.
6946         * sysdeps/i386/nptl/Implies: File removed.
6947
6948 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6949
6950         [BZ #16539]
6951         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6952         return the argument for normal arguments with exponent below -64.
6953         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6954         Likewise.
6955         * math/auto-libm-test-in: Add another test of expm1.
6956         * math/auto-libm-test-out: Regenerated.
6957
6958         [BZ #16287]
6959         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6960         calling __erfcl for arguments at least 16.
6961         * math/auto-libm-test-in: Add more tests of erf.
6962         * math/auto-libm-test-out: Regenerated.
6963
6964         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6965         individual architectures.
6966         * sysdeps/unix/sysv/linux/configure: Regenerated.
6967         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6968         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6969         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6970         (ldd_rewrite_script): Define variable.
6971         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6973         file.
6974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6975         generated file.
6976         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6977         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6978         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6979         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6980         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6981         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6982         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6983         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6984
6985 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6986
6987         [BZ #17084]
6988         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6989         Rename member __data.d to __data.__elision_data.
6990
6991 2014-06-24  Wilco  <wdijkstr@arm.com>
6992
6993         * NEWS: Add 16918 to fixed bug list.
6994
6995 2014-06-24  Wilco  <wdijkstr@arm.com>
6996
6997         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6998
6999 2014-06-24  Wilco  <wdijkstr@arm.com>
7000
7001         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7002         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7003         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7004         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7005         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7006         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7007         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7008         Use _FPU_MASK_RM.
7009
7010 2014-06-24  Wilco  <wdijkstr@arm.com>
7011
7012         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7013
7014 2014-06-24  Wilco  <wdijkstr@arm.com>
7015
7016         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7017         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7018         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7019         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7020
7021 2014-06-24  Wilco  <wdijkstr@arm.com>
7022
7023         [BZ #16918]
7024         * sysdeps/arm/feupdateenv.c (feupdateenv):
7025         Rewrite to reduce FPSCR accesses and fix return value.
7026
7027 2014-06-24  Wilco  <wdijkstr@arm.com>
7028
7029         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7030         Optimize to avoid unnecessary FPSCR writes.
7031         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7032         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7033         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7034         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7035
7036 2014-06-24  Wilco  <wdijkstr@arm.com>
7037
7038         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7039         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7040         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7041         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7042         Call libc_fetestexcept_vfp.
7043         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7044         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7045         __SOFTFP__ ifdef so that they can be built for softfp.
7046
7047 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7048
7049         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7050         argument type signed char.
7051
7052         * Makerules (check-abi): Dump diff of symlist if the test
7053         fails.
7054
7055 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7056
7057         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7058         using abort.
7059
7060         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7061         Remove unused variable ST.
7062
7063 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7064
7065         [BZ #16354]
7066         [BZ #17061]
7067         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7068         small arguments before calling __expm1.
7069         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7070         small arguments before calling __expm1f.
7071         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7072         small arguments before calling __expm1l.
7073         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7074         Likewise.
7075         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7076         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7077         spurious underflow for some cosh tests.
7078         * math/auto-libm-test-out: Regenerated.
7079         * sysdeps/i386/fpu/libm-test-ulps: Update.
7080
7081         [BZ #17050]
7082         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7083         (__ieee754_y1): Set errno if return value overflows.
7084         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7085         (__ieee754_y1f): Set errno if return value overflows.
7086         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7087         (__ieee754_y1l): Set errno if return value overflows.
7088         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7089         (__ieee754_y1l): Set errno if return value overflows.
7090         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7091         * math/auto-libm-test-out: Regenerated.
7092
7093         * math/gen-auto-libm-tests.c: Document use of
7094         ignore-zero-inf-sign.
7095         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7096         (input_flags): Add ignore-zero-inf-sign.
7097         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7098         * math/gen-libm-test.pl (generate_testfile): Handle
7099         ignore-zero-inf-sign.
7100         * math/auto-libm-test-in: Mark some cpow tests with
7101         ignore-zero-inf-sign and some with xfail-rounding.
7102         * math/auto-libm-test-out: Regenerated.
7103         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7104         * sysdeps/i386/fpu/libm-test-ulps: Update.
7105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7106
7107         [BZ #16315]
7108         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7109         overflowing or underflowing operations take place with sign of
7110         result.
7111         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7112         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7113         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7114         (__ieee754_pow): Recompute overflowing and underflowing results in
7115         original rounding mode.
7116         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7117         (__powl_helper): Allow negative argument X and scale negated value
7118         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7119         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7120         overflowing or underflowing operations take place with sign of
7121         result.
7122         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7123         Include <math.h>.
7124         * math/auto-libm-test-in: Add more tests of pow.
7125         * math/auto-libm-test-out: Regenerated.
7126         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7127         (pow_tonearest_test_data): Remove.
7128         (pow_test_tonearest): Likewise.
7129         (pow_towardzero_test_data): Likewise.
7130         (pow_test_towardzero): Likewise.
7131         (pow_downward_test_data): Likewise.
7132         (pow_test_downward): Likewise.
7133         (pow_upward_test_data): Likewise.
7134         (pow_test_upward): Likewise.
7135         (main): Don't call removed functions.
7136         * sysdeps/i386/fpu/libm-test-ulps: Update.
7137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7138
7139 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7140
7141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7142         Moved ...
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7145         Moved ...
7146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7148         Moved ...
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7151         Moved ...
7152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7154         File removed.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7156         File removed.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7158         File removed.
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7160         File removed.
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7162         File removed.
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7164         File removed.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7166         File removed.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7168         File removed.
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7170         File removed.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7172         File removed.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7174         File removed.
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7176         File removed.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7178         Moved ...
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7181         Moved ...
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7183         ... here.
7184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7185         Moved ...
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7188         Moved ...
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7191         Moved ...
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7194         Moved ...
7195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7197         Moved ...
7198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7200         Moved ...
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7203         Moved ...
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7207         ... here.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7209         Moved ...
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7212         Moved ...
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7214         ... here.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7216         Moved ...
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7218         ... here.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7220         Moved ...
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7222         ... here.
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7224         Moved ...
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7227         Moved ...
7228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7232         Moved ...
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7234         ... here.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7236         Moved ...
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7238         ... here.
7239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7240         Moved ...
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7243         Moved ...
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7246         Moved ...
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7249         Moved ...
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7252         Moved ...
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7254         ... here.
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7256         Moved ...
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7259         Moved ...
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7262         Moved ...
7263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7265         Moved ...
7266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7270         Moved ...
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7273         Moved ...
7274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7278         ... here.
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7282         ... here.
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7284         Moved ...
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7286         ... here.
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7288         Moved ...
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7291         Moved ...
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7294         Moved ...
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7297         Moved ...
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7299         ... here.
7300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7301         Moved ...
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7303         ... here.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7305         Moved ...
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7307         ... here.
7308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7309         Moved ...
7310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7312         Moved ...
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7314
7315 2014-06-23  Will Newton  <will.newton@linaro.org>
7316             Wilco  <wdijkstr@arm.com>
7317
7318         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7319         implementation.  Include get-rounding-mode.h.
7320         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7321         [!libc_feholdsetround_noex_ctx]: Define
7322         libc_feholdsetround_noex_ctx.
7323         [!libc_feholdsetround_noexf_ctx]: Define
7324         libc_feholdsetround_noexf_ctx.
7325         [!libc_feholdsetround_noexl_ctx]: Define
7326         libc_feholdsetround_noexl_ctx.
7327         (libc_feholdsetround_ctx): New function.
7328         (libc_feresetround_ctx): New function.
7329         (libc_feholdsetround_noex_ctx): New function.
7330         (libc_feresetround_noex_ctx): New function.
7331
7332 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7333
7334         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7335         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7336         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7337         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7338         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7339         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7340
7341         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7342         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7343         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7344         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7345         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7346         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7347         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7348         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7349         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7350         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7352         Moved ...
7353         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7354         ... here.
7355         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7356         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7357         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7358         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7360         Moved ...
7361         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7362         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7363         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7364         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7365         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7366         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7367         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7368         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7371         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7372         Moved ...
7373         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7374         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7375         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7376         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7377         Moved ...
7378         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7379         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7380         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7381         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7382         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7383         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7384         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7385         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7386         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7387         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7388         Moved ...
7389         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7390         ... here.
7391         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7392         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7394         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7395         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7396         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7397         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7398         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7400         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7402         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7403         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7404         Moved ...
7405         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7406         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7407         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7408         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7409         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7411         Moved ...
7412         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7413         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7414         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7415         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7416         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7417
7418         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7419         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7420         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7421         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7433         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7437         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7438         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7439         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7441         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7442         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7443         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7444         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7445         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7446
7447 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7448
7449         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7450         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7451         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7452         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7453         (IPV6_PMTUDISC_INTERFACE): Likewise.
7454         (IPV6_PMTUDISC_OMIT): Likewise.
7455
7456 2014-06-23  Andreas Schwab  <schwab@suse.de>
7457
7458         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7459         Remove unused errout label.
7460
7461 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7462
7463         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7464         macro: hardware supports Vector Crypto instructions.
7465
7466 2014-06-23  Will Newton  <will.newton@linaro.org>
7467
7468         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7469         rather than __builtin_expect.
7470
7471         * elf/dl-lookup.c (undefined_msg): Remove variable.
7472         (_dl_lookup_symbol_x): Replace undefined_msg with string
7473         literal.
7474
7475         * elf/dl-lookup.c (do_lookup_unique): New function.
7476         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7477         to a separate function.
7478
7479 2014-06-23  Andreas Schwab  <schwab@suse.de>
7480
7481         [BZ #17079]
7482         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7483         before reading the next line.
7484
7485 2014-06-23  Will Newton  <will.newton@linaro.org>
7486
7487         * test-skeleton.c (signal_handler): Use printf and %m
7488         rather than perror.  Use printf rather than fprintf to
7489         stderr.  Use puts rather than fputs to stderr.
7490         (main): Likewise.
7491
7492 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7493
7494         * nscd/nscd.c (thread_info_t): Remove typedef.
7495         (thread_info): Remove variable.
7496
7497 2014-06-21  Allan McRae  <allan@archlinux.org>
7498
7499         * NEWS: Mention CVE-2014-4043.
7500
7501 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7502
7503         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7504         * nptl/smp.h: ... here.
7505
7506         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7507
7508         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7509         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7510         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7511         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7512
7513         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7514         * nptl/stack-aliasing.h: New file.
7515         * sysdeps/i386/i686/stack-aliasing.h: New file.
7516         * sysdeps/i386/i686/nptl/Makefile: File removed.
7517         * sysdeps/x86_64/stack-aliasing.h: New file.
7518         * sysdeps/x86_64/nptl/Makefile
7519         (CFLAGS-pthread_create.c): Variable removed.
7520
7521         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7522         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7523         old file.
7524         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7525         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7526         old file.
7527
7528 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7529
7530         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7531         (__ASSUME_SIGFRAME_V2): Remove macro.
7532         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7533         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7534         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7535         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7536         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7537         Declare as function.  Remove conditional macro definitions.
7538         (__default_rt_sa_restorer): Likewise.
7539         (__default_sa_restorer_v1): Remove declaration.
7540         (__default_sa_restorer_v2): Likewise.
7541         (__default_rt_sa_restorer_v1): Likewise.
7542         (__default_rt_sa_restorer_v2): Likewise.
7543         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7544         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7545         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7546
7547 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7548
7549         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7550         (libpthread-routines): Add sysdep.
7551         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7552         * sysdeps/unix/sysv/linux/sparc/Versions
7553         (libpthread: GLIBC_2.3.3): New version set.
7554         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7555         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7556         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7557         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7558         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7559         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7560         Moved ...
7561         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7562         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7563         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7564         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7565         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7566         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7567         * sysdeps/sparc/nptl/sem_init.c: ... here.
7568         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7569         * sysdeps/sparc/nptl/sem_post.c: ... here.
7570         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7571         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7572         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7573         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7574         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7575         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7576         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7577         (libpthread-routines): Add cpu_relax.
7578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7579         File removed.
7580         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7581         (librt: GLIBC_2.3.3): New version set.
7582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7583         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7584         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7585         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7587         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7588         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7589         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7590         Moved ...
7591         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7593         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7595         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7597         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7599         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7601         Moved ...
7602         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7603         Update #include.
7604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7605         Moved ...
7606         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7607         Update #include.
7608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7609         Moved ...
7610         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7611         Update #include.
7612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7613         Moved ...
7614         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7615         Update #include.
7616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7617         Moved ...
7618         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7619         Update #include.
7620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7621         Moved ...
7622         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7623         Update #include.
7624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7625         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7627         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7629         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7631         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7633         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7635         Moved ...
7636         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7637         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7638         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7639         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7640         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7641
7642 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7643
7644         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7645         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7646         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7647         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7648         * nscd/nscd.c: Likewise.
7649         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7650         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7651         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7652         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7653
7654         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7655         <kernel-features.h>.
7656         (init_mq_netlink): Remove conditional have_sock_cloexec
7657         definitions.  Remove code conditional on have_sock_cloexec < 0.
7658         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7659         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7660         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7661         <kernel-features.h>.
7662         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7663         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7664
7665 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7666
7667         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7668         Add tests for memset_chk and memset.
7669
7670         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7671         with AVX2_Usable.
7672
7673 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7674
7675         [BZ #16046]
7676         * elf/tst-dl-iter-static.c: New file.
7677         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7678
7679         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7680         error.
7681
7682 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7683
7684         * sysdeps/unix/sysv/linux/kernel-features.h
7685         (__ASSUME_F_GETOWN_EX): Remove macro.
7686         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7687         <kernel-features.h>.
7688         (miss_F_GETOWN_EX): Remove variable or macro.
7689         (do_fcntl): Do not check miss_F_GETOWN_EX.
7690         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7691
7692         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7693         Remove macro.
7694         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7695         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7696         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7697
7698         * sysdeps/unix/sysv/linux/kernel-features.h
7699         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7700         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7701         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7702         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7703
7704 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7705
7706         [BZ #17075]
7707         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7708         Fix calculation of the symbol's value.
7709         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7710         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7711         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7712         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7713         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7714         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7715         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7716         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7717         (modules-names): Add `tst-armtlsdescmod',
7718         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7719         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7720         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7721         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7722         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7723         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7724         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7725         ($(objpfx)tst-armtlsdescloc): New dependency.
7726         ($(objpfx)tst-armtlsdescextnow): Likewise.
7727         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7728         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7729         TLS scheme support.
7730         * sysdeps/arm/configure: Regenerate.
7731
7732 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7733
7734         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7735         (__atfct_seterrno_2): Likewise.
7736         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7737         <kernel-features.h>.
7738         (__ASSUME_ATFCTS): Do not undefine and redefine.
7739         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7740         (__have_atfcts): Remove conditional definition.
7741         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7742         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7743         unreachable if [__ASSUME_ATFCTS].
7744         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7745         not undefine and redefine.
7746         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7747         <kernel-features.h>.
7748         (faccessat) [__NR_faccessat]: Make code unconditional.
7749         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7750         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7751         <kernel-features.h>.
7752         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7753         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7754         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7755         <kernel-features.h>.
7756         (fchownat) [__NR_fchownat]: Make code unconditional.
7757         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7758         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7759         <kernel-features.h>.
7760         (futimesat) [__NR_futimesat]: Make code unconditional.
7761         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7762         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7763         <kernel-features.h>.
7764         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7765         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7766         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7767         <kernel-features.h>.
7768         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7769         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7770         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7771         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7772         <kernel-features.h>.
7773         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7774         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7775         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7776         <kernel-features.h>.
7777         (linkat) [__NR_linkat]: Make code unconditional.
7778         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7779         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7780         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7781         <kernel-features.h>.
7782         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7783         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7784         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7785         <kernel-features.h>.
7786         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7787         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7788         * sysdeps/unix/sysv/linux/openat.c: Do not include
7789         <kernel-features.h>.
7790         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7791         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7792         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7793         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7794         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7795         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7796         <kernel-features.h>.
7797         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7798         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7799         result of INLINE_SYSCALL directly, not via int variable.
7800         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7801         <kernel-features.h>.
7802         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7803         (renameat) [__NR_renameat]: Make code unconditional.
7804         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7805         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7806         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7807         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7808         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7809         (__ASSUME_ATFCTS): Do not undefine and redefine.
7810         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7811         <kernel-features.h>.
7812         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7813         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7814         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7815         <kernel-features.h>.
7816         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7817         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7818         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7819         (__ASSUME_ATFCTS): Do not undefine and redefine.
7820         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7821         <kernel-features.h>.
7822         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7823         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7824         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7825         <kernel-features.h>.
7826         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7827         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7828
7829 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7830
7831         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7832
7833 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7834
7835         [BZ #17069]
7836         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7837         constructed tree before returning error.
7838         * posix/bug-regexp36.c: Expand test case.
7839
7840 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7841
7842         [BZ #6803]
7843         * math/libm-test.inc (scalbln_test_date):
7844         Add errno expectations.
7845         * math/w_scalblnf.c: New File.
7846         Add wrapper which checks for setting errno to ERANGE.
7847         Add weak_alias for corresponding scalbln function.
7848         * math/w_scalbln.c: Likewise.
7849         * math/w_scalblnl.c: Likewise.
7850         * math/Makefile (libm-calls): Add w_scalbln.
7851         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7852         Remove weak_alias for corresponding scalbln function.
7853         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7854         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7855         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7856         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7857         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7858         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7859         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7860         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7861         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7862         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7863         Remove long_double_symbol for scalblnl function in libm, libc.
7864         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7865         Add wrapper which checks for setting errno to ERANGE.
7866         Add long_double_symbol for scalblnl function in libm, libc.
7867         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7868         Remove long_double_symbol for scalblnl in libm.
7869         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7870         Add wrapper which checks for setting errno to ERANGE.
7871         Add long_double_symbol for scalblnl function in libm.
7872         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7873         Do not use wrapper because of own implementation.
7874
7875 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7876
7877         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7878         3 bytes for __pad1 for x32.
7879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7880
7881 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7882             H.J. Lu  <hongjiu.lu@intel.com>
7883
7884         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7885         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7886         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7887         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7888         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7889
7890 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7891
7892         [BZ #17069]
7893         * posix/regcomp.c (parse_expression): Deallocate partially
7894         constructed tree before returning error.
7895         * posix/Makefile.c (tests): Add bug-regex36.
7896         (generated): Add bug-regex36.mtrace.
7897         (tests-special): Add $(objpfx)bug-regex36-mem.out
7898         (bug-regex36-ENV): New variable.
7899         ($(objpfx)bug-regex36-mem.out): New rule.
7900         * posix/bug-regex36.c: New file.
7901
7902 2014-06-19  Will Newton  <will.newton@linaro.org>
7903
7904         * malloc/malloc.c (systrim): If extra is zero then return
7905         early.
7906
7907 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7908
7909         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7910
7911 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7912
7913         * sysdeps/aarch64/strchr.S: New file.
7914
7915 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7916
7917         [BZ #17022]
7918         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7919         from arguments -2 or below.
7920         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7921         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7922
7923 2014-06-18  Andreas Schwab  <schwab@suse.de>
7924
7925         [BZ #17062]
7926         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7927         of a bracket expr not to run off the end of the string.
7928         * posix/Makefile (tests): Add tst-fnmatch3.
7929         * posix/tst-fnmatch3.c: New file.
7930
7931 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7932
7933         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7934         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7935         [$(cross-compiling) = no]: Likewise.
7936         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7937         [$(cross-compiling) = no]: Likewise.
7938
7939 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7940
7941         [BZ #17031]
7942         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7943         double, adjusted for any remainder from the high double.
7944         * math/libm-test.inc (nearbyint): Add tests.
7945         (rint): Likewise.
7946
7947 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7948
7949         * nptl/sysdeps/powerpc/Makefile: Moved ...
7950         * sysdeps/powerpc/nptl/Makefile: ... here.
7951         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7952         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7953         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7954         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7955         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7956         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7957         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7958         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7959         * nptl/sysdeps/powerpc/tls.h: Moved ...
7960         * sysdeps/powerpc/nptl/tls.h: ... here.
7961
7962 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7963
7964         [BZ #16681]
7965         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7966         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7967         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7968         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7969         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7970         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7971         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7972         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7973         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7974
7975 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7976
7977         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7978
7979 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7980
7981         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7982         defined operator.
7983
7984         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7985         $TIMEOUTFACTOR.
7986
7987 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7988
7989         [BZ #17058]
7990         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7991         non-executed part of the test.
7992
7993 2014-06-16  Andreas Schwab  <schwab@suse.de>
7994
7995         * string/bits/string2.h (strdup, strndup): Update feature guard.
7996
7997 2014-06-14  David S. Miller  <davem@davemloft.net>
7998
7999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8000
8001 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8002
8003         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8004         that was previously under [RESET_PID].
8005         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8006
8007         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8008         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8009         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8010         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8011         (__libc_vfork): New strong alias.
8012         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8013
8014 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8015
8016         * sysdeps/generic/elide.h: New file.
8017
8018 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8019
8020         * Makefile (installed-headers): Adjust path of pthread.h header.
8021
8022 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8023
8024         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8025         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8026         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8027         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8028
8029         * nptl/sysdeps/s390/Makefile: Moved ...
8030         * sysdeps/s390/nptl/Makefile: ... here.
8031         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8032         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8033         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8034         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8035         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8036         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8037         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8038         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8039         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8040         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8041         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8042         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8043         * nptl/sysdeps/s390/tls.h: Moved ...
8044         * sysdeps/s390/nptl/tls.h: ... here.
8045
8046         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8047         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8048
8049 2014-06-13  David S. Miller  <davem@davemloft.net>
8050
8051         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8053         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8054         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8055         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8058         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8059         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8060         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8061         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8062         Remove RESET_PID cpp guards.
8063         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8064         Remove RESET_PID cpp guards.
8065         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8066
8067 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8068
8069         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8070         __sp to uintptr_t.
8071
8072 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8073
8074         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8075         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8076         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8077         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8078         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8079         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8080         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8081         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8082         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8083         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8084         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8085         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8086         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8087         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8088         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8089         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8091         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8092         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8093         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8094
8095         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8096         (pthread_rwlock_rdlock): Add elision.
8097         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8098         (pthread_rwlock_wrlock): Add elision.
8099         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8100         (pthread_rwlock_trywrlock): Add elision.
8101         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8102         (pthread_rwlock_tryrdlock): Add elision.
8103         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8104         (pthread_rwlock_tryrdlock): Add elision unlock.
8105         * nptl/sysdeps/pthread/pthread.h:
8106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8107         (PTHREAD_RWLOCK_INITIALIZER,
8108         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8109         Handle new elision field.
8110         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8111         * sysdeps/arm/nptl/bits/pthreadtypes.h
8112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8113         * sysdeps/sh/nptl/bits/pthreadtypes.h
8114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8115         * sysdeps/tile/nptl/bits/pthreadtypes.h
8116         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8117         * sysdeps/a/nptl/bits/pthreadtypes.h
8118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8119         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8121         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8123         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8124         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8125         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8126         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8127         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8128         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8129         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8130         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8131         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8132         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8133         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8134         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8135         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8136         (elision_init): Set try_xbegin to zero when no RTM.
8137         * sysdeps/x86/nptl/bits/pthreadtypes.h
8138         (pthread_rwlock_t): Change __pad1 to __rwelision.
8139         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8140
8141 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8142
8143         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8144         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8145         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8146         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8147
8148 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8149
8150         [BZ #16996]
8151         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8152         that the cached result has been set before returning it.
8153
8154 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8155
8156         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8157         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8158         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8159         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8160         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8161         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8162
8163         * nptl/sysdeps/sparc/Makefile: Moved ...
8164         * sysdeps/sparc/nptl/Makefile: ... here.
8165         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8166         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8167         * nptl/sysdeps/sparc/tls.h: Moved ...
8168         * sysdeps/sparc/nptl/tls.h: ... here.
8169         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8170         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8171         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8172         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8173         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8174         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8175         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8176         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8177         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8178         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8179         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8180         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8181         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8182         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8183         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8184         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8185         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8186         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8187         Update #include.
8188         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8189         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8190         Update #include.
8191         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8192         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8193         Update #include.
8194         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8195         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8196         Update #include.
8197
8198         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8199
8200         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8201         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8202
8203         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8204         (struct list_links): Type removed.
8205         (struct thread_node, struct timer_node): Replace struct list_links
8206         with struct list_head.
8207         (list_unlink_ip): Likewise.
8208         * sysdeps/pthread/timer_routines.c
8209         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8210         (list_append, list_insbefore): Likewise.
8211         (list_init): Function removed.
8212         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8213         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8214         * sysdeps/pthread/Makefile: ... here, new file.
8215
8216         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8217         * sysdeps/nptl/Implies: ... here.
8218         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8219         * nptl/sysdeps/pthread/list.h: Moved ...
8220         * include/list.h: ... here.
8221         * nptl/sysdeps/pthread/createthread.c: Moved ...
8222         * nptl/createthread.c: ... here.
8223         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8224         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8225         * nptl/pt-longjmp.c: ... here.
8226         * nptl/sysdeps/pthread/Makefile: Moved ...
8227         * sysdeps/nptl/Makefile: ... here.
8228         * nptl/sysdeps/pthread/Subdirs: Moved ...
8229         * sysdeps/nptl/Subdirs: ... here.
8230         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8231         * sysdeps/nptl/aio_misc.h: ... here.
8232         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8233         * sysdeps/nptl/bits/libc-lock.h: ... here.
8234         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8235         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8236         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8237         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8238         * nptl/sysdeps/pthread/configure: Moved ...
8239         * sysdeps/nptl/configure: ... here.
8240         * nptl/sysdeps/pthread/configure.ac: Moved ...
8241         * sysdeps/nptl/configure.ac: ... here.
8242         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8243         * sysdeps/nptl/gai_misc.h: ... here.
8244         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8245         * sysdeps/nptl/librt-cancellation.c: ... here.
8246         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8247         * sysdeps/nptl/malloc-machine.h: ... here.
8248         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8249         * sysdeps/nptl/pthread-functions.h: ... here.
8250         * nptl/sysdeps/pthread/pthread.h: Moved ...
8251         * sysdeps/nptl/pthread.h: ... here.
8252         * nptl/sysdeps/pthread/setxid.h: Moved ...
8253         * sysdeps/nptl/setxid.h: ... here.
8254         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8255         * sysdeps/nptl/sigfillset.c: ... here.
8256         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8257         * sysdeps/nptl/tcb-offsets.h: ... here.
8258         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8259         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8260         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8261         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8262         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8263         * sysdeps/pthread/allocalim.h: ... here.
8264         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8265         * sysdeps/pthread/bits/sigthread.h: ... here.
8266         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8267         * sysdeps/pthread/flockfile.c: ... here.
8268         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8269         * sysdeps/pthread/ftrylockfile.c: ... here.
8270         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8271         * sysdeps/pthread/funlockfile.c: ... here.
8272         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8273         * sysdeps/pthread/posix-timer.h: ... here.
8274         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8275         * sysdeps/pthread/timer_create.c: ... here.
8276         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8277         * sysdeps/pthread/timer_delete.c: ... here.
8278         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8279         * sysdeps/pthread/timer_getoverr.c: ... here.
8280         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8281         * sysdeps/pthread/timer_gettime.c: ... here.
8282         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8283         * sysdeps/pthread/timer_routines.c: ... here.
8284         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8285         * sysdeps/pthread/timer_settime.c: ... here.
8286         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8287         * sysdeps/pthread/tst-timer.c: ... here.
8288         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8289         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8290
8291         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8292         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8293
8294         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8295         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8296         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8297         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8298         Update #include target.
8299         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8300         * sysdeps/i386/i686/nptl/Makefile: ... here.
8301         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8302         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8303         Update #include target.
8304         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8305         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8306         * nptl/sysdeps/i386/Makefile: Moved ...
8307         * sysdeps/i386/nptl/Makefile: ... here.
8308         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8309         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8310         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8311         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8312         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8313         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8314         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8315         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8316         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8317         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8318         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8319         * nptl/sysdeps/i386/tls.h: Moved ...
8320         * sysdeps/i386/nptl/tls.h: ... here.
8321
8322         * sysdeps/sh/Makefile [$(subdir) = csu]
8323         (gen-as-const-headers): Add tcb-offsets.sym.
8324         * nptl/sysdeps/sh/Makefile: File removed.
8325         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8326         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8327         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8328         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8329         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8330         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8331         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8332         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8333         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8334         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8335         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8336         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8337         * nptl/sysdeps/sh/tls.h: Moved ...
8338         * sysdeps/sh/nptl/tls.h: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8340         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8341         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8342         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8344         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8345         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8346         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8347         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8348         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8350         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8351         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8352         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8353         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8354         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8356         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8358         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8359         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8360         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8361         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8362         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8363         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8364         Moved ...
8365         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8366         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8367         Moved ...
8368         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8370         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8372         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8373         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8374         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8375         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8376         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8377         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8378         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8379         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8380         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8381         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8382         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8383         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8384         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8385         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8386         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8387
8388 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8389
8390         * posix/spawn_faction_addopen.c: Include string.h.
8391
8392 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8393
8394         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8395         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8396         * nptl/sysdeps/x86_64/Makefile: Moved ...
8397         * sysdeps/x86_64/nptl/Makefile: ... here.
8398         * nptl/sysdeps/x86_64/configure: Moved ...
8399         * sysdeps/x86_64/nptl/configure: ... here.
8400         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8401         * sysdeps/x86_64/nptl/configure.ac: ... here.
8402         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8403         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8404         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8405         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8406         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8407         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8408         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8409         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8410         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8411         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8412         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8413         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8414         * nptl/sysdeps/x86_64/tls.h: Moved ...
8415         * sysdeps/x86_64/nptl/tls.h: ... here.
8416         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8417         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8418         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8419         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8420
8421         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8422
8423 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8424
8425         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8426
8427 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8428
8429         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8430         type.
8431         [POSIX] (off_t): Likewise.
8432         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8433         [POSIX] (S_ISBLK): Require macro.
8434         [POSIX] (S_ISCHR): Likewise.
8435         [POSIX] (S_ISDIR): Likewise.
8436         [POSIX] (S_ISFIFO): Likewise.
8437         [POSIX] (S_ISREG): Likewise.
8438         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8439         optional-macro.
8440         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8441         type.
8442         [POSIX] (time_t): Likewise.
8443         [POSIX] (timer_t): Likewise.
8444
8445 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8446
8447         [BZ #17048]
8448         * posix/spawn_int.h (struct __spawn_action): Make the path string
8449         non-const to support deallocation.
8450         * posix/spawn_faction_addopen.c
8451         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8452         * posix/spawn_faction_destroy.c
8453         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8454         path in all spawn_do_open actions.
8455         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8456         posix_spawn_file_actions_addopen.
8457
8458 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8459
8460         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8461         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8462         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8463         conditional code always true.
8464         (__libc_vfork): New alias.
8465
8466 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8467
8468         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8469         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8470
8471         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8472
8473         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8474         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8475
8476         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8477         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8478
8479         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8480         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8481
8482 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8483
8484         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8485         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8486         multiarch strcmp for PPC64.
8487         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8488         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8490         multiarch optimizations.
8491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8492         (__libc_ifunc_impl_list): Likewise.
8493
8494 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8495
8496         * benchtests/scripts/validate_benchout.py: New script.
8497         * benchtests/Makefile (bench-func): Call it.
8498         * benchtests/scripts/benchout.schema.json: New file.
8499
8500 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8501
8502         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8503         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8504         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8505         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8506         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8507         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8508         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8509         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8510         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8511         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8512         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8513         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8514         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8515         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8516         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8517         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8519         Moved ...
8520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8521         ... here.
8522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8523         Moved ...
8524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8526         Moved ...
8527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8528         ... here.
8529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8530         Moved ...
8531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8532         ... here.
8533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8534         Moved ...
8535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8537         Moved ...
8538         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8539         ... here.
8540         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8541         Moved ...
8542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8543         ... here.
8544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8545         Moved ...
8546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8548         Moved ...
8549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8550         ... here.
8551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8552         Moved ...
8553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8554         ... here.
8555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8556         Moved ...
8557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8558         ... here.
8559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8560         Moved ...
8561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8563         Moved ...
8564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8565         ... here.
8566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8567         Moved ...
8568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8569         ... here.
8570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8571         Moved ...
8572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8573         ... here.
8574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8575         Moved ...
8576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8578         Moved ...
8579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8580         ... here.
8581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8582         Moved ...
8583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8584         ... here.
8585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8586         Moved ...
8587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8589         Moved ...
8590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8591         ... here.
8592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8593         Moved ...
8594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8596         Moved ...
8597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8599         Moved ...
8600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8601         ... here.
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8603         Moved ...
8604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8605         ... here.
8606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8607         Moved ...
8608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8609         ... here.
8610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8611         Moved ...
8612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8614         Moved ...
8615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8616         ... here.
8617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8618         Moved ...
8619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8620         ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8622         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8623         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8624         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8626         Moved ...
8627         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8628         ... here.
8629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8632         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8633         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8634         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8636         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8638         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8640         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8642         Moved ...
8643         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8644         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8645         Moved ...
8646         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8647         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8648         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8649         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8650         Moved ...
8651         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8652         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8653         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8654         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8655         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8656         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8657         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8658
8659 2014-06-10  Wilco  <wdijkstr@arm.com>
8660
8661         * math/test-fenv-return.c: New file.
8662         * math/Makefile: Add new test test-fenv-return.
8663
8664 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8665
8666         [BZ #17042]
8667         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8668         when x - 1 is zero.
8669         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8670         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8671         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8672         0.0L for an argument of 1.0L.
8673         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8674         Likewise.
8675         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8676         value when x - 1 is zero.
8677         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8678         * sysdeps/i386/fpu/libm-test-ulps: Update.
8679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8680
8681 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8682
8683         [BZ #15119]
8684         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8685
8686 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8687
8688         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8689         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8690
8691 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8692
8693         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8694         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8695
8696         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8697         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8698
8699         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8700         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8701
8702         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8703         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8704
8705         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8706         if not already defined.
8707         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8708         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8709         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8710         (TLS_INIT_TP): Use it.
8711         (TLS_DEFINE_INIT_TP): New macro.
8712         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8713
8714 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8715
8716         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8717         constant.
8718         [POSIX] (IXANY): Likewise.
8719         [POSIX] (OLCUC): Likewise.
8720         [POSIX || POSIX2008] (CBAUD): Do not allow.
8721         [POSIX || POSIX2008] (DEFECHO): Likewise.
8722         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8723         [POSIX || POSIX2008] (ECHOKE): Likewise.
8724         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8725         [POSIX || POSIX2008] (EXTA): Likewise.
8726         [POSIX || POSIX2008] (EXTB): Likewise.
8727         [POSIX || POSIX2008] (FLUSHO): Likewise.
8728         [POSIX || POSIX2008] (LOBLK): Likewise.
8729         [POSIX || POSIX2008] (PENDIN): Likewise.
8730         [POSIX || POSIX2008] (SWTCH): Likewise.
8731         [POSIX || POSIX2008] (VDISCARD): Likewise.
8732         [POSIX || POSIX2008] (VDSUSP): Likewise.
8733         [POSIX || POSIX2008] (VLNEXT): Likewise.
8734         [POSIX || POSIX2008] (VREPRINT): Likewise.
8735         [POSIX || POSIX2008] (VSTATUS): Likewise.
8736         [POSIX || POSIX2008] (VWERASE): Likewise.
8737         (B*): Change to B[0123456789]*.
8738         * conform/data/time.h-data [POSIX || UNIX98]
8739         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8740         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8741         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8742         [POSIX] (tm_*): Do not allow.
8743
8744 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8745
8746         * Makefile (install): Don't set LANGUAGE.
8747         * Makefile.in (install): Likewise.
8748         * assert/Makefile (test-assert-ENV): Remove variable.
8749         (test-assert-perr-ENV): Likewise.
8750         * elf/Makefile (neededtest4-ENV): Likewise.
8751         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8752         [$(cross-compiling) = no]: Don't set LANGUAGE.
8753         * io/ftwtest-sh (LANG): Remove variable.
8754         * libio/Makefile (tst-widetext-ENV): Likewise.
8755         * manual/install.texi (Running make install): Don't refer to
8756         environment settings for make install.
8757         * INSTALL: Regenerated.
8758         * nptl/tst-tls6.sh: Don't set LANG.
8759         * posix/globtest.sh (LANG): Remove variable.
8760         * string/Makefile (tester-ENV): Likewise.
8761         (inl-tester-ENV): Likewise.
8762         (noinl-tester-ENV): Likewise.
8763         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8764         [$(cross-compiling) = no]: Don't set LANGUAGE.
8765         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8766         without explicit environment settings.
8767
8768 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8769
8770         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8771         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8772         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8773         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8774
8775 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8776
8777         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8778         other files in the crypt directory.
8779         * crypt/crypt.c: Remove duplicate includes.
8780         * crypt/crypt-entry.c: Likewise.
8781         * crypt/crypt_util.c: Likewise.
8782
8783 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8784
8785         * Makeconfig (run-program-env): New variable.
8786         (run-program-prefix-before-env): Likewise.
8787         (run-program-prefix-after-env): Likewise.
8788         (run-program-prefix): Define in terms of new variables.
8789         (built-program-cmd-before-env): New variable.
8790         (built-program-cmd-after-env): Likewise.
8791         (built-program-cmd): Define in terms of new variables.
8792         (test-program-prefix-before-env): New variable.
8793         (test-program-prefix-after-env): Likewise.
8794         (test-program-prefix): Define in terms of new variables.
8795         (test-program-cmd-before-env): New variable.
8796         (test-program-cmd-after-env): Likewise.
8797         (test-program-cmd): Define in terms of new variables.
8798         * Rules (make-test-out): Use $(run-program-env).
8799         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8800         (help): Do not mention environment variables.  Mention
8801         --timeoutfactor option.
8802         (timeoutfactor): New variable.
8803         (blacklist_exports): Remove function.
8804         (exports): Remove variable.
8805         (command): Do not include ${exports}.
8806         * manual/install.texi (Configuring and compiling): Do not mention
8807         test wrappers preserving environment variables.  Mention that last
8808         assignment to a variable must take precedence.
8809         * INSTALL: Regenerated.
8810         * benchtests/Makefile (run-bench): Use $(run-program-env).
8811         * catgets/Makefile ($(objpfx)test1.cat): Use
8812         $(built-program-cmd-before-env), $(run-program-env) and
8813         $(built-program-cmd-after-env).
8814         ($(objpfx)test2.cat): Do not specify environment variables
8815         explicitly.
8816         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8817         $(run-program-env) and $(built-program-cmd-after-env).
8818         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8819         $(run-program-env) and $(test-program-cmd-after-env).
8820         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8821         explicitly.
8822         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8823         run_program_env and test_program_cmd_after_env arguments.
8824         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8825         * elf/tst-pathopt.sh: Use run_program_env argument.
8826         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8827         $(test-wrapper-env) and $(run-program-env).
8828         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8829         run_program_env arguments.
8830         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8831         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8832         $(test-program-prefix-before-env), $(run-program-env) and
8833         $(test-program-prefix-after-env).
8834         ($(objpfx)tst-gettext2.out): Likewise.
8835         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8836         run_program_env and test_program_prefix_after_env arguments.
8837         * intl/tst-gettext2.sh: Likewise.
8838         * intl/tst-gettext4.sh: Do not set environment variables
8839         explicitly.
8840         * intl/tst-gettext6.sh: Likewise.
8841         * intl/tst-translit.sh: Likewise.
8842         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8843         $(test-program-prefix-before-env), $(run-program-env) and
8844         $(test-program-prefix-after-env).
8845         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8846         run_program_env and test_program_prefix_after_env arguments.
8847         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8848         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8849         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8850         explicitly with each use of ${test_wrapper_env}.
8851         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8852         $(test-program-prefix-before-env), $(run-program-env) and
8853         $(test-program-prefix-after-env).
8854         * posix/tst-getconf.sh: Do not set environment variables
8855         explicitly.
8856         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8857         run_program_env and test_program_prefix_after_env arguments.
8858         * stdio-common/tst-printf.sh: Do not set environment variables
8859         explicitly.
8860         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8861         $(test-program-prefix-before-env), $(run-program-env) and
8862         $(test-program-prefix-after-env).
8863         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8864         run_program_env and test_program_prefix_after_env arguments.
8865         Split $test calls into $test_pre and $test.
8866         * timezone/Makefile (build-testdata): Use
8867         $(built-program-cmd-before-env), $(run-program-env) and
8868         $(built-program-cmd-after-env).
8869
8870 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8871
8872         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8873         strlen for non SHARED builds.
8874
8875 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8876
8877         * nptl/allocatestack.c (check_list): Inlined function...
8878         (__reclaim_stacks): ... here.
8879
8880 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8881
8882         [BZ #15698]
8883         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8884         memory overrun.
8885
8886 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8887
8888         * Rules (make-test-out): Include
8889         LOCPATH=$(common-objpfx)localedata in default environment.
8890         * debug/Makefile (tst-chk1-ENV): Remove variable.
8891         (tst-chk2-ENV): Likewise.
8892         (tst-chk3-ENV): Likewise.
8893         (tst-chk4-ENV): Likewise.
8894         (tst-chk5-ENV): Likewise.
8895         (tst-chk6-ENV): Likewise.
8896         (tst-lfschk1-ENV): Likewise.
8897         (tst-lfschk2-ENV): Likewise.
8898         (tst-lfschk3-ENV): Likewise.
8899         (tst-lfschk4-ENV): Likewise.
8900         (tst-lfschk5-ENV): Likewise.
8901         (tst-lfschk6-ENV): Likewise.
8902         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8903         (tst-iconv7-ENV): Likewise.
8904         * intl/Makefile (LOCPATH-ENV): Likewise.
8905         (tst-codeset-ENV): Likewise.
8906         (tst-gettext3-ENV): Likewise.
8907         (tst-gettext5-ENV): Likewise.
8908         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8909         (tst-fopenloc-ENV): Likewise.
8910         (tst-fgetws-ENV): Remove variable.
8911         (tst-ungetwc1-ENV): Likewise.
8912         (tst-ungetwc2-ENV): Likewise.
8913         (bug-ungetwc2-ENV): Likewise.
8914         (tst-swscanf-ENV): Likewise.
8915         (bug-ftell-ENV): Likewise.
8916         (tst-fgetwc-ENV): Likewise.
8917         (tst-fseek-ENV): Likewise.
8918         (tst-ftell-partial-wide-ENV): Likewise.
8919         (tst-ftell-active-handler-ENV): Likewise.
8920         (tst-ftell-append-ENV): Likewise.
8921         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8922         (tst-regexloc-ENV): Likewise.
8923         (bug-regex1-ENV): Likewise.
8924         (tst-regex-ENV): Likewise.
8925         (tst-regex2-ENV): Likewise.
8926         (bug-regex5-ENV): Likewise.
8927         (bug-regex6-ENV): Likewise.
8928         (bug-regex17-ENV): Likewise.
8929         (bug-regex18-ENV): Likewise.
8930         (bug-regex19-ENV): Likewise.
8931         (bug-regex20-ENV): Likewise.
8932         (bug-regex22-ENV): Likewise.
8933         (bug-regex23-ENV): Likewise.
8934         (bug-regex25-ENV): Likewise.
8935         (bug-regex26-ENV): Likewise.
8936         (bug-regex30-ENV): Likewise.
8937         (bug-regex32-ENV): Likewise.
8938         (bug-regex33-ENV): Likewise.
8939         (bug-regex34-ENV): Likewise.
8940         (bug-regex35-ENV): Likewise.
8941         (tst-rxspencer-ENV): Likewise.
8942         (tst-rxspencer-no-utf8-ENV): Likewise.
8943         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8944         (tst-sscanf-ENV): Likewise.
8945         (tst-swprintf-ENV): Likewise.
8946         (tst-swscanf-ENV): Likewise.
8947         (test-vfprintf-ENV): Likewise.
8948         (scanf13-ENV): Likewise.
8949         (bug14-ENV): Likewise.
8950         (tst-grouping-ENV): Likewise.
8951         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8952         (tst-strtod3-ENV): Likewise.
8953         (tst-strtod4-ENV): Likewise.
8954         (tst-strtod5-ENV): Likewise.
8955         (testmb2-ENV): Likewise./
8956         * string/Makefile (tst-strxfrm-ENV): Likewise.
8957         (tst-strxfrm2-ENV): Likewise.
8958         (bug-strcoll1-ENV): Likewise.
8959         (test-strcasecmp-ENV): Likewise.
8960         (test-strncasecmp-ENV): Likewise.
8961         * time/Makefile (tst-strptime-ENV): Likewise.
8962         (tst-ftime_l-ENV): Likewise.
8963         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8964         (tst-mbrtowc-ENV): Likewise.
8965         (tst-wcrtomb-ENV): Likewise.
8966         (tst-mbrtowc2-ENV): Likewise.
8967         (tst-c16c32-1-ENV): Likewise.
8968         (tst-mbsnrtowcs-ENV): Likewise.
8969
8970 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8971
8972         * manual/resource.texi (How to get information about the memory
8973         subsystem?): Fix typo.
8974         Reported by Peon de la Parra Ivan <peon@keba.com>
8975
8976 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8977
8978         [BZ #16882]
8979         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8980         (pthread_spin_lock): Branch out of spin loop to proper location.
8981         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8982         (pthread_spin_lock): Likewise.
8983
8984         * nptl/tst-spin4.c: New test.
8985         * nptl/Makefile (tests): Add tst-spin4.
8986
8987 2014-06-03  Andreas Schwab  <schwab@suse.de>
8988
8989         [BZ #15946]
8990         * resolv/res_send.c (send_dg): Reload file descriptor after
8991         calling reopen.
8992
8993 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8994
8995         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8996
8997 2014-06-03  Richard Henderson  <rth@redhat.com>
8998
8999         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9000         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9001         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9002         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9003         in the SAVE_PID block.
9004         (__libc_vfork): New alias.
9005         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9006
9007         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9008         child in registers, not on the stack.  Remove RESET_PID conditionals.
9009         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9010
9011 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9012
9013         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9014
9015 2014-06-03  Wilco  <wdijkstr@arm.com>
9016
9017         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9018         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9019         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9020         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9021         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9022         Likewise.
9023
9024 2014-06-03  Wilco  <wdijkstr@arm.com>
9025
9026         * sysdeps/aarch64/fpu/math_private.h
9027         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9028         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9029         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9030         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9031         Fix declarations.
9032
9033 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9034
9035         * crypt/crypt-private.h: Include ufc-crypt.h.
9036         (__b64_from_24bit): Declare extern.
9037         * crypt/crypt_util.c(__b64_from_24bit): New function.
9038         (b64t): New static const variable.
9039         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9040         (b64t): Remove variable.
9041         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9042         * crypt/sha256-crypt.c: Include crypt-private.h.
9043         (b64t): Remove variable.
9044         (__sha256_crypt_r): Remove b64_from_24bit and replace
9045         with __b64_from_24bit.
9046         * crypt/sha512-crypt.c: Likewise.
9047
9048 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9049
9050         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9051         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9052         Label the code __libc_vfork rather than __vfork.
9053         [!NOT_IN_libc] (vfork): Define as weak alias.
9054         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9055         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9056         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9057
9058 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9059
9060         * malloc/malloc.c (malloc_info): Fix format specifier for
9061         n_mmaps.
9062
9063 2014-06-02  Wilco  <wdijkstr@arm.com>
9064
9065         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9066         FPCR write.
9067
9068 2014-06-02  Wilco  <wdijkstr@arm.com>
9069
9070         [BZ #17009]
9071         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9072         Rewrite to reduce FPCR/FPSR accesses.
9073
9074 2014-06-01  David S. Miller  <davem@davemloft.net>
9075
9076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9077
9078 2014-05-31  David S. Miller  <davem@davemloft.net>
9079
9080         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9081         to occur in round to nearest mode when |x| >= 2.0
9082
9083 2014-05-30  Richard Henderson  <rth@twiddle.net>
9084
9085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9086         (PSEUDO_RET_NOERRNO): Remove.
9087         (ret): Don't redefine.
9088         (ret_NOERRNO): Define in terms of ret.
9089         (ret_ERRVAL): Likewise.
9090
9091         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9092         use of PSEUDO_RET; perform the error check directly.
9093
9094 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9095
9096         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9097         with __int128_t.
9098
9099 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9100
9101         * malloc/malloc (malloc_info): Fix formatting.
9102
9103 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9104             Roland McGrath  <roland@hack.frob.com>
9105
9106         * malloc/malloc (malloc_info): Also print mmapped statistics.
9107
9108 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9109
9110         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9111         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9112
9113 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9114
9115         * malloc/malloc.c (malloc_info): Inline mi_arena.
9116
9117 2014-05-29  Richard Henderson  <rth@twiddle.net>
9118
9119         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9120         Remove comma before expanding ASM_ARGS_##nr.
9121         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9122         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9123         of ASM_ARGS_##nr.
9124         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9125         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9126         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9127         (ASM_ARGS_1): Add leading comma.
9128
9129         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9130         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9131         to __errno_location.
9132         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9133         Remove the expected plt for __errno_location.
9134
9135         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9136         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9137         call to __read_tp.
9138
9139         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9140         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9141         it and break it down.
9142         (DOCARGS_0, DOCARGS_1): Do nothing.
9143         (DOCARGS_2): Update to store into the new stack frame.
9144         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9145         (UNDOCARGS_1): Update to restore from the new stack frame.
9146         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9147         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9148
9149         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9150         (SINGLE_THREAD_P): New parameter for result regno.
9151         (PSEUDO): Update to match; use cbz instead of beq.
9152
9153         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9154         Use ENTRY to define the _nocancel entry point.  Share the syscall
9155         and syscall error check paths with the cancel path.
9156         (PSEUDO_END): New.
9157
9158         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9159         whitespace; tabs before and after asm mnemonics.
9160
9161 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9162
9163         [BZ #15132]
9164         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9165         Call fstat64 or stat64 internally, depending on arguments passed.
9166         Replace stat buffer argument with file descriptor argument.
9167         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9168         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9169         Pass fd to __internal_statvfs instead of calling fstat64.
9170         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9171         Pass fd to __internal_statvfs64 instead of calling fstat64.
9172         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9173         Pass -1 to __internal_statvfs instead of calling stat64.
9174         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9175         Pass -1 to __internal_statvfs64 instead of calling stat64.
9176
9177 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9178
9179         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9180         that was previously under [RESET_PID].
9181         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9182
9183         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9184         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9185
9186 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9187
9188         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9189
9190         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9191         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9192
9193 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9194
9195         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9196
9197 2014-05-27  Andreas Schwab  <schwab@suse.de>
9198
9199         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9200         TLS_INIT_TP macro.
9201         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9202         * elf/rtld.c (init_tls, dl_main): Likewise.
9203         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9204         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9205         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9206         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9207         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9208         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9209         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9210         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9211         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9212         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9213         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9214         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9215         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9216         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9217         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9218         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9219         * sysdeps/generic/tls.h: Update description.
9220
9221 2014-05-27  Will Newton  <will.newton@linaro.org>
9222
9223         [BZ #16990]
9224         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9225         and restore r2 rather than just restoring.
9226
9227 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9228
9229         [BZ #16724]
9230         * libio/tst-ftell-append.c: New test case.
9231         * libio/Makefile (tests): Add test case.
9232         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9233         append mode.
9234         * libio/wfileops.c (do_ftell_wide): Likewise.
9235
9236 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9237
9238         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9239
9240         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9241         ...
9242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9244         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9245         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9246         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9247         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9248         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9249         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9250         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9251         Moved ...
9252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9253         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9254         Moved ...
9255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9256         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9257         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9258         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9259         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9260         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9261         ...
9262         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9263         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9264         Moved ...
9265         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9266         here.
9267         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9268         ...
9269         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9270         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9271         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9272
9273         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9274         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9275         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9276         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9277
9278         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9279         merge into ...
9280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9282         ...
9283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9284         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9285         ...
9286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9288         Moved ...
9289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9290         here.
9291         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9292         Moved ...
9293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9294         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9295         Moved ...
9296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9297
9298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9299         conditional [RESET_PID].
9300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9302         removed.
9303         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9304         removed.
9305
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9307         <tcb-offsets.h>.
9308         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9309         (__libc_vfork): New strong alias.
9310         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9311         removed.
9312         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9313         Removed.
9314
9315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9316         <tcb-offsets.h>.
9317         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9318         (__libc_vfork): New strong alias.
9319         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9320         removed.
9321         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9322         removed.
9323
9324 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9325
9326         * malloc/malloc.c (mi_arena): New function.
9327         (malloc_info): Remove nested function mi_arena. Call non-nosted
9328         function mi_arena.
9329
9330 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9331
9332         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9333         by insrwi.
9334         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9335         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9336         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9337         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9338         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9339         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9340         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9341
9342 2014-05-26  Andreas Schwab  <schwab@suse.de>
9343
9344         [BZ #16984]
9345         * locale/programs/repertoire.c (repertoire_read): Add slash
9346         between I18NPATH element and file name.
9347         * locale/programs/locfile.c (locfile_read): Likewise.
9348
9349 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9350
9351         * nptl/pthread_mutexattr_settype.c
9352         (__pthread_mutexattr_settype):
9353         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9354
9355 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9356
9357         * nptl/tst-mutex5 (do_test):
9358         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9359
9360 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9361
9362         * benchtests/README: Document 'init' directive.
9363         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9364         BENCH_INIT.
9365         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9366         (parse_file): Recognize 'init' directive.
9367
9368 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9369
9370         [BZ #16796]
9371         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9372         alignment of struct pthread.
9373
9374 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9375
9376         [BZ #16878]
9377         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9378         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9379         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9380         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9381
9382 2014-05-25  Richard Henderson  <rth@twiddle.net>
9383
9384         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9385         (SINGLE_THREAD_P_PIC): Remove.
9386         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9387         (SINGLE_THREAD_P_PIC): Remove.
9388
9389         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9390         branch to syscall error ...
9391         (PSEUDO): ... here.
9392         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9393         from __local_syscall_error to .Lsyscall_error.
9394         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9395         (SYSCALL_ERROR): Update label name.
9396
9397         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9398         Do not use DOARGS/UNDOARGS.
9399         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9400         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9401         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9402         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9403         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9404
9405         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9406         block comment.
9407
9408         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9409         define if !NOT_IN_libc.
9410         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9411         define with non-default symbol versions.
9412
9413 2014-05-23  Richard Henderson  <rth@twiddle.net>
9414
9415         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9416         (vfork, __vfork): Define via compat_symbol.
9417
9418         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9419         [!HAVE_IFUNC] (vfork_compat): Remove.
9420         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9421
9422 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9423
9424         [BZ #16978]
9425         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9426         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9427         variable.
9428
9429 2014-05-23  Richard Henderson  <rth@twiddle.net>
9430
9431         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9432         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9433         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9434         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9435
9436         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9437         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9438         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9439         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9440         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9441         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9442         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9443         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9444         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9445         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9446         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9447         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9448         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9449         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9451         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9455         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9457         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9459         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9461         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9463         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9465         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9466         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9467         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9471         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9473         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9475         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9476         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9477         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9478         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9479         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9480         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9481         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9482         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9483         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9484         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9485         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9486         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9487         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9488         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9489         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9490         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9491         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9492
9493         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9494         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9495         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9496         before exiting on error.
9497         (__libc_vfork): New strong alias.
9498         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9499         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9500
9501         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9502         that was previously under [RESET_PID].
9503         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9504
9505         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9506
9507 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9508
9509         [BZ #16977]
9510         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9511         value when x - 1 is zero.
9512         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9513         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9514         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9515         0.0L for an argument of 1.0L.
9516         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9517         Likewise.
9518         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9519         value when x - 1 is zero.
9520         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9521         * sysdeps/i386/fpu/libm-test-ulps: Update.
9522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9523
9524 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9525
9526         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9527         alphasort and versionsort.
9528
9529 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9530
9531         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9532         macro.
9533         [copysignf]: Likewise.
9534
9535 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9536
9537         * crypt/md5-crypt.c: Fix formatting.
9538
9539 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9540
9541         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9542         (b64_from_24bit): New function.
9543
9544 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9545
9546         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9547         libc_hidden_builtin_def to ifunc.
9548         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9549         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9550
9551 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9552
9553         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9554         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9555
9556 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9557
9558         * nscd/Depend (linuxthreads): Remove.
9559         (nptl): Add.
9560         * resolv/Depend (linuxthreads): Remove.
9561         * rt/Depend (linuxthreads): Remove.
9562
9563         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9564         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9565         $(common-objpfx)elf/.
9566         (link-libc-before-gnulib): Likewise.
9567         (elfobjdir): Remove variable.
9568         * Makefile (install): Use $(elf-objpfx) instead of
9569         $(common-objpfx)elf/.
9570         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9571         $(elfobjdir)/.
9572         (link-libc-deps): Likewise.
9573         ($(common-objpfx)libc.so): Likewise.
9574         ($(common-objpfx)linkobj/libc.so): Likewise.
9575         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9576         instead of $(common-objpfx)elf/.
9577         (symbolic-link-list): Likewise.
9578         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9579         [$(cross-compiling) = no]: Likewise.
9580         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9581         $(elfobjdir)/.
9582         (static-gnulib-arch): Likewise.
9583         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9584         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9585         $(common-objpfx)elf/.
9586
9587 2014-05-21  Richard Henderson  <rth@redhat.com>
9588
9589         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9590         (SINGLE_THREAD_P): Use the correct width load.  Fold
9591         into the ldr offset.
9592
9593         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9594         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9595
9596 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9597
9598         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9599         (libgcc_s_resume): Use __attribute_used__.
9600         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9601         Likewise.
9602
9603 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9604
9605         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9606         optimization when used with float constants.
9607
9608         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9609
9610 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9611
9612         [BZ #16915]
9613         * locale/nl_langinfo_l.c: Make direct reference to every
9614         _nl_current_CATEGORY symbol.
9615         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9616         (tests-static): Add tst-langinfo-static.
9617         (tests-special): Add tst-langinfo-static.out.
9618         ($(objpfx)tst-langinfo.out): Redirect output.
9619         ($(objpfx)tst-langinfo-static.out): New.
9620         * localedata/tst-langinfo.sh: Send output to stdout.
9621         * localedata/tst-langinfo-static.c: New file.
9622
9623         [BZ #16965]
9624         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9625         when the shift amount is modulo the limb size.
9626
9627 2014-05-20  Richard Henderson  <rth@redhat.com>
9628
9629         [BZ #16967]
9630         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9631         Change type of sa_flags from unsigned int to int.
9632
9633         [BZ #16966]
9634         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9635
9636         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9637
9638 2014-05-20  Will Newton  <will.newton@linaro.org>
9639
9640         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9641         Test the return value of the system call in the nocancel case.
9642
9643 2014-05-20  Will Newton  <will.newton@linaro.org>
9644             Yvan Roux  <yvan.roux@linaro.org>
9645
9646         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9647         #include of asm/ptrace.h.
9648         (PTRACE_GET_THREAD_AREA): Remove #undef.
9649         (PTRACE_GETHBPREGS): Likewise.
9650         (PTRACE_SETHBPREGS): Likewise.
9651         (struct user_regs_struct): New structure.
9652         (struct user_fpsimd_struct): New structure.
9653         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9654         #include of asm/ptrace.h and second #include of sys/user.h.
9655         (PTRACE_GET_THREAD_AREA): Remove #undef.
9656         (PTRACE_GETHBPREGS): Likewise.
9657         (PTRACE_SETHBPREGS): Likewise.
9658         (ELF_NGREG): Use new struct user_regs_struct.
9659         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9660
9661 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9662
9663         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9664         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9665
9666 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9667
9668         [BZ #16958]
9669         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9670         membar to avoid block loads/stores to overlap previous stores.
9671
9672 2014-05-17  Richard Henderson  <rth@redhat.com>
9673
9674         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9675         Create the __##syscall_name##_nocancel entry point.
9676         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9677         Remove; let the sysdep-cancel.h code create it.
9678
9679 2014-05-17  David S. Miller  <davem@davemloft.net>
9680
9681         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9682         Protect with __USE_GNU.
9683         (TIOCSET_TEMPT): Likewise.
9684         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9685         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9686         these are already provided in bits/ioctl-types.h
9687
9688 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9689
9690         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9691         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9692
9693         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9694         Use wait4 regardless of [__NR_waitpid].
9695
9696 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9697
9698         PR libgcc/60166
9699         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9700         (_FP_NANSIGN_Q): Set the quiet bit.
9701
9702 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9703
9704         * benchtests/Makefile
9705         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9706         not $(common-objpfx)math/libm.so.
9707         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9708         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9709         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9710         $(common-objpfx)dlfcn/libdl.so.
9711         ($(objpfx)tst-audit8): Depend on $(libm), not
9712         $(common-objpfx)math/libm.so.
9713         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9714         not $(common-objpfx)dlfcn/libdl.so.
9715         * math/Makefile
9716         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9717         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9718         [$(build-shared) = yes].
9719         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9720         $(common-objpfx)nptl/libpthread.so.
9721         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9722         $(common-objpfx)math/libm.so$(libm.so-version) or
9723         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9724         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9725         $(common-objpfx)dlfcn/libdl.so.
9726         * setjmp/Makefile (link-libm): Remove variable.
9727         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9728         * stdio-common/Makefile (link-libm): Remove variable.
9729         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9730         * stdlib/Makefile (link-libm): Remove variable.
9731         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9732         ($(objpfx)tst-strtod-round): Likewise.
9733         ($(objpfx)tst-tininess): Likewise.
9734         ($(objpfx)tst-strtod-underflow): Likewise.
9735         ($(objpfx)tst-strtod6): Likewise.
9736         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9737         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9738         $(common-objpfx)dlfcn/libdl.so.
9739
9740 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9741
9742         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9743         BSD terminal modes definitions.
9744
9745 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9746
9747         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9748         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9749
9750         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9751         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9752         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9753         Don't do #include_next.
9754         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9755         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9756         Don't do #include_next.
9757         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9758         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9759         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9760         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9761
9762 2014-05-16  Allan McRae  <allan@archlinux.org>
9763
9764         * po/sv.po: Update Swedish translation from translation project.
9765
9766         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9767         in sed expression.
9768
9769 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9770
9771         [BZ #16917]
9772         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9773         errno if the TIOCGPTN ioctl fails with an error different than
9774         EINVAL.
9775         * login/tst-ptsname.c: New file.
9776         * login/Makefile (tests): Add tst-ptsname.
9777
9778         [BZ #16943]
9779         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9780         and prlimit64.
9781
9782 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9783
9784         [BZ #16849]
9785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9786         herrno to return EAI_AGAIN.
9787
9788 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9789
9790         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9791         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9792         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9805         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9811         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9812         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9813         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9814         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9815         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9816         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9817         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9818         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9819         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9821         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9822         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9823         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9824         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9825         Moved ...
9826         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9828         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9830         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9836         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9838         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9840         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9841         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9842         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9844         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9845         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9846         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9848         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9850         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9852         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9854         Moved ...
9855         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9875         Moved ...
9876         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9878         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9879
9880         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9881         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9882         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9883         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9884         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9885         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9886         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9888         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9890         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9892         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9894         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9896         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9897         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9898         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9899         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9900         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9901         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9902         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9903         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9904         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9905         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9906         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9907         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9908         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9909         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9910         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9911
9912         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9913         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9914
9915         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9916         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9919         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9920         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9921         Moved ...
9922         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9924         Moved ...
9925         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9927         Moved ...
9928         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9930         Moved ...
9931         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9932         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9933         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9934         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9935         Moved ...
9936         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9937         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9938         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9940         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9941         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9942         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9943         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9944         Moved ...
9945         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9946         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9947         Moved ...
9948         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9949         ... here.
9950         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9951         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9952         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9953         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9954         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9957         ... here.
9958         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9962         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9964         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9966         Moved ...
9967         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9968         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9969         Moved ...
9970         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9972         Moved ...
9973         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9975         Moved ...
9976         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9977         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9978         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9979         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9980         Moved ...
9981         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9983         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9985         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9987         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9988         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9989         Moved ...
9990         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9991         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9992         Moved ...
9993         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9994         ... here.
9995         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9996         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9997         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9998         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9999         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10000         Moved ...
10001         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10002         ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10004         Moved ...
10005         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10007         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10008         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10009         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10010         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10011         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10012         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10013         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10014         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10015         Moved ...
10016         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10018         Moved ...
10019         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10020         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10024         Moved ...
10025         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10026         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10027         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10029         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10030         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10031         Moved ...
10032         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10034         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10036         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10038         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10040         Moved ...
10041         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10042         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10043         Moved ...
10044         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10045         ... here.
10046         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10047         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10049         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10050         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10051         Moved ...
10052         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10053         ... here.
10054         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10055         Moved ...
10056         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10058         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10060         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10063         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10064         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10065         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10066         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10067
10068         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10069         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10070
10071         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10072         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10073
10074         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10075         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10076         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10078         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10079         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10080         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10082         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10083         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10084         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10085         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10086         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10088         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10089         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10090         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10092         Moved ...
10093         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10094         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10095         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10096         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10102         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10104         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10106         Moved ...
10107         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10108         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10114         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10116         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10118         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10127
10128         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10129         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10130         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10131         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10132         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10133
10134         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10135         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10136         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10137         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10138         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10139         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10140         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10141         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10142         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10143         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10144
10145         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10146         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10147
10148         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10151         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10154         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10156         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10158         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10160         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10163         Update #include.
10164         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10165         Likewise.
10166         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10167         Likewise.
10168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10169         Likewise.
10170         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10171         Likewise.
10172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10173         Likewise.
10174         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10175         Likewise.
10176         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10177         Likewise.
10178         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10179         Likewise.
10180         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10181         Likewise.
10182         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10183         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10184         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10187         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10188         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10189         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10190         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10191         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10192         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10193         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10194         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10195         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10196         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10197
10198         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10199         that was previously under [RESET_PID].
10200         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10201         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10202         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10203
10204         * sysdeps/i386/nptl/Implies: New file.
10205         * sysdeps/x86_64/nptl/Implies: New file.
10206         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10207         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10209         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10210
10211         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10212         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10213         (__libc_vfork): New strong alias.
10214         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10215         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10216
10217         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10218         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10219         (__libc_vfork): New strong alias.
10220         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10221         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10222
10223         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10224         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10225         (__libc_vfork): New strong alias.
10226         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10227         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10228         * nptl/pt-vfork.c: New file.
10229         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10230         (libpthread: GLIBC_2.20): New version set (empty).
10231
10232 2014-05-14  Will Newton  <will.newton@linaro.org>
10233
10234         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10235         rather than #if.
10236
10237 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10238
10239         [BZ #16564]
10240         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10241         arguments with exponent 65 or above.
10242         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10243         arguments 0x1p113L or above.
10244         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10245         to arguments 0x1p107L or above.
10246         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10247         positive arguments with exponent 65 or above.
10248         * math/auto-libm-test-in: Add more tests of log1p.
10249         * math/auto-libm-test-out: Regenerated.
10250
10251         [BZ #16928]
10252         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10253         non-finite arguments is +0.
10254         * math/s_cacosf.c (__cacosf): Likewise.
10255         * math/s_cacosl.c (__cacosl): Likewise.
10256         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10257         * sysdeps/i386/fpu/libm-test-ulps: Update.
10258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10259
10260         [BZ #16927]
10261         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10262         value.
10263         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10264         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10265         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10266         for explicit high bit of mantissa when testing for argument equal
10267         to 1.
10268         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10269         * sysdeps/i386/fpu/libm-test-ulps: Update.
10270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10271
10272         [BZ #16516]
10273         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10274         (__erf): Scale by 16 instead of 8 in potentially underflowing
10275         case.  Ensure exception if result actually underflows.
10276         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10277         (__erff): Scale by 16 instead of 8 in potentially underflowing
10278         case.  Ensure exception if result actually underflows.
10279         * sysdeps/ieee754/ldbl-128/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-128ibm/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         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10288         (efx8): Remove variable.
10289         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10290         case.  Ensure exception if result actually underflows.
10291         * math/auto-libm-test-in: Add more tests of erf.
10292         * math/auto-libm-test-out: Regenerated.
10293
10294 2014-05-14  Andreas Schwab  <schwab@suse.de>
10295
10296         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10297         Remove code conditionalized on USE___THREAD.
10298
10299         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10300         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10301         not definedness.
10302
10303 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10304
10305         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10306         Define unconditionally.
10307         (__ASSUME_O_CLOEXEC): Likewise.
10308         (__ASSUME_SOCK_CLOEXEC): Likewise.
10309         (__ASSUME_IN_NONBLOCK): Likewise.
10310         (__ASSUME_PIPE2): Likewise.
10311         (__ASSUME_EVENTFD2): Likewise.
10312         (__ASSUME_SIGNALFD4): Likewise.
10313         (__ASSUME_DUP3): Likewise.
10314         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10315         (__ASSUME_DUP3): Do not define.
10316         (__ASSUME_EVENTFD2): Likewise.
10317         (__ASSUME_IN_NONBLOCK): Likewise.
10318         (__ASSUME_O_CLOEXEC): Likewise.
10319         (__ASSUME_PIPE2): Likewise.
10320         (__ASSUME_SIGNALFD4): Likewise.
10321         (__ASSUME_SOCK_CLOEXEC): Likewise.
10322         (__ASSUME_UTIMES): Undefine.
10323         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10324         (__ASSUME_UTIMES): Do not define.
10325         (__ASSUME_O_CLOEXEC): Likewise.
10326         (__ASSUME_SOCK_CLOEXEC): Likewise.
10327         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10328         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10329         0x020621].
10330         (__ASSUME_PIPE2): Likewise.
10331         (__ASSUME_EVENTFD2): Likewise.
10332         (__ASSUME_SIGNALFD4): Likewise.
10333         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10334         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10335         Do not define.
10336         (__ASSUME_EVENTFD2): Likewise.
10337         (__ASSUME_SIGNALFD4): Likewise.
10338         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10339         (__ASSUME_32BITUIDS): Likewise.
10340         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10341         (__ASSUME_IPC64): Likewise.
10342         (__ASSUME_ST_INO_64_BIT): Likewise.
10343         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10344         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10345         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10346         (__ASSUME_UTIMES): Do not define.
10347         (__ASSUME_PSELECT): Likewise.
10348         (__ASSUME_PPOLL): Likewise.
10349         (__ASSUME_O_CLOEXEC): Likewise.
10350         (__ASSUME_SOCK_CLOEXEC): Likewise.
10351         (__ASSUME_IN_NONBLOCK): Likewise.
10352         (__ASSUME_PIPE2): Likewise.
10353         (__ASSUME_EVENTFD2): Likewise.
10354         (__ASSUME_SIGNALFD4): Likewise.
10355         (__ASSUME_DUP3): Likewise.
10356         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10357         (__ASSUME_UTIMES): Likewise.
10358         (__ASSUME_O_CLOEXEC): Likewise.
10359         (__ASSUME_SOCK_CLOEXEC): Likewise.
10360         (__ASSUME_IN_NONBLOCK): Likewise.
10361         (__ASSUME_PIPE2): Likewise.
10362         (__ASSUME_EVENTFD2): Likewise.
10363         (__ASSUME_SIGNALFD4): Likewise.
10364         (__ASSUME_DUP3): Likewise.
10365         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10366         (__ASSUME_UTIMES): Likewise.
10367         (__ASSUME_O_CLOEXEC): Likewise.
10368         (__ASSUME_SOCK_CLOEXEC): Likewise.
10369         (__ASSUME_IN_NONBLOCK): Likewise.
10370         (__ASSUME_PIPE2): Likewise.
10371         (__ASSUME_EVENTFD2): Likewise.
10372         (__ASSUME_SIGNALFD4): Likewise.
10373         (__ASSUME_DUP3): Likewise.
10374         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10375         Likewise.
10376         (__ASSUME_UTIMES): Likewise.
10377         (__ASSUME_EVENTFD2): Likewise.
10378         (__ASSUME_SIGNALFD4): Likewise.
10379         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10380         (__ASSUME_O_CLOEXEC): Likewise.
10381         (__ASSUME_SOCK_CLOEXEC): Likewise.
10382         (__ASSUME_IN_NONBLOCK): Likewise.
10383         (__ASSUME_PIPE2): Likewise.
10384         (__ASSUME_EVENTFD2): Likewise.
10385         (__ASSUME_SIGNALFD4): Likewise.
10386         (__ASSUME_DUP3): Likewise.
10387         (__ASSUME_UTIMES): Undefine.
10388
10389         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10390         feclearexcept.  Remove symbol versioning code.
10391         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10392         symbol versioning code.
10393         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10394         symbol versioning code.
10395         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10396         feupdateenv.  Remove symbol versioning code.
10397         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10398         fegetexceptflag.  Remove symbol versioning code.
10399         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10400         fesetexceptflag.  Remove symbol versioning code.
10401         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10402         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10403         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10404         (__posix_fadvise64_l32): Remove prototype.
10405         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10406         code.
10407
10408 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10409
10410         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10411         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10412         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10413         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10414
10415 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10416
10417         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10418         current working directory
10419
10420 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10421
10422         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10423         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10424         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10425         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10426         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10427         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10428         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10441         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10443         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10444         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10445         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10446         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10447         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10449         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10451         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10452         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10453         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10455         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10456         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10457         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10458         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10459         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10460         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10461         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10462         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10463         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10464
10465         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10466         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10467
10468         * sysdeps/unix/sysv/linux/arm/Makefile
10469         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10470         Add rt-aeabi_unwind_cpp_pr1.
10471         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10472         Add nptl-aeabi_unwind_cpp_pr1.
10473         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10474         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10475         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10476         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10477         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10478         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10479
10480         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10481         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10482         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10483         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10484
10485         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10486         Deconditionalize the code that was previously under [RESET_PID].
10487         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10488
10489         * sysdeps/generic/exit-thread.h: New file.
10490         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10491         * include/unistd.h (__exit_thread): Remove declaration.
10492         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10493         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10494         * csu/libc-start.c: Include <exit-thread.h>.
10495         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10496         * nptl/pthread_create.c: Include <exit-thread.h>.
10497         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10498         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10499         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10500         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10501         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10502         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10503         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10504         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10505         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10506         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10507         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10508         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10509         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10510         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10511         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10512         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10513         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10514
10515 2014-05-13  Andreas Schwab  <schwab@suse.de>
10516
10517         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10518
10519 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10520
10521         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10522         (__ASSUME_UTIMES): Do not condition on kernel version.
10523         (__ASSUME_PSELECT): Define unconditionally.
10524         (__ASSUME_PPOLL): Likewise.
10525         (__ASSUME_ATFCTS): Likewise.
10526         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10527         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10528         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10529         (__ASSUME_UTIMENSAT): Define unconditionally.
10530         (__ASSUME_PRIVATE_FUTEX): Likewise.
10531         (__ASSUME_FALLOCATE): Likewise.
10532         (__ASSUME_O_CLOEXEC): Likewise.
10533         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10534         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10535         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10536         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10537         (__ASSUME_IN_NONBLOCK): Likewise.
10538         (__ASSUME_PIPE2): Likewise.
10539         (__ASSUME_EVENTFD2): Likewise.
10540         (__ASSUME_SIGNALFD4): Likewise.
10541         (__ASSUME_DUP3): Likewise.
10542         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10543         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10544         (__ASSUME_AT_RANDOM): Likewise.
10545         (__ASSUME_PREADV): Likewise.
10546         (__ASSUME_PWRITEV): Likewise.
10547         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10548         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10549         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10550         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10551         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10552         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10553         (__ASSUME_O_CLOEXEC): Define unconditionally.
10554         (__ASSUME_PSELECT): Do not undefine conditionally.
10555         (__ASSUME_PPOLL): Likewise.
10556         (__ASSUME_ATFCTS): Likewise.
10557         (__ASSUME_SET_ROBUST_LIST): Likewise.
10558         (__ASSUME_UTIMENSAT): Likewise.
10559         (__ASSUME_FDATASYNC): Define unconditionally.
10560         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10561         (__ASSUME_SIGFRAME_V2): Likewise.
10562         )__ASSUME_EVENTFD2): Likewise.
10563         (__ASSUME_SIGNALFD4): Likewise.
10564         (__ASSUME_PSELECT): Do not undefine conditionally.
10565         (__ASSUME_PPOLL): Likewise.
10566         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10567         (__ASSUME_PSELECT): Define unconditionally.
10568         (__ASSUME_PPOLL): Likewise.
10569         (__ASSUME_O_CLOEXEC): Likewise.
10570         (__ASSUME_SOCK_CLOEXEC): Likewise.
10571         (__ASSUME_IN_NONBLOCK): Likewise.
10572         (__ASSUME_PIPE2): Likewise.
10573         (__ASSUME_EVENTFD2): Likewise.
10574         (__ASSUME_SIGNALFD4): Likewise.
10575         (__ASSUME_DUP3): Likewise.
10576         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10577         (__ASSUME_O_CLOEXEC): Likewise.
10578         (__ASSUME_SOCK_CLOEXEC): Likewise.
10579         (__ASSUME_IN_NONBLOCK): Likewise.
10580         (__ASSUME_PIPE2): Likewise.
10581         (__ASSUME_EVENTFD2): Likewise.
10582         (__ASSUME_SIGNALFD4): Likewise.
10583         (__ASSUME_DUP3): Likewise.
10584         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10585         (__ASSUME_EVENTFD2): Likewise.
10586         (__ASSUME_SIGNALFD4): Likewise.
10587         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10588
10589 2014-05-12  Andreas Schwab  <schwab@suse.de>
10590
10591         [BZ #16932]
10592         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10593         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10594         than maximum RPC packet size.
10595         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10596         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10597         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10598         (_nss_nis_getservbyport_r): Likewise.
10599
10600 2014-05-12  Will Newton  <will.newton@linaro.org>
10601
10602         * malloc/Makefile (tests): Add tst-mallopt.
10603         * malloc/tst-mallopt.c: New file.
10604
10605 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10606
10607         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10608         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10609
10610 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10611
10612         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10613         (tst-tlsmod6.so): Likewise.
10614
10615 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10616
10617         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10618
10619 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10620
10621         [BZ #16064]
10622         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10623         and <dl-procinfo.h>.
10624         (__fegetenv): Save SSE state in envp->__eip if supported.
10625         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10626         envp->__eip if supported.
10627         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10628         and <dl-procinfo.h>.
10629         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10630         __data_offset and __data_selector in environment to 0.  Set SSE
10631         state if supported.
10632         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10633         test-fenv-sse.
10634         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10635         -mfpmath=sse.
10636         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10637
10638 2014-05-09  Will Newton  <will.newton@linaro.org>
10639
10640         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10641         and libc_relro_required for ARM.
10642         * sysdeps/arm/preconfigure: Regenerate.
10643
10644 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10645             Stefan Liebler  <stli@linux.vnet.ibm.com>
10646
10647         * config.make.in (enable-lock-elision): New Makefile variable.
10648         * configure.ac: Likewise.
10649         * configure: Regenerate.
10650         * sysdeps/s390/configure.ac:
10651         Add check for gcc transactions support.
10652         * sysdeps/s390/configure: Regenerate.
10653         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10654         Build elision files if enabled.
10655         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10656         Add lock elision support for s390.
10657         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10658         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10659         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10660         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10661         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10662         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10663         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10664         Likewise.
10665         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10666         Likewise.
10667         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10668         Likewise.
10669         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10670         Likewise.
10671         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10672         (__lll_timedlock_elision, __lll_lock_elision)
10673         (__lll_unlock_elision, __lll_trylock_elision)
10674         (lll_timedlock_elision, lll_lock_elision)
10675         (lll_unlock_elision, lll_trylock_elision): Add.
10676         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10677         (pthread_mutex_t): Add lock elision support for s390.
10678
10679 2014-05-14  Wilco  <wdijkstr@arm.com>
10680
10681         * sysdeps/arm/fclrexcpt.c: Cleanup.
10682         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10683         * sysdeps/arm/feenablxcpt.c: Cleanup.
10684         * sysdeps/arm/fegetenv.c: Cleanup.
10685         * sysdeps/arm/fegetexcept.c: Cleanup.
10686         * sysdeps/arm/fegetround.c: Cleanup.
10687         * sysdeps/arm/feholdexcpt.c: Cleanup.
10688         * sysdeps/arm/fesetenv.c: Cleanup.
10689         * sysdeps/arm/fesetround.c: Cleanup.
10690         * sysdeps/arm/feupdateenv.c: Cleanup.
10691         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10692         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10693         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10694         * sysdeps/arm/ftestexcept.c: Cleanup.
10695         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10696         * sysdeps/arm/setfpucw.c: Cleanup.
10697
10698 2014-05-09  Will Newton  <will.newton@linaro.org>
10699
10700         * sysdeps/arm/armv7/strcmp.S: New file.
10701         * NEWS: Mention addition of ARMv7 optimized strcmp.
10702
10703 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10704
10705         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10706         look for %.ac rather than %.in.
10707
10708         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10709         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10710         * sysdeps/mach/hurd/configure: Regenerated.
10711         * sysdeps/unix/sysv/linux/configure: Regenerated.
10712
10713         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10714
10715 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10716
10717         [BZ# 16922]
10718         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10719         (LONG_SUB): Ditto.
10720         (PTR_SUB): Ditto.
10721
10722 2014-05-07  Andreas Schwab  <schwab@suse.de>
10723
10724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10725         when skipping over non-matching result from nscd.
10726
10727 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10728
10729         [BZ #16876]
10730         * nptl/sockperf.c (client): Check socket return value.
10731
10732         [BZ #16877]
10733         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10734         nscd security class.
10735
10736 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10737
10738         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10739         * sysdeps/arm/unwind.h: ... here.
10740
10741 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10742
10743         [BZ# 16916]
10744         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10745         Define.
10746
10747 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10748
10749         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10750         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10751         multiarch strncpy for PPC64.
10752         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10753         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10754         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10755         multiarch optimizations.
10756         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10757         (__libc_ifunc_impl_list): Likewise.
10758         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10759         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10760         multiarch stpncpy for PPC64.
10761         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10762         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10763
10764 2014-05-06  Andreas Schwab  <schwab@suse.de>
10765
10766         [BZ #16912]
10767         * gmon/mcount.c (_MCOUNT_DECL): Use
10768         atomic_compare_and_exchange_bool_acq instead of
10769         catomic_compare_and_exchange_bool_acq.
10770
10771 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10772
10773         * elf/Makefile (others, install-bin): Remove pldd.
10774         (pldd-modules): Variable removed.
10775         ($(objpfx)pldd): Target removed.
10776         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10777         (others, install-bin): Append pldd here.
10778         ($(objpfx)pldd): New target.
10779
10780         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10781         to 0, so the first #if test emitted later doesn't see it undefined.
10782         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10783         * sysdeps/gnu/errlist.c: Regenerated.
10784
10785 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10786
10787         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10788         [libc_hidden_builtin_def]: Define to empty value.
10789         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10790         [libc_hidden_builtin_def]: Likewise.
10791         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10792         [libc_hidden_builtin_def]: Likewise.
10793         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10794         [libc_hidden_builtin_def]: Likewise.
10795         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10796         __redirect_memcpy and define ifunc as default hidden symbol.
10797         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10798         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10799
10800 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10801
10802         * locale/iso-4217.def: Reintroduce XDR currency.
10803
10804 2014-05-04  Allan McRae  <allan@archlinux.org>
10805
10806         * po/eo.po: Update Esperanto translation from translation project.
10807
10808 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10809
10810         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10811         and FEATURE_INDEX_MAX to 1.
10812         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10813
10814 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10815
10816         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10817         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10818         * iconvdata/big5.c (ONE_DIRECTION): Define.
10819         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10820         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10821         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10822         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10823         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10824         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10825         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10826         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10827         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10828         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10829         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10830         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10831         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10832         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10833         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10834         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10835         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10836         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10837         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10838         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10839         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10840         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10841         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10842         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10843         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10844         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10845         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10846         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10847         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10848         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10849         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10850         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10851         * iconvdata/johab.c (ONE_DIRECTION): Define.
10852         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10853         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10854         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10855         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10856         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10857         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10858         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10859         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10860         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10861         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10862
10863 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10864
10865         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10866         (_IO_JUMPS_OFFSET): Define to 0.
10867
10868         * nptl/sysdeps/pthread/bits/libc-lock.h
10869         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10870         (__libc_lock_define_initialized_recursive): Always define using
10871         initializer.  Modern compilers treat uninitialized (implicit zero) and
10872         explicit zero initializers the same (i.e. put the datum in bss).
10873
10874 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10875
10876         * nscd/nscd-client.h: Include <string.h>.
10877
10878 2014-05-01  David S. Miller  <davem@davemloft.net>
10879
10880         [BZ #16885]
10881         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10882         multiple zero bytes exist at the end of a string.
10883         Reported by Aurelien Jarno <aurelien@aurel32.net>
10884
10885         * string/test-strcmp.c (check): Add explicit test for situations where
10886         there are multiple zero bytes after the first.
10887
10888 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10889
10890         [BZ #16890]
10891         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10892         when compiling wprintf.
10893         * stdio-common/tstdiomisc.c (t3): New function.
10894         (main): Call it.
10895
10896 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10897
10898         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10899         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10900         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10901         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10902
10903 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10904
10905         * stdlib/longlong.h: Updated from GCC.
10906
10907 2014-05-01  Will Newton  <will.newton@linaro.org>
10908             Bernard Ogden  <bernie.ogden@linaro.org>
10909
10910         * NEWS: Update fixed bug list.
10911
10912         [BZ #15119]
10913         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10914
10915 2014-04-30  David S. Miller  <davem@davemloft.net>
10916
10917         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10918         (libc_feholdexcept_setround_sparc_ctx): New function.
10919         (libc_fesetenv_sparc_ctx): Likewise.
10920         (libc_feupdateenv_sparc_ctx): Likewise.
10921         (libc_feholdsetround_sparc_ctx): Likewise.
10922         (libc_feholdexcept_setround_ctx): Define.
10923         (libc_feholdexcept_setroundf_ctx): Likewise.
10924         (libc_feholdexcept_setroundl_ctx): Likewise.
10925         (libc_fesetenv_ctx): Likewise.
10926         (libc_fesetenvf_ctx): Likewise.
10927         (libc_fesetenvl_ctx): Likewise.
10928         (libc_feupdateenv_ctx): Likewise.
10929         (libc_feupdateenvf_ctx): Likewise.
10930         (libc_feupdateenvl_ctx): Likewise.
10931         (libc_feresetround_ctx): Likewise.
10932         (libc_feresetroundf_ctx): Likewise.
10933         (libc_feresetroundl_ctx): Likewise.
10934         (libc_feholdsetround_ctx): Likewise.
10935         (libc_feholdsetroundf_ctx): Likewise.
10936         (libc_feholdsetroundl_ctx): Likewise.
10937
10938         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10939         with __USE_GNU instead of XOPEN cpp guards.
10940
10941         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10942         0.
10943
10944         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10945         with XOPEN cpp guards.
10946
10947 2014-04-30  Julian Brown  <julian@codesourcery.com>
10948
10949         [BZ #16888]
10950         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10951         handling.
10952
10953 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10954
10955         [BZ #9894]
10956         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10957         Change to 2.6.32.
10958         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10959         * sysdeps/unix/sysv/linux/configure: Regenerated.
10960         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10961         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10962         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10963         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10964         * README: Update reference to required Linux kernel version.
10965         * manual/install.texi (Linux): Update reference to required Linux
10966         kernel headers version.
10967         * INSTALL: Regenerated.
10968
10969         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10970         header inclusion.
10971         [POSIX] (limits.h): Likewise.
10972         [POSIX] (math.h): Likewise.
10973         [POSIX] (sys/wait.h): Likewise.
10974         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10975         function.
10976         [POSIX] (stddef.h): Do not allow header inclusion.
10977
10978 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10979
10980         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10981
10982 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10983
10984         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10985         Return immediately after lll_futex_wake.
10986
10987 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10988
10989         [BZ #16791]
10990         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10991         structure.
10992         (datahead_init_pos): Call datahead_init_common early.
10993         (datahead_init_neg): Likewise.
10994
10995         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10996         datahead_init_neg): New functions.
10997         * nscd/aicache.c (addhstaiX): Use them.
10998         * nscd/grpcache.c (cache_addgr): Likewise.
10999         * nscd/hstcache.c (cache_addhst): Likewise.
11000         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11001         * nscd/netgroupcache.c (do_notfound): Likewise.
11002         (addgetnetgrentX): Likewise.
11003         (addinnetgrX): Likewise.
11004         * nscd/pwdcache.c (cache_addpw): Likewise.
11005         * nscd/servicescache.c (cache_addserv): Likewise.
11006
11007 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11008             Atsushi Onoe  <atsushi@onoe.org>
11009
11010         [BZ #14308]
11011         [BZ #12994]
11012         [BZ #13651]
11013         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11014         one response is valid.
11015         * resolv/res_send.c (send_dg): Check for validity of other
11016         response if the current response is a referral.
11017
11018 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11019
11020         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11021
11022 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11023
11024         [BZ #16823]
11025         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11026         Always divide by positive zero when computing -Inf result.
11027         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11028         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11029
11030 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11031
11032         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11033         FPSCR if value do not change.
11034         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11035         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11036         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11037         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11038         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11039         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11040         function.
11041
11042 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11043
11044         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11045         * sysdeps/unix/sysv/linux/hppa: Move directory from
11046         ports/systeps/unix/sysv/linux/hppa.
11047         * README: Update listing for hppa-*-linux-gnu.
11048
11049 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11050
11051         [BZ #16754]
11052         * manual/stdio.texi (Hook functions): Fix types of stream hook
11053         functions.
11054         [BZ #16854]
11055         * socket/sys/socket.h: Fix typo in comment.
11056
11057 2014-04-28  Wilco  <wdijkstr@arm.com>
11058
11059         * sysdeps/arm/fenv_private.h: New file.
11060         * sysdeps/arm/math_private.h: New file.
11061         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11062
11063 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11064
11065         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11066         with __int128_t.
11067         (La_x86_64_retval): Likewise.
11068
11069 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11070
11071         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11072         fpsr if value didn't change.
11073         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11074         to fpcr if value didn't change.
11075         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11076         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11077         fpsr or fpcr if value didn't change.
11078         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11079         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11080         fpcr if value didn't change.
11081         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11082         to fpsr if value didn't change.
11083
11084 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11085
11086         * nptl/tst-sem3.c: Use test-skeleton.c
11087         (main): Rename to do_test.  Use return instead of
11088         exit.
11089         * nptl/tst-sem4.c: Use test-skeleton.c
11090         (main): Rename to do_test.
11091
11092 2014-04-22  David S. Miller  <davem@davemloft.net>
11093
11094         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11095         (struct sigaction): New struct member __glibc_reserved0, change
11096         type of sa_flags to int.
11097
11098 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11099
11100         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11101         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11102
11103 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11104
11105         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11106         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11107
11108 2014-04-22  Will Newton  <will.newton@linaro.org>
11109             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11110
11111         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11112         (__longjmp): Add longjmp and longjmp_target SystemTap
11113         probes.
11114         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11115         (__sigsetjmp): Add setjmp SystemTap probe.
11116
11117 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11118
11119         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11120         match manual order.
11121
11122 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11123
11124         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11125
11126         * sysdeps/powerpc/fpu/fenv_private.h
11127         (libc_feholdexcept_setroundl_ctx): Define to
11128         libc_feholdexcept_setround_ppc_ctx.
11129         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11130         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11131         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11132         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11133
11134 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11135
11136         * sysdeps/aarch64/math-tests.h: New file.
11137
11138 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11139
11140         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11141         New.
11142         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11143         Check and set bit_AVX2_Usable.
11144         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11145         macro.
11146         (bit_AVX2): Likewise.
11147         (index_AVX2_Usable): Likewise.
11148         (CPUID_AVX2): Likewise.
11149         (HAS_AVX2): Likewise.
11150
11151 2014-04-17  Will Newton  <will.newton@linaro.org>
11152
11153         * manual/setjmp.texi (System V contexts): Add note that
11154         calling setcontext on a context created by a call to a
11155         signal handler is undefined.  Update text to note that
11156         setcontext from a signal handler is possible but not
11157         recommended.
11158
11159         [BZ #16629]
11160         * stdlib/tst-setcontext.c: Include signal.h.
11161         (main): Check that the signal stack before and
11162         after swapcontext is the same.
11163
11164         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11165         Re-implement to restore registers in user code and avoid
11166         rt_sigreturn system call.
11167
11168 2014-04-17  Wilco  <wdijkstr@arm.com>
11169
11170         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11171         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11172         * math/test-fenv.c: Skip exception trap tests on targets which only
11173         support non-stop mode.
11174
11175 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11176             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11177
11178         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11179         (libc_feholdsetround_aarch64_ctx)
11180         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11181         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11182         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11183         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11184         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11185         (libc_feresetround_noexl_ctx): Define.
11186
11187 2014-04-16  Richard Henderson  <rth@redhat.com>
11188
11189         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11190
11191         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11192         unwind tables.
11193
11194         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11195         const from the non-libc, non-ldso copy.
11196
11197         * sysdeps/alpha/libm-test-ulps: Regenerate.
11198
11199 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11200             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11201
11202         * sysdeps/aarch64/fpu/math_private.h: New file.
11203
11204 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11205
11206         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11207
11208 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11209
11210         [BZ #16275]
11211         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11212         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11213         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11214         Intel MPX bound registers before _dl_profile_fixup.
11215         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11216         registers after _dl_profile_fixup.  Save and restore bound
11217         registers bnd0/bnd1 when calling _dl_call_pltexit.
11218         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11219         (LR_BND_OFFSET): Likewise.
11220         (LRV_BND0_OFFSET): Likewise.
11221         (LRV_BND1_OFFSET): Likewise.
11222
11223 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11224
11225         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11226         to...
11227         * sysdeps/mach/hurd/i386/tls.h: ... here.
11228         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11229         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11230         fields.
11231
11232 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11233
11234         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11235
11236 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11237
11238         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11239
11240 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11241
11242         [BZ #14770]
11243         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11244         * sysdeps/s390/configure: Regenerate.
11245
11246         [BZ #16824]
11247         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11248         Set round-to-nearest internally to reduce error accumulation.
11249
11250 2014-04-16  Alan Modra  <amodra@gmail.com>
11251
11252         [BZ #16740]
11253         [BZ #16619]
11254         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11255         * math/libm-test.inc (frexp_test_data): Add tests.
11256         * NEWS: Update fixed bug list.
11257
11258 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11259
11260         * benchtests/Makefile: Depend on libraries in build directory.
11261         (bench-math): Separate out math tests.
11262         (bench-pthread): Separate out pthread tests.
11263         (bench): Include math and pthread tests.
11264
11265 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11266
11267         [BZ #16831]
11268         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11269         _dl_debug_initialize.
11270
11271         * configure.ac: Remove SELinux header check.
11272         * configure: Regenerate.
11273         * nscd/selinux.c (perms): Array of const char* to permission names.
11274         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11275         default policy. Call string_to_security_class and string_to_av_perm to
11276         translate strings. Enforce default policy and call avs_has_perm with
11277         results of translated strings.
11278
11279 2014-04-13  David S. Miller  <davem@davemloft.net>
11280
11281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11282
11283 2014-04-12  Allan McRae  <allan@archlinux.org>
11284
11285         [BZ #16838]
11286         * manual/string.texi (Collation Functions): Fix qsort argument
11287         order in example.
11288         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11289
11290 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11291
11292         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11293         Make the test a no-op if there are no exceptions defined.
11294
11295 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11296
11297         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11298         enable-hardcoded-path-in-tests
11299
11300 2014-04-11  Will Newton  <will.newton@linaro.org>
11301
11302         * benchtests/Makefile (extra-objs): Add json-lib.o.
11303         (bench-func): Tidy up JSON output.
11304         * benchtests/bench-skeleton.c: Include json-lib.h.
11305         (main): Use JSON library functions to do output of
11306         benchmark results.
11307         * benchtests/bench-timing-type.c (main): Output the
11308         timing type simply, leaving formatting to the user.
11309         * benchtests/json-lib.c: New file.
11310         * benchtests/json-lib.h: Likewise.
11311
11312 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11313
11314         [BZ #15215]
11315         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11316         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11317         memory barriers.  Add comments.
11318         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11319         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11320         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11321         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11322         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11323         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11324
11325 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11326
11327         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11328         * sysdeps/s390/s390-64/configure.ac: ... this ...
11329         * sysdeps/s390/configure.ac: ... to here.
11330         * sysdeps/s390/s390-32/configure: Delete file.
11331         * sysdeps/s390/s390-64/configure: Delete file.
11332         * sysdeps/s390/configure: Regenerate.
11333
11334 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11335
11336         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11337
11338 2014-04-11  Will Newton  <will.newton@linaro.org>
11339
11340         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11341         to zero if it is not defined elsewhere.  (mtrim): Test
11342         the value of MALLOC_DEBUG with #if rather than #ifdef.
11343
11344 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11345
11346         * benchtests/pthread_once-inputs: New file.
11347         * benchtests/pthread_once-source.c: New file.
11348         * benchtests/README: Update documentation.
11349
11350 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11351             H.J. Lu  <hongjiu.lu@intel.com>
11352
11353         [BZ #16275]
11354         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11355         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11356         * sysdeps/x86_64/configure: Regenerated.
11357         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11358         macro.
11359         (REGISTER_SAVE_RAX): Likewise.
11360         (REGISTER_SAVE_RCX): Likewise.
11361         (REGISTER_SAVE_RDX): Likewise.
11362         (REGISTER_SAVE_RSI): Likewise.
11363         (REGISTER_SAVE_RDI): Likewise.
11364         (REGISTER_SAVE_R8): Likewise.
11365         (REGISTER_SAVE_R9): Likewise.
11366         (REGISTER_SAVE_BND0): Likewise.
11367         (REGISTER_SAVE_BND1): Likewise.
11368         (REGISTER_SAVE_BND2): Likewise.
11369         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11370         bound registers when calling _dl_fixup.
11371
11372 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11373
11374         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11375         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11376         of its definition.
11377         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11378         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11379         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11380         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11381         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11382         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11383         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11384
11385 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11386
11387         [BZ #15514]
11388         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11389         pathconf(_PC_NAME_MAX).
11390
11391 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11392
11393         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11394         Remove macro usage.
11395         (__PTHREAD_SPINS): Move definition to ...
11396         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11397         (__PTHREAD_SPINS): ... here.
11398         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11399         (__PTHREAD_SPIN): Likewise.
11400         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11401         (__PTHREAD_SPIN): Likewise.
11402         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11403         (__PTHREAD_SPIN): Likewise.
11404         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11405         (__PTHREAD_SPIN): Likewise.
11406         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11407         (__PTHREAD_SPIN): Likewise.
11408         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11409         (__PTHREAD_SPIN): Likewise.
11410         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11411         (__PTHREAD_SPIN): Likewise.
11412         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11413         (__PTHREAD_SPIN): Likewise.
11414         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11415         (__PTHREAD_SPIN): Likewise.
11416         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11417         (__PTHREAD_SPIN): Likewise.
11418         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11419         (__PTHREAD_SPIN): Likewise.
11420         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11421         (__PTHREAD_SPIN): Likewise.
11422
11423         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11424         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11425         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11426         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11427         imply folder.
11428         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11429         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11430         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11431         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11432         correct imply path.
11433         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11434         strlen symbol for non multi-arch builds.
11435         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11436         missing hidden_def and weak_alias.
11437
11438 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11439
11440         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11441
11442 2014-04-07  Will Newton  <will.newton@linaro.org>
11443
11444         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11445         and contents.  [!_LIBC] Remove #ifndef and contents.
11446         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11447         * string/memccpy.c (__memccpy): Use ANSI prototype.
11448         * string/memfrob.c (memfrob): Likewise.
11449         * string/strcoll.c (STRCOLL): Likewise.
11450         * string/strlen.c (strlen): Likewise.
11451         * string/strtok.c (STRTOK): Likewise.
11452         * string/strcat.c: Remove unused #include of memcopy.h.
11453         (strcat): Use ANSI prototype.
11454         * string/strchr.c: Remove unused #include of memcopy.h.
11455         (strchr): Use ANSI prototype.
11456         * string/strcmp.c: Remove unused #include of memcopy.h.
11457         (strcmp): Use ANSI prototype.
11458         * string/strcpy.c: Remove unused #include of memcopy.h.
11459         (strcpy): Use ANSI prototype.
11460
11461 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11462
11463         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11464         * config.make.in (config-extra-cppflags): Set it from
11465         libc_extra_cppflags.
11466         * configure.ac (libc_extra_cflags): Make it accumulate over
11467         configure fragments.
11468         (libc_extra_cppflags): New flag.
11469         * configure. Regenerate.
11470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11471         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11472         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11474
11475         [BZ #16815]
11476         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11477         result for FE_DOWNWARD rounding mode.
11478         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11479         Likewise.
11480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11481
11482 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11483
11484         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11485         in function argument name.
11486
11487 2014-04-03  David Svoboda  <svoboda@cert.org>
11488
11489         [BZ #5666]
11490         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11491         explicitly.
11492
11493 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11494
11495         * elf/dl-unmap-segments.h: New file.
11496         * sysdeps/generic/ldsodefs.h
11497         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11498         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11499         * elf/dl-fptr.c: Likewise.
11500         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11501         * sysdeps/aarch64/tlsdesc.c: Likewise.
11502         * sysdeps/arm/tlsdesc.c: Likewise.
11503         * sysdeps/i386/tlsdesc.c: Likewise.
11504         * sysdeps/tile/dl-runtime.c: Likewise.
11505         * sysdeps/x86_64/tlsdesc.c: Likewise.
11506         * elf/dl-load.h: New file.
11507         * elf/dl-load.c: Include it.
11508         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11509         Macros moved to dl-load.h.
11510         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11511         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11512         Use _dl_unmap_segments in place of __munmap.
11513         Break out segment-mapping loop into ...
11514         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11515
11516 2014-04-03  Will Newton  <will.newton@linaro.org>
11517
11518         * elf/dl-lookup.c (do_lookup_x): Remove comment
11519         referring to nested function and move variable
11520         declarations down to before first use.
11521
11522 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11523
11524         [BZ #16799]
11525         [BZ #16800]
11526         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11527         with 0 numerator.
11528         * math/s_catanf.c (__catanf): Likewise.
11529         * math/s_catanh.c (__catanh): Likewise.
11530         * math/s_catanhf.c (__catanhf): Likewise.
11531         * math/s_catanhl.c (__catanhl): Likewise.
11532         * math/s_catanl.c (__catanl): Likewise.
11533         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11534         by positive zero when computing -Inf result.
11535         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11536         (catanh_test): Likewise.
11537         * sysdeps/i386/fpu/libm-test-ulps: Update.
11538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11539
11540         [BZ #16789]
11541         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11542         instead of using underflowing value in computing result.
11543         * math/s_clog10.c (__clog10): Likewise.
11544         * math/s_clog10f.c (__clog10f): Likewise.
11545         * math/s_clog10l.c (__clog10l): Likewise.
11546         * math/s_clogf.c (__clogf): Likewise.
11547         * math/s_clogl.c (__clogl): Likewise.
11548         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11549         (clog10_test): Likewise.
11550         * sysdeps/i386/fpu/libm-test-ulps: Update.
11551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11552
11553 2014-04-02  Alan Modra  <amodra@gmail.com>
11554
11555         [BZ #16739]
11556         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11557         output when value is near a power of two.  Use int64_t for lx and
11558         remove casts.  Use decimal rather than hex exponent constants.
11559         Don't use long double multiplication when double will suffice.
11560         * math/libm-test.inc (nextafter_test_data): Add tests.
11561         * NEWS: Add 16739 and 16786 to bug list.
11562
11563         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11564
11565         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11566
11567 2014-04-01  Will Newton  <will.newton@linaro.org>
11568
11569         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11570         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11571
11572 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11573
11574         [BZ #13347]
11575         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11576         * nptl/tst-setuid2.c: New file.
11577         * nptl/Makefile (xtests): Add tst-setuid2.
11578
11579 2014-04-01  Alan Modra  <amodra@gmail.com>
11580
11581         [BZ #16786]
11582         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11583
11584 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11585
11586         [BZ #6803]
11587         [BZ #6804]
11588         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11589         set errno as appropriate.
11590         * math/w_scalbf.c (__scalbf): Likewise.
11591         * math/w_scalbl.c (__scalbl): Likewise.
11592         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11593         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11594         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11595         Add more NaN tests.
11596
11597         [BZ #16349]
11598         * math/w_atan2.c: Include <errno.h>.
11599         (__atan2): Set errno for result underflowing to zero.
11600         * math/w_atan2f.c: Include <errno.h>.
11601         (__atan2f): Set errno for result underflowing to zero.
11602         * math/w_atan2l.c: Include <errno.h>.
11603         (__atan2l): Set errno for result underflowing to zero.
11604         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11605         tests.
11606         * math/auto-libm-test-out: Regenerated.
11607
11608 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11609
11610         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11611         Encode instruction correctly in little endian.
11612         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11613         Likewise.
11614         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11615         Likewise.
11616         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11617         Likewise.
11618         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11619         Likewise.
11620
11621 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11622
11623         [BZ #9894]
11624         * sysdeps/unix/sysv/linux/kernel-features.h
11625         [__sparc__ && !__arch64__ && !__sparc_v9__]
11626         (__ASSUME_SET_ROBUST_LIST): Do not define.
11627         [__sparc__ && !__arch64__ && !__sparc_v9__]
11628         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11629         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11630         Likewise.
11631         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11632         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11633         (__ASSUME_REQUEUE_PI): Likewise.
11634         (__ASSUME_SET_ROBUST_LIST): Likewise.
11635         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11636         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11637         Undefine.
11638         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11639         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11640         Likewise.
11641         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11642         Likewise.
11643         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11644         Likewise.
11645         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11646         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11647         Undefine.
11648         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11649         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11650         Likewise.
11651
11652         [BZ #16648]
11653         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11654         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11655         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11656
11657 2014-03-31  Will Newton  <will.newton@linaro.org>
11658
11659         * benchtests/Makefile (bench): Add ffs and ffsll to list
11660         of tests.
11661         * benchtests/ffs-inputs: New file.
11662         * benchtests/ffsll-inputs: Likewise.
11663
11664 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11665
11666         [BZ #16770]
11667         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11668         too large before casting to int.
11669         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11670         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11671         * math/libm-test.inc (scalb_test_data): Add more tests.
11672
11673 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11674
11675         * benchtests/Makefile (DETAILED_OPT): New make option.
11676         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11677         set.
11678         * benchtests/bench-skeleton.c: Include stdbool.h.
11679         (main): Store and print timings per input.
11680         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11681         member to each argument value.
11682         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11683         (_print_arg_data): Initialize per-input timing to 0.
11684
11685         * benchtests/Makefile (timing-type): New binary.
11686         (bench-clean): Also remove bench-timing-type.
11687         (bench): New target for timing-type.
11688         (bench-func): Print output in JSON format.
11689         * benchtests/bench-skeleton.c (main): Print output in JSON
11690         format.
11691         * benchtests/bench-timing-type.c: New file.
11692         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11693         (TIMING_PRINT_STATS): Remove.
11694         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11695         name separately.
11696
11697         * benchtests/bench-modf.c: Remove.
11698         * benchtests/modf-inputs: New inputs file.
11699
11700 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11701
11702         [BZ #16362]
11703         * math/s_clog10.c (M_PI_LOG10E): New macro.
11704         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11705         imaginary parts are 0.
11706         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11707         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11708         imaginary parts are 0.
11709         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11710         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11711         imaginary parts are 0.
11712         * math/libm-test.inc (clog10_test_data): Update expected results
11713         for when real and imaginary parts are 0.
11714
11715 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11716
11717         * elf/dl-load.c: Finish conversion of __builtin_expect into
11718         __glibc_{un}likely.
11719
11720 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11721
11722         [BZ #16348]
11723         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11724         1+x for argument with exponent below -67.
11725         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11726         Likewise.
11727         * math/auto-libm-test-in: Add more tests of exp.
11728         * math/auto-libm-test-out: Regenerated.
11729
11730 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11731
11732         [BZ #16759]
11733         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11734         (nscd_getnetgrent): Use it.
11735
11736         [BZ #16760]
11737         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11738         of stpcpy.
11739
11740 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11741
11742         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11743         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11744         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11745         (lll_robust_unlock): Remove out of line section. Use cfi
11746         intrinsics.
11747         (LLL_STUB_UNWIND_INFO*): Remove.
11748         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11749         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11750         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11751         (lll_robust_unlock): Remove out of line section. Use cfi
11752         intrinsics.
11753         (LLL_STUB_UNWIND_INFO*): Remove.
11754
11755 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11756
11757         [BZ #16758]
11758         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11759         blank values.
11760
11761 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11762
11763         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11764
11765 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11766
11767         [BZ #16198]
11768         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11769         fnstenv.
11770         * math/test-fenv-preserve.c: New file.
11771         * math/Makefile (tests): Add test-fenv-preserve.
11772
11773 2014-03-26  Will Newton <will.newton@linaro.org>
11774
11775         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11776
11777 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11778
11779         * scripts/versionlist.awk: Partition the version sets and emit all
11780         GLIBC_* (sorted) before all others (sorted).
11781
11782 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11783
11784         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11785         GLIBC_2.2.5 version.
11786
11787 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11788
11789         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11790         calls.
11791
11792         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11793         previous change.
11794
11795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11796
11797 2014-03-25  Andreas Schwab  <schwab@suse.de>
11798
11799         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11800         label to be used after in6ailist is initialized.
11801
11802 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11803
11804         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11805         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11806
11807 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11808
11809         [BZ #16357]
11810         [BZ #16599]
11811         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11812         min_plus_half.
11813         (fp_formats): Update initializers.
11814         (init_fp_formats): Initialize new field.
11815         (output_for_one_input_case): Allow underflow for results up to
11816         min_plus_half.
11817         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11818         * math/auto-libm-test-in: Don't mark some underflows from asin and
11819         atanh as spurious.
11820         * math/auto-libm-test-out: Regenerated.
11821         * sysdeps/i386/fpu/libm-test-ulps: Update.
11822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11823
11824 2014-03-25  Andreas Schwab  <schwab@suse.de>
11825
11826         * libio/Makefile (tst-ftell-partial-wide-ENV)
11827         (tst-ftell-active-handler-ENV): Define.
11828
11829 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11830
11831         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11832
11833 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11834
11835         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11836
11837 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11838
11839         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11840         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11841         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11842
11843 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11844
11845         [BZ #16634]
11846         * elf/dl-load.c (open_verify): Add mode parameter.
11847         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11848         (open_path): Change from boolean 'secure' to complete flag 'mode'
11849         (_dl_map_object): Adjust.
11850         * elf/Makefile (tests): Add tst-dlopen-aout.
11851         * elf/tst-dlopen-aout.c: New test.
11852
11853 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11854
11855         [BZ #16714]
11856         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11857         (struct stat): Rename member pad0 to __glibc_reserved0.
11858
11859         [BZ #16712]
11860         * sysdeps/s390/s390-32/bits/wordsize.h
11861         (__WORDSIZE32_SIZE_ULONG): New define.
11862         * sysdeps/s390/s390-64/bits/wordsize.h
11863         (__WORDSIZE32_SIZE_ULONG): Likewise.
11864         * sysdeps/generic/stdint.h (SIZE_MAX):
11865         Define as UL if __WORDSIZE32_SIZE_ULONG.
11866
11867         [BZ #16713]
11868         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11869         (__glibc_reserved0): New variable.
11870         (sa_flags): Change type to int.
11871
11872         * posix/Makefile (before-compile): Use += before-compile instead
11873         of a :=.
11874
11875         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11876         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11877
11878 2014-03-20  Andreas Schwab  <schwab@suse.de>
11879
11880         [BZ #16743]
11881         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11882         non-matching result from nscd.
11883
11884 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11885
11886         * scripts/bench.py: Moved to ...
11887         * benchtests/scripts/bench.py: ... here.
11888         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11889
11890 2014-03-24  Andreas Schwab  <schwab@suse.de>
11891
11892         [BZ #16002]
11893         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11894         alloca_account and account alloca use for struct in6ailist.
11895
11896 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11897
11898         [BZ #16284]
11899         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11900         rounding mode to recompute results that overflow to infinity or
11901         underflow to zero.
11902         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11903         bug 16284.
11904         * math/auto-libm-test-out: Regenerated.
11905         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11906         (ccosh_test): Likewise.
11907         (csin_test_data): Use plus_oflow.
11908         (csin_test): Use ALL_RM_TEST.
11909         (csinh_test_data): Use plus_oflow.
11910         (csinh_test): Use ALL_RM_TEST.
11911         * sysdeps/i386/fpu/libm-test-ulps: Update.
11912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11913
11914 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11915
11916         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11917         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11918         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11919
11920         [BZ #16731]
11921         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11922         when x - 1 is zero.
11923         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11924         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11925         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11926         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11927         argument is 1.
11928         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11929         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11930         zero.
11931         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11932         * sysdeps/i386/fpu/libm-test-ulps: Update.
11933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11934
11935 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11936
11937         * scripts/bench.pl: Remove file.
11938         * scripts/bench.py: New benchmark script.
11939         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11940         * benchtests/README: Mention python dependency.
11941         * scripts/pylintrc: New file.
11942         * scripts/pylint: New file.
11943
11944         * bits/mathdef.h: Use #ifdef instead of #if.
11945         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11946         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11947         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11948         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11949         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11950         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11951
11952 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11953             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11954
11955         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11957         and strpbrk-ppc64 objects.
11958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11959         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11960         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11961         multiarch strpbrk for POWER7.
11962         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11963         multiarch strpbrk for PPC64.
11964         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11965         ifunc selector.
11966         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11967         strpbrk for POWER7.
11968
11969 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11970
11971         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11972         (atan_test): Likewise.
11973         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11974         (atanh_test): Use ALL_RM_TEST.
11975         (atan2_test_data): Likewise.
11976         (cabs_test): Likewise.
11977         (cacosh_test): Likewise.
11978         (carg_test): Likewise.
11979         (casin_test): Likewise.
11980         (casinh_test): Likewise.
11981         (cbrt_test): Likewise.
11982         (csqrt_test): Likewise.
11983         (erf_test): Likewise.
11984         (erfc_test): Likewise.
11985         (pow10_test): Likewise.
11986         (exp2_test): Likewise.
11987         (hypot_test): Likewise.
11988         (j0_test): Likewise.
11989         (j1_test): Likewise.
11990         (lgamma_test): Likewise.
11991         (gamma_test): Likewise.
11992         (sincos_test): Likewise.
11993         (tanh_test): Likewise.
11994         (y0_test): Likewise.
11995         (y1_test): Likewise.
11996         * sysdeps/i386/fpu/libm-test-ulps: Update.
11997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11998
11999 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12000
12001         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12002         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12003         and strcspn-ppc64 objects.
12004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12005         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12006         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12007         multiarch strcspn for POWER7.
12008         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12009         multiarch strcspn for PPC64.
12010         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12011         ifunc selector.
12012         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12013         strcspn for POWER7.
12014
12015 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12016
12017         * math/gen-libm-test.pl (generate_testfile): Expect only function
12018         name as argument to AUTO_TESTS_* and pass results for all rounding
12019         modes to parse_args.
12020         (parse_auto_input): Separate inputs of automatic tests from
12021         outputs before storing in %auto_tests.
12022         * math/libm-test.inc (acos_test_data): Update call to
12023         AUTO_TESTS_f_f.
12024         (acos_test): Use ALL_RM_TEST.
12025         (acos_tonearest_test_data): Remove.
12026         (acos_test_tonearest): Likewise.
12027         (acos_towardzero_test_data): Likewise.
12028         (acos_test_towardzero): Likewise.
12029         (acos_downward_test_data): Likewise.
12030         (acos_test_downward): Likewise.
12031         (acos_upward_test_data): Likewise.
12032         (acos_test_upward): Likewise.
12033         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12034         (asin_test_data): Likewise.
12035         (asin_test): Use ALL_RM_TEST.
12036         (asin_tonearest_test_data): Remove.
12037         (asin_test_tonearest): Likewise.
12038         (asin_towardzero_test_data): Likewise.
12039         (asin_test_towardzero): Likewise.
12040         (asin_downward_test_data): Likewise.
12041         (asin_test_downward): Likewise.
12042         (asin_upward_test_data): Likewise.
12043         (asin_test_upward): Likewise.
12044         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12045         (atan_test_data): Likewise.
12046         (atanh_test_data): Likewise.
12047         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12048         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12049         (carg_test_data): Likewise.
12050         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12051         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12052         (ccosh_test_data): Likewise.
12053         (cexp_test_data): Likewise.
12054         (clog_test_data): Likewise.
12055         (clog10_test_data): Likewise.
12056         (cos_test_data): Update call to AUTO_TESTS_f_f.
12057         (cos_test): Use ALL_RM_TEST.
12058         (cos_tonearest_test_data): Remove.
12059         (cos_test_tonearest): Likewise.
12060         (cos_towardzero_test_data): Likewise.
12061         (cos_test_towardzero): Likewise.
12062         (cos_downward_test_data): Likewise.
12063         (cos_test_downward): Likewise.
12064         (cos_upward_test_data): Likewise.
12065         (cos_test_upward): Likewise.
12066         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12067         (cosh_test): Use ALL_RM_TEST.
12068         (cosh_tonearest_test_data): Remove.
12069         (cosh_test_tonearest): Likewise.
12070         (cosh_towardzero_test_data): Likewise.
12071         (cosh_test_towardzero): Likewise.
12072         (cosh_downward_test_data): Likewise.
12073         (cosh_test_downward): Likewise.
12074         (cosh_upward_test_data): Likewise.
12075         (cosh_test_upward): Likewise.
12076         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12077         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12078         (ctan_test_data): Likewise.
12079         (ctan_test): Use ALL_RM_TEST.
12080         (ctan_tonearest_test_data): Remove.
12081         (ctan_test_tonearest): Likewise.
12082         (ctan_towardzero_test_data): Likewise.
12083         (ctan_test_towardzero): Likewise.
12084         (ctan_downward_test_data): Likewise.
12085         (ctan_test_downward): Likewise.
12086         (ctan_upward_test_data): Likewise.
12087         (ctan_test_upward): Likewise.
12088         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12089         (ctanh_test): Use ALL_RM_TEST.
12090         (ctanh_tonearest_test_data): Remove.
12091         (ctanh_test_tonearest): Likewise.
12092         (ctanh_towardzero_test_data): Likewise.
12093         (ctanh_test_towardzero): Likewise.
12094         (ctanh_downward_test_data): Likewise.
12095         (ctanh_test_downward): Likewise.
12096         (ctanh_upward_test_data): Likewise.
12097         (ctanh_test_upward): Likewise.
12098         (erf_test_data): Update call to AUTO_TESTS_f_f.
12099         (erfc_test_data): Likewise.
12100         (exp_test_data): Likewise.
12101         (exp_test): Use ALL_RM_TEST.
12102         (exp_tonearest_test_data): Remove.
12103         (exp_test_tonearest): Likewise.
12104         (exp_towardzero_test_data): Likewise.
12105         (exp_test_towardzero): Likewise.
12106         (exp_downward_test_data): Likewise.
12107         (exp_test_downward): Likewise.
12108         (exp_upward_test_data): Likewise.
12109         (exp_test_upward): Likewise.
12110         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12111         (exp10_test): Use ALL_RM_TEST.
12112         (exp10_tonearest_test_data): Remove.
12113         (exp10_test_tonearest): Likewise.
12114         (exp10_towardzero_test_data): Likewise.
12115         (exp10_test_towardzero): Likewise.
12116         (exp10_downward_test_data): Likewise.
12117         (exp10_test_downward): Likewise.
12118         (exp10_upward_test_data): Likewise.
12119         (exp10_test_upward): Likewise.
12120         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12121         (expm1_test_data): Likewise.
12122         (expm1_test): Use ALL_RM_TEST.
12123         (expm1_tonearest_test_data): Remove.
12124         (expm1_test_tonearest): Likewise.
12125         (expm1_towardzero_test_data): Likewise.
12126         (expm1_test_towardzero): Likewise.
12127         (expm1_downward_test_data): Likewise.
12128         (expm1_test_downward): Likewise.
12129         (expm1_upward_test_data): Likewise.
12130         (expm1_test_upward): Likewise.
12131         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12132         (fma_test): Use ALL_RM_TEST.
12133         (fma_towardzero_test_data): Remove.
12134         (fma_test_towardzero): Likewise.
12135         (fma_downward_test_data): Likewise.
12136         (fma_test_downward): Likewise.
12137         (fma_upward_test_data): Likewise.
12138         (fma_test_upward): Likewise.
12139         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12140         (j0_test_data): Update call to AUTO_TESTS_f_f.
12141         (j1_test_data): Likewise.
12142         (jn_test_data): Update call to AUTO_TESTS_if_f.
12143         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12144         (log_test_data): Update call to AUTO_TESTS_f_f.
12145         (log10_test_data): Likewise.
12146         (log1p_test_data): Likewise.
12147         (log2_test_data): Likewise.
12148         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12149         (pow_tonearest_test_data): Likewise.
12150         (sin_test_data): Update call to AUTO_TESTS_f_f.
12151         (sin_test): Use ALL_RM_TEST.
12152         (sin_tonearest_test_data): Remove.
12153         (sin_test_tonearest): Likewise.
12154         (sin_towardzero_test_data): Likewise.
12155         (sin_test_towardzero): Likewise.
12156         (sin_downward_test_data): Likewise.
12157         (sin_test_downward): Likewise.
12158         (sin_upward_test_data): Likewise.
12159         (sin_test_upward): Likewise.
12160         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12161         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12162         (sinh_test): Use ALL_RM_TEST.
12163         (sinh_tonearest_test_data): Remove.
12164         (sinh_test_tonearest): Likewise.
12165         (sinh_towardzero_test_data): Likewise.
12166         (sinh_test_towardzero): Likewise.
12167         (sinh_downward_test_data): Likewise.
12168         (sinh_test_downward): Likewise.
12169         (sinh_upward_test_data): Likewise.
12170         (sinh_test_upward): Likewise.
12171         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12172         (sqrt_test): Use ALL_RM_TEST.
12173         (sqrt_tonearest_test_data): Remove.
12174         (sqrt_test_tonearest): Likewise.
12175         (sqrt_towardzero_test_data): Likewise.
12176         (sqrt_test_towardzero): Likewise.
12177         (sqrt_downward_test_data): Likewise.
12178         (sqrt_test_downward): Likewise.
12179         (sqrt_upward_test_data): Likewise.
12180         (sqrt_test_upward): Likewise.
12181         (tan_test_data): Update call to AUTO_TESTS_f_f.
12182         (tan_test): Use ALL_RM_TEST.
12183         (tan_tonearest_test_data): Remove.
12184         (tan_test_tonearest): Likewise.
12185         (tan_towardzero_test_data): Likewise.
12186         (tan_test_towardzero): Likewise.
12187         (tan_downward_test_data): Likewise.
12188         (tan_test_downward): Likewise.
12189         (tan_upward_test_data): Likewise.
12190         (tan_test_upward): Likewise.
12191         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12192         (tgamma_test_data): Likewise.
12193         (y0_test_data): Likewise.
12194         (y1_test_data): Likewise.
12195         (yn_test_data): Update call to AUTO_TESTS_if_f.
12196         (main): Do not call removed functions.
12197
12198 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12199
12200         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12201         (ldexp_test_data): Remove.
12202         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12203         scalbn_test_data.
12204         (scalb_test): Use ALL_RM_TEST.
12205
12206 2014-03-19  Andreas Schwab  <schwab@suse.de>
12207
12208         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12209
12210 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12211
12212         [BZ #16649]
12213         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12214         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12215         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12216         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12217         (__ASSUME_PREADV): Undefine.
12218         (__ASSUME_PWRITEV): Likewise.
12219
12220 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12221
12222         * bits/mman-linux.h: Add comment about non-Linux use.
12223         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12224         bits/mman-linux.h resting place.
12225
12226         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12227         * bits/mman-linux.h: ... here.
12228
12229 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12230
12231         * conform/conformtest.pl: Add standard definition when calling C
12232         preprocessor on data files.
12233         (checknamespace): Remove unused variable.
12234
12235 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12236
12237         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12238         minus_oflow, plus_uflow and minus_uflow in expected results.
12239         * math/libm-test.inc (scalbn_test_data): Add more tests of
12240         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12241         minus_uflow.
12242         (scalbn_test): Use ALL_RM_TEST.
12243         (scalbln_test_data): Add more tests of negative arguments.  Use
12244         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12245         (scalbln_test): Use ALL_RM_TEST.
12246
12247 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12248
12249         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12250
12251 2014-03-18  Will Newton  <will.newton@linaro.org>
12252
12253         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12254         inaccurate comment.
12255
12256 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12257
12258         * Makerules [!subdir] (check-abi): Exit with error status if a
12259         test failed.
12260
12261 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12262
12263         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12264         for rint.  Include results for all rounding modes.
12265         (nearbyint_test): Use ALL_RM_TEST.
12266         (rint_test_data): Include all tests used for nearbyint.
12267
12268 2014-03-17  Will Newton  <will.newton@linaro.org>
12269
12270         * nptl/sysdeps/pthread/pthread.h: Revert previous
12271         change.
12272
12273         * sysdeps/generic/ldsodefs.h: Revert previous
12274         change.
12275
12276         * libio/genops.c: Revert previous change.
12277         * libio/libioP.h: Likewise.
12278         * stdio-common/vfprintf.c: Likewise.
12279
12280         * sysdeps/generic/math_private.h: Revert previous
12281         change.
12282
12283         * sysdeps/generic/math_private.h: Check whether
12284         HAVE_RM_CTX is defined with #ifdef rather
12285         than #if.
12286
12287         * argp/argp-fmtstream.h: Check whether
12288         __STRICT_ANSI__ is defined with #ifdef rather
12289         than #if.
12290         * argp/argp.h: Likewise.
12291
12292         * libio/genops.c: Check whether
12293         _IO_JUMPS_OFFSET is defined with #ifdef rather
12294         than #if.
12295         * libio/libioP.h: Likewise.
12296         * stdio-common/vfprintf.c: Likewise.
12297
12298         * sysdeps/generic/ldsodefs.h: Check whether
12299         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12300         than #if.
12301
12302         * nptl/sysdeps/pthread/pthread.h: Check
12303         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12304         its value.
12305
12306 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12307
12308         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12309         setting O_APPEND.
12310         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12311         test case.
12312
12313         [BZ #16680]
12314         * libio/fileops.c (_IO_file_open): Seek to end of file but
12315         don't cache the offset.
12316         (get_file_offset): Remove function.
12317         (do_ftell): Use cached offset when available.
12318         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12319         don't cache the offset.
12320         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12321         case.
12322         (do_one_test): Call it.
12323         (do_ftell_test): Fix up expected old offset for a+ mode.
12324         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12325         available.
12326
12327         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12328         up test status with function return status.
12329         (do_write_test): Likewise.
12330         (do_append_test): Likewise.
12331
12332         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12333         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12334         Remove.
12335
12336 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12337
12338         * math/gen-libm-test.pl (parse_args): Handle results specified for
12339         each rounding mode separately.
12340         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12341         tests and results from lrint_tonearest_test_data,
12342         lrint_towardzero_test_data, lrint_downward_test_data and
12343         lrint_upward_test_data.
12344         (lrint_test): Use ALL_RM_TEST.
12345         (lrint_tonearest_test_data): Remove.
12346         (lrint_test_tonearest): Likewise.
12347         (lrint_towardzero_test_data): Likewise.
12348         (lrint_test_towardzero): Likewise.
12349         (lrint_downward_test_data): Likewise.
12350         (lrint_test_downward): Likewise.
12351         (lrint_upward_test_data): Likewise.
12352         (lrint_test_upward): Likewise.
12353         (llrint_test_data): Merge in per-rounding-mode tests and results
12354         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12355         llrint_downward_test_data and llrint_upward_test_data.
12356         (llrint_test): Use ALL_RM_TEST.
12357         (llrint_tonearest_test_data): Remove.
12358         (llrint_test_tonearest): Likewise.
12359         (llrint_towardzero_test_data): Likewise.
12360         (llrint_test_towardzero): Likewise.
12361         (llrint_downward_test_data): Likewise.
12362         (llrint_test_downward): Likewise.
12363         (llrint_upward_test_data): Likewise.
12364         (llrint_test_upward): Likewise.
12365         (rint_test_data): Merge in per-rounding-mode tests and results
12366         from rint_tonearest_test_data, rint_towardzero_test_data,
12367         rint_downward_test_data and rint_upward_test_data.  Add
12368         per-rounding-mode results for tests not in those arrays.
12369         (rint_test): Use ALL_RM_TEST.
12370         (rint_tonearest_test_data): Remove.
12371         (rint_test_tonearest): Likewise.
12372         (rint_towardzero_test_data): Likewise.
12373         (rint_test_towardzero): Likewise.
12374         (rint_downward_test_data): Likewise.
12375         (rint_test_downward): Likewise.
12376         (rint_upward_test_data): Likewise.
12377         (rint_test_upward): Likewise.
12378         (main): Don't call removed functions.
12379
12380 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12381
12382         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12383         "Compiled on ..." crapola.  It is anti-useful.
12384
12385 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12386
12387         * scripts/evaluate-test.sh: Handle fourth argument to determine
12388         whether test run should stop on failure.
12389         * Makeconfig (stop-on-test-failure): New variable.
12390         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12391         $(stop-on-test-failure).
12392         * Makefile (tests): Give a summary of results from testing and
12393         exit with failure status if they include an ERROR or FAIL.
12394         (xtests): Likewise.
12395         * manual/install.texi (Configuring and compiling): Mention
12396         stop-on-test-failure=y.
12397         * INSTALL: Regenerated.
12398
12399 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12400
12401         * scripts/versionlist.awk: New file.
12402         * Makerules [$(build-shared) = yes]
12403         (postclean-generated): Add Versions.def, not Versions.def.v and
12404         Versions.def.v.i.
12405         ($(common-objpfx)Versions.def.v.i): Target removed.
12406         ($(common-objpfx)Versions.def): New target.
12407         ($(common-objpfx)Versions.all): Depend on that rather that
12408         $(common-objpfx)Versions.def.v.
12409         * Versions.def: File removed.
12410
12411         * Makeconfig (+gccwarn): Add -Wundef.
12412         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12413         a dl-sysdep.h breaking its contract.
12414         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12415         * include/stackinfo.h: New file.
12416         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12417         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12418         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12419         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12420         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12421         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12422         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12423         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12424         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12425         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12426         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12427         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12428         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12429         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12430         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12431
12432 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12433
12434         [BZ #16707]
12435         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12436         implementation.
12437         * math/libm-test.inc (round_test_data): Add more tests.
12438
12439         [BZ #16706]
12440         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12441         implementation.
12442         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12443
12444         [BZ #16701]
12445         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12446         implementation.
12447         * math/libm-test.inc (ceil_test_data): Add more tests.
12448
12449         * math/libm-test.inc (trunc_test_data): Add more tests related to
12450         BZ#16414.
12451
12452 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12453
12454         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12455         with #if rather than #ifdef.
12456         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12457
12458 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12459
12460         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12461         first.  Disable AVX-512 GCC support if assembler doesn't support
12462         it.
12463         * sysdeps/x86_64/configure: Regenerated.
12464
12465 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12466
12467         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12468         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12469         (__old_pthread_attr_setstack): Likewise.
12470         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12471         [!_STACK_GROWS_DOWN]: Likewise.
12472
12473 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12474
12475         * config.make.in (have-bash2): Delete.
12476         * configure.ac (libc_cv_have_bash2): Delete.
12477         * configure: Regenerate.
12478         * elf/Makefile (common-ldd-rewrite): Rename to ...
12479         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12480         (sh-ldd-rewrite): Delete.
12481         (bash-ldd-rewrite): Delete.
12482         (have-bash2): Delete checks.
12483         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12484         ldd-rewrite.
12485
12486         * config.make.in (have-ksh): Delete.
12487         (KSH): Delete.
12488         * configure.ac (libc_cv_have_ksh): Delete.
12489         * configure: Regenerate.
12490
12491         * elf/Makefile: Delete $(have-ksh) check.
12492         ($(objpfx)sotruss): Change KSH to BASH.
12493         * elf/sotruss.ksh: Rename to ...
12494         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12495         function style to match POSIX.  Drop ksh vim mode setting.
12496
12497         * manual/time.texi (Specifying the Time Zone with TZ): Change
12498         Tuesday to Thursday.
12499
12500         * debug/tst-longjmp_chk2.c: Update header comment.
12501         (stackoverflow_handler): Add comment.  Call assert on pass value.
12502
12503 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12504
12505         [BZ #16194]
12506         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12507         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12508         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12509         (La_x86_64_vector): Add zmm.
12510         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12511         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12512         ($(objpfx)tst-audit10): New target.
12513         ($(objpfx)tst-audit10.out): Likewise.
12514         (tst-audit10-ENV): New.
12515         (AVX512-CFLAGS): Likewise.
12516         (CFLAGS-tst-audit10.c): Likewise.
12517         (CFLAGS-tst-auditmod10a.c): Likewise.
12518         (CFLAGS-tst-auditmod10b.c): Likewise.
12519         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12520         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12521         * sysdeps/x86_64/configure: Regenerated.
12522         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12523         AVX-512 zmm register support.
12524         (_dl_x86_64_save_sse): Likewise.
12525         (_dl_x86_64_restore_sse): Likewise.
12526         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12527         size vector registers.
12528         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12529         (ZMM_SIZE): Likewise.
12530         * sysdeps/x86_64/tst-audit10.c: New file.
12531         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12532         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12533
12534 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12535
12536         * configure.ac (HAVE_EHDR_START): New check.
12537         * configure: Regenerated.
12538         * config.h.in (HAVE_EHDR_START): New #undef.
12539         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12540         assuming the lowest-addressed segment maps the start of the file.
12541
12542 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12543
12544         * INSTALL: Regenerated.
12545
12546 2014-03-13  Will Newton  <will.newton@linaro.org>
12547
12548         * manual/setjmp.texi (System V contexts): Improve
12549         clarity and grammar of documentation.
12550
12551 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12552
12553         [BZ #16381]
12554         * elf/Makefile (tests): Add tst-pie2.
12555         (tests-pie): Add tst-pie2.
12556         * elf/tst-pie2.c: New file.
12557         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12558         for ET_EXEC.
12559         * elf/rtld.c (map_doit): Load executable as lt_executable.
12560         (dl_main): Likewise.
12561
12562 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12563
12564         [BZ #16642]
12565         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12566         (__ASSUME_PSELECT): Undefine.
12567
12568 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12569
12570         [BZ #16689]
12571         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12572         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12573         static build.
12574         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12575         selector for static builds.
12576
12577 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12578
12579         [BZ #16695]
12580         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12581         key in the buffer.
12582
12583 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12584
12585         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12586         IFUNC selector for static builds.
12587
12588 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12589
12590         * sysdeps/mips/math_private.h [__mips_hard_float]
12591         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12592         libc_feresetround_mips_ctx.
12593         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12594         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12595         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12596
12597         [BZ #16677]
12598         * math/s_nextafter.c (__nextafter): Do not return value from
12599         overflowing computation.
12600         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12601         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12602         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12603         Likewise.
12604         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12605         Likewise.
12606         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12607         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12608
12609 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12610
12611         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12612         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12613         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12614         the new mov targetting sp.
12615
12616 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12617
12618         [BZ #16683]
12619         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12620         Define it for static builds as well.
12621         (NO_BZERO_IMPL): Likewise.
12622
12623 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12624
12625         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12626         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12627         multiarch strspn for PPC64.
12628         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12629         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12631         (__libc_ifunc_impl_list): Likewise.
12632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12633         multiarch optimizations
12634         * string/strspn.c (strspn): Using macro to redefine symbol name.
12635
12636 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12637             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12638
12639         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12640         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12641         multiarch strncat for PPC64.
12642         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12643         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12645         (__libc_ifunc_impl_list): Likewise.
12646         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12647         multiarch optimizations
12648
12649 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12650
12651         [BZ #16639]
12652         * nscd/nscd.service: Make service type forking.
12653
12654 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12655
12656         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12657         sign in non default rounding modes.
12658         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12659
12660 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12661
12662         * math/libm-test.inc (ALL_RM_TEST): New macro.
12663         (ceil_test): Use ALL_RM_TEST.
12664         (cimag_test): Likewise.
12665         (conj_test): Likewise.
12666         (copysign_test): Likewise.
12667         (cproj_test): Likewise.
12668         (creal_test): Likewise.
12669         (fabs_test): Likewise.
12670         (floor_test): Likewise.
12671         (fmax_test): Likewise.
12672         (fmin_test): Likewise.
12673         (fmod_test): Likewise.
12674         (fpclassify_test): Likewise.
12675         (frexp_test): Likewise.
12676         (ilogb_test): Likewise.
12677         (isfinite_test): Likewise.
12678         (finite_test): Likewise.
12679         (isgreater_test): Likewise.
12680         (isgreaterequal_test): Likewise.
12681         (isinf_test): Likewise.
12682         (isless_test): Likewise.
12683         (islessequal_test): Likewise.
12684         (islessgreater_test): Likewise.
12685         (isnan_test): Likewise.
12686         (isnormal_test): Likewise.
12687         (issignaling_test): Likewise.
12688         (isunordered_test): Likewise.
12689         (logb_test): Likewise.
12690         (logb_downward_test_data): Remove.
12691         (logb_test_downward): Likewise.
12692         (lround_test): Use ALL_RM_TEST.
12693         (llround_test): Likewise.
12694         (modf_test): Likewise.
12695         (nexttoward_test): Likewise.
12696         (remainder_test): Likewise.
12697         (drem_test): Likewise.
12698         (remainder_tonearest_test_data): Likewise.
12699         (remainder_test_tonearest): Likewise.
12700         (drem_test_tonearest): Likewise.
12701         (remainder_towardzero_test_data): Likewise.
12702         (remainder_test_towardzero): Likewise.
12703         (drem_test_towardzero): Likewise.
12704         (remainder_downward_test_data): Likewise.
12705         (remainder_test_downward): Likewise.
12706         (drem_test_downward): Likewise.
12707         (remainder_upward_test_data): Likewise.
12708         (remainder_test_upward): Likewise.
12709         (drem_test_upward): Likewise.
12710         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12711         (round_test): Use ALL_RM_TEST.
12712         (signbit_test): Likewise.
12713         (trunc_test): Likewise.
12714         (significand_test): Likewise.
12715         (main): Don't call removed functions.
12716
12717 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12718
12719         [BZ #16674]
12720         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12721         || __USE_XOPEN2K8].
12722         (ILL_ILLOPN): Likewise.
12723         (ILL_ILLADR): Likewise.
12724         (ILL_ILLTRP): Likewise.
12725         (ILL_PRVOPC): Likewise.
12726         (ILL_PRVREG): Likewise.
12727         (ILL_COPROC): Likewise.
12728         (ILL_BADSTK): Likewise.
12729         (FPE_INTDIV): Likewise.
12730         (FPE_INTOVF): Likewise.
12731         (FPE_FLTDIV): Likewise.
12732         (FPE_FLTOVF): Likewise.
12733         (FPE_FLTUND): Likewise.
12734         (FPE_FLTRES): Likewise.
12735         (FPE_FLTINV): Likewise.
12736         (FPE_FLTSUB): Likewise.
12737         (SEGV_MAPERR): Likewise.
12738         (SEGV_ACCERR): Likewise.
12739         (BUS_ADRALN): Likewise.
12740         (BUS_ADRERR): Likewise.
12741         (BUS_OBJERR): Likewise.
12742         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12743         (TRAP_TRACE): Likewise.
12744         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12745         __USE_XOPEN2K8].
12746         (CLD_KILLED): Likewise.
12747         (CLD_DUMPED): Likewise.
12748         (CLD_TRAPPED): Likewise.
12749         (CLD_STOPPED): Likewise.
12750         (CLD_CONTINUED): Likewise.
12751         (POLL_IN): Likewise.
12752         (POLL_OUT): Likewise.
12753         (POLL_MSG): Likewise.
12754         (POLL_ERR): Likewise.
12755         (POLL_PRI): Likewise.
12756         (POLL_HUP): Likewise.
12757         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12758         Likewise.
12759         (ILL_ILLOPN): Likewise.
12760         (ILL_ILLADR): Likewise.
12761         (ILL_ILLTRP): Likewise.
12762         (ILL_PRVOPC): Likewise.
12763         (ILL_PRVREG): Likewise.
12764         (ILL_COPROC): Likewise.
12765         (ILL_BADSTK): Likewise.
12766         (FPE_INTDIV): Likewise.
12767         (FPE_INTOVF): Likewise.
12768         (FPE_FLTDIV): Likewise.
12769         (FPE_FLTOVF): Likewise.
12770         (FPE_FLTUND): Likewise.
12771         (FPE_FLTRES): Likewise.
12772         (FPE_FLTINV): Likewise.
12773         (FPE_FLTSUB): Likewise.
12774         (SEGV_MAPERR): Likewise.
12775         (SEGV_ACCERR): Likewise.
12776         (BUS_ADRALN): Likewise.
12777         (BUS_ADRERR): Likewise.
12778         (BUS_OBJERR): Likewise.
12779         (BUS_MCEERR_AR): Likewise.
12780         (BUS_MCEERR_AO): Likewise.
12781         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12782         (TRAP_TRACE): Likewise.
12783         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12784         __USE_XOPEN2K8].
12785         (CLD_KILLED): Likewise.
12786         (CLD_DUMPED): Likewise.
12787         (CLD_TRAPPED): Likewise.
12788         (CLD_STOPPED): Likewise.
12789         (CLD_CONTINUED): Likewise.
12790         (POLL_IN): Likewise.
12791         (POLL_OUT): Likewise.
12792         (POLL_MSG): Likewise.
12793         (POLL_ERR): Likewise.
12794         (POLL_PRI): Likewise.
12795         (POLL_HUP): Likewise.
12796         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12797         (ILL_ILLOPN): Likewise.
12798         (ILL_ILLADR): Likewise.
12799         (ILL_ILLTRP): Likewise.
12800         (ILL_PRVOPC): Likewise.
12801         (ILL_PRVREG): Likewise.
12802         (ILL_COPROC): Likewise.
12803         (ILL_BADSTK): Likewise.
12804         (FPE_INTDIV): Likewise.
12805         (FPE_INTOVF): Likewise.
12806         (FPE_FLTDIV): Likewise.
12807         (FPE_FLTOVF): Likewise.
12808         (FPE_FLTUND): Likewise.
12809         (FPE_FLTRES): Likewise.
12810         (FPE_FLTINV): Likewise.
12811         (FPE_FLTSUB): Likewise.
12812         (SEGV_MAPERR): Likewise.
12813         (SEGV_ACCERR): Likewise.
12814         (BUS_ADRALN): Likewise.
12815         (BUS_ADRERR): Likewise.
12816         (BUS_OBJERR): Likewise.
12817         (BUS_MCEERR_AR): Likewise.
12818         (BUS_MCEERR_AO): Likewise.
12819         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12820         (TRAP_TRACE): Likewise.
12821         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12822         __USE_XOPEN2K8].
12823         (CLD_KILLED): Likewise.
12824         (CLD_DUMPED): Likewise.
12825         (CLD_TRAPPED): Likewise.
12826         (CLD_STOPPED): Likewise.
12827         (CLD_CONTINUED): Likewise.
12828         (POLL_IN): Likewise.
12829         (POLL_OUT): Likewise.
12830         (POLL_MSG): Likewise.
12831         (POLL_ERR): Likewise.
12832         (POLL_PRI): Likewise.
12833         (POLL_HUP): Likewise.
12834         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12835         Likewise.
12836         (ILL_ILLOPN): Likewise.
12837         (ILL_ILLADR): Likewise.
12838         (ILL_ILLTRP): Likewise.
12839         (ILL_PRVOPC): Likewise.
12840         (ILL_PRVREG): Likewise.
12841         (ILL_COPROC): Likewise.
12842         (ILL_BADSTK): Likewise.
12843         (ILL_BADIADDR): Likewise.
12844         (ILL_BREAK): Likewise.
12845         (FPE_INTDIV): Likewise.
12846         (FPE_INTOVF): Likewise.
12847         (FPE_FLTDIV): Likewise.
12848         (FPE_FLTOVF): Likewise.
12849         (FPE_FLTUND): Likewise.
12850         (FPE_FLTRES): Likewise.
12851         (FPE_FLTINV): Likewise.
12852         (FPE_FLTSUB): Likewise.
12853         (FPE_DECOVF): Likewise.
12854         (FPE_DECDIV): Likewise.
12855         (FPE_DECERR): Likewise.
12856         (FPE_INVASC): Likewise.
12857         (FPE_INVDEC): Likewise.
12858         (SEGV_MAPERR): Likewise.
12859         (SEGV_ACCERR): Likewise.
12860         (SEGV_PSTKOVF): Likewise.
12861         (BUS_ADRALN): Likewise.
12862         (BUS_ADRERR): Likewise.
12863         (BUS_OBJERR): Likewise.
12864         (BUS_MCEERR_AR): Likewise.
12865         (BUS_MCEERR_AO): Likewise.
12866         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12867         (TRAP_TRACE): Likewise.
12868         (TRAP_BRANCH): Likewise.
12869         (TRAP_HWBKPT): Likewise.
12870         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12871         __USE_XOPEN2K8].
12872         (CLD_KILLED): Likewise.
12873         (CLD_DUMPED): Likewise.
12874         (CLD_TRAPPED): Likewise.
12875         (CLD_STOPPED): Likewise.
12876         (CLD_CONTINUED): Likewise.
12877         (POLL_IN): Likewise.
12878         (POLL_OUT): Likewise.
12879         (POLL_MSG): Likewise.
12880         (POLL_ERR): Likewise.
12881         (POLL_PRI): Likewise.
12882         (POLL_HUP): Likewise.
12883         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12884         (ILL_ILLOPN): Likewise.
12885         (ILL_ILLADR): Likewise.
12886         (ILL_ILLTRP): Likewise.
12887         (ILL_PRVOPC): Likewise.
12888         (ILL_PRVREG): Likewise.
12889         (ILL_COPROC): Likewise.
12890         (ILL_BADSTK): Likewise.
12891         (FPE_INTDIV): Likewise.
12892         (FPE_INTOVF): Likewise.
12893         (FPE_FLTDIV): Likewise.
12894         (FPE_FLTOVF): Likewise.
12895         (FPE_FLTUND): Likewise.
12896         (FPE_FLTRES): Likewise.
12897         (FPE_FLTINV): Likewise.
12898         (FPE_FLTSUB): Likewise.
12899         (SEGV_MAPERR): Likewise.
12900         (SEGV_ACCERR): Likewise.
12901         (BUS_ADRALN): Likewise.
12902         (BUS_ADRERR): Likewise.
12903         (BUS_OBJERR): Likewise.
12904         (BUS_MCEERR_AR): Likewise.
12905         (BUS_MCEERR_AO): Likewise.
12906         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12907         (TRAP_TRACE): Likewise.
12908         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12909         __USE_XOPEN2K8].
12910         (CLD_KILLED): Likewise.
12911         (CLD_DUMPED): Likewise.
12912         (CLD_TRAPPED): Likewise.
12913         (CLD_STOPPED): Likewise.
12914         (CLD_CONTINUED): Likewise.
12915         (POLL_IN): Likewise.
12916         (POLL_OUT): Likewise.
12917         (POLL_MSG): Likewise.
12918         (POLL_ERR): Likewise.
12919         (POLL_PRI): Likewise.
12920         (POLL_HUP): Likewise.
12921         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12922         (ILL_ILLOPN): Likewise.
12923         (ILL_ILLADR): Likewise.
12924         (ILL_ILLTRP): Likewise.
12925         (ILL_PRVOPC): Likewise.
12926         (ILL_PRVREG): Likewise.
12927         (ILL_COPROC): Likewise.
12928         (ILL_BADSTK): Likewise.
12929         (FPE_INTDIV): Likewise.
12930         (FPE_INTOVF): Likewise.
12931         (FPE_FLTDIV): Likewise.
12932         (FPE_FLTOVF): Likewise.
12933         (FPE_FLTUND): Likewise.
12934         (FPE_FLTRES): Likewise.
12935         (FPE_FLTINV): Likewise.
12936         (FPE_FLTSUB): Likewise.
12937         (SEGV_MAPERR): Likewise.
12938         (SEGV_ACCERR): Likewise.
12939         (BUS_ADRALN): Likewise.
12940         (BUS_ADRERR): Likewise.
12941         (BUS_OBJERR): Likewise.
12942         (BUS_MCEERR_AR): Likewise.
12943         (BUS_MCEERR_AO): Likewise.
12944         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12945         (TRAP_TRACE): Likewise.
12946         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12947         __USE_XOPEN2K8].
12948         (CLD_KILLED): Likewise.
12949         (CLD_DUMPED): Likewise.
12950         (CLD_TRAPPED): Likewise.
12951         (CLD_STOPPED): Likewise.
12952         (CLD_CONTINUED): Likewise.
12953         (POLL_IN): Likewise.
12954         (POLL_OUT): Likewise.
12955         (POLL_MSG): Likewise.
12956         (POLL_ERR): Likewise.
12957         (POLL_PRI): Likewise.
12958         (POLL_HUP): Likewise.
12959         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12960         (ILL_ILLOPN): Likewise.
12961         (ILL_ILLADR): Likewise.
12962         (ILL_ILLTRP): Likewise.
12963         (ILL_PRVOPC): Likewise.
12964         (ILL_PRVREG): Likewise.
12965         (ILL_COPROC): Likewise.
12966         (ILL_BADSTK): Likewise.
12967         (FPE_INTDIV): Likewise.
12968         (FPE_INTOVF): Likewise.
12969         (FPE_FLTDIV): Likewise.
12970         (FPE_FLTOVF): Likewise.
12971         (FPE_FLTUND): Likewise.
12972         (FPE_FLTRES): Likewise.
12973         (FPE_FLTINV): Likewise.
12974         (FPE_FLTSUB): Likewise.
12975         (SEGV_MAPERR): Likewise.
12976         (SEGV_ACCERR): Likewise.
12977         (BUS_ADRALN): Likewise.
12978         (BUS_ADRERR): Likewise.
12979         (BUS_OBJERR): Likewise.
12980         (BUS_MCEERR_AR): Likewise.
12981         (BUS_MCEERR_AO): Likewise.
12982         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12983         (TRAP_TRACE): Likewise.
12984         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12985         __USE_XOPEN2K8].
12986         (CLD_KILLED): Likewise.
12987         (CLD_DUMPED): Likewise.
12988         (CLD_TRAPPED): Likewise.
12989         (CLD_STOPPED): Likewise.
12990         (CLD_CONTINUED): Likewise.
12991         (POLL_IN): Likewise.
12992         (POLL_OUT): Likewise.
12993         (POLL_MSG): Likewise.
12994         (POLL_ERR): Likewise.
12995         (POLL_PRI): Likewise.
12996         (POLL_HUP): Likewise.
12997         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12998         (ILL_ILLOPN): Likewise.
12999         (ILL_ILLADR): Likewise.
13000         (ILL_ILLTRP): Likewise.
13001         (ILL_PRVOPC): Likewise.
13002         (ILL_PRVREG): Likewise.
13003         (ILL_COPROC): Likewise.
13004         (ILL_BADSTK): Likewise.
13005         (ILL_DBLFLT): Likewise.
13006         (ILL_HARDWALL): Likewise.
13007         (FPE_INTDIV): Likewise.
13008         (FPE_INTOVF): Likewise.
13009         (FPE_FLTDIV): Likewise.
13010         (FPE_FLTOVF): Likewise.
13011         (FPE_FLTUND): Likewise.
13012         (FPE_FLTRES): Likewise.
13013         (FPE_FLTINV): Likewise.
13014         (FPE_FLTSUB): Likewise.
13015         (SEGV_MAPERR): Likewise.
13016         (SEGV_ACCERR): Likewise.
13017         (BUS_ADRALN): Likewise.
13018         (BUS_ADRERR): Likewise.
13019         (BUS_OBJERR): Likewise.
13020         (BUS_MCEERR_AR): Likewise.
13021         (BUS_MCEERR_AO): Likewise.
13022         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13023         (TRAP_TRACE): Likewise.
13024         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13025         __USE_XOPEN2K8].
13026         (CLD_KILLED): Likewise.
13027         (CLD_DUMPED): Likewise.
13028         (CLD_TRAPPED): Likewise.
13029         (CLD_STOPPED): Likewise.
13030         (CLD_CONTINUED): Likewise.
13031         (POLL_IN): Likewise.
13032         (POLL_OUT): Likewise.
13033         (POLL_MSG): Likewise.
13034         (POLL_ERR): Likewise.
13035         (POLL_PRI): Likewise.
13036         (POLL_HUP): Likewise.
13037         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13038         (ILL_ILLOPN): Likewise.
13039         (ILL_ILLADR): Likewise.
13040         (ILL_ILLTRP): Likewise.
13041         (ILL_PRVOPC): Likewise.
13042         (ILL_PRVREG): Likewise.
13043         (ILL_COPROC): Likewise.
13044         (ILL_BADSTK): Likewise.
13045         (FPE_INTDIV): Likewise.
13046         (FPE_INTOVF): Likewise.
13047         (FPE_FLTDIV): Likewise.
13048         (FPE_FLTOVF): Likewise.
13049         (FPE_FLTUND): Likewise.
13050         (FPE_FLTRES): Likewise.
13051         (FPE_FLTINV): Likewise.
13052         (FPE_FLTSUB): Likewise.
13053         (SEGV_MAPERR): Likewise.
13054         (SEGV_ACCERR): Likewise.
13055         (BUS_ADRALN): Likewise.
13056         (BUS_ADRERR): Likewise.
13057         (BUS_OBJERR): Likewise.
13058         (BUS_MCEERR_AR): Likewise.
13059         (BUS_MCEERR_AO): Likewise.
13060         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13061         (TRAP_TRACE): Likewise.
13062         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13063         __USE_XOPEN2K8].
13064         (CLD_KILLED): Likewise.
13065         (CLD_DUMPED): Likewise.
13066         (CLD_TRAPPED): Likewise.
13067         (CLD_STOPPED): Likewise.
13068         (CLD_CONTINUED): Likewise.
13069         (POLL_IN): Likewise.
13070         (POLL_OUT): Likewise.
13071         (POLL_MSG): Likewise.
13072         (POLL_ERR): Likewise.
13073         (POLL_PRI): Likewise.
13074         (POLL_HUP): Likewise.
13075         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13076         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13077
13078         [BZ #16670]
13079         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13080         before #include of <time.h>.
13081         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13082         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13083         (test-xfail-UNIX98/sched.h/conform): Likewise.
13084
13085 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13086
13087         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13088         error absence of trapping exception support.
13089         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13090
13091 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13092
13093         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13094         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13095         * timezone/Makefile (testdata): Move definition above include of
13096         Rules.
13097         (test-zones): New variable.
13098         (tests-special): Add zone files.
13099         (build-testdata): Use $(evaluate-test).
13100
13101         * elf/Makefile (tests-special): Rename tests to end with .out.
13102         ($(objpfx)noload-mem): Likewise.
13103         ($(objpfx)tst-leaks1-mem): Likewise.
13104         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13105         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13106         $(objpfx)test-iconvconfig.out.
13107         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13108         set -e inside subshell and redirect output to file.
13109         * iconvdata/Makefile (generated): Rename tests to end with .out.
13110         Correct type.
13111         (tests-special): Rename tests to end with .out.
13112         ($(objpfx)mtrace-tst-loading): Likewise.
13113         * intl/Makefile (generated): Likewise.
13114         (tests-special): Likewise.
13115         ($(objpfx)mtrace-tst-gettext): Likewise.
13116         * misc/Makefile (generated): Likewise.
13117         (tests-special): Likewise.
13118         ($(objpfx)tst-error1-mem): Likewise.
13119         * nptl/Makefile (tests-special): Likewise.
13120         ($(objpfx)tst-stack3-mem): Likewise.
13121         (generated): Likewise.
13122         * posix/Makefile (generated): Likewise.
13123         (tests-special): Likewise.
13124         (xtests-special): Likewise.
13125         ($(objpfx)tst-fnmatch-mem): Likewise.
13126         ($(objpfx)bug-regex2-mem): Likewise.
13127         ($(objpfx)bug-regex14-mem): Likewise.
13128         ($(objpfx)bug-regex21-mem): Likewise.
13129         ($(objpfx)bug-regex31-mem): Likewise.
13130         ($(objpfx)tst-vfork3-mem): Likewise.
13131         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13132         ($(objpfx)tst-pcre-mem): Likewise.
13133         ($(objpfx)tst-boost-mem): Likewise.
13134         ($(objpfx)bug-ga2-mem): Likewise.
13135         ($(objpfx)bug-glob2-mem): Likewise.
13136         * resolv/Makefile (generate): Likewise.
13137         (tests-special): Likewise.
13138         (xtests-special): Likewise.
13139         (generated): Likewise.
13140         ($(objpfx)mtrace-tst-leaks): Likewise.
13141         ($(objpfx)mtrace-tst-leaks2): Likewise.
13142
13143         * scripts/merge-test-results.sh: New file.
13144         * Makefile (tests-special-notdir): New variable.
13145         (tests): Run merge-test-results.sh.
13146         (xtests): Likewise.
13147         * Rules (tests-special-notdir): New variable.
13148         (xtests-special-notdir): Likewise.
13149         (tests): Run merge-test-results.sh
13150         (xtests): Likewise.
13151
13152         * Makeconfig (test-xfail-name): New variable.
13153         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13154         compute variable name for expected failures.
13155         * conform/Makefile (conformtest-headers-data): New variable.
13156         (conformtest-standards): Likewise.
13157         (conformtest-headers-ISO): Likewise.
13158         (conformtest-headers-ISO99): Likewise.
13159         (conformtest-headers-ISO11): Likewise.
13160         (conformtest-headers-POSIX): Likewise.
13161         (conformtest-headers-XPG3): Likewise.
13162         (conformtest-headers-XPG4): Likewise.
13163         (conformtest-headers-UNIX98): Likewise.
13164         (conformtest-headers-XOPEN2K): Likewise.
13165         (conformtest-headers-POSIX2008): Likewise.
13166         (conformtest-headers-XOPEN2K8): Likewise.
13167         (conformtest-header-list-base): Likewise.
13168         (conformtest-header-list-tests): Likewise.
13169         (conformtest-header-base): Likewise.
13170         (conformtest-header-tests): Likewise.
13171         (tests-special): Add $(conformtest-header-list-tests).  If
13172         [$(fast-check) && !$(cross-compiling)], add
13173         $(conformtest-header-tests) instead of
13174         $(objpfx)run-conformtest.out.
13175         (generated): Add $(conformtest-header-list-base).  If
13176         [$(fast-check) && !$(cross-compiling)], add
13177         $(conformtest-header-base).  Remove previous setting.
13178         ($(conformtest-header-list-tests)): New target.
13179         (test-xfail-run-conformtest): Remove variable.
13180         ($(objpfx)run-conformtest.out): Remove target.
13181         (test-xfail-ISO11/complex.h/conform): New variable.
13182         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13183         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13184         (test-xfail-XPG3/varargs.h/conform): Likewise.
13185         (test-xfail-XPG4/varargs.h/conform): Likewise.
13186         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13187         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13188         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13189         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13190         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13191         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13192         (test-xfail-XPG3/ftw.h/conform): Likewise.
13193         (test-xfail-XPG3/grp.h/conform): Likewise.
13194         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13195         (test-xfail-XPG3/limits.h/conform): Likewise.
13196         (test-xfail-XPG3/pwd.h/conform): Likewise.
13197         (test-xfail-XPG3/search.h/conform): Likewise.
13198         (test-xfail-XPG3/signal.h/conform): Likewise.
13199         (test-xfail-XPG3/stdio.h/conform): Likewise.
13200         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13201         (test-xfail-XPG3/string.h/conform): Likewise.
13202         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13203         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13204         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13205         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13206         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13207         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13208         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13209         (test-xfail-XPG3/termios.h/conform): Likewise.
13210         (test-xfail-XPG3/time.h/conform): Likewise.
13211         (test-xfail-XPG3/unistd.h/conform): Likewise.
13212         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13213         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13214         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13215         (test-xfail-XPG4/netdb.h/conform): Likewise.
13216         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13217         (test-xfail-XPG4/signal.h/conform): Likewise.
13218         (test-xfail-XPG4/stdio.h/conform): Likewise.
13219         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13220         (test-xfail-XPG4/stropts.h/conform): Likewise.
13221         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13222         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13223         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13224         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13225         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13226         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13227         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13228         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13229         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13230         (test-xfail-XPG4/termios.h/conform): Likewise.
13231         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13232         (test-xfail-XPG4/unistd.h/conform): Likewise.
13233         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13234         (test-xfail-POSIX/sched.h/conform): Likewise.
13235         (test-xfail-POSIX/signal.h/conform): Likewise.
13236         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13237         (test-xfail-POSIX/tar.h/conform): Likewise.
13238         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13239         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13240         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13241         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13242         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13243         (test-xfail-UNIX98/sched.h/conform): Likewise.
13244         (test-xfail-UNIX98/signal.h/conform): Likewise.
13245         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13246         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13247         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13248         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13249         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13250         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13251         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13252         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13253         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13254         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13255         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13256         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13257         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13258         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13259         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13260         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13261         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13262         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13263         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13264         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13265         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13266         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13267         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13268         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13269         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13270         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13271         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13272         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13273         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13274         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13275         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13276         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13277         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13278         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13279         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13280         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13281         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13282         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13283         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13284         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13285         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13286         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13287         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13288         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13289         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13290         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13291         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13292         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13293         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13294         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13295         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13296         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13297         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13298         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13299         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13300         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13301         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13302         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13303         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13304         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13305         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13306         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13307         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13308         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13309         (conformtest-cc-flags): Likewise.
13310         ($(conformtest-header-tests): New target.
13311         * conform/check-header-lists.sh: New file.
13312         * conform/run-conformtest.sh: Remove.
13313
13314         * conform/conformtest.pl: Allow ' and \ in values given for
13315         constants.
13316         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13317         inclusion.
13318         [POSIX] (sys/types.h): Likewise.
13319         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13320         inclusion.
13321         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13322         inclusion.
13323         * conform/data/signal.h-data (SIGIO): Remove expectation.
13324         [XPG3] (SIGBUS): Do not expect.
13325         [POSIX || XPG3] (SIGPOLL): Likewise.
13326         [POSIX || XPG3] (SIGPROF): Likewise.
13327         [POSIX || XPG3] (SIGSYS): Likewise.
13328         [XPG3] (SIGTRAP): Likewise.
13329         [POSIX || XPG3] (SIGURG): Likewise.
13330         [POSIX || XPG3] (SIGVTALRM): Likewise.
13331         [POSIX || XPG3] (SIGXCPU): Likewise.
13332         [POSIX || XPG3] (SIGXFSZ): Likewise.
13333         [POSIX] (SA_SIGINFO): Expect.
13334         [XPG3] (siginfo_t): Do not expect type or contents.
13335         [POSIX] (si_pid): Do not expect element.
13336         [POSIX] (si_uid): Likewise.
13337         [POSIX] (si_addr): Likewise.
13338         [POSIX] (si_status): Likewise.
13339         [POSIX] (si_band): Likewise.
13340         [XPG4] (si_value): Likewise.
13341         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13342         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13343         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13344         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13345         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13346         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13347         [POSIX || XPG3] (ILL_COPROC): Likewise.
13348         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13349         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13350         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13351         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13352         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13353         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13354         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13355         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13356         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13357         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13358         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13359         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13360         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13361         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13362         [POSIX || XPG3] (CLD_EXITED): Likewise.
13363         [POSIX || XPG3] (CLD_KILLED): Likewise.
13364         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13365         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13366         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13367         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13368         [POSIX || XPG3] (POLL_IN): Likewise.
13369         [POSIX || XPG3] (POLL_OUT): Likewise.
13370         [POSIX || XPG3] (POLL_MSG): Likewise.
13371         [POSIX || XPG3] (POLL_ERR): Likewise.
13372         [POSIX || XPG3] (POLL_PRI): Likewise.
13373         [POSIX || XPG3] (POLL_HUP): Likewise.
13374         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13375         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13376         (SIG*): Do not allow.
13377         [XPG3] (si_*): Likewise.
13378         [XPG3] (SI_*): Likewise.
13379         [XPG3 || XPG4] (sigev_*): Likewise.
13380         [XPG3 || XPG4] (SIGEV_*): Likewise.
13381         [XPG3 || XPG4] (sival_*): Likewise.
13382         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13383         [POSIX || XPG3] (BUS_*): Likewise.
13384         [POSIX || XPG3] (CLD_*): Likewise.
13385         [POSIX || XPG3] (FPE_*): Likewise.
13386         [POSIX || XPG3] (ILL_*): Likewise.
13387         [POSIX || XPG3] (POLL_*): Likewise.
13388         [POSIX || XPG3] (SEGV_*): Likewise.
13389         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13390         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13391         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13392         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13393         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13394         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13395         Specify type and value.
13396         (TVERSLEN): Likewise.
13397         (REGTYPE): Likewise.
13398         (AREGTYPE): Likewise.
13399         (LNKTYPE): Likewise.
13400         (SYMTYPE): Likewise.
13401         (CHRTYPE): Likewise.
13402         (BLKTYPE): Likewise.
13403         (DIRTYPE): Likewise.
13404         (FIFOTYPE): Likewise.
13405         (CONTTYPE): Likewise.
13406         (TSUID): Likewise.
13407         (TSGID): Likewise.
13408         (TSVTX): Likewise.
13409         (TUREAD): Likewise.
13410         (TUWRITE): Likewise.
13411         (TUEXEC): Likewise.
13412         (TGREAD): Likewise.
13413         (TGWRITE): Likewise.
13414         (TGEXEC): Likewise.
13415         (TOREAD): Likewise.
13416         (TOWRITE): Likewise.
13417         (TOEXEC): Likewise.
13418         [POSIX] (TSVTX): Expect constant.
13419
13420 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13421
13422         * Makefile (tests): Change dependencies to ....
13423         (tests-special): ... additions to this variable.
13424         (tests): Depend on $(tests-special).
13425         * Makerules (check-abi-list): New variable.
13426         (check-abi): Depend on $(check-abi-list).
13427         [$(subdir) = elf] (tests-special): Add
13428         $(objpfx)check-abi-libc.out.
13429         [$(build-shared) = yes && subdir] (tests-special): Add
13430         $(check-abi-list).
13431         [$(build-shared) = yes && subdir] (tests): Do not depend on
13432         check-abi.
13433         * Rules (tests): Depend on $(tests-special).
13434         (xtests): Depend on $(xtests-special).
13435         * catgets/Makefile (tests): Change dependencies to ....
13436         (tests-special): ... additions to this variable.
13437         * conform/Makefile (tests): Change dependencies to ....
13438         (tests-special): ... additions to this variable.
13439         * elf/Makefile (tests): Change dependencies to ....
13440         (tests-special): ... additions to this variable.
13441         * grp/Makefile (tests): Change dependencies to ....
13442         (tests-special): ... additions to this variable.
13443         * iconv/Makefile (xtests): Change dependencies to ....
13444         (xtests-special): ... additions to this variable.
13445         * iconvdata/Makefile (tests): Change dependencies to ....
13446         (tests-special): ... additions to this variable.
13447         * intl/Makefile (tests): Change dependencies to ....
13448         (tests-special): ... additions to this variable.  Also add
13449         $(objpfx)tst-gettext.out.
13450         * io/Makefile (tests): Change dependencies to ....
13451         (tests-special): ... additions to this variable.
13452         * libio/Makefile (tests): Change dependencies to ....
13453         (tests-special): ... additions to this variable.
13454         * malloc/Makefile (tests): Change dependencies to ....
13455         (tests-special): ... additions to this variable.
13456         * misc/Makefile (tests): Change dependencies to ....
13457         (tests-special): ... additions to this variable.
13458         * nptl/Makefile (tests): Change dependencies to ....
13459         (tests-special): ... additions to this variable.
13460         * nptl_db/Makefile (tests): Change dependencies to ....
13461         (tests-special): ... additions to this variable.
13462         * posix/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         * resolv/Makefile (tests): Change dependencies to ....
13467         (tests-special): ... additions to this variable.
13468         (xtests): Change dependencies to ....
13469         (xtests-special): ... additions to this variable.
13470         * stdio-common/Makefile (tests): Change dependencies to ....
13471         (tests-special): ... additions to this variable.
13472         (do-tst-unbputc): Remove target.
13473         (do-tst-printf): Likewise.
13474         * stdlib/Makefile (tests): Change dependencies to ....
13475         (tests-special): ... additions to this variable.
13476         * string/Makefile (tests): Change dependencies to ....
13477         (tests-special): ... additions to this variable.
13478         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13479         (tests-special): ... additions to this variable.
13480
13481         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13482         whole file.
13483         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13484         whole file.
13485         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13486         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13487
13488         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13489         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13490         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13491         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13492         * conform/data/libgen.h-data [XPG3]: Likewise.
13493         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13494         * conform/data/ndbm.h-data [XPG3]: Likewise.
13495         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13496         * conform/data/netdb.h-data [XPG3]: Likewise.
13497         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13498         * conform/data/poll.h-data [XPG3]: Likewise.
13499         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13500         * conform/data/strings.h-data [XPG3]: Likewise.
13501         * conform/data/stropts.h-data [XPG3]: Likewise.
13502         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13503         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13504         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13505         Likewise.
13506         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13507         * conform/data/sys/time.h-data [XPG3]: Likewise.
13508         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13509         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13510         * conform/data/sys/un.h-data [XPG3]: Likewise.
13511         * conform/data/syslog.h-data [XPG3]: Likewise.
13512         * conform/data/ucontext.h-data [XPG3]: Likewise.
13513         * conform/data/utmpx.h-data [XPG3]: Likewise.
13514         * conform/data/varargs.h-data [UNIX98]: Enable file.
13515
13516         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13517
13518         * math/libm-test.inc (struct test_f_f_data): Move expected results
13519         into structure for each rounding mode.
13520         (struct test_ff_f_data): Likewise.
13521         (struct test_ff_f_data_nexttoward): Likewise.
13522         (struct test_fi_f_data): Likewise.
13523         (struct test_fl_f_data): Likewise.
13524         (struct test_if_f_data): Likewise.
13525         (struct test_fff_f_data): Likewise.
13526         (struct test_c_f_data): Likewise.
13527         (struct test_f_f1_data): Likewise.
13528         (struct test_fF_f1_data): Likewise.
13529         (struct test_ffI_f1_data): Likewise.
13530         (struct test_c_c_data): Likewise.
13531         (struct test_cc_c_data): Likewise.
13532         (struct test_f_i_data): Likewise.
13533         (struct test_ff_i_data): Likewise.
13534         (struct test_f_l_data): Likewise.
13535         (struct test_f_L_data): Likewise.
13536         (struct test_fFF_11_data): Likewise.
13537         (RM_): New macro.
13538         (RM_FE_DOWNWARD): Likewise.
13539         (RM_FE_TONEAREST): Likewise.
13540         (RM_FE_TOWARDZERO): Likewise.
13541         (RM_FE_UPWARD): Likewise.
13542         (RUN_TEST_LOOP_f_f): Update references to expected results.
13543         (RUN_TEST_LOOP_2_f): Likewise.
13544         (RUN_TEST_LOOP_fff_f): Likewise.
13545         (RUN_TEST_LOOP_c_f): Likewise.
13546         (RUN_TEST_LOOP_f_f1): Likewise.
13547         (RUN_TEST_LOOP_fF_f1): Likewise.
13548         (RUN_TEST_LOOP_fI_f1): Likewise.
13549         (RUN_TEST_LOOP_ffI_f1): Likewise.
13550         (RUN_TEST_LOOP_c_c): Likewise.
13551         (RUN_TEST_LOOP_cc_c): Likewise.
13552         (RUN_TEST_LOOP_f_i): Likewise.
13553         (RUN_TEST_LOOP_f_i_tg): Likewise.
13554         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13555         (RUN_TEST_LOOP_f_b): Likewise.
13556         (RUN_TEST_LOOP_f_b_tg): Likewise.
13557         (RUN_TEST_LOOP_f_l): Likewise.
13558         (RUN_TEST_LOOP_f_L): Likewise.
13559         (RUN_TEST_LOOP_fFF_11): Likewise.
13560         * math/gen-libm-test.pl (parse_args): Output four copies of
13561         expected results for each test.
13562
13563         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13564         (__ASSUME_UTIMES): Remove.
13565         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13566         (__ASSUME_UTIMES): Likewise.
13567
13568         * math/gen-auto-libm-tests.c: Update comment on output format.
13569         (output_for_one_input_case): Generate before-rounding and
13570         after-rounding information as conditions on output flags not
13571         floating-point format.
13572         * math/auto-libm-test-out: Regenerated.
13573         * math/gen-libm-test.pl (cond_value): New function.
13574         (or_cond_value): Use cond_value.
13575         (generate_testfile): Handle conditional exceptions.
13576
13577 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13578
13579         * math/libm-test.inc (max_valid_error): New variable.
13580         (init_max_error): Take new argument specifying whether function
13581         results are exactly determined.  Set max_valid_error and bound
13582         other variables for errors based on this argument.
13583         (set_max_error): Do not record results above max_valid_error.
13584         (check_float_internal): Only accept errors of up to 0.5ulps if
13585         also at most max_valid_error.
13586         (START): Take new argument EXACT and pass it to init_max_error.
13587         (acos_test): Update call to START.
13588         (acos_test_tonearest): Likewise.
13589         (acos_test_towardzero): Likewise.
13590         (acos_test_downward): Likewise.
13591         (acos_test_upward): Likewise.
13592         (acosh_test): Likewise.
13593         (asin_test): Likewise.
13594         (asin_test_tonearest): Likewise.
13595         (asin_test_towardzero): Likewise.
13596         (asin_test_downward): Likewise.
13597         (asin_test_upward): Likewise.
13598         (asinh_test): Likewise.
13599         (atan_test): Likewise.
13600         (atanh_test): Likewise.
13601         (atan2_test): Likewise.
13602         (cabs_test): Likewise.
13603         (cacos_test): Likewise.
13604         (cacosh_test): Likewise.
13605         (carg_test): Likewise.
13606         (casin_test): Likewise.
13607         (casinh_test): Likewise.
13608         (catan_test): Likewise.
13609         (catanh_test): Likewise.
13610         (cbrt_test): Likewise.
13611         (ccos_test): Likewise.
13612         (ccosh_test): Likewise.
13613         (ceil_test): Likewise.
13614         (cexp_test): Likewise.
13615         (cimag_test): Likewise.
13616         (clog_test): Likewise.
13617         (clog10_test): Likewise.
13618         (conj_test): Likewise.
13619         (copysign_test): Likewise.
13620         (cos_test): Likewise.
13621         (cos_test_tonearest): Likewise.
13622         (cos_test_towardzero): Likewise.
13623         (cos_test_downward): Likewise.
13624         (cos_test_upward): Likewise.
13625         (cosh_test): Likewise.
13626         (cosh_test_tonearest): Likewise.
13627         (cosh_test_towardzero): Likewise.
13628         (cosh_test_downward): Likewise.
13629         (cosh_test_upward): Likewise.
13630         (cpow_test): Likewise.
13631         (cproj_test): Likewise.
13632         (creal_test): Likewise.
13633         (csin_test): Likewise.
13634         (csinh_test): Likewise.
13635         (csqrt_test): Likewise.
13636         (ctan_test): Likewise.
13637         (ctan_test_tonearest): Likewise.
13638         (ctan_test_towardzero): Likewise.
13639         (ctan_test_downward): Likewise.
13640         (ctan_test_upward): Likewise.
13641         (ctanh_test): Likewise.
13642         (ctanh_test_tonearest): Likewise.
13643         (ctanh_test_towardzero): Likewise.
13644         (ctanh_test_downward): Likewise.
13645         (ctanh_test_upward): Likewise.
13646         (erf_test): Likewise.
13647         (erfc_test): Likewise.
13648         (exp_test): Likewise.
13649         (exp_test_tonearest): Likewise.
13650         (exp_test_towardzero): Likewise.
13651         (exp_test_downward): Likewise.
13652         (exp_test_upward): Likewise.
13653         (exp10_test): Likewise.
13654         (exp10_test_tonearest): Likewise.
13655         (exp10_test_towardzero): Likewise.
13656         (exp10_test_downward): Likewise.
13657         (exp10_test_upward): Likewise.
13658         (pow10_test): Likewise.
13659         (exp2_test): Likewise.
13660         (expm1_test): Likewise.
13661         (expm1_test_tonearest): Likewise.
13662         (expm1_test_towardzero): Likewise.
13663         (expm1_test_downward): Likewise.
13664         (expm1_test_upward): Likewise.
13665         (fabs_test): Likewise.
13666         (fdim_test): Likewise.
13667         (floor_test): Likewise.
13668         (fma_test): Likewise.
13669         (fma_test_towardzero): Likewise.
13670         (fma_test_downward): Likewise.
13671         (fma_test_upward): Likewise.
13672         (fmax_test): Likewise.
13673         (fmin_test): Likewise.
13674         (fmod_test): Likewise.
13675         (fpclassify_test): Likewise.
13676         (frexp_test): Likewise.
13677         (hypot_test): Likewise.
13678         (ilogb_test): Likewise.
13679         (isfinite_test): Likewise.
13680         (finite_test): Likewise.
13681         (isgreater_test): Likewise.
13682         (isgreaterequal_test): Likewise.
13683         (isinf_test): Likewise.
13684         (isless_test): Likewise.
13685         (islessequal_test): Likewise.
13686         (islessgreater_test): Likewise.
13687         (isnan_test): Likewise.
13688         (isnormal_test): Likewise.
13689         (issignaling_test): Likewise.
13690         (isunordered_test): Likewise.
13691         (j0_test): Likewise.
13692         (j1_test): Likewise.
13693         (jn_test): Likewise.
13694         (ldexp_test): Likewise.
13695         (lgamma_test): Likewise.
13696         (gamma_test): Likewise.
13697         (lrint_test): Likewise.
13698         (lrint_test_tonearest): Likewise.
13699         (lrint_test_towardzero): Likewise.
13700         (lrint_test_downward): Likewise.
13701         (lrint_test_upward): Likewise.
13702         (llrint_test): Likewise.
13703         (llrint_test_tonearest): Likewise.
13704         (llrint_test_towardzero): Likewise.
13705         (llrint_test_downward): Likewise.
13706         (llrint_test_upward): Likewise.
13707         (log_test): Likewise.
13708         (log10_test): Likewise.
13709         (log1p_test): Likewise.
13710         (log2_test): Likewise.
13711         (logb_test): Likewise.
13712         (logb_test_downward): Likewise.
13713         (lround_test): Likewise.
13714         (llround_test): Likewise.
13715         (modf_test): Likewise.
13716         (nearbyint_test): Likewise.
13717         (nextafter_test): Likewise.
13718         (nexttoward_test): Likewise.
13719         (pow_test): Likewise.
13720         (pow_test_tonearest): Likewise.
13721         (pow_test_towardzero): Likewise.
13722         (pow_test_downward): Likewise.
13723         (pow_test_upward): Likewise.
13724         (remainder_test): Likewise.
13725         (drem_test): Likewise.
13726         (remainder_test_tonearest): Likewise.
13727         (drem_test_tonearest): Likewise.
13728         (remainder_test_towardzero): Likewise.
13729         (drem_test_towardzero): Likewise.
13730         (remainder_test_downward): Likewise.
13731         (drem_test_downward): Likewise.
13732         (remainder_test_upward): Likewise.
13733         (drem_test_upward): Likewise.
13734         (remquo_test): Likewise.
13735         (rint_test): Likewise.
13736         (rint_test_tonearest): Likewise.
13737         (rint_test_towardzero): Likewise.
13738         (rint_test_downward): Likewise.
13739         (rint_test_upward): Likewise.
13740         (round_test): Likewise.
13741         (scalb_test): Likewise.
13742         (scalbn_test): Likewise.
13743         (scalbln_test): Likewise.
13744         (signbit_test): Likewise.
13745         (sin_test): Likewise.
13746         (sin_test_tonearest): Likewise.
13747         (sin_test_towardzero): Likewise.
13748         (sin_test_downward): Likewise.
13749         (sin_test_upward): Likewise.
13750         (sincos_test): Likewise.
13751         (sinh_test): Likewise.
13752         (sinh_test_tonearest): Likewise.
13753         (sinh_test_towardzero): Likewise.
13754         (sinh_test_downward): Likewise.
13755         (sinh_test_upward): Likewise.
13756         (sqrt_test): Likewise.
13757         (sqrt_test_tonearest): Likewise.
13758         (sqrt_test_towardzero): Likewise.
13759         (sqrt_test_downward): Likewise.
13760         (sqrt_test_upward): Likewise.
13761         (tan_test): Likewise.
13762         (tan_test_tonearest): Likewise.
13763         (tan_test_towardzero): Likewise.
13764         (tan_test_downward): Likewise.
13765         (tan_test_upward): Likewise.
13766         (tanh_test): Likewise.
13767         (tgamma_test): Likewise.
13768         (trunc_test): Likewise.
13769         (y0_test): Likewise.
13770         (y1_test): Likewise.
13771         (yn_test): Likewise.
13772         (significand_test): Likewise.
13773
13774         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13775         individual tests in comment.
13776         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13777         (prev_max_error): New variable.
13778         (prev_real_max_error): Likewise.
13779         (prev_imag_max_error): Likewise.
13780         (compare_ulp_data): Don't refer to test names in comment.
13781         (find_test_ulps): Remove function.
13782         (find_function_ulps): Likewise.
13783         (find_complex_function_ulps): Likewise.
13784         (init_max_error): Take function name as argument.  Look up ulps
13785         for that function.
13786         (print_ulps): Remove function.
13787         (print_max_error): Use prev_max_error instead of calling
13788         find_function_ulps.
13789         (print_complex_max_error): Use prev_real_max_error and
13790         prev_imag_max_error instead of calling find_complex_function_ulps.
13791         (check_float_internal): Take max_ulp parameter instead of calling
13792         find_test_ulps.  Don't call print_ulps.
13793         (check_float): Update call to check_float_internal.
13794         (check_complex): Update calls to check_float_internal.
13795         (START): Pass argument to init_max_error.
13796         * math/gen-libm-test.pl (%results): Don't include "kind"
13797         information.
13798         (parse_ulps): Don't handle ulps of individual tests.
13799         (print_ulps_file): Likewise.
13800         (output_ulps): Likewise.
13801         * math/README.libm-test: Update.
13802         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13803         individual tests.
13804         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13805         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13806         * sysdeps/arm/libm-test-ulps: Likewise.
13807         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13808         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13809         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13810         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13811         * sysdeps/microblaze/libm-test-ulps: Likewise.
13812         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13813         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13814         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13815         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13816         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13817         * sysdeps/sh/libm-test-ulps: Likewise.
13818         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13819         * sysdeps/tile/libm-test-ulps: Likewise.
13820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13821
13822 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13823
13824         * math/libm-test.inc (print_complex_max_error): Check separately
13825         whether real and imaginary errors are within allowed range and
13826         pass 0 to print_complex_function_ulps instead of value within
13827         allowed range.
13828
13829 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13830
13831         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13832         formatting.
13833         (get_handles_fopen): Likewise.
13834         (do_write_test): Likewise.
13835
13836         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13837
13838         * libio/fileops.c (do_ftell): Use cached offset when
13839         available.
13840         * libio/iofwide.c (do_ftell_wide): Likewise.
13841         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13842         _IO_file_attach.
13843         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13844
13845         [BZ #16532]
13846         * libio/libioP.h (get_file_offset): New function.
13847         * libio/fileops.c (get_file_offset): Likewise.
13848         (do_ftell): Likewise.
13849         (_IO_new_file_seekoff): Split out ftell logic.
13850         * libio/wfileops.c (do_ftell_wide): Likewise.
13851         (_IO_wfile_seekoff): Split out ftell logic.
13852         * libio/tst-ftell-active-handler.c: New test case.
13853         * libio/Makefile (tests): Add it.
13854
13855 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13856
13857         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13858         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13859
13860 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13861
13862         [BZ #16639]
13863         * nscd/connections.c (nscd_init): Call do_exit.
13864         (start_threads): Call do_exit and notify_parent.
13865         (begin_drop_privileges): Call do_exit.
13866         (finish_drop_privileges): Likewise.
13867         * nscd/selinux.c (preserve_capabilities): Likewise.
13868         (install_real_capabilities): Likewise.
13869         (nscd_selinux_enabled): Likewise.
13870         (avc_create_thread): Likewise.
13871         (avc_alloc_lock): Likewise.
13872         (nscd_avc_init): Likewise.
13873         * nscd/nscd.c (parent_fd): New static variable.
13874         (main): Create a pipe between parent and child processes.
13875         Skip closing parent_fd.
13876         (monitor_child): New function.
13877         (do_exit): Likewise.
13878         (notify_parent): Likewise.
13879         * nscd/nscd.h (notify_parent): Likewise.
13880         (do_exit): Likewise.
13881
13882 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13883
13884         * malloc/malloc.c (__libc_calloc): Revert last change.
13885
13886 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13887
13888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13889
13890 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13891
13892         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13893         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13894         implementation.
13895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13896         (__libc_ifunc_impl_list): Likewise.
13897         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13898         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13899         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13900         * string/strrchr.c: Define STRRCHR.
13901
13902 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13903
13904         * benchtest/bench-strtok.c (simple_strtok): Delete.
13905         (strtok_string): Use as benchmark.
13906         * string/strtok (STRTOK): New macro.
13907
13908 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13909
13910         * manual/threads.texi: Add header and standard comments to all
13911         functions.
13912
13913         * elf/dl-lookup.c (check_match): New function.
13914         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13915         (do_lookup_x): Remove nested function check_match. Use non-nested
13916         function check_match.
13917
13918 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13919
13920         * csu/Makefile (generated, before-compile): Use += rather than =.
13921         * catgets/Makefile (generated, generated-dirs): Likewise.
13922         * debug/Makefile (generated): Likewise.
13923         * dlfcn/Makefile (generated): Likewise.
13924         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13925         * iconvdata/Makefile (before-compile, generated): Likewise.
13926         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13927         * libio/Makefile (generated): Likewise.
13928         * malloc/Makefile (generated): Likewise.
13929         * manual/Makefile (generated, generated-dirs): Likewise.
13930         * misc/Makefile (generated): Likewise.
13931         * posix/Makefile (generated): Likewise.
13932         * resolv/Makefile (generated): Likewise.
13933         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13934         * timezone/Makefile (generated, generated-dirs): Likewise.
13935
13936         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13937
13938 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13939
13940         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13941         power8 implementation.
13942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13943         file: POWER8 llround ifunc implementation.
13944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13945         (__lllround): Add POWER8 implementation.
13946         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13947         POWER8 llround implementation.
13948
13949         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13950         power8 implementation.
13951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13952         file: POWER8 llrint ifunc implementation.
13953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13954         Add POWER8 implementation.
13955         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13956         POWER8 llrint implementation.
13957
13958         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13959         power8 implementation.
13960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13961         file: POWER8 finite ifunc implementation.
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13963         Add POWER8 implementation.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13965         Likewise.
13966         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13967         POWER8 finite implementation.
13968         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13969
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13971         power8 implementation.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13973         file: POWER8 isinf ifunc implementation.
13974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13975         POWER8 implementation.
13976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13977         Likewise.
13978         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13979         isinf implementation.
13980         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13981
13982         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13983         (INIT_ARCH): Add hwcap2 initialization.
13984         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13985         power8 implementation.
13986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13987         file: POWER8 isnan ifunc implementation.
13988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13989         POWER8 implementation.
13990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13991         Likewise.
13992         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13993         isnan implementation.
13994         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13995
13996 2014-02-27  Joey Ye  <joey.ye@arm.com>
13997
13998         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13999         (_FP_NANFRAC_Q): Set to zero.
14000
14001 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14002
14003         [BZ #16623]
14004         * math/auto-libm-test-in: New test inputs.
14005         * math/auto-libm-test-out: Regenerate.
14006         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14007         and DA.
14008         (__cos): Likewise.
14009         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14010
14011 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14012
14013         * scripts/evaluate-test.sh: Take new argument indicating whether
14014         failure is expected.
14015         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14016         indicating whether failure is expected.
14017         * conform/Makefile (test-xfail-run-conformtest): New variable.
14018         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14019         level.
14020         * posix/Makefile (test-xfail-annexc): New variable.
14021         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14022
14023 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14024
14025         * argp/Makefile: Include Makeconfig immediately after defining
14026         subdir.
14027         * assert/Makefile: Likewise.
14028         * benchtests/Makefile: Likewise.
14029         * catgets/Makefile: Likewise.
14030         * conform/Makefile: Likewise.
14031         * crypt/Makefile: Likewise.
14032         * csu/Makefile: Likewise.
14033         (all): Remove target.
14034         * ctype/Makefile: Include Makeconfig immediately after defining
14035         subdir.
14036         * debug/Makefile: Likewise.
14037         * dirent/Makefile: Likewise.
14038         * dlfcn/Makefile: Likewise.
14039         * gmon/Makefile: Likewise.
14040         * gnulib/Makefile: Likewise.
14041         * grp/Makefile: Likewise.
14042         * gshadow/Makefile: Likewise.
14043         * hesiod/Makefile: Likewise.
14044         * hurd/Makefile: Likewise.
14045         (all): Remove target.
14046         * iconvdata/Makefile: Include Makeconfig immediately after
14047         defining subdir.
14048         * inet/Makefile: Likewise.
14049         * intl/Makefile: Likewise.
14050         * io/Makefile: Likewise.
14051         * libio/Makefile: Likewise.
14052         (all): Remove target.
14053         * locale/Makefile: Include Makeconfig immediately after defining
14054         subdir.
14055         * login/Makefile: Likewise.
14056         * mach/Makefile: Likewise.
14057         (all): Remove target.
14058         * malloc/Makefile: Include Makeconfig immediately after defining
14059         subdir.
14060         (all): Remove target.
14061         * manual/Makefile: Include Makeconfig immediately after defining
14062         subdir.
14063         * math/Makefile: Likewise.
14064         * misc/Makefile: Likewise.
14065         * nis/Makefile: Likewise.
14066         * nss/Makefile: Likewise.
14067         * po/Makefile: Likewise.
14068         (all): Remove target.
14069         * posix/Makefile: Include Makeconfig immediately after defining
14070         subdir.
14071         * pwd/Makefile: Likewise.
14072         * resolv/Makefile: Likewise.
14073         * resource/Makefile: Likewise.
14074         * rt/Makefile: Likewise.
14075         * setjmp/Makefile: Likewise.
14076         * shadow/Makefile: Likewise.
14077         * signal/Makefile: Likewise.
14078         * socket/Makefile: Likewise.
14079         * soft-fp/Makefile: Likewise.
14080         * stdio-common/Makefile: Likewise.
14081         * stdlib/Makefile: Likewise.
14082         * streams/Makefile: Likewise.
14083         * string/Makefile: Likewise.
14084         * sunrpc/Makefile: Likewise.
14085         (all): Remove target.
14086         * sysvipc/Makefile: Include Makeconfig immediately after defining
14087         subdir.
14088         * termios/Makefile: Likewise.
14089         * time/Makefile: Likewise.
14090         * timezone/Makefile: Likewise.
14091         (all): Remove target.
14092         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14093         subdir.
14094         * wctype/Makefile: Likewise.
14095
14096 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14097
14098         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14099         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14100         (libc_feholdexcept_setround_mips): Ditto.
14101         (libc_feholdsetround): New.
14102         (libc_feholdsetroundf): New.
14103         (libc_feholdsetroundl): New.
14104         (libc_feupdateenv_test_mips): New.
14105         (libc_feupdateenv_test): New.
14106         (libc_feupdateenv_testf): New.
14107         (libc_feupdateenv_testl): New.
14108         (libc_feresetround): New.
14109         (libc_feresetroundf): New.
14110         (libc_feresetroundl): New.
14111         (libc_fetestexcept_mips): New.
14112         (libc_fetestexcept): New.
14113         (libc_fetestexceptf): New.
14114         (libc_fetestexceptl): New.
14115         (HAVE_RM_CTX): New.
14116         (libc_feholdexcept_setround_mips_ctx): New.
14117         (libc_feholdexcept_setround_ctx): New.
14118         (libc_feholdexcept_setroundf_ctx): New.
14119         (libc_feholdexcept_setroundl_ctx): New.
14120         (libc_fesetenv_mips_ctx): New.
14121         (libc_fesetenv_ctx): New.
14122         (libc_fesetenv_ctxf): New.
14123         (libc_fesetenv_ctxl): New.
14124         (libc_feupdateenv_mips_ctx): New.
14125         (libc_feupdateenv_ctx): New.
14126         (libc_feupdateenvf_ctx): New.
14127         (libc_feupdateenvl_ctx): New.
14128         (libc_feholdsetround_mips_ctx): New.
14129         (libc_feholdsetround_ctx): New.
14130         (libc_feholdsetroundf_ctx): New.
14131         (libc_feholdsetroundl_ctx): New.
14132         (libc_feresetround_mips_ctx): New.
14133         (libc_feresetround_ctx): New.
14134         (libc_feresetroundf_ctx): New.
14135         (libc_feresetroundl_ctx): New.
14136
14137 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14138
14139         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14140
14141         * manual/ipc.texi: New file.
14142         * manual/Makefile (chapters): Add ipc.
14143         * manual/job.texi: Add "Inter-Process Communication" to next.
14144         * manual/process.texi: Add "Inter-Process Communication" to prev.
14145
14146 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14147
14148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14149
14150 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14151
14152         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14153
14154         * manual/arith.texi: Fix spaces after sentences.
14155         * manual/charset.texi: Likewise.
14156         * manual/errno.texi: Likewise.
14157         * manual/install.texi: Likewise.
14158         * manual/llio.texi: Likewise.
14159         * manual/locale.texi: Likewise.
14160         * manual/maint.texi: Likewise.
14161         * manual/math.texi: Likewise.
14162         * manual/memory.texi: Likewise.
14163         * manual/message.texi: Likewise.
14164         * manual/probes.texi: Likewise.
14165         * manual/resource.texi: Likewise.
14166         * manual/signal.texi: Likewise.
14167         * manual/socket.texi: Likewise.
14168         * manual/stdio.texi: Likewise.
14169         * manual/string.texi: Likewise.
14170         * manual/time.texi: Likewise.
14171         * manual/users.texi: Likewise.
14172
14173 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14174
14175         [BZ #16632]
14176         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14177         _DEFAULT_SOURCE is defined.
14178
14179 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14180             Carlos O'Donell  <carlos@redhat.com>
14181
14182         [BZ #16613]
14183         * elf/dl-tls.c (_dl_count_modids): New function.
14184         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14185         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14186         audit library and increment generation counter.
14187         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14188         * elf/tst-audit9.c: New file.
14189         * elf/tst-auditmod9a.c: New file.
14190         * elf/tst-auditmod9b.c: New file.
14191         * elf/Makefile: Add rules to build and run tst-audit9.
14192
14193 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14194
14195         [BZ #15347]
14196         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14197
14198 2014-02-25  Will Newton  <will.newton@linaro.org>
14199
14200         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14201         (__longjmp): Restore sp and lr before restoring callee
14202         saved registers.  Add longjmp and longjmp_target
14203         SystemTap probe point.
14204         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14205         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14206         Define to zero to match jmpbuf layout.
14207         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14208         (__sigsetjmp): Save sp and lr before saving callee
14209         saved registers.  Add setjmp SystemTap probe point.
14210
14211 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14212
14213         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14214
14215 2014-02-24  Andreas Schwab  <schwab@suse.de>
14216
14217         [BZ #15804]
14218         * elf/pldd.c (wait_for_ptrace_stop): New function.
14219         (main): Call it after attaching.
14220
14221 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14222
14223         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14224         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14225         Versions files is now verboten.
14226         * hurd/Versions (libc: GLIBC_2.0):
14227         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14228         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14229         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14230         * mach/Versions: Likewise.
14231
14232         * csu/Versions: Remove unused %include.
14233         * resolv/Versions: Likewise.
14234
14235 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14236
14237         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14238         ($(objpfx)check-local-headers.out): Likewise.
14239         ($(objpfx)begin-end-check.out): Likewise.
14240         * Makerules (check-abi-%.out): Likewise.
14241         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14242         ($(objpfx)test2.cat): Likewise.
14243         ($(objpfx)de/libc.cat): Likewise.
14244         ($(objpfx)test-gencat.out): Likewise.
14245         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14246         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14247         ($(objpfx)noload-mem): Likewise.
14248         ($(objpfx)tst-pathopt.out): Likewise.
14249         ($(objpfx)tst-rtld-load-self.out): Likewise.
14250         ($(objpfx)tst-array1-cmp.out): Likewise.
14251         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14252         ($(objpfx)tst-array2-cmp.out): Likewise.
14253         ($(objpfx)tst-array3-cmp.out): Likewise.
14254         ($(objpfx)tst-array4-cmp.out): Likewise.
14255         ($(objpfx)tst-array5-cmp.out): Likewise.
14256         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14257         ($(objpfx)check-textrel.out): Likewise.
14258         ($(objpfx)check-execstack.out): Likewise.
14259         ($(objpfx)check-localplt.out): Likewise.
14260         ($(objpfx)order2-cmp.out): Likewise.
14261         ($(objpfx)tst-leaks1-mem): Likewise.
14262         ($(objpfx)tst-leaks1-static-mem): Likewise.
14263         ($(objpfx)tst-initorder-cmp.out): Likewise.
14264         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14265         ($(objpfx)tst-unused-dep.out): Likewise.
14266         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14267         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14268         * iconv/Makefile (test-iconvconfig): Likewise.
14269         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14270         ($(objpfx)iconv-test.out): Likewise.
14271         ($(objpfx)tst-tables.out): Likewise.
14272         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14273         ($(objpfx)tst-gettext.out): Likewise.
14274         ($(objpfx)tst-translit.out): Likewise.
14275         ($(objpfx)tst-gettext2.out): Likewise.
14276         ($(objpfx)tst-gettext4.out): Likewise.
14277         ($(objpfx)tst-gettext6.out): Likewise.
14278         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14279         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14280         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14281         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14282         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14283         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14284         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14285         ($(objpfx)wordexp-tst.out): Likewise.
14286         ($(objpfx)annexc.out): Likewise.
14287         ($(objpfx)tst-fnmatch-mem): Likewise.
14288         ($(objpfx)bug-regex2-mem): Likewise.
14289         ($(objpfx)bug-regex14-mem): Likewise.
14290         ($(objpfx)bug-regex21-mem): Likewise.
14291         ($(objpfx)bug-regex31-mem): Likewise.
14292         ($(objpfx)tst-vfork3-mem): Likewise.
14293         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14294         ($(objpfx)tst-pcre-mem): Likewise.
14295         ($(objpfx)tst-boost-mem): Likewise.
14296         ($(objpfx)tst-getconf.out): Likewise.
14297         ($(objpfx)bug-ga2-mem): Likewise.
14298         ($(objpfx)bug-glob2-mem): Likewise.
14299         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14300         ($(objpfx)mtrace-tst-leaks2): Likewise.
14301         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14302         ($(objpfx)tst-printf.out): Likewise.
14303         ($(objpfx)tst-setvbuf1.out): Likewise.
14304         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14305         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14306         ($(objpfx)tst-fmtmsg.out): Likewise.
14307         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14308         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14309
14310         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14311         * bits/sigaction.h [__USE_MISC]: Likewise.
14312         * bits/waitstatus.h: Update #endif comments.
14313         * ctype/ctype.h: Likewise.
14314         * dirent/dirent.h: Likewise.
14315         [__USE_MISC]: Remove redundant conditionals.
14316         * grp/grp.h: Update #endif comments.
14317         [__USE_GNU]: Remove redundant conditionals.
14318         [__USE_MISC]: Likewise.
14319         * inet/netinet/in.h [__USE_GNU]: Likewise.
14320         * io/sys/stat.h [__USE_MISC]: Likewise.
14321         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14322         * libio/bits/stdio.h: Update #endif comments.
14323         [__USE_MISC]: Remove redundant conditionals.
14324         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14325         * libio/stdio.h: Update #endif comments.
14326         [__USE_MISC]: Remove redundant conditionals.
14327         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14328         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14329         * math/math.h: Update #else and #endif comments.
14330         [__USE_MISC]: Remove redundant conditionals.
14331         * misc/sys/uio.h: Update #endif comments.
14332         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14333         * posix/glob.h [__USE_MISC]: Likewise.
14334         * posix/sys/types.h: Update #endif comments.
14335         [__USE_MISC]: Remove redundant conditionals.
14336         * posix/sys/wait.h: Update #endif comments.
14337         [__USE_MISC]: Remove redundant conditionals.
14338         * posix/unistd.h: Update #endif comments.
14339         [__USE_MISC]: Remove redundant conditionals.
14340         * pwd/pwd.h [__USE_GNU]: Likewise.
14341         [__USE_MISC]: Likewise.
14342         * resolv/netdb.h [__USE_GNU]: Likewise.
14343         * signal/signal.h: Update #endif comments.
14344         [__USE_MISC]: Remove redundant conditionals.
14345         * stdlib/stdlib.h: Update #else and #endif comments.
14346         [__USE_MISC]: Remove redundant conditionals.
14347         [__USE_GNU]: Likewise.
14348         * string/bits/string2.h [__USE_MISC]: Likewise.
14349         * string/string.h: Update #endif comments.
14350         [__USE_MISC]: Remove redundant conditionals.
14351         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14352         Likewise.
14353         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14354         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14355         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14356         Likewise.
14357         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14358         Likewise.
14359         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14360         comments.
14361         [__USE_MISC]: Remove redundant conditionals.
14362         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14363         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14364         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14365         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14366         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14367         Likewise.
14368         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14369         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14370         Likewise.
14371         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14372         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14373         Likewise.
14374         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14375         Likewise.
14376         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14377         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14378         Likewise.
14379         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14380         Likewise.
14381         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14382         * sysdeps/x86/bits/string.h: Update #endif comments.
14383         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14384         conditionals.
14385         * time/sys/time.h: Update #endif comments.
14386         * time/time.h: Likewise.
14387         [__USE_MISC]: Remove redundant conditionals.
14388
14389 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14390
14391         [BZ #16600]
14392         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14393
14394 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14395
14396         * Versions.def (librt): Add GLIBC_2.17.
14397
14398 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14399
14400         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14401         synonym for _SYS_AUXV_H to allow direct inclusion.
14402         * sysdeps/sparc/bits/hwcap.h: Likewise.
14403         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14404         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14405         * sysdeps/sparc/sysdep.h: Likewise.
14406
14407 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14408
14409         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14410
14411 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14412
14413         * benchtests/bench-strrchr.c: Print length instead of position.
14414
14415 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14416
14417         [BZ #16611]
14418         * sysdeps/unix/sysv/linux/kernel-features.h
14419         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14420         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14421         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14422         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14423         Likewise.
14424         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14425         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14426         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14427         (__ASSUME_SENDMMSG): Define instead of using previous
14428         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14429         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14430         (__ASSUME_SENDMMSG_SYSCALL): Define.
14431         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14432         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14433         Likewise.
14434         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14435         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14436         Likewise.
14437         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14438         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14439         Likewise.
14440         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14441         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14442         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14443         [__ASSUME_SENDMMSG]: Change conditionals to
14444         [__ASSUME_SENDMMSG_SOCKETCALL].
14445         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14446         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14447         Define.
14448         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14449         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14450         Likewise.
14451         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14452         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14453         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14454         [!__ASSUME_SENDMMSG]: Change conditional to
14455         [!__ASSUME_SENDMMSG_SOCKETCALL].
14456         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14457         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14458         Define.
14459
14460         [BZ #16610]
14461         * sysdeps/unix/sysv/linux/kernel-features.h
14462         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14463         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14464         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14465         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14466         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14467         [__i386__ || __sparc__]
14468         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14469         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14470         (__ASSUME_RECVMMSG): Define instead of using previous
14471         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14472         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14473         (__ASSUME_RECVMMSG_SYSCALL): Define.
14474         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14475         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14476         Likewise.
14477         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14478         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14479         Likewise.
14480         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14481         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14482         Likewise.
14483         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14484         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14485         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14486         [__ASSUME_RECVMMSG]: Change condition to
14487         [__ASSUME_RECVMMSG_SOCKETCALL].
14488         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14489         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14490         Define.
14491         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14492         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14493         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14494         Likewise.
14495         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14496         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14497         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14498         [!__ASSUME_RECVMMSG]: Change condition to
14499         [!__ASSUME_RECVMMSG_SOCKETCALL].
14500         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14501         (__ASSUME_RECVMMSG_SYSCALL): Define.
14502
14503         [BZ #16609]
14504         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14505         __powerpc__ || __s390__ || __sh__ || __sparc__]
14506         (__ASSUME_SOCKETCALL): Define.
14507         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14508         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14509         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14510         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14511         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14512         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14513         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14514         (__ASSUME_ACCEPT4): Define instead of using previous
14515         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14516         __powerpc__ || __sparc__ || __s390__)] condition.
14517         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14518         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14519         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14520         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14521         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14522         [!__ASSUME_ACCEPT4]: Change condition to
14523         [!__ASSUME_ACCEPT4_SOCKETCALL].
14524         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14525         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14526         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14527         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14528         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14529         __ASSUME_ACCEPT4_SYSCALL.
14530         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14531         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14532         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14533         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14534         __ASSUME_ACCEPT4_SYSCALL.
14535         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14536         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14537         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14538         [__ASSUME_ACCEPT4]: Change condition to
14539         [__ASSUME_ACCEPT4_SOCKETCALL].
14540         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14541         (__ASSUME_SOCKETCALL): Define.
14542         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14543         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14544         (__ASSUME_SOCKETCALL): Define.
14545         (__ASSUME_ACCEPT4): Remove.
14546         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14547         Define.
14548         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14549         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14550         Likewise.
14551         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14552         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14553
14554         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14555         macro.
14556         (HWCAP_ARM_LPAE): Likewise.
14557         (HWCAP_ARM_EVTSTRM): Likewise.
14558         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14559         Add vpfd32, lpae and evtstrm.
14560         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14561         Increase to 22.
14562
14563 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14564
14565         * math/auto-libm-test-in: Add tests of clog10.
14566         * math/auto-libm-test-out: Regenerated.
14567         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14568         * sysdeps/i386/fpu/libm-test-ulps: Update.
14569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14570
14571 2014-02-18  Andreas Schwab  <schwab@suse.de>
14572
14573         [BZ #16574]
14574         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14575         Store non-zero if the second buffer was newly allocated.
14576         (send_dg): Likewise.
14577         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14578         to send_vc and send_dg.
14579         (res_nsend): Pass NULL for ansp2_malloced.
14580         * resolv/res_query.c (__libc_res_nquery): Add parameter
14581         answerp2_malloced and pass it down to __libc_res_nsend.
14582         (res_nquery): Pass additional NULL to __libc_res_nquery.
14583         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14584         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14585         second answer buffer if answerp2_malloced was set.
14586         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14587         (__libc_res_nquerydomain): Add parameter
14588         answerp2_malloced and pass it down to __libc_res_nquery.
14589         (res_nquerydomain): Pass additional NULL to
14590         __libc_res_nquerydomain.
14591         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14592         additional NULL to __libc_res_nsend and __libc_res_nquery.
14593         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14594         additional NULL to __libc_res_nsearch.
14595         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14596         parameter of __libc_res_nsearch to check for separately allocated
14597         second buffer.
14598         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14599         __libc_res_nquery.
14600         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14601         additional NULL to __libc_res_nquery.
14602         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14603         __libc_res_nsearch.
14604         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14605         * include/resolv.h: Update prototypes of __libc_res_nquery,
14606         __libc_res_nsearch, __libc_res_nsend.
14607
14608 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14609
14610         * math/auto-libm-test-in: Add tests of fma.
14611         * math/auto-libm-test-out: Regenerated.
14612         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14613         (fma_towardzero_test_data): Likewise.
14614         (fma_downward_test_data): Likewise.
14615         (fma_upward_test_data): Likewise.
14616         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14617         mpc_mode.
14618         (rounding_modes): Add values for new field.
14619         (func_calc_method): Add value mpfr_fff_f.
14620         (func_calc_desc): Add mpfr_fff_f union field.
14621         (test_function): Add field exact_args.
14622         (FUNC): Add macro argument EXACT_ARGS.
14623         (FUNC_mpfr_f_f): Update call to FUNC.
14624         (FUNC_mpfr_f_f): Likewise.
14625         (FUNC_mpfr_ff_f): Likewise.
14626         (FUNC_mpfr_if_f): Likewise.
14627         (FUNC_mpc_c_f): Likewise.
14628         (FUNC_mpc_c_c): Likewise.
14629         (test_functions): Add fma.  Update calls to FUNC.
14630         (handle_input_arg): Add argument exact_args.
14631         (add_test): Update call to handle_input_arg.
14632         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14633         (output_for_one_input_case): Update call to calc_generic_results.
14634         Recalculate exact zero results in each rounding mode.
14635
14636         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14637         non-negative before setting low bit.
14638         * math/auto-libm-test-in: Mark one asin test possibly having
14639         spurious underflow.
14640         * math/auto-libm-test-out: Regenerated.
14641         * sysdeps/i386/fpu/libm-test-ulps: Update.
14642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14643
14644 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14645
14646         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14647         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14648         ports/sysdeps/unix/sysv/linux/microblaze.
14649         * README: Add missing listing for microblaze*-*-linux-gnu.
14650
14651 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14652
14653         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14654         duplicate code
14655
14656 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14657
14658         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14659         * sysdeps/unix/sysv/linux/ia64: Move directory from
14660         ports/sysdeps/unix/sysv/linux/ia64.
14661         * README: Update listing for ia64-*-linux-gnu.
14662
14663 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14664             Joseph Myers  <joseph@codesourcery.com>
14665
14666         * Makeconfig (test-name): New variable.
14667         (evaluate-test): Likewise.
14668         * Makerules (do-test-clean): Remove .test-result files.
14669         (common-mostlyclean): Likewise.
14670         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14671         * scripts/evaluate-test.sh: New file.
14672
14673 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14674
14675         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14676         separate $(objpfx)tst-fopenloc-cmp.out and
14677         $(objpfx)tst-fopenloc-mem.out targets.
14678         (tests): Update dependencies.
14679         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14680         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14681         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14682         (tst-rxspencer-no-utf8-ARGS): New variable.
14683         (tst-rxspencer-no-utf8-ENV): Likewise.
14684         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14685         instead of $(objpfx)tst-rxspencer-mem.
14686         ($(objpfx)tst-rxspencer-mem): Change target to
14687         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14688         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14689         * posix/tst-rxspencer-no-utf8.c: New file.
14690
14691         * elf/Makefile ($(objpfx)order.out): Remove rule.
14692         [$(run-built-tests) = yes] (tests): Depend on
14693         $(objpfx)order-cmp.out.
14694         ($(objpfx)order-cmp.out): New rule.
14695         [$(run-built-tests) = yes] (tests): Depend on
14696         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14697         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14698         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14699         $(objpfx)tst-array5-static-cmp.out.
14700         ($(objpfx)tst-array1.out): Remove rule.
14701         ($(objpfx)tst-array1-cmp.out): New rule.
14702         ($(objpfx)tst-array1-static.out): Remove rule.
14703         ($(objpfx)tst-array1-static-cmp.out): New rule.
14704         ($(objpfx)tst-array2.out): Remove rule.
14705         ($(objpfx)tst-array2-cmp.out): New rule.
14706         ($(objpfx)tst-array3.out): Remove rule.
14707         ($(objpfx)tst-array3-cmp.out): New rule.
14708         ($(objpfx)tst-array4.out): Remove rule.
14709         ($(objpfx)tst-array4-cmp.out): New rule.
14710         ($(objpfx)tst-array5.out): Remove rule.
14711         ($(objpfx)tst-array5-cmp.out): New rule.
14712         ($(objpfx)tst-array5-static.out): Remove rule.
14713         ($(objpfx)tst-array5-static-cmp.out): New rule.
14714         [$(run-built-tests) = yes] (tests): Depend on
14715         $(objpfx)order2-cmp.out.
14716         ($(objpfx)order2.out): Remove rule.
14717         ($(objpfx)order2-cmp.out): New rule.
14718         ($(objpfx)tst-initorder.out): Remove rule.
14719         [$(run-built-tests) = yes] (tests): Depend on
14720         $(objpfx)tst-initorder-cmp.out.
14721         ($(objpfx)tst-initorder-cmp.out): New rule.
14722         ($(objpfx)tst-initorder2.out): Remove rule.
14723         [$(run-built-tests) = yes] (tests): Depend on
14724         $(objpfx)tst-initorder2-cmp.out.
14725         ($(objpfx)tst-initorder2-cmp.out): New rule.
14726         [$(run-built-tests) = yes] (tests): Depend on
14727         $(objpfx)tst-unused-dep-cmp.out.
14728         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14729         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14730         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14731         on $(objpfx)tst-setvbuf1-cmp.out.
14732         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14733         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14734         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14735         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14736         ($(objpfx)tst-svc.out): Remove rule.
14737         ($(objpfx)tst-svc-cmp.out): New rule.
14738
14739 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14740
14741         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14742         * ctype/ctype.h [__USE_MISC]: Likewise.
14743         * dirent/dirent.h [__USE_MISC]: Likewise.
14744         * grp/grp.h [__USE_MISC]: Likewise.
14745         * io/fcntl.h [__USE_MISC]: Likewise.
14746         * io/sys/stat.h [__USE_MISC]: Likewise.
14747         * libio/stdio.h [__USE_MISC]: Likewise.
14748         * posix/unistd.h [__USE_MISC]: Likewise.
14749         * pwd/pwd.h [__USE_MISC]: Likewise.
14750         * stdlib.h [__USE_MISC]: Likewise.
14751         * string/bits/string2.h [__USE_MISC]: Likewise.
14752         * string/string.h [__USE_MISC]: Likewise.
14753         * time/time.h [__USE_MISC]: Likewise.
14754
14755 2014-02-13  Andreas Schwab  <schwab@suse.de>
14756
14757         [BZ #16574]
14758         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14759         second answer buffer if it was separately allocated.
14760
14761 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14762
14763         * sysdeps/mips/math-tests.h: Include <features.h>.
14764         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14765         (ROUNDING_TESTS_long_double): Do not define.
14766         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14767         (EXCEPTION_TESTS_long_double): Likewise.
14768         * sysdeps/mips/mips64/libm-test-ulps: Update.
14769
14770         * include/features.h (__USE_BSD): Remove macro definitions.
14771         (__USE_SVID): Likewise.
14772         (_BSD_SOURCE): Likewise.
14773         (_SVID_SOURCE): Likewise.
14774         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14775         from definition of _DEFAULT_SOURCE.
14776         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14777         [_DEFAULT_SOURCE].
14778         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14779         * bits/mman.h [__USE_BSD]: Likewise.
14780         * bits/termios.h [__USE_BSD]: Likewise.
14781         * bits/waitstatus.h [__USE_BSD]: Likewise.
14782         * ctype/ctype.h [__USE_SVID]: Likewise.
14783         * dirent/dirent.h [__USE_BSD]: Likewise.
14784         * grp/grp.h [__USE_SVID]: Likewise.
14785         [__USE_BSD]: Likewise.
14786         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14787         * io/fcntl.h [__USE_BSD]: Likewise.
14788         * io/ftw.h [__USE_BSD]: Likewise.
14789         * io/sys/stat.h [__USE_BSD]: Likewise.
14790         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14791         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14792         * libio/stdio.h [__USE_SVID]: Likewise.
14793         [__USE_BSD]: Likewise.
14794         * math/math.h [__USE_SVID]: Likewise.
14795         [__USE_BSD]: Likewise.
14796         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14797         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14798         * misc/search.h [__USE_SVID]: Likewise.
14799         * misc/sys/mman.h [__USE_BSD]: Likewise.
14800         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14801         * misc/sys/uio.h [__USE_BSD]: Likewise.
14802         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14803         * posix/glob.h [__USE_BSD]: Likewise.
14804         * posix/regex.h [__USE_BSD]: Likewise.
14805         * posix/sys/types.h [__USE_BSD]: Likewise.
14806         [__USE_SVID]: Likewise.
14807         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14808         * posix/sys/wait.h [__USE_BSD]: Likewise.
14809         [__USE_SVID]: Likewise.
14810         * posix/unistd.h [__USE_BSD]: Likewise.
14811         [__USE_SVID]: Likewise.
14812         * pwd/pwd.h [__USE_SVID]: Likewise.
14813         * resolv/netdb.h [__USE_BSD]: Likewise.
14814         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14815         * signal/signal.h [__USE_BSD]: Likewise.
14816         [__USE_SVID]: Likewise.
14817         * socket/sys/socket.h [__USE_BSD]: Likewise.
14818         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14819         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14820         [__USE_SVID]: Likewise.
14821         * string/bits/string2.h [__USE_BSD]: Likewise.
14822         [__USE_SVID]: Likewise.
14823         * string/bits/string3.h [__USE_BSD]: Likewise.
14824         * string/endian.h [__USE_BSD]: Likewise.
14825         * string/string.h [__USE_SVID]: Likewise.
14826         [__USE_BSD]: Likewise.
14827         * string/strings.h [__USE_BSD]: Likewise.
14828         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14829         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14830         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14831         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14832         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14833         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14834         Likewise.
14835         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14836         Likewise.
14837         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14838         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14839         Likewise.
14840         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14841         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14842         Likewise.
14843         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14844         Likewise.
14845         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14846         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14847         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14848         Likewise.
14849         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14850         Likewise.
14851         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14852         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14853         * termios/termios.h [__USE_BSD]: Likewise.
14854         * time/sys/time.h [__USE_BSD]: Likewise.
14855         * time/time.h [__USE_BSD]: Likewise.
14856         [__USE_SVID]: Likewise.
14857
14858         * Makefile (subdir_targets): Remove subdir_lint.out.
14859
14860         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14861         (do-tst-printf): Likewise.
14862         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14863         $(objpfx)tst-printf.out.
14864
14865         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14866
14867         * Makerules (check-abi-%): Change target to
14868         $(objpfx)check-abi-%.out.
14869         (check-abi target): Update dependencies.
14870         (check-abi-pattern variable): Redirect output of diff to $@.
14871         (check-abi variable): Likewise.
14872         * elf/Makefile (check-abi): Update dependencies.
14873
14874         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14875         unused.
14876         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14877         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14878         subnormal range.
14879         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14880         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14881         value has largest subnormal exponent.
14882         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14883         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14884         * sysdeps/aarch64/soft-fp/sfp-machine.h
14885         (_FP_TININESS_AFTER_ROUNDING): New macro.
14886         * sysdeps/alpha/soft-fp/sfp-machine.h
14887         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14888         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14889         Likewise.
14890         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14891         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14892         * sysdeps/mips/soft-fp/sfp-machine.h
14893         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14894         * sysdeps/powerpc/soft-fp/sfp-machine.h
14895         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14896         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14897         Likewise.
14898         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14899         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14900         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14901         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14902         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14903         Likewise.
14904
14905 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14906
14907         [BZ #16545]
14908         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14909         model 1.
14910
14911 2014-02-12  Richard Henderson  <rth@redhat.com>
14912
14913         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14914         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14915         * sysdeps/unix/sysv/linux/alpha: Move directory from
14916         ports/sysdeps/unix/sysv/linux/alpha.
14917         * README: Update listing for alpha-*-linux-gnu.
14918
14919 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14920
14921         * include/features.h: Update comment documenting feature test
14922         macros.
14923         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14924         _DEFAULT_SOURCE.
14925         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14926         (_SVID_SOURCE): Likewise.
14927         (_DEFAULT_SOURCE): Update description of default features.
14928         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14929         with _GNU_SOURCE.
14930         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14931         (S_ISVTX): Likewise.
14932         * manual/math.texi (Mathematical Constants): Likewise.
14933         * manual/signal.texi (Interrupted Primitives): Likewise.
14934         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14935         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14936         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14937         Don't refer to _SVID_SOURCE in warning text.
14938
14939         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14940
14941         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14942         already defined.
14943         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14944         * sysdeps/mips/dl-lookup.c: Remove.
14945         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14946
14947 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14948
14949         [BZ #16447]
14950         * math/auto-libm-test-in: Add testcase for expl.
14951         * math/auto-libm-test-out: Regenerate.
14952         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14953         calculation of unsafe.
14954         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14955
14956 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14957
14958         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14959         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14960         ports/sysdeps/unix/sysv/linux/aarch64.
14961         * README: Update listing for aarch64*-*-linux-gnu.
14962
14963 2014-02-11  Will Newton  <will.newton@linaro.org>
14964
14965         * manual/probes.texi (Mathematical Function Probes): Use
14966         "triggered" instead of "hit".
14967
14968         * manual/probes.texi (Internal Probes): Add documentation
14969         of setjmp, longjmp and longjmp_target probes.
14970
14971         * include/stap-probe.h: Add comment about probe argument
14972         format.
14973
14974         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14975         definition.  (tr_where, tr_freehook, tr_mallochook,
14976         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14977
14978 2014-02-11  David S. Miller  <davem@davemloft.net>
14979
14980         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14981         processing int_tests.
14982
14983 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14984
14985         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14986         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14987         * sysdeps/unix/sysv/linux/mips: Move directory from
14988         ports/sysdeps/unix/sysv/linux/mips.
14989         * README: Update listing for mips-*-linux-gnu and
14990         mips64-*-linux-gnu.
14991
14992 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14993
14994         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14995         * sysdeps/unix/sysv/linux/m68k: Move directory from
14996         ports/sysdeps/unix/sysv/linux/m68k.
14997         * README: Update listing for m68k-*-linux-gnu.
14998
14999 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15000
15001         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15002         * sysdeps/unix/sysv/linux/generic: Move directory from
15003         ports/sysdeps/unix/sysv/linux/generic.
15004         * sysdeps/unix/sysv/linux/tile: Move directory from
15005         ports/sysdeps/unix/sysv/linux/tile.
15006         * README: Update listing for tile*-*-linux-gnu.
15007
15008 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15009
15010         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15011         __builtin_expect.
15012         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15013         * catgets/open_catalog.c (__open_catalog): Likewise.
15014         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15015         * debug/confstr_chk.c: Likewise.
15016         * debug/fread_chk.c (__fread_chk): Likewise.
15017         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15018         * debug/getgroups_chk.c: Likewise.
15019         * debug/mbsnrtowcs_chk.c: Likewise.
15020         * debug/mbsrtowcs_chk.c: Likewise.
15021         * debug/mbstowcs_chk.c: Likewise.
15022         * debug/memcpy_chk.c: Likewise.
15023         * debug/memmove_chk.c: Likewise.
15024         * debug/mempcpy_chk.c: Likewise.
15025         * debug/memset_chk.c: Likewise.
15026         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15027         * debug/strcat_chk.c (__strcat_chk): Likewise.
15028         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15029         * debug/strncat_chk.c (__strncat_chk): Likewise.
15030         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15031         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15032         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15033         * debug/wcpncpy_chk.c: Likewise.
15034         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15035         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15036         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15037         * debug/wcsncpy_chk.c: Likewise.
15038         * debug/wcsnrtombs_chk.c: Likewise.
15039         * debug/wcsrtombs_chk.c: Likewise.
15040         * debug/wcstombs_chk.c: Likewise.
15041         * debug/wmemcpy_chk.c: Likewise.
15042         * debug/wmemmove_chk.c: Likewise.
15043         * debug/wmempcpy_chk.c: Likewise.
15044         * debug/wmemset_chk.c: Likewise.
15045         * dirent/scandirat.c (SCANDIRAT): Likewise.
15046         * dlfcn/dladdr1.c (dladdr1): Likewise.
15047         * dlfcn/dladdr.c (dladdr): Likewise.
15048         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15049         * dlfcn/dlerror.c (__dlerror): Likewise.
15050         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15051         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15052         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15053         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15054         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15055         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15056         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15057         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15058         Likewise.
15059         * elf/dl-conflict.c: Likewise.
15060         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15061         * elf/dl-dst.h: Likewise.
15062         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15063         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15064         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15065         * elf/dl-init.c (call_init, _dl_init): Likewise.
15066         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15067         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15068         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15069         Likewise.
15070         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15071         Likewise.
15072         * elf/dl-minimal.c (__libc_memalign): Likewise.
15073         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15074         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15075         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15076         * elf/dl-sym.c (do_sym): Likewise.
15077         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15078         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15079         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15080         * elf/dl-writev.h (_dl_writev): Likewise.
15081         * elf/ldconfig.c (search_dir): Likewise.
15082         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15083         (dl_main): Likewise.
15084         * elf/setup-vdso.h (setup_vdso): Likewise.
15085         * grp/compat-initgroups.c (compat_call): Likewise.
15086         * grp/fgetgrent.c (fgetgrent): Likewise.
15087         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15088         * grp/putgrent.c (putgrent): Likewise.
15089         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15090         Likewise.
15091         * hurd/hurdinit.c: Likewise.
15092         * iconvdata/8bit-gap.c (struct): Likewise.
15093         * iconvdata/ansi_x3.110.c : Likewise.
15094         * iconvdata/big5.c : Likewise.
15095         * iconvdata/big5hkscs.c : Likewise.
15096         * iconvdata/cp1255.c: Likewise.
15097         * iconvdata/cp1258.c : Likewise.
15098         * iconvdata/cp932.c : Likewise.
15099         * iconvdata/euc-cn.c: Likewise.
15100         * iconvdata/euc-jisx0213.c : Likewise.
15101         * iconvdata/euc-jp.c: Likewise.
15102         * iconvdata/euc-jp-ms.c : Likewise.
15103         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15104         * iconvdata/gb18030.c : Likewise.
15105         * iconvdata/gbbig5.c (const): Likewise.
15106         * iconvdata/gbgbk.c: Likewise.
15107         * iconvdata/gbk.c : Likewise.
15108         * iconvdata/ibm1364.c : Likewise.
15109         * iconvdata/ibm930.c : Likewise.
15110         * iconvdata/ibm932.c: Likewise.
15111         * iconvdata/ibm933.c : Likewise.
15112         * iconvdata/ibm935.c : Likewise.
15113         * iconvdata/ibm937.c : Likewise.
15114         * iconvdata/ibm939.c : Likewise.
15115         * iconvdata/ibm943.c: Likewise.
15116         * iconvdata/iso_11548-1.c: Likewise.
15117         * iconvdata/iso-2022-cn.c : Likewise.
15118         * iconvdata/iso-2022-cn-ext.c : Likewise.
15119         * iconvdata/iso-2022-jp-3.c: Likewise.
15120         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15121         * iconvdata/iso-2022-kr.c : Likewise.
15122         * iconvdata/iso646.c (gconv_end): Likewise.
15123         * iconvdata/iso_6937-2.c : Likewise.
15124         * iconvdata/iso_6937.c : Likewise.
15125         * iconvdata/iso8859-1.c: Likewise.
15126         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15127         * iconvdata/shift_jisx0213.c : Likewise.
15128         * iconvdata/sjis.c : Likewise.
15129         * iconvdata/t.61.c : Likewise.
15130         * iconvdata/tcvn5712-1.c : Likewise.
15131         * iconvdata/tscii.c: Likewise.
15132         * iconvdata/uhc.c : Likewise.
15133         * iconvdata/unicode.c (gconv_end): Likewise.
15134         * iconvdata/utf-16.c (gconv_end): Likewise.
15135         * iconvdata/utf-32.c (gconv_end): Likewise.
15136         * iconvdata/utf-7.c (base64): Likewise.
15137         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15138         * iconv/gconv_close.c (__gconv_close): Likewise.
15139         * iconv/gconv_open.c (__gconv_open): Likewise.
15140         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15141         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15142         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15143         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15144         (ucs4le_internal_loop_single): Likewise.
15145         * iconv/iconv.c (iconv): Likewise.
15146         * iconv/iconv_close.c: Likewise.
15147         * iconv/loop.c (SINGLE): Likewise.
15148         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15149         * include/atomic.h: Likewise.
15150         * inet/inet6_option.c (option_alloc): Likewise.
15151         * intl/bindtextdom.c (set_binding_values): Likewise.
15152         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15153         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15154         * intl/localealias.c (read_alias_file): Likewise.
15155         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15156         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15157         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15158         * libio/fmemopen.c (fmemopen): Likewise.
15159         * libio/iofgets.c (_IO_fgets): Likewise.
15160         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15161         * libio/iofgetws.c (fgetws): Likewise.
15162         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15163         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15164         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15165         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15166         * locale/findlocale.c (_nl_find_locale): Likewise.
15167         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15168         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15169         Likewise.
15170         * locale/setlocale.c (setlocale): Likewise.
15171         * login/programs/pt_chown.c (main): Likewise.
15172         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15173         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15174         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15175         (mmap, mmap64, mremap, munmap): Likewise.
15176         * math/e_exp2l.c: Likewise.
15177         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15178         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15179         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15180         * math/s_catan.c (__catan): Likewise.
15181         * math/s_catanf.c (__catanf): Likewise.
15182         * math/s_catanh.c (__catanh): Likewise.
15183         * math/s_catanhf.c (__catanhf): Likewise.
15184         * math/s_catanhl.c (__catanhl): Likewise.
15185         * math/s_catanl.c (__catanl): Likewise.
15186         * math/s_ccosh.c (__ccosh): Likewise.
15187         * math/s_ccoshf.c (__ccoshf): Likewise.
15188         * math/s_ccoshl.c (__ccoshl): Likewise.
15189         * math/s_cexp.c (__cexp): Likewise.
15190         * math/s_cexpf.c (__cexpf): Likewise.
15191         * math/s_cexpl.c (__cexpl): Likewise.
15192         * math/s_clog10.c (__clog10): Likewise.
15193         * math/s_clog10f.c (__clog10f): Likewise.
15194         * math/s_clog10l.c (__clog10l): Likewise.
15195         * math/s_clog.c (__clog): Likewise.
15196         * math/s_clogf.c (__clogf): Likewise.
15197         * math/s_clogl.c (__clogl): Likewise.
15198         * math/s_csin.c (__csin): Likewise.
15199         * math/s_csinf.c (__csinf): Likewise.
15200         * math/s_csinh.c (__csinh): Likewise.
15201         * math/s_csinhf.c (__csinhf): Likewise.
15202         * math/s_csinhl.c (__csinhl): Likewise.
15203         * math/s_csinl.c (__csinl): Likewise.
15204         * math/s_csqrt.c (__csqrt): Likewise.
15205         * math/s_csqrtf.c (__csqrtf): Likewise.
15206         * math/s_csqrtl.c (__csqrtl): Likewise.
15207         * math/s_ctan.c (__ctan): Likewise.
15208         * math/s_ctanf.c (__ctanf): Likewise.
15209         * math/s_ctanh.c (__ctanh): Likewise.
15210         * math/s_ctanhf.c (__ctanhf): Likewise.
15211         * math/s_ctanhl.c (__ctanhl): Likewise.
15212         * math/s_ctanl.c (__ctanl): Likewise.
15213         * math/w_pow.c: Likewise.
15214         * math/w_powf.c: Likewise.
15215         * math/w_powl.c: Likewise.
15216         * math/w_scalb.c (sysv_scalb): Likewise.
15217         * math/w_scalbf.c (sysv_scalbf): Likewise.
15218         * math/w_scalbl.c (sysv_scalbl): Likewise.
15219         * misc/error.c (error_tail): Likewise.
15220         * misc/pselect.c (__pselect): Likewise.
15221         * nis/nis_callback.c (__nis_create_callback): Likewise.
15222         * nis/nis_call.c (__nisfind_server): Likewise.
15223         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15224         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15225         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15226         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15227         * nis/nis_lookup.c (nis_lookup): Likewise.
15228         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15229         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15230         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15231         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15232         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15233         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15234         * nis/nss_compat/compat-initgroups.c (add_group)
15235         (internal_getgrent_r): Likewise.
15236         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15237         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15238         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15239         (internal_getspnam_r): Likewise.
15240         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15241         (_nss_nis_getaliasbyname_r): Likewise.
15242         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15243         (_nss_nis_getntohost_r): Likewise.
15244         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15245         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15246         (_nss_nis_getgrgid_r): Likewise.
15247         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15248         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15249         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15250         (_nss_nis_gethostbyname4_r): Likewise.
15251         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15252         (initgroups_netid): Likewise.
15253         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15254         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15255         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15256         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15257         (_nss_nis_getprotobynumber_r): Likewise.
15258         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15259         (_nss_nis_getsecretkey): Likewise.
15260         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15261         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15262         (_nss_nis_getpwuid_r): Likewise.
15263         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15264         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15265         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15266         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15267         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15268         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15269         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15270         Likewise.
15271         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15272         (_nss_nisplus_getntohost_r): Likewise.
15273         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15274         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15275         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15276         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15277         Likewise.
15278         * nis/nss_nisplus/nisplus-initgroups.c
15279         (_nss_nisplus_initgroups_dyn): Likewise.
15280         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15281         (_nss_nisplus_getnetbyaddr_r): Likewise.
15282         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15283         (_nss_nisplus_getprotobynumber_r): Likewise.
15284         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15285         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15286         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15287         Likewise.
15288         * nis/nss_nisplus/nisplus-service.c
15289         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15290         (_nss_nisplus_getservbyport_r): Likewise.
15291         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15292         (_nss_nisplus_getspnam_r): Likewise.
15293         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15294         Likewise.
15295         * nscd/aicache.c (addhstaiX): Likewise.
15296         * nscd/cache.c (cache_search, prune_cache): Likewise.
15297         * nscd/connections.c (register_traced_file, send_ro_fd)
15298         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15299         (main_loop_epoll): Likewise.
15300         * nscd/grpcache.c (addgrbyX): Likewise.
15301         * nscd/hstcache.c (addhstbyX): Likewise.
15302         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15303         * nscd/mem.c (gc, mempool_alloc): Likewise.
15304         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15305         (addinnetgrX): Likewise.
15306         * nscd/nscd-client.h (__nscd_acquire_maplock)
15307         (__nscd_drop_map_ref): Likewise.
15308         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15309         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15310         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15311         Likewise.
15312         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15313         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15314         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15315         (__nscd_get_map_ref): Likewise.
15316         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15317         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15318         Likewise.
15319         * nscd/pwdcache.c (addpwbyX): Likewise.
15320         * nscd/selinux.c (preserve_capabilities): Likewise.
15321         * nscd/servicescache.c (addservbyX): Likewise.
15322         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15323         * posix/fnmatch.c (fnmatch): Likewise.
15324         * posix/getopt.c (_getopt_internal_r): Likewise.
15325         * posix/glob.c (glob, glob_in_dir): Likewise.
15326         * posix/wordexp.c (exec_comm_child): Likewise.
15327         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15328         (getanswer_r, gaih_getanswer_slice): Likewise.
15329         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15330         * resolv/res_init.c: Likewise.
15331         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15332         * resolv/res_query.c (__libc_res_nquery): Likewise.
15333         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15334         Likewise.
15335         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15336         * stdio-common/perror.c (perror): Likewise.
15337         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15338         * stdio-common/tmpnam.c (tmpnam): Likewise.
15339         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15340         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15341         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15342         Likewise.
15343         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15344         * stdlib/putenv.c (putenv): Likewise.
15345         * stdlib/setenv.c (__add_to_environ): Likewise.
15346         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15347         * stdlib/strtol_l.c (INTERNAL): Likewise.
15348         * string/memmem.c (memmem): Likewise.
15349         * string/strerror.c (strerror): Likewise.
15350         * string/strnlen.c (__strnlen): Likewise.
15351         * string/test-memmem.c (simple_memmem): Likewise.
15352         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15353         * sunrpc/pm_getport.c (__get_socket): Likewise.
15354         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15355         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15356         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15357         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15358         Likewise.
15359         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15360         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15361         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15362         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15363         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15364         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15365         Likewise.
15366         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15367         Likewise.
15368         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15369         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15370         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15371         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15372         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15373         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15374         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15375         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15376         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15377         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15378         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15379         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15380         Likewise.
15381         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15382         Likewise.
15383         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15384         Likewise.
15385         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15386         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15387         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15388         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15389         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15390         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15391         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15392         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15393         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15394         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15395         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15396         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15397         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15398         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15399         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15400         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15401         Likewise.
15402         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15403         Likewise.
15404         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15405         Likewise.
15406         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15407         Likewise.
15408         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15409         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15410         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15411         Likewise.
15412         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15413         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15414         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15415         * sysdeps/posix/sleep.c: Likewise.
15416         * sysdeps/posix/tempname.c: Likewise.
15417         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15418         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15419         Likewise.
15420         * sysdeps/powerpc/powerpc32/dl-machine.h
15421         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15422         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15423         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15424         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15425         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15426         Likewise.
15427         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15428         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15429         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15430         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15431         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15432         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15433         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15434         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15435         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15436         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15437         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15438         (elf_machine_lazy_rel): Likewise.
15439         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15440         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15441         (elf_machine_lazy_rel): Likewise.
15442         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15443         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15444         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15445         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15446         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15447         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15448         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15449         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15450         Likewise.
15451         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15452         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15453         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15454         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15455         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15456         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15457         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15458         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15459         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15460         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15461         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15462         Likewise.
15463         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15464         (__posix_fallocate64_l64): Likewise.
15465         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15466         (posix_fallocate): Likewise.
15467         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15468         Likewise.
15469         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15470         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15471         (getifaddrs_internal): Likewise.
15472         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15473         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15474         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15475         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15476         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15477         (__posix_fallocate64_l64): Likewise.
15478         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15479         Likewise.
15480         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15481         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15482         (__get_clockfreq): Likewise.
15483         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15484         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15485         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15486         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15487         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15488         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15489         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15490         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15491         Likewise.
15492         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15493         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15494         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15495         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15496         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15497         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15498         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15499         Likewise.
15500         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15501         (posix_fallocate): Likewise.
15502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15503         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15504         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15505         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15506         (elf_machine_rela, elf_machine_rela_relative)
15507         (elf_machine_lazy_rel): Likewise.
15508         * time/asctime.c (asctime_internal): Likewise.
15509         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15510         * time/tzset.c (__tzset_parse_tz): Likewise.
15511         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15512         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15513         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15514         * wcsmbs/wcsmbsload.h: Likewise.
15515
15516         [BZ #15894]
15517         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15518
15519         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15520         (arena_get2): Remove THREAD_STATS conditionals.
15521         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15522         (__malloc_stats, int): Likewise.
15523
15524 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15525
15526         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15527         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15528
15529         * manual/setjmp.texi: Fix typos/grammar errors.
15530
15531         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15532         Only return early when n is <= 0.  Delete unused return statement.
15533
15534         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15535         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15536         * debug/tst-longjmp_chk3.c: New file.
15537
15538         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15539         (test_main): Replace code with set_fortify_handler call.
15540         * debug/test-strcpy_chk.c: Likewise.
15541         * debug/tst-chk1.c: Likewise.
15542         * debug/tst-longjmp_chk.c: Likewise.
15543         * test-skeleton.c: Include fcntl.h & paths.h
15544         (set_fortify_handler): Define.
15545
15546         * debug/tst-longjmp_chk.c: Add header comment and include
15547         ../test-skeleton.c.
15548         (do_test): Mark static.
15549         (TEST_FUNCTION): Define.
15550
15551         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15552         (IP_PMTUDISC_INTERFACE): Likewise.
15553         (IP_MULTICAST_IF): Likewise.
15554         (IP_MULTICAST_TTL): Likewise.
15555         (IP_MULTICAST_LOOP): Likewise.
15556         (IP_ADD_MEMBERSHIP): Likewise.
15557         (IP_DROP_MEMBERSHIP): Likewise.
15558         (IP_UNBLOCK_SOURCE): Likewise.
15559         (IP_BLOCK_SOURCE): Likewise.
15560         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15561         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15562         (IP_MSFILTER): Likewise.
15563         (MCAST_JOIN_GROUP): Likewise.
15564         (MCAST_BLOCK_SOURCE): Likewise.
15565         (MCAST_UNBLOCK_SOURCE): Likewise.
15566         (MCAST_LEAVE_GROUP): Likewise.
15567         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15568         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15569         (MCAST_MSFILTER): Likewise.
15570         (IP_MULTICAST_ALL): Likewise.
15571         (IP_UNICAST_IF): Likewise.
15572
15573         * timezone/Makefile: Delete $(have-ksh) check.
15574         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15575         * timezone/tzselect.ksh: Add +x mode bits.
15576
15577         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15578         (ANON_INODE_FS_MAGIC): Likewise.
15579         (BDEVFS_MAGIC): Likewise.
15580         (BINFMTFS_MAGIC): Likewise.
15581         (BTRFS_TEST_MAGIC): Likewise.
15582         (CRAMFS_MAGIC_WEND): Likewise.
15583         (DEBUGFS_MAGIC): Likewise.
15584         (ECRYPTFS_SUPER_MAGIC): Likewise.
15585         (EXT3_SUPER_MAGIC): Likewise.
15586         (EXT4_SUPER_MAGIC): Likewise.
15587         (FUTEXFS_SUPER_MAGIC): Likewise.
15588         (HOSTFS_SUPER_MAGIC): Likewise.
15589         (HUGETLBFS_MAGIC): Likewise.
15590         (MINIX3_SUPER_MAGIC): Likewise.
15591         (MTD_INODE_FS_MAGIC): Likewise.
15592         (NILFS_SUPER_MAGIC): Likewise.
15593         (OPENPROM_SUPER_MAGIC): Likewise.
15594         (PIPEFS_MAGIC): Likewise.
15595         (PSTOREFS_MAGIC): Likewise.
15596         (QNX6_SUPER_MAGIC): Likewise.
15597         (RAMFS_MAGIC): Likewise.
15598         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15599         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15600         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15601         (SECURITYFS_MAGIC): Likewise.
15602         (SELINUX_MAGIC): Likewise.
15603         (SMACK_MAGIC): Likewise.
15604         (SOCKFS_MAGIC): Likewise.
15605         (SQUASHFS_MAGIC): Likewise.
15606         (STACK_END_MAGIC): Likewise.
15607         (TMPFS_MAGIC): Likewise.
15608         (USBDEVICE_SUPER_MAGIC): Likewise.
15609         (V9FS_MAGIC): Likewise.
15610         (XENFS_SUPER_MAGIC): Likewise.
15611         (CRAMFS_MAGIC): Fix typo in comment.
15612         (EXT2_SUPER_MAGIC): Update comment.
15613         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15614
15615 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15616
15617         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15618         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15619         * sysdeps/unix/sysv/linux/arm: Move directory from
15620         ports/sysdeps/unix/sysv/linux/arm.
15621         * README: Update listing for arm-*-linux-gnueabi.
15622
15623         * README: Remove mention of am33.
15624
15625 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15626
15627         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15628         than the comma operator, to avoid "rhs of comma has no effect"
15629         compiler warnings.
15630         (__sigfillset, __sigandset, __sigorset): Likewise.
15631         * include/signal.h (__sigemptyset): Likewise.
15632         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15633
15634 2014-02-07  Allan McRae  <allan@archlinux.org>
15635
15636         * version.h (RELEASE): Set to "development".
15637         (VERSION): Set to "2.19.90"
15638         * NEWS: Add 2.20 section.
15639
15640 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15641
15642         [BZ #16529]
15643         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15644
15645 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15646
15647         * manual/contrib.texi: Update entry for Carlos O'Donell,
15648         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15649
15650 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15651
15652         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15653
15654         * sysdeps/unix/sysv/linux/kernel-features.h
15655         [__LINUX_KERNEL_VERSION >= 0x020621]
15656         (__ASSUME_PROC_PID_TASK_COMM): Define.
15657
15658 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15659
15660         [BZ #16398]
15661         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15662         conversion when destination buffer does not have enough space.
15663         * libio/tst-ftell-partial-wide.c: New test case.
15664         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15665
15666         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15667         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15668         Leonard and Allan McRae.
15669
15670 2014-02-04  David S. Miller  <davem@davemloft.net>
15671
15672         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15673         32-bit.
15674
15675 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15676
15677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15678         New file
15679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15680         New file
15681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15682         New file.
15683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15684         New file.
15685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15686         New file.
15687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15688         New file.
15689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15690         New file.
15691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15692         New file.
15693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15694         New file.
15695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15696         New file.
15697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15698         New file.
15699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15700         New file.
15701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15702         New file.
15703
15704 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15705
15706         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15707         * shlib-versions: Likewise.
15708
15709 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15710             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15711
15712         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15713         (abilist-pattern): New variable, set to %-le.abilist.
15714
15715         * Makerules (abilist-pattern): New variable.
15716         (vpath): Use $(abilist-pattern) in place of %.abilist.
15717         (check-abi-% pattern rule): Likewise.
15718         (check-abi, update-abi): Likewise.
15719
15720 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15721
15722         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15723
15724 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15725
15726         * manual/startup.texi: Add next, previous, and top entries for
15727         the `Program Arguments' and `Environment Variables' nodes.
15728
15729 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15730
15731         * manual/macros.texi: Add comments before MTASC-safety macros.
15732
15733         * manual/users.texi: Document MTASC-safety properties.
15734
15735         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15736         (pthread_getspecific, pthread_setspecific): Format with
15737         @deftypefun, and add @safety note.
15738         * manual/signal.texi: Move comments that analyze the above
15739         functions to their home place.
15740
15741 2014-02-03  Allan McRae  <allan@archlinux.org>
15742
15743         * po/sl.po: Update Slovenian translation from translation project.
15744
15745 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15746
15747         * manual/time.texi (timegm): Add missing blank after @c.
15748         Reported by Joseph Myers <joseph@codesourcery.com>.
15749
15750 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15751
15752         * manual/check-safety.sh: New.
15753         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15754
15755         * manual/terminal.texi: Document MTASC-safety properties.
15756
15757         * manual/filesys.texi: Document MTASC-safety properties.
15758
15759         * manual/errno.texi: Document MTASC-safety properties.
15760
15761         * manual/intro.texi: Document safety identifiers and
15762         conditionals.
15763
15764         * manual/string.texi (wcstok): Fix prototype.
15765         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15766
15767         * manual/time.texi: Document MTASC-safety properties.
15768
15769         * manual/string.texi: Document MTASC-safety properties.
15770
15771         * manual/threads.texi: Document MTASC-safety properties.
15772
15773         * manual/stdio.texi: Document MTASC-safety properties.
15774
15775         * manual/syslog.texi: Document MTASC-safety properties.
15776
15777         * manual/sysinfo.texi: Document MTASC-safety properties.
15778
15779         * manual/startup.texi: Document MTASC-safety properties.
15780
15781         * manual/socket.texi: Document MTASC-safety properties.
15782
15783         * manual/signal.texi: Document MTASC-safety properties.
15784
15785 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15786
15787         * manual/setjmp.texi: Document MTASC-safety properties.
15788
15789         * manual/search.texi: Document MTASC-safety properties.
15790
15791         * manual/resource.texi: Document MTASC-safety properties.
15792
15793         * manual/process.texi: Document MTASC-safety properties.
15794
15795         * manual/platform.texi: Document MTASC-safety properties.
15796
15797         * manual/pipe.texi: Document MTASC-safety properties.
15798
15799         * manual/pattern.texi: Document MTASC-safety properties.
15800
15801         * manual/message.texi: Document MTASC-safety properties.
15802
15803         [BZ #12751]
15804         * manual/memory.texi: Document MTASC-safety properties.
15805
15806         * manual/math.texi: Document MTASC-safety properties.
15807
15808         * manual/locale.texi: Document MTASC-safety properties.
15809
15810         * manual/llio.texi: Document MTASC-safety properties.
15811
15812         * manual/libdl.texi: New.
15813
15814         * manual/lang.texi: Document MTASC-safety properties.
15815
15816         * manual/job.texi: Document MTASC-safety properties.
15817
15818         * manual/getopt.texi: Document MTASC-safety properties.
15819
15820         * manual/ctype.texi: Document MTASC-safety properties.
15821
15822 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15823
15824         [BZ #16046]
15825         * csu/libc-tls.c (static_map): Remove variable.
15826         (__libc_setup_tls): Use main executable's link map for TLS data.
15827         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15828         casing for LM_ID_BASE and GL(dl_nns).
15829         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15830         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15831         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15832         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15833         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15834         member.
15835         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15836         l_phnum members.
15837
15838 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15839
15840         * manual/debug.texi: Document MTASC-safety properties.
15841
15842 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15843
15844         [BZ #16510]
15845         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15846         of __x86_64__ when disabling x87 inline functions.
15847
15848 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15849
15850         * manual/charset.texi: Document MTASC-safety properties.
15851
15852         * manual/crypt.texi: Document MTASC-safety properties.
15853
15854         * manual/conf.texi: Document MTASC-safety properties.
15855
15856         * manual/arith.texi: Document MTASC-safety properties.
15857
15858         * manual/argp.texi: Document MTASC-safety properties.
15859
15860         * manual/macros.texi: Introduce macros to document multi
15861         thread, asynchronous signal and asynchronous cancellation
15862         safety properties.
15863         * manual/intro.texi: Introduce the properties themselves.
15864
15865 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15866
15867         * sysdeps/sh/sh4/Makefile: New file.
15868
15869 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15870
15871         * math/gen-libm-test.pl ($srcdir): New variable.
15872         ($auto_input): Use it.
15873
15874 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15875
15876         [BZ #16506]
15877         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15878         access beyond array bounds when parsing netgroups file.
15879
15880         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15881         the old buffer before realloc.
15882
15883 2014-01-27  Allan McRae  <allan@archlinux.org>
15884
15885         * po/fr.po: Update French translation from translation project.
15886
15887 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15888
15889         * sysdeps/sh/libm-test-ulps: Regenerate.
15890
15891 2014-01-24  David S. Miller  <davem@davemloft.net>
15892
15893         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15894
15895 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15896
15897         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15898         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15899
15900 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15901
15902         [BZ #16474]
15903         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15904         string pointers after reallocation.
15905
15906 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15907
15908         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15909         __SH4A__ instead of __SH_FPU_ANY__.
15910
15911 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15912
15913         * sysdeps/sh/fpu_control.h: New file.
15914         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15915         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15916         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15917         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15918         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15919         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15920         * sysdeps/sh/sys/ucontext.h: Remove.
15921         * sysdeps/sh/sys: Remove directory.
15922
15923 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15924
15925         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15926         s390/sys/ucontext.h.
15927         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15928         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15929
15930 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15931
15932         [BZ #15605]
15933         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15934
15935 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15936
15937         [BZ#16431]
15938         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15939         Adjust the vDSO correctly for internal calls.
15940         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15941
15942 2014-01-20  Allan McRae  <allan@archlinux.org>
15943
15944         * po/ca.po: Update Catalan translation from translation project.
15945
15946 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15947
15948         * sysdeps/s390/sotruss-lib.c: New file.
15949
15950 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15951
15952         [BZ#16430]
15953         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15954         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15955         local calls issues by not having a PLT stub required for IFUNC calls.
15956         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15957
15958 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15959
15960         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15961         * math/test-fpucw-static.c: Likewise.
15962
15963 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15964
15965         [BZ #16453]
15966         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15967
15968 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15969
15970         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15971         implementation for powerpc.
15972
15973 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15974
15975         [BZ #14782]
15976         * sysdeps/posix/system.c (__libc_system): Do not enable
15977         asynchronous cancellation.
15978
15979 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15980
15981         [BZ #16427]
15982         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15983         handling only for numbers special also in the IEEE case.
15984
15985 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15986
15987         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15988
15989 2014-01-11  Allan McRae  <allan@archlinux.org>
15990
15991         * po/bg.po: Update Bulgarian translation from translation project.
15992
15993         * po/de.po: Update German translation from translation project.
15994
15995 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15996
15997         * sysdeps/generic/gcc-compat.h: New file.
15998
15999 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16000
16001         * benchtests/asin-inputs: Correct slow inputs.
16002         * benchtests/acos-inputs: Likewise.
16003
16004 2014-01-10  Allan McRae  <allan@archlinux.org>
16005
16006         * po:sv.po: Update Swedish translation from translation project.
16007
16008         * po/vi.po: Update Vietnamese translation from translation project.
16009
16010         * po/eo.po: Update Esperanto translation from translation project.
16011
16012         * po/cs.po: Update Czech translation from translation project.
16013
16014         * po/nl.po: Update Dutch translation from translation project.
16015
16016         * po/pl.po: Update Polish translation from translation project.
16017
16018         * po/ru.po: Update Russian translation from translation project.
16019
16020         * po/uk.po: Update Ukrainian translation from translation project.
16021
16022 2014-01-08  Brooks Moses  <bmoses@google.com>
16023
16024         * elf/dl-load.c: Fix comment typo.
16025
16026 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16027
16028         * po/header.pot: Rename to...
16029         * po/pot.header: ... this.
16030         * po/Makefile: Use pot.header.
16031
16032 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16033             Maxim Kuvyrkov  <maxim@kugelworks.com>
16034
16035         [BZ #16394]
16036         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16037         SRC and DEST against LEN.
16038
16039 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16040
16041         [BZ #16414]
16042         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16043         implementation.
16044         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16045
16046 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16047
16048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16049
16050 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16051
16052         [BZ #16408]
16053         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16054         for large positive arguments.
16055
16056 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16057
16058         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16059
16060         * math/auto-libm-test-in: Mark various tests with
16061         xfail-rounding:ldbl-128ibm.
16062         * math/auto-libm-test-out: Regenerated.
16063
16064         [BZ #16407]
16065         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16066         Increase overflow threshold.
16067
16068 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16069
16070         [BZ #14286]
16071         * stdio-common/vfprintf.c: Check for integer overflow.
16072
16073 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16074
16075         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16076         the first argument and return value of __tls_get_addr_internal.
16077
16078 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16079
16080         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16081         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16082
16083 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16084
16085         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16086         * sysdeps/s390/rtld-global-offsets.sym: New file.
16087         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16088         GLIBC_2.19 symbol.
16089         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16090         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16091         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16092         ... this.
16093         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16094         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16095         ... this.
16096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16097         Regenerate.
16098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16099         Regenerate.
16100         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16101         halfs of GPRs for high_gprs contexts.
16102         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16103         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16104         field.
16105         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16106         uc_flags field.
16107         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16108         64 bit versions:
16109         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16110         for high GPRs (uc_high_gprs) and for future extensions
16111         (__reserved).
16112         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16113         for future extensions (__reserved).
16114         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16115         64 bit versions:
16116         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16117         SC_HIGHGPRS offset definition.
16118         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16119         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16120
16121         * Versions.def: Add GLIBC_2.19 for libpthread.
16122         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16123         siglongjmp for libpthread with GLIBC_2.19 symver.
16124         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16125         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16126         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16127         * sysdeps/s390/__longjmp.c: New file.
16128         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16129         * sysdeps/s390/longjmp.c: New file.
16130         * sysdeps/s390/setjmp.S: New file.
16131         * sysdeps/s390/sigjmp.S: New file.
16132         * sysdeps/s390/v1-longjmp.c: New file.
16133         * sysdeps/s390/v1-setjmp.h: New file.
16134         * sysdeps/s390/v1-sigjmp.c: New file.
16135         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16136         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16137         GLIBC_2.19 version.
16138         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16139         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16140         versioned symbols for ____longjmp_chk.
16141         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16142         Likewise.
16143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16144         Regenerate.
16145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16146         Regenerate.
16147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16148         Regenerate.
16149         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16150         Regenerate.
16151         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16152         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16153         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16154         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16155         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16156         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16157         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16158         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16159         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16160         * sysdeps/s390/rtld-__longjmp.c: New file.
16161         * sysdeps/s390/rtld-setjmp.S: New file.
16162
16163 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16164
16165         [BZ #16400]
16166         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16167         Return -__logl (x) for small positive arguments without evaluating
16168         a polynomial.
16169
16170 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16171
16172         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16173         Rename to ...
16174         (__ptrace_peeksiginfo_args): ... this.
16175         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16176         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16177         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16178
16179 2014-01-06  Allan McRae  <allan@archlinux.org>
16180
16181         * inet/netinet/in.h: Fix typo in comment.
16182
16183 2014-01-05  Andreas Jaeger  <aj@suse.de>
16184
16185         * sysdeps/i386/fpu/libm-test-ulps: Update.
16186
16187 2014-01-05  Allan McRae  <allan@archlinux.org>
16188
16189         * po/libc.pot: Regenerated.
16190
16191         * malloc/memusagestat.c: Fix gettext call formatting.
16192
16193 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16194
16195         * nscd/nscd.c: Improve usage() output.
16196
16197 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16198
16199         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16200         * sysdeps/unix/sysv/linux/configure: Regenerated.
16201         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16202         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16203
16204 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16205
16206         [BZ #16390]
16207         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16208         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16209
16210 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16211
16212         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16213         extra tokens at end of #undef directive.
16214         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16215         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16216         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16217
16218 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16219
16220         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16221
16222         * math/auto-libm-test-in: Mark various tests with
16223         xfail-rounding:ldbl-128ibm.
16224         * math/auto-libm-test-out: Regenerated.
16225
16226 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16227
16228         [BZ #16386]
16229         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16230         numbers with subnormal high part when calculating exponent.
16231
16232         [BZ #16385]
16233         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16234         fabs.
16235
16236         [BZ #16384]
16237         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16238         M_LN2l.
16239         (__ieee754_acoshl): Use __log1pl not __log1p.
16240
16241 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16242
16243         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16244         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16245         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16246         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16247         (reused_arena, arena_get2): Convert to GNU style.
16248         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16249         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16250         (memalign_check, __malloc_set_state): Likewise.
16251         * malloc/mallocbug.c (main): Likewise.
16252         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16253         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16254         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16255         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16256         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16257         (__posix_memalign, malloc_info): Likewise.
16258         * malloc/malloc.h: Likewise.
16259         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16260         (mallochook, memalignhook, reallochook, mabort): Likewise.
16261         * malloc/mcheck.h: Likewise.
16262         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16263         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16264         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16265         * malloc/morecore.c (__default_morecore): Likewise.
16266         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16267         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16268         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16269         (print_and_abort): Likewise.
16270         * malloc/obstack.h: Likewise.
16271         * malloc/set-freeres.c (__libc_freeres): Likewise.
16272         * malloc/tst-mallocstate.c (main): Likewise.
16273         * malloc/tst-mtrace.c (main): Likewise.
16274         * malloc/tst-realloc.c (do_test): Likewise.
16275
16276 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16277
16278         [BZ #16366]
16279         * nscd/netgroupcache.c (do_notfound): New function.
16280         (addgetnetgrentX): Use it.
16281
16282         [BZ # 16365]
16283         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16284         NSS_STATUS_NOTFOUND.
16285
16286 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16287
16288         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16290
16291 2014-01-01  Allan McRae  <allan@archlinux.org>
16292
16293         * scripts/update-copyrights: Update configure input file suffix.
16294
16295         * NEWS: Update copyright year.
16296         * catgets/gencat.c: Likewise.
16297         * csu/version.c: Likewise.
16298         * debug/catchsegv.sh: Likewise.
16299         * debug/pcprofiledump.c: Likewise.
16300         * debug/xtrace.sh: Likewise.
16301         * elf/ldconfig.c: Likewise.
16302         * elf/ldd.bash.in: Likewise.
16303         * elf/pldd.c: Likewise.
16304         * elf/sotruss.ksh: Likewise.
16305         * elf/sprof.c: Likewise.
16306         * iconv/iconv_prog.c: Likewise.
16307         * iconv/iconvconfig.c: Likewise.
16308         * locale/programs/locale.c: Likewise.
16309         * locale/programs/localedef.c: Likewise.
16310         * login/programs/pt_chown.c: Likewise.
16311         * malloc/memusage.sh: Likewise.
16312         * malloc/memusagestat.c: Likewise.
16313         * malloc/mtrace.pl: Likewise.
16314         * manual/libc.texinfo: Likewise.
16315         * nscd/nscd.c: Likewise.
16316         * nss/getent.c: Likewise.
16317         * nss/makedb.c: Likewise.
16318         * posix/getconf.c: Likewise.
16319         * scripts/test-installation.pl: Likewise.
16320
16321         * All files with FSF copyright notices: Update copyright dates
16322         using scripts/update-copyrights.
16323         * intl/plural.c: Regenerated.
16324         * locale/programs/charmap-kw.h: Likewise.
16325         * locale/programs/locfile-kw.h: Likewise.
16326
16327 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16328
16329         * sysdeps/unix/sysv/linux/configure: Regenerated.
16330         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16331         the linux/fanotify.h header.
16332         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16333         HAVE_LINUX_FANOTIFY_H is defined.
16334
16335 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16336
16337         * benchtests/cos-inputs: New inputs.
16338         * benchtests/sin-inputs: Likewise.
16339
16340         * benchtests/atan-inputs: New inputs. Fix name of multiple
16341         precision fallback inputs.
16342
16343         * benchtests/atanh-inputs: New inputs.
16344         * benchtests/tanh-inputs: Likewise.
16345
16346         * benchtests/acosh-inputs: New inputs.
16347         * benchtests/asinh-inputs: Likewise.
16348
16349         * benchtests/cosh-inputs: New inputs.
16350         * benchtests/sinh-inputs: Likewise.
16351
16352         * benchtests/acos-inputs: Add more inputs.
16353         * benchtests/asin-inputs: Likewise.
16354
16355 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16356
16357         [BZ #16375]
16358         * manual/arith.texi: Fix spelling.
16359         * manual/charset.texi: Likewise.
16360         * manual/errno.texi: Likewise.
16361         * manual/filesys.texi: Likewise.
16362         * manual/lang.texi: Likewise.
16363         * manual/llio.texi: Likewise.
16364         * manual/locale.texi: Likewise.
16365         * manual/message.texi: Likewise.
16366         * manual/resource.texi: Likewise.
16367         * manual/search.texi: Likewise.
16368         * manual/setjmp.texi: Likewise.
16369         * manual/stdio.texi: Likewise.
16370         * manual/string.texi: Likewise.
16371         * manual/sysinfo.texi: Likewise.
16372         * manual/time.texi: Likewise.
16373
16374 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16375
16376         * po/sl.po: New file.
16377
16378 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16379
16380         * .gitignore: Add core/.gdbinit/.gdb_history.
16381
16382 2013-12-27  Allan McRae  <allan@archlinux.org>
16383
16384         [BZ #16369]
16385         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16386         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16387
16388 2013-12-24  Brooks Moses  <bmoses@google.com>
16389
16390         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16391         all compilers that claim C++98 compliance, not just GCC.
16392         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16393         Likewise.
16394
16395 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16396
16397         * NEWS: Restore accidentally deleted bug-fix entries.
16398
16399 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16400             Ondřej Bílka  <neleai@seznam.cz>
16401
16402         [BZ #15073]
16403         * malloc/malloc.c (_int_free): Perform sanity check only if we
16404         have_lock.
16405
16406 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16407
16408         [BZ #12986]
16409         * manual/stdio.texi (String Input Conversions): Clarify that character
16410         classes are not supported.
16411
16412 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16413
16414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16415
16416 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16417
16418         [BZ #16337]
16419         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16420         Calculate results for small negative arguments directly rather
16421         than using reflection formula with special underflow handling.
16422
16423         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16424         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16425         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16426         (fchflags): Likewise.
16427         (revoke): Likewise.
16428         (setlogin): Likewise.
16429         (sigaltstack): Likewise.
16430         (wait4): Likewise.
16431         (sigblock): Remove.
16432         (sigsetmask): Likewise.
16433         (wait3): Likewise.
16434         (waitpid): Likewise.
16435         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16436         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16437         file.
16438         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16439         * sysdeps/unix/bsd/Makefile: ... here.
16440         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16441         * sysdeps/unix/bsd/Versions: ... here.
16442         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16443         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16444         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16445         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16446         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16447         * sysdeps/unix/bsd/sigblock.c: ... here.
16448         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16449         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16450         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16451         * sysdeps/unix/bsd/sigvec.c: ... here.
16452         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16453         * sysdeps/unix/bsd/tcdrain.c: ... here.
16454         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16455         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16456         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16457         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16458         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16459         * sysdeps/unix/bsd/wait.c: ... here.
16460         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16461         * sysdeps/unix/bsd/wait3.c: ... here.
16462         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16463         * sysdeps/unix/bsd/waitpid.c: ... here.
16464
16465 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16466
16467         [BZ #16356]
16468         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16469         round-to-nearest for [!USE_AS_EXPM1L].
16470         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16471         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16472         more tests of exp and exp10.  Expect some exp10 tests to miss
16473         exceptions or fail in directed rounding modes.
16474         * math/auto-libm-test-out: Regenerated.
16475         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16476         (exp10_test_tonearest): New function.
16477         (exp10_towardzero_test_data): New array.
16478         (exp10_test_towardzero): New function.
16479         (exp10_downward_test_data): New array.
16480         (exp10_test_downward): New function.
16481         (exp10_upward_test_data): New array.
16482         (exp10_test_upward): New function.
16483         (main): Call the new functions.
16484         * sysdeps/i386/fpu/libm-test-ulps: Update.
16485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16486
16487 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16488
16489         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16490         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16491         * math/auto-libm-test-out: Regenerated.
16492         * math/libm-test.inc (acosh_test_data): Add more tests.
16493         (atanh_test_data): Likewise.
16494         (ceil_test_data): Likewise.
16495         (copysign_test_data): Likewise.
16496         * sysdeps/i386/fpu/libm-test-ulps: Update.
16497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16498
16499         * timezone/checktab.awk: Update from tzcode 2013i.
16500         * timezone/private.h: Likewise.
16501         * timezone/scheck.c: Likewise.
16502         * timezone/tzfile.h: Likewise.
16503         * timezone/tzselect.ksh: Likewise.
16504         * timezone/zdump.c: Likewise.
16505         * timezone/zic.c: Likewise.
16506
16507         * math/auto-libm-test-in: Add tests of cpow.
16508         * math/auto-libm-test-out: Regenerated.
16509         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16510         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16511         mpc_cc_c.
16512         (func_calc_desc): Add mpc_cc_c union field.
16513         (test_functions): Add cpow.
16514         (special_fill_2pi): New function.
16515         (special_real_inputs): Add 2pi.
16516         (calc_generic_results): Handle mpc_cc_c.
16517         * sysdeps/i386/fpu/libm-test-ulps: Update.
16518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16519
16520         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16521         csqrt, ctan and ctanh.
16522         * math/auto-libm-test-out: Regenerated.
16523         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16524         (TEST_COND_x86): Likewise.
16525         (ccos_test_data): Use AUTO_TESTS_c_c.
16526         (ccosh_test_data): Likewise.
16527         (cexp_test_data): Likewise.
16528         (clog_test_data): Likewise.
16529         (csqrt_test_data): Likewise.
16530         (ctan_test_data): Likewise.
16531         (ctan_tonearest_test_data): Likewise.
16532         (ctan_towardzero_test_data): Likewise.
16533         (ctan_downward_test_data): Likewise.
16534         (ctan_upward_test_data): Likewise.
16535         (ctanh_test_data): Likewise.
16536         (ctanh_tonearest_test_data): Likewise.
16537         (ctanh_towardzero_test_data): Likewise.
16538         (ctanh_downward_test_data): Likewise.
16539         (ctanh_upward_test_data): Likewise.
16540         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16541         mpc_c_c.
16542         (func_calc_desc): Add mpc_c_c union field.
16543         (FUNC_mpc_c_c): New macro.
16544         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16545         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16546         ctanh.
16547         (special_fill_min_subnorm_p120): New function.
16548         (special_real_inputs): Add min_subnorm_p120.
16549         (calc_generic_results): Handle mpc_c_c.
16550         * sysdeps/i386/fpu/libm-test-ulps: Update.
16551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16552
16553 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16554
16555         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16556         (do_sin_slow): New functions.
16557         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16558         (cslow2, csloww1, csloww2): Use the new functions.
16559
16560         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16561         Use M to change sign of result instead of X.  Assume X is
16562         positive.
16563         (csloww1): Likewise.
16564         (__sin): Adjust.
16565         (__cos): Adjust.
16566
16567         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16568         arguments A and DA.
16569         (__sin): Adjust.
16570         (__cos): Likewise.
16571
16572         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16573         (__cos): Likewise.
16574         (sloww1): Don't adjust sign of DX.
16575         (csloww1): Likewise.
16576         (sloww2): Use X directly and don't adjust sign of DX.
16577         (csloww2): Likewise.
16578
16579 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16580
16581         * math/auto-libm-test-in: Add tests of cabs and carg.
16582         * math/auto-libm-test-out: Regenerated.
16583         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16584         (carg_test_data): Likewise.
16585         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16586         mpc_c_f.
16587         (func_calc_desc): Add mpc_c_f union field.
16588         (test_functions): Add cabs and carg.
16589         (calc_generic_results): Handle mpc_c_f.
16590
16591         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16592         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16593         as a macro and a compat symbol.
16594         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16595         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16596         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16597         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16598         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16599         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16600         not use .hidden.
16601         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16602         Likewise.
16603         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16604         Likewise.
16605         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16606         Likewise.
16607         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16608         Likewise.
16609         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16610         Likewise.
16611         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16612         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16613         from GLIBC_2.3.2.
16614
16615 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16616
16617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16618
16619 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16620
16621         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16622         trailing whitespace removed.
16623         * scripts/config.guess: Update to version 2013-11-29.
16624         * scripts/config.sub: Update to version 2013-10-01.
16625
16626         * math/auto-libm-test-in: Add tests of sincos.
16627         * math/auto-libm-test-out: Regenerated.
16628         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16629         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16630         mpfr_f_11.
16631         (func_calc_desc): Add mpfr_f_11 union field.
16632         (test_functions): Add sincos.
16633         (calc_generic_results): Handle mpfr_f_11.
16634         * sysdeps/i386/fpu/libm-test-ulps: Update.
16635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16636
16637 2013-12-19  Andreas Schwab  <schwab@suse.de>
16638
16639         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16640         CALL_MCOUNT.
16641         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16642         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16643         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16644
16645 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16646
16647         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16648         * sysdeps/i386/fpu/libm-test-ulps: Update.
16649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16650
16651         [BZ #16293]
16652         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16653         round-to-nearest mode when using frndint.
16654         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16655         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16656         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16657         Likewise.
16658         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16659         sinh test to fail.
16660         * math/auto-libm-test-out: Regenerated.
16661         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16662         (TEST_COND_x86): Likewise.
16663         (expm1_tonearest_test_data): New array.
16664         (expm1_test_tonearest): New function.
16665         (expm1_towardzero_test_data): New array.
16666         (expm1_test_towardzero): New function.
16667         (expm1_downward_test_data): New array.
16668         (expm1_test_downward): New function.
16669         (expm1_upward_test_data): New array.
16670         (expm1_test_upward): New function.
16671         (main): Run the new test functions.
16672         * sysdeps/i386/fpu/libm-test-ulps: Update.
16673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16674
16675         * include/features.h: Update comment documenting feature test
16676         macros.  Mention _DEFAULT_SOURCE in comment.
16677         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16678         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16679         _BSD_SOURCE and _SVID_SOURCE.
16680         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16681         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16682         !_SVID_SOURCE]: Likewise.
16683         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16684         (__USE_POSIX_IMPLICITLY): Define.
16685         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16686         (_POSIX_SOURCE): Undefine and redefine.
16687         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16688         (_POSIX_C_SOURCE): Likewise.
16689         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16690         (Feature Test Macros): Update documentation of default features.
16691
16692 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16693
16694         * benchtests/Makefile: Add bench-strtok.
16695         * benchtests/bench-strtok.c: New file: strtok benchtest.
16696
16697 2013-12-19  Allan McRae  <allan@archlinux.org>
16698
16699         * manual/install.texi: Suppress menu for plain text output.
16700         * INSTALL: Regenerated.
16701
16702 2013-12-18  Brooks Moses  <bmoses@google.com>
16703
16704         [BZ #15846]
16705         * misc/getauxval.c: Include errno.h.
16706         (__getauxval): Set errno to ENOENT if the requested type is not
16707         found.
16708         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16709         don't declare with __attribute_const__.
16710         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16711         * manual/startup.texi: Document that getauxval sets errno.
16712
16713 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16714
16715         * math/auto-libm-test-in: Add tests of jn and yn.
16716         * math/auto-libm-test-out: Regenerated.
16717         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16718         (yn_test_data): Likewise.
16719         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16720         mpfr_if_f.
16721         (func_calc_desc): Add mpfr_if_f union field.
16722         (FUNC_mpfr_if_f): New macro.
16723         (test_functions): Add jn and yn.
16724         (calc_generic_results): Assert type of second input for
16725         mpfr_ff_f.  Handle mpfr_if_f.
16726         (output_for_one_input_case): Disable all checking for arguments
16727         fitting floating-point types in case of an integer argument.
16728         * sysdeps/i386/fpu/libm-test-ulps: Update.
16729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16730
16731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16732         Don't expect fegetround reference in libm.so.
16733
16734 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16735
16736         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16737         $(config-cflags-nofma).
16738
16739 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16740
16741         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16742         * math/auto-libm-test-out: Regenerated.
16743
16744         [BZ #16338]
16745         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16746         to determine exponent and adjust argument to have exponent of -1.
16747         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16748         log2.
16749         * math/auto-libm-test-out: Regenerated.
16750         * sysdeps/i386/fpu/libm-test-ulps: Update.
16751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16752
16753 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16754
16755         * manual/probes.texi: Remove cases when per-thread arenas are
16756         disabled.
16757
16758 2013-12-18  Andreas Schwab  <schwab@suse.de>
16759
16760         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16761         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16762         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16763         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16764         * sysdeps/i386/i686/multiarch/Makefile: Update.
16765         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16766
16767 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16768
16769         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16770         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16771
16772 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         [BZ #15968]
16775         Support TZ transition times < 00:00:00.
16776         This is needed for version-3 tz-format files; it supports time
16777         stamps past 2037 for America/Godthab (the only entry in the tz
16778         database for which this change is relevant).
16779         * manual/time.texi (TZ Variable): Document transition times
16780         from -167:59:59 through -00:00:01.
16781         * time/tzset.c (tz_rule): Time of day is now signed.
16782         (__tzset_parse_tz): Parse negative time of day.
16783
16784         Document TZ transition times >= 25:00:00.
16785         * manual/time.texi (TZ Variable): Document transition times from
16786         25:00:00 through 167:59:59.  These are already supported, and this
16787         support will help with version-3 tz-format files.
16788
16789         * manual/time.texi (TZ Variable): Modernize North America example
16790         to reflect current (i.e., 2007-and-later) daylight saving rules.
16791
16792         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16793
16794 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16795
16796         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16797         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16798         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16799         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16800         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16801         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16802         * sysdeps/unix/bsd/clock.c: Likewise.
16803         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16804         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16805         * sysdeps/unix/bsd/init-posix.c: Likewise.
16806         * sysdeps/unix/bsd/poll.c: Likewise.
16807         * sysdeps/unix/bsd/ptsname.c: Likewise.
16808         * sysdeps/unix/bsd/seekdir.c: Likewise.
16809         * sysdeps/unix/bsd/setegid.c: Likewise.
16810         * sysdeps/unix/bsd/seteuid.c: Likewise.
16811         * sysdeps/unix/bsd/setgid.c: Likewise.
16812         * sysdeps/unix/bsd/setrgid.c: Likewise.
16813         * sysdeps/unix/bsd/setruid.c: Likewise.
16814         * sysdeps/unix/bsd/setsid.c: Likewise.
16815         * sysdeps/unix/bsd/setuid.c: Likewise.
16816         * sysdeps/unix/bsd/sigaction.c: Likewise.
16817         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16818         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16819         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16820         * sysdeps/unix/bsd/telldir.c: Likewise.
16821         * sysdeps/unix/bsd/times.c: Likewise.
16822         * sysdeps/unix/bsd/usleep.c: Likewise.
16823
16824         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16825         ($(objpfx)libbsd-compat.a): Remove rule.
16826
16827         * include/features.h (__FAVOR_BSD): Do not define.
16828         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16829         features conflicting with POSIX.
16830         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16831         (_BSD_SOURCE): Remove description of not being a subset of other
16832         feature test macros.
16833         * manual/job.texi (getpgrp): Do not document BSD version.
16834         (getpgid): Do not document by reference to BSD getpgrp.
16835         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16836         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16837         * signal/signal.h [__FAVOR_BSD]: Likewise.
16838         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16839         instead of making contents conditional on [__FAVOR_BSD].
16840         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16841
16842 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16843
16844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16845
16846 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16847
16848         [BZ #16314]
16849         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16850         values below 2**-450, not 2**-500.
16851         * math/auto-libm-test-in: Don't allow spurious underflow from
16852         hypot.
16853         * math/auto-libm-test-out: Regenerated.
16854
16855         [BZ #16316]
16856         [BZ #16330]
16857         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16858         values of ha and hb and sort them after adjusting subnormal
16859         arguments.
16860         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16861         Likewise.
16862         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16863         values of ea and eb and sort them after adjusting subnormal
16864         arguments.
16865         * math/auto-libm-test-in: Do not expect some hypot tests of
16866         subnormals to fail.  Add more hypot tests.
16867         * math/auto-libm-test-out: Regenerated.
16868
16869 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16870
16871         [BZ #13304]
16872         * sysdeps/sh/s_fma.c: New file.
16873         * sysdeps/sh/s_fmaf.c: New file.
16874         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16875         version.
16876         * sysdeps/sh/Implies: Add sh/soft-fp.
16877
16878 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16879
16880         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16881         level of indirection to members `objname', `errstring', `malloced'.
16882         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16883         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16884         it as the __longjmp argument (just pass 1 instead).
16885         (_dl_catch_error): Initialize C with argument pointers and address of
16886         volatile local ERRCODE rather than copying values out of C at return.
16887
16888 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16889
16890         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16891         * math/auto-libm-test-out: Regenerated.
16892         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16893         (hypot_test_data): Likewise.
16894         (pow_test_data): Likewise.
16895         (pow_tonearest_test_data): Likewise.
16896         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16897         mpfr_ff_f.
16898         (func_calc_desc): Add mpfr_ff_f union field.
16899         (FUNC_mpfr_ff_f): New macro.
16900         (test_functions): Add atan2, hypot and pow.
16901         (special_fill_min): New function.
16902         (special_fill_minus_min): Likewise.
16903         (special_fill_min_subnorm): Likewise.
16904         (special_fill_minus_min_subnorm): Likewise.
16905         (special_real_inputs): Add min, -min, min_subnorm and
16906         -min_subnorm.
16907         (calc_generic_results): Handle mpfr_ff_f.
16908         * sysdeps/i386/fpu/libm-test-ulps: Update.
16909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16910
16911 2013-12-16  Will Newton  <will.newton@linaro.org>
16912
16913         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16914         (Aligned Memory Blocks): Add documentation for aligned_alloc
16915         and suggest it as an alternative to posix_memalign.
16916         (Hooks for Malloc): Document __memalign_hook is also called
16917         for aligned_alloc.  (Summary of Malloc): Add summary for
16918         aligned alloc.  Document __memalign_hook is also called
16919         for aligned_alloc.
16920
16921 2013-12-16  Will Newton  <will.newton@linaro.org>
16922
16923         * manual/memory.texi (Malloc Examples): Clarify default
16924         alignment documentation.  Suggest posix_memalign rather
16925         than memalign or valloc.
16926         (Aligned Memory Blocks): Remove suggestion to use memalign
16927         or valloc.  Remove obsolete comment about BSD.
16928         Document memalign errno values and mark the function obsolete.
16929         Document posix_memalign returned error codes.  Mark valloc
16930         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16931         called for posix_memalign and valloc.
16932         (Summary of Malloc): Add posix_memalign to function summary.
16933         __memalign_hook is also called for posix_memalign and valloc.
16934
16935 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16936
16937         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16938         TAYLOR_SIN.
16939         (__sin): Adjust.
16940         (__cos): Likewise.
16941         (sloww): Use mynumber union.  Expand ternary operator into
16942         if-else statements.
16943         (cslow): use mynumber union.
16944
16945 2013-12-16  Allan McRae  <allan@archlinux.org>
16946
16947         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16948         * configure: Regenerated.
16949
16950         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16951
16952         [BZ #14120]
16953         * configure.ac: Added --enable-maintainer-mode. Check for
16954         autoconf when enabled.
16955         * configure: Regenerated.
16956
16957         * nscd/nscd.service: New file.
16958         * nscd/nscd.tmpfiles: New file.
16959
16960 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16961
16962         [BZ #12100]
16963         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16964         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16965         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16966         (strstr): Add __strstr_sse2_unaligned ifunc.
16967         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16968         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16969         (strcasestr): Remove __strcasestr_sse42 ifunc.
16970         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16971         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16972         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16973
16974 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16975
16976         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16977         * sysdeps/sh/bits/fenv.h: ... here.
16978         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16979
16980 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16981
16982         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16983
16984         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16985         hypotf multiarch implementations.
16986         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16989         multiarch hypot for PPC64.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16991         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16993         multiarch hypotf for PPC64.
16994
16995         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16996         modff multiarch implementations.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17000         multiarch modf for PPC64.
17001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17004         multiarch modff for PPC64.
17005
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17007         and logl multiarch implementations.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17011         multiarch logb for PPC64.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17015         multiarch logb for PPC64.
17016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17019         multiarch logb for PPC64.
17020
17021         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17022         isinff multiarch implementation.
17023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17024         file.
17025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17027         multiarch isinf for PPC64.
17028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17029         file.
17030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17031         multiarch isinff for PPC64.
17032
17033         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17034         finitef multiarch implementation.
17035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17036         file.
17037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17039         multiarch finite for PPC64.
17040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17041         file.
17042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17043         multiarch finitef for PPC64.
17044
17045         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17046         lrint multiarch implementation.
17047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17048         file.
17049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17051         multiarch llrint for PPC64.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17053         multiarch lrint for PPC64.
17054
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17056         copysignf multiarch implementation.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17058         file.
17059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17060         file.
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17062         multiarch copysign for PPC64.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17064         multiarch copysignf for PPC64.
17065
17066         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17067         multiarch implementation.
17068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17069         file.
17070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17071         file.
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17073         file.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17075         file.
17076         multiarch llround for PPC64.
17077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17078         multiarch trunc for PPC64.
17079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17080         multiarch truncf for PPC64.
17081
17082         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17083         multiarch implementation.
17084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17085         file.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17087         file.
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17089         file.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17091         file.
17092         multiarch llround for PPC64.
17093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17094         multiarch round for PPC64.
17095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17096         multiarch roundf for PPC64.
17097
17098         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17099         multiarch implementation.
17100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17101         file.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17103         file.
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17105         file.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17107         file.
17108         multiarch llround for PPC64.
17109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17110         multiarch floor for PPC64.
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17112         multiarch floorf for PPC64.
17113
17114         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17115         multiarch implementation.
17116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17117         file.
17118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17119         file.
17120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17121         file.
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17123         file.
17124         multiarch llround for PPC64.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17126         multiarch ceil for PPC64.
17127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17128         multiarch ceilf for PPC64.
17129
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17131         multiarch implementation.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17135         file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17137         file.
17138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17139         multiarch llround for PPC64.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17141         multiarch lround for PPC64.
17142
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17144         multiarch implementation.
17145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17148         file.
17149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17152         multiarch isnan for PPC64.
17153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17154         multiarch isnanf for PPC64.
17155
17156         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17157         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17158         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17159         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17160         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17162
17163         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17164         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17165         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17166         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17167
17168         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17169         multiarch implementations.
17170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17171         (__libc_ifunc_impl_list): Likewise.
17172         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17173         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17174         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17175         multiarch stpcpy for PPC64.
17176
17177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17178         multiarch implementations.
17179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17180         (__libc_ifunc_impl_list): Likewise.
17181         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17182         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17183         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17184         multiarch strcpy for PPC64.
17185
17186         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17187         redefine function name.
17188         (_wordcopy_fwd_dest_aligned): Likewise.
17189         (_wordcopy_bwd_aligned): Likewise.
17190         (_wordcopy_bwd_dest_aligned): Likewise.
17191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17192         multiarch implementations.
17193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17194         (__libc_ifunc_impl_list): Likewise.
17195         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17196         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17197         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17198         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17199         multiarch wcscpy for PPC64.
17200
17201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17202         multiarch implementations.
17203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17204         (__libc_ifunc_impl_list): Likewise.
17205         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17206         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17207         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17208         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17209         multiarch wcscpy for PPC64.
17210
17211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17212         multiarch implementations.
17213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17214         (__libc_ifunc_impl_list): Likewise.
17215         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17216         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17217         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17218         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17219         multiarch wcsrchr for PPC64.
17220
17221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17222         multiarch implementations.
17223         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17224         (__libc_ifunc_impl_list): Likewise.
17225         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17226         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17227         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17228         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17229         multiarch wcschr for PPC64.
17230
17231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17232         multiarch implementations.
17233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17234         (__libc_ifunc_impl_list): Likewise.
17235         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17236         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17238         multiarch strchrnul for PPC64.
17239
17240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17241         implementations.
17242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17243         (__libc_ifunc_impl_list): Likewise.
17244         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17245         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17246         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17247         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17248         strchr for PPC64.
17249
17250         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17251         implementations.
17252         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17253         (__libc_ifunc_impl_list): Likewise.
17254         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17255         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17256         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17257         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17258         strncmp for PPC64.
17259
17260         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17261         multiarch implementations.
17262         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17263         (__libc_ifunc_impl_list): Likewise.
17264         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17265         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17266         strncasecmp for PPC64.
17267         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17268         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17269         multiarch strncasecmp_l for PPC64.
17270
17271         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17272         multiarch implementations.
17273         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17274         (__libc_ifunc_impl_list): Likewise.
17275         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17276         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17277         multiarch strcasecmp for PPC64.
17278         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17279         file.
17280         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17281         multiarch strcasecmp_l for PPC64.
17282
17283         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17284         implementations.
17285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17286         (__libc_ifunc_impl_list): Likewise.
17287         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17288         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17289         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17290         strnlen for PPC64.
17291
17292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17293         implementations.
17294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17295         (__libc_ifunc_impl_list): Likewise.
17296         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17297         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17298         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17299         strlen for PPC64.
17300
17301         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17302         implementations.
17303         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17304         (__libc_ifunc_impl_list): Likewise.
17305         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17306         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17307         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17308         rawmemrchr for PPC64.
17309
17310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17311         implementation.
17312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17313         (__libc_ifunc_impl_list): Likewise.
17314         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17315         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17316         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17317         memrchr for PPC64.
17318
17319         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17320         implementation.
17321         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17322         (__libc_ifunc_impl_list): Likewise.
17323         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17324         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17325         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17326         memchr for PPC64.
17327
17328         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17329         implementation.
17330         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17331         (__libc_ifunc_impl_list): Likewise.
17332         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17333         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17334         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17335         mempcpy for PPC64.
17336
17337         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17338         avoid cretion of __bzero symbol.
17339         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17340         Likewise.
17341         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17342         Likewise.
17343         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17344         Likewise.
17345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17346         multiarch implementations.
17347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17348         (__libc_ifunc_impl_list): Likewise.
17349         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17350         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17351         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17352         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17353         bzero for PPC32.
17354         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17355         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17356         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17357         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17358         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17359         memset for PPC64.
17360         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17361
17362         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17363         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17364         implementations.
17365         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17366         (__libc_ifunc_impl_list): Likewise.
17367         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17368         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17369         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17370         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17371         memcmp for PPC64.
17372
17373         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17374         multiarch for POWER/PPC64.
17375         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17376         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17377         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17378         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17379         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17380         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17381         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17382         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17383         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17384         memcpy for PPC64.
17385
17386         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17387         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17388         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17389         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17390         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17391         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17392         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17393         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17394         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17395         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17396         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17397         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17398         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17399         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17400         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17408
17409 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17410
17411         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17412
17413 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17414
17415         * benchtests/Makefile (bench): Add exp2 and log2.
17416         (LDLIBS-bench-exp2): Add -lm.
17417         (LDLIBS-bench-log2): Likewise.
17418         * benchtests/exp2-inputs: New inputs file.
17419         * benchtests/log2-inputs: New inputs file.
17420         * benchtests/log-inputs: Add new inputs.
17421         * benchtests/tan-inputs: Likewise.
17422
17423 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17424
17425         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17426         definition...
17427         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17428         (csloww2): ... from here.
17429
17430         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17431         instead of structures.
17432         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17433         (POLYNOMIAL): Likewise.
17434         (TAYLOR_SLOW): Likewise.
17435         (__sin): Likewise.
17436         (__cos): Likewise.
17437         (slow1): Likewise.
17438         (slow2): Likewise.
17439         (sloww): Likewise.
17440         (sloww1); Likewise.
17441         (sloww2): Likewise.
17442         (bsloww1): Likewise.
17443         (bsloww2): Likewise.
17444         (cslow2): Likewise.
17445         (csloww): Likewise.
17446         (csloww1): Likewise.
17447         (csloww2): Likewise.
17448
17449 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17450
17451         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17452         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17453         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17454         * malloc/hooks.c (realloc_check): Likewise.
17455
17456         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17457         * malloc/arena.c: Remove PER_THREAD conditional.
17458         [!PER_THREAD]: Remove code.
17459         (ptmalloc_unlock_all2): Likewise.
17460         (ptmalloc_init): Likewise.
17461         (_int_new_arena): Likewise.
17462         (arena_get2): Likewise.
17463         * malloc/hooks.c (__malloc_get_state): Likewise.
17464         (__malloc_set_state): Likewise.
17465         * malloc/malloc.c: Likewise.
17466         (struct malloc_state): Likewise.
17467         (struct malloc_par): Likewise.
17468         (__libc_realloc): Likewise.
17469         (__libc_mallopt): Likewise.
17470
17471 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17472
17473         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17474
17475 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17476
17477         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17478         macro to a function.  Check for zero perturb_byte.
17479         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17480
17481         * malloc/malloc.c: (force_reg): Remove.
17482         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17483         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17484         force_reg by atomic_forced_read.
17485         * malloc/arena.c (ptmalloc_init): Likewise.
17486         * malloc/hooks.c (top_check): Likewise.
17487
17488 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17489
17490         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17491
17492 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17493
17494         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17495
17496 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17497
17498         * math/auto-libm-test-in: Add tests of lgamma.
17499         * math/auto-libm-test-out: Regenerated.
17500         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17501         (M_LOG_2_SQRT_PIl): Likewise.
17502         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17503         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17504         mpfr_f_f1.
17505         (func_calc_desc): Add mpfr_f_f1 union field.
17506         (ARGS1): New macro.
17507         (ARGS2): Likewise.
17508         (ARGS3): Likewise.
17509         (ARGS4): Likewise.
17510         (RET1): Likewise.
17511         (RET2): Likewise.
17512         (CALC): Likewise.
17513         (FUNC): Likewise.
17514         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17515         (test_functions): Add lgamma.
17516         (calc_generic_results): Handle mpfr_f_f1.
17517         * sysdeps/i386/fpu/libm-test-ulps: Update.
17518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17519
17520 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17521
17522         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17523         __mpn_add_n for PowerPC64/POWER7.
17524         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17525         __mpn_sub_n for PowerPC64/POWER7.
17526
17527         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17528         __mpn_addmul_1 for PowerPC64.
17529         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17530         __mpn_submul_1 for PowerPC64.
17531         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17532         for PowerPC64.
17533         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17534         for PowerPC64.
17535
17536 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17537
17538         [BZ #15089]
17539         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17540
17541 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17542
17543         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17544
17545         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17546         add multiarch folders.
17547         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17548         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17549         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17550         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17551         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17552         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17553         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17554         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17555         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17556         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17557         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17564
17565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17566         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17568         New file.
17569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17570         New file.
17571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17572         multiarch __ieee754_hypot for PowerPC32.
17573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17574         New file.
17575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17576         New file.
17577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17578         multiarch __ieee754_hypotf for PowerPC32.
17579
17580         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17581         long_double_symbol only if __logbl is defined.
17582         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17583         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17584         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17585         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17586         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17587         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17588         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17589         path for implementation.
17590         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17591         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17593         logb, and logbl multiarch implementations for PowerPC32.
17594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17595         file.
17596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17597         file.
17598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17599         multiarch logb for PowerPC32.
17600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17601         file.
17602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17603         file.
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17605         multiarch logbf for PowerPC32.
17606         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17608         file.
17609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17610         multiarch logbl implementation for PowerPC32.
17611
17612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17613         and modff multiarch implementations.
17614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17615         New file.
17616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17617         New file.
17618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17619         multiarch modf for PowerPC32.
17620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17621         New file.
17622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17623         New file.
17624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17625         multiarch modff for PowerPC32.
17626
17627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17628         and lrintf multiarch implementations.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17630         New file.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17632         New file.
17633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17634         multiarch lrint for PowerPC32.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17636         file: multiarch lrintf for PowerPC32.
17637
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17639         and lroundf multiarch implementations.
17640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17641         New file.
17642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17643         New file.
17644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17645         New file.
17646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17647         multiarch lround for PowerPC32.
17648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17649         file: multiarch lroundf for PowerPC32.
17650
17651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17652         copysign and copysignf multiarch implementations.
17653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17654         New file.
17655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17656         New file.
17657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17658         file: multiarch copysign for PowerPC32.
17659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17660         file: multiarch copysignf for PowerPC32.
17661
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17663         and truncf multiarch implementations.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17665         New file.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17667         file.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17669         multiarch trunc for PowerPC32.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17671         New file.
17672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17673         New file.
17674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17675         multiarch truncf for PowerPC32.
17676
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17678         and roundf multiarch implementations.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17680         New file.
17681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17682         file.
17683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17684         multiarch round for PowerPC32.
17685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17686         New file.
17687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17688         New file.
17689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17690         multiarch roundf for PowerPC32.
17691
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17693         and floorf multiarch implementations.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17695         New file.
17696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17697         file.
17698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17699         multiarch floor for PowerPC32.
17700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17701         New file.
17702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17703         New file.
17704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17705         multiarch floorf for PowerPC32.
17706
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17708         and ceilf multiarch implementations.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17710         New file.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17712         file.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17714         multiarch ceil for PowerPC32.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17716         New file.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17718         file.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17720         multiarch ceilf for PowerPC32.
17721
17722         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17723         is defined.
17724         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17725         FINITEF is defined.
17726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17727         and finitef multiarch implementations.
17728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17729         New file.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17731         file.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17733         multiarch finite for PowerPC32.
17734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17735         New file.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17737         file: multiarch finitef for PowerPC32.
17738
17739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17740         and isinff multiarch implementations.
17741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17742         file.
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17744         file.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17746         multiarch isinf for PowerPC32.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17748         New file.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17750         multiarch isinff for PowerPC32.
17751
17752         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17753         alias when __isnan is defined.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17755         and isnanf multiarch implementations.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17757         file.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17759         file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17761         file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17763         file.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17765         multiarch isnan for PowerPC32.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17767         New file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17769         New file.
17770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17771         multiarch isnanf for PowerPC32.
17772
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17774         and sqrtf multiarch implementations.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17776         file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17780         multiarch sqrt for PowerPC32.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17782         file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17784         file.
17785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17786         multiarch sqrtf for PowerPC32.
17787
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17789         and llroundf multiarch implementations.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17791         New file.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17793         New file.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17795         New file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17797         file: multiarch llround for PowerPC32.
17798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17799         file: multiarch llroundf for PowerPC32.
17800
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17802         multiarch PowerPC32 fpu implementations.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17804         New file.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17806         New file.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17808         multiarch llrint for PowerPC32.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17810         New file.
17811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17812         New file.
17813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17814         file.
17815
17816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17817
17818         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17819         file.
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17821         file.
17822         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17823         file.
17824         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17825         multiarch wordcopy for PPC32.
17826         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17827         wordcopy objects.
17828         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17829         (__libc_ifunc_impl_list): Likewise.
17830         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17831         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17832         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17833         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17834         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17835         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17836
17837         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17839         file.
17840         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17841         file.
17842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17843         file.
17844         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17845         multiarch wcscpy for PPC32.
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17847         multiarch objects.
17848         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17849         (__libc_ifunc_impl_list): Likewise.
17850         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17851         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17852         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17853         sysdeps/powerpc/power6/wcscpy.c.
17854
17855         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17856         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17857         file.
17858         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17859         file.
17860         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17861         file.
17862         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17863         multiarch wcsrchr for PPC32.
17864         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17865         multiarch objects.
17866         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17867         (__libc_ifunc_impl_list): Likewise.
17868         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17869         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17870         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17871         sysdeps/powerpc/power6/wcsrchr.c.
17872
17873         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17874         file.
17875         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17876         file.
17877         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17879         multiarch wcschr for PPc32.
17880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17881         multiarch objects.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17883         (__libc_ifunc_impl_list): Likewise.
17884         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17885         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17886         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17887         sysdeps/powerpc/power6/wcschr.c.
17888
17889         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17890         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17891         file.
17892         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17893         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17894         file: multiarch strchr for PPC32.
17895         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17896         multiarch objects.
17897         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17898         (__libc_ifunc_impl_list): Likewise.
17899
17900         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17901         name.
17902         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17903         file.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17905         file.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17907         multiarch strchrnul for PPC32.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17909         multiarch objects.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17911         (__libc_ifunc_impl_list): Likewise.
17912
17913         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17916         multiarch strncasecmp for PPC32.
17917         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17918         file.
17919         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17920         multiarch strncasecmp_l for PPC32.
17921         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17922         strncasecmp multiarch objects.
17923         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17924         (__libc_ifunc_impl_list): Likewise.
17925
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17929         multiarch strncasecmp for PPC32.
17930         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17931         New file.
17932         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17933         multiarch strcasecmp_l for PPC32.
17934         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17935         multiarch objects.
17936         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17937         (__libc_ifunc_impl_list): Likewise.
17938
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17944         multiarch strncmp for PPC32.
17945         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17946         multiarch objects.
17947         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17948         (__libc_ifunc_impl_list): Likewise.
17949
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17951         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17952         file.
17953         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17954         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17955         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17956         multiarch objects.
17957         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17958         (__libc_ifunc_impl_list): Likewise.
17959
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17965         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17966         multiarch objects.
17967         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17968         (__libc_ifunc_impl_list): Likewise.
17969
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17971         file.
17972         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17973         file.
17974         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17975         multiarch rawmemchr for PPC32.
17976         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17977         multiarch objects.
17978         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17979         (__libc_ifunc_impl_list): Likewise.
17980
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17982         file.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17984         file.
17985         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17986         file: memrchr multiarch for PPC32.
17987         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17988         multiarch objects.
17989         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17990         (__libc_ifunc_impl_list): Likewise.
17991
17992         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17993         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17994         file.
17995         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17997         multiarch memchr for PPC32.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17999         multiarch objects.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18001         (__libc_ifunc_impl_list): Likewise.
18002
18003         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18005         file.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18007         file.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18009         file: multiarch mempcpy for PPC32.
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18011         multiarch objects.
18012         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18013         (__libc_ifunc_impl_list): Likewise.
18014
18015         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18019         multiarch bzero for PPC32.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18021         file.
18022         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18023         file.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18025         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18026         file: multiarch memset for PPC32.
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18029         memset multiarch objects.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18031         (__libc_ifunc_impl_list): Likewise.
18032
18033         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18034         file.
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18037         memcmp for PPC32.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18040         multiarch objects.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18042         (__libc_ifunc_impl_list): Likewise.
18043
18044         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18046         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18047         file.
18048         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18049         file.
18050         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18051         file.
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18053         multiarch memcpy for PPC32.
18054         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18055         multiarch objects.
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18057         (__libc_ifunc_impl_list): Likewise.
18058
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18060         support multiarch for POWER/PPC32.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18062         Likewise.
18063         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18065         Implies file to make multiarch folder appers before the fpu and
18066         default folder for power4 configuration.
18067
18068 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18069
18070         * scripts/bench.pl: Append volatile keyword to type.
18071
18072 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18073
18074         * sysdeps/sh/sotruss-lib.c: New file.
18075         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18076
18077 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18078
18079         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18080
18081 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18082
18083         [BZ #6810]
18084         * math/w_tgamma.c: Include <errno.h>.
18085         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18086         * math/w_tgammaf.c: Include <errno.h>.
18087         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18088         * math/w_tgammal.c: Include <errno.h>.
18089         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18090         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18091         underflow.  Add more tgamma tests.
18092         * math/auto-libm-test-out: Regenerated.
18093         * sysdeps/i386/fpu/libm-test-ulps: Update.
18094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18095
18096         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18097         sin, sinh, tan, tanh, tgamma, y0 and y1.
18098         * math/auto-libm-test-out: Regenerated.
18099         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18100         (TEST_COND_x86): Likewise.
18101         (M_E2l): Remove macro.
18102         (M_E3l): Likewise.
18103         (M_2_SQRT_PIl): Likewise.
18104         (M_SQRT_PIl): Likewise.
18105         (M_1_DIV_El): Likewise.
18106         (log_test_data): Use AUTO_TESTS_f_f.
18107         (log10_test_data): Likewise.
18108         (log1p_test_data): Likewise.
18109         (log2_test_data): Likewise.
18110         (sin_test_data): Likewise.
18111         (sin_tonearest_test_data): Likewise.
18112         (sin_towardzero_test_data): Likewise.
18113         (sin_downward_test_data): Likewise.
18114         (sin_upward_test_data): Likewise.
18115         (sinh_test_data): Likewise.
18116         (sinh_tonearest_test_data): Likewise.
18117         (sinh_towardzero_test_data): Likewise.
18118         (sinh_downward_test_data): Likewise.
18119         (sinh_upward_test_data): Likewise.
18120         (tan_test_data): Likewise.
18121         (tan_tonearest_test_data): Likewise.
18122         (tan_towardzero_test_data): Likewise.
18123         (tan_downward_test_data): Likewise.
18124         (tan_upward_test_data): Likewise.
18125         (tanh_test_data): Likewise.
18126         (tgamma_test_data): Likewise.
18127         (y0_test_data): Likewise.
18128         (y1_test_data): Likewise.
18129         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18130         (special_real_inputs): Add pi/4.
18131         * sysdeps/i386/fpu/libm-test-ulps: Update.
18132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18133
18134 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18135
18136         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18137         "longjmp_target" static probes.
18138         (__longjmp): Rename to __longjmp_symbol.
18139         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18140         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18141         on which longjmp to generate.
18142         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18143         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18144         probe.
18145         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18146         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18147         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18148         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18149         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18150         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18152         __longjmp_symbol based on which __longjmp to generate.
18153         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18154         probe.
18155         (setjmp): Rename to setjmp_symbol.
18156         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18157         (_setjmp): Rename to _setjmp_symbol.
18158         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18159         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18160         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18161         which setjmp to generate.
18162         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18163         "longjmp_target" static probes.
18164
18165 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18166
18167         * benchtests/README: Add note about output arguments.
18168         * benchtests/bench-sincos.c: Remove file.
18169         * benchtests/sincos-inputs: New file.
18170         * scripts/bench.pl: Identify output arguments and define
18171         static variables for them.
18172
18173         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18174
18175         [BZ #15941]
18176         * Makefile (INSTALL): Add install-plain.texi as the primary
18177         dependency.
18178         * manual/install-plain.texi: New file.
18179         * manual/install.texi: Include node directive only for
18180         non-plaintext output.
18181
18182 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18183
18184         * stdlib/longlong.h: Update from GCC.
18185
18186         [BZ #6807]
18187         [BZ #15901]
18188         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18189         * math/w_j0f.c (y0f): Likewise.
18190         * math/w_j0l.c (__y0l): Likewise.
18191         * math/w_j1.c (y1): Likewise.
18192         * math/w_j1f.c (y1f): Likewise.
18193         * math/w_j1l.c (__y1l): Likewise
18194         * math/w_jn.c (yn): Likewise.
18195         * math/w_jnf.c (ynf): Likewise.
18196         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18197         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18198         value for Bessel function domain errors outside _SVID_ mode.
18199         Adjust sign of return value for yn (negative integer, 0).
18200         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18201         by zero in return for negative x and set sign appropriately for
18202         negative n.
18203         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18204         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18205         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18206         expectations in error cases.
18207         (y1_test_data): Likewise.
18208         (yn_test_data): Likewise.
18209         * sysdeps/i386/fpu/libm-test-ulps: Update.
18210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18211
18212 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18213
18214         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18215         "64" to "64-v1".  Add "64-v2".
18216         (abi-64-options): Rename to ...
18217         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18218         (abi-64-condition): Rename to ...
18219         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18220         (abi-64-ld-soname): Rename to ...
18221         (abi-64-v1-ld-soname): ... this.
18222         (abi-64-v2-options): Define.
18223         (abi-64-v2-condition): Likewise.
18224         (abi-64-v2-ld-soname): Likewise.
18225         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18226         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18230
18231 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18232             Alan Modra  <amodra@gmail.com>
18233
18234         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18235         New versions for use with the ELFv2 ABI.
18236         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18237         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18238         declaration.
18239         (struct La_ppc64v2_retval): Likewise.
18240         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18241         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18242         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18243         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18244         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18245         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18246         Do not save or restore CR.
18247         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18248         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18249         return values for ELFv2 ABI.  Fix location of FPR return registers.
18250         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18251         updated values for _CALL_ELF == 2.
18252         (La_regs, La_retval, int_retval): Likewise.
18253
18254 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18255
18256         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18257         (FRAME_MIN_SIZE_PARM): Likewise.
18258         (FRAME_BACKCHAIN): Likewise.
18259         (FRAME_CR_SAVE): Likewise.
18260         (FRAME_LR_SAVE): Likewise.
18261         (FRAME_TOC_SAVE): Likewise.
18262         (FRAME_PARM_SAVE): Likewise.
18263         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18264         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18265         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18266         (call_mcount_parm_offset): New macro.
18267         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18268         (PROF): Use symbolic stack frame offsets.
18269         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18270         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18271         Redefine in terms of FRAME_MIN_SIZE.
18272         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18273         (_dl_profile_resolve): Likewise.  Update comment.
18274         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18275         symbols stack frame offsets.
18276         (__sigsetjmp): Likewise.
18277         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18278         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18279         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18280         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18281
18282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18283         (FRAME_BACKCHAIN): Remove.
18284         (FRAME_CR_SAVE): Likewise.
18285         (FRAME_LR_SAVE): Likewise.
18286         (FRAME_COMPILER_DW): Likewise.
18287         (FRAME_LINKER_DW): Likewise.
18288         (FRAME_TOC_SAVE): Likewise.
18289         (FRAME_PARM_SAVE): Likewise.
18290         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18291         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18292         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18294         (CHECK_SP): Use symbolic stack frame offsets.
18295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18296         zone" instead of caller's parameter save area for temp storage.
18297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18298         Likewise.  Also, use symbolic stack frame offsets.
18299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18300         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18301         our own stack frame instead of the caller's.
18302         (__socket): Use symbolic stack frame offsets.
18303
18304 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18305             Alan Modra  <amodra@gmail.com>
18306
18307         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18308         Define.
18309         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18310         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18311         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18312         New function.
18313         (elf_machine_fixup_plt): Call it.
18314         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18315         reloc arguments.
18316         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18317         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18318         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18319         r2 before calling target.
18320
18321 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18322             Alan Modra  <amodra@gmail.com>
18323
18324         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18325         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18326         versions of macros to support ELFv2 ABI.
18327         (LOCALENTRY): New macro.
18328         (ENTRY, EALIGN): Use it.
18329         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18330         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18331         fall through into ENTRY entry point.
18332         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18333         Only define if _CALL_ELF != 2.
18334
18335         (elf_machine_matches_host): Verify ABI version matches.
18336         (RTLD_START): Use LOCALENTRY.
18337         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18338         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18339         (PLT_ENTRY_WORDS): New macro.
18340         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18341         (elf_machine_runtime_setup): Support ELFv2 ABI.
18342         (elf_machine_fixup_plt): Likewise.
18343         (elf_machine_plt_conflict): Likewise.
18344         (resolve_ifunc): Likewise.
18345         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18346         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18347         Likewise.
18348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18349         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18351         (makecontext): Support ELFv2 ABI.
18352         * elf/elf.h (EF_PPC64_ABI): Define.
18353
18354 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18355
18356         * sysdeps/powerpc/powerpc64/sysdep.h
18357         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18358         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18359         (ENTRY) [ASSEMBLER]: ... but instead here ...
18360         (EALIGN) [ASSEMBLER]: ... and here.
18361         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18362         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18363         (ENTRY_2) [!ASSEMBLER]: Use it.
18364         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18365         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18366         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18367         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18368         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18370         Use PPC64_LOAD_FUNCPTR.
18371
18372         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18373
18374 2013-12-04  Alan Modra  <amodra@gmail.com>
18375
18376         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18377         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18378         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18379         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18380
18381         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18382         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18383         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18384         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18385         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18386         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18387
18388 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18389
18390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18391         (__makecontext): Fix incorrect CFI when backtracing out of
18392         context created via makecontext.
18393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18394         (__setcontext): Fix incorrect CFI during switch to new context.
18395         (__novec_setcontext): Likewise.
18396
18397 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18398
18399         [BZ #4772]
18400         * time/strptime_l.c (__strptime_internal): Allow modifiers
18401         in strptime.
18402         * time/tst-strptime.c (day_tests): Add testcase.
18403
18404 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18405
18406         * scripts/bench.pl: Skip over blank lines.
18407
18408 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18409
18410         [BZ #926]
18411         * manual/time.texi (Calendar Time): Clarify what timezone functions
18412         use.
18413
18414 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18415
18416         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18417
18418 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18419
18420         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18421         implementation.
18422         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18423         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18424         * debug/memset_chk.c (__memset_chk): Likewise.
18425         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18426         * debug/strncpy_chk.c: Likewise.
18427
18428 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18429
18430         [BZ #15268]
18431         [BZ #15425]
18432         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18433         (__ieee754_exp): For possibly underflowing results, check size of
18434         result and force underflow exception if required.
18435         * math/auto-libm-test-in: Add more tests of exp.
18436         * math/auto-libm-test-out: Regenerated.
18437         * sysdeps/i386/fpu/libm-test-ulps: Update.
18438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18439
18440         [BZ #16283]
18441         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18442         * math/w_exp2f.c (__exp2f): Likewise.
18443         * math/w_exp2l.c (__exp2l): Likewise.
18444         * math/auto-libm-test-in: Do not allow missing errno on exp2
18445         underflow.
18446         * math/auto-libm-test-out: Regenerated.
18447
18448 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18449
18450         [BZ #16274]
18451         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18452         handle filename validation.
18453         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18454         (do_open): Delete.
18455
18456 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18457
18458         [BZ #6786]
18459         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18460         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18461         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18462         <float.h>.
18463         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18464         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18465         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18466         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18467         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18468         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18469         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18470         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18471         Add more erfc tests.
18472         * math/auto-libm-test-out: Regenerated.
18473         * sysdeps/i386/fpu/libm-test-ulps: Update.
18474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18475
18476         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18477         exp2, expm1, j0 and j1.
18478         * math/auto-libm-test-out: Regenerated.
18479         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18480         (erfc_test_data): Likewise.
18481         (exp_test_data): Likewise.
18482         (exp_tonearest_test_data): Likewise.
18483         (exp_towardzero_test_data): Likewise.
18484         (exp_downward_test_data): Likewise.
18485         (exp_upward_test_data): Likewise.
18486         (exp10_test_data): Likewise.
18487         (exp2_test_data): Likewise.
18488         (expm1_test_data): Likewise.
18489         (j0_test_data): Likewise.
18490         (j1_test_data): Likewise.
18491         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18492         (input_flag_type): Add flag_xfail_rounding.
18493         (input_flags): Add xfail-rounding.
18494         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18495         (output_for_one_input_case): Handle flag_xfail_rounding.
18496         * sysdeps/i386/fpu/libm-test-ulps: Update.
18497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18498
18499 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18500
18501         [BZ #16289]
18502         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18503         division by 0.
18504
18505 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18506
18507         [BZ #16195]
18508         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18509         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18510         (STAP_PROBE0): New macro.
18511         (STAP_PROBE1): Likewise.
18512         (STAP_PROBE2): Likewise.
18513         (STAP_PROBE3): Likewise.
18514         (STAP_PROBE4): Likewise.
18515
18516 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18517
18518         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18519
18520 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18521
18522         * benchtests/Makefile (bench): Add sqrt.
18523         (LDLIBS-bench-sqrt): New.
18524         * benchtests/sqrt-input: New.
18525
18526 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18527
18528         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18529         (GAIH_EAI): Likewise.
18530         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18531         (gaih_inet): Likewise.
18532         (getaddrinfo): Don't use GAIH_EAI.
18533
18534         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18535         (struct gaih): Remove definition.
18536
18537 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18538
18539         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18540         Use HERRNOP directly.
18541
18542 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18543
18544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18545
18546 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18547
18548         * math/gen-auto-libm-tests.c (test_functions): Add more
18549         single-argument functions.
18550         (special_fill_pi_2): New function.
18551         (special_fill_minus_pi_2): Likewise.
18552         (special_fill_pi_6): Likewise.
18553         (special_fill_minus_pi_6): Likewise.
18554         (special_fill_pi_3): Likewise.
18555         (special_fill_2pi_3): Likewise.
18556         (special_fill_e): Likewise.
18557         (special_fill_1_e): Likewise.
18558         (special_fill_e_minus_1): Likewise.
18559         (special_real_inputs): Add more special inputs.
18560         (output_for_one_input_case): Do not require ERANGE on underflow to
18561         zero if round-to-nearest result does not underflow to zero, unless
18562         exact results required.
18563         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18564         atan, atanh, cbrt, cos and cosh.
18565         * math/auto-libm-test-out: Regenerated.
18566         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18567         (acos_tonearest_test_data): Likewise.
18568         (acos_towardzero_test_data): Likewise.
18569         (acos_downward_test_data): Likewise.
18570         (acos_upward_test_data): Likewise.
18571         (acosh_test_data): Likewise.
18572         (asin_test_data): Likewise.
18573         (asin_tonearest_test_data): Likewise.
18574         (asin_towardzero_test_data): Likewise.
18575         (asin_upward_test_data): Likewise.
18576         (asinh_test_data): Likewise.
18577         (atan_test_data): Likewise.
18578         (atanh_test_data): Likewise.
18579         (cbrt_test_data): Likewise.
18580         (cos_test_data): Likewise.
18581         (cos_tonearest_test_data): Likewise.
18582         (cos_towardzero_test_data): Likewise.
18583         (cos_downward_test_data): Likewise.
18584         (cos_upward_test_data): Likewise.
18585         (cosh_test_data): Likewise.
18586         (cosh_tonearest_test_data): Likewise.
18587         (cosh_towardzero_test_data): Likewise.
18588         (cosh_downward_test_data): Likewise.
18589         (cosh_upward_test_data): Likewise.
18590         * sysdeps/i386/fpu/libm-test-ulps: Update.
18591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18592
18593 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18594
18595         [BZ #6787]
18596         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18597         * math/w_exp10f.c (__exp10f): Likewise.
18598         * math/w_exp10l.c (__exp10l): Likewise.
18599         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18600         errno settings in existing tests.
18601
18602         [BZ #14032]
18603         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18604         precision control set to double precision.
18605         * sysdeps/i386/fpu/w_sqrt.c: New file.
18606         * math/auto-libm-test-in: Add more tests.
18607         * math/auto-libm-test-out: Update.
18608
18609         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18610         (sqrt_test_tonearest): New function.
18611         (sqrt_towardzero_test_data): New variable.
18612         (sqrt_test_towardzero): New function.
18613         (sqrt_downward_test_data): New variable.
18614         (sqrt_test_downward): New function.
18615         (sqrt_upward_test_data): New variable.
18616         (sqrt_test_upward): New function.
18617         (main): Call the new functions.
18618
18619         * math/gen-auto-libm-tests.c: New file.
18620         * math/auto-libm-test-in: Likewise.
18621         * math/auto-libm-test-out: New generated file.
18622         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18623         variables.
18624         (%beautify): Add generated representations of zero.
18625         (top level): Set $auto_input and call parse_auto_input.
18626         (beautify): Remove trailing "f" from hex float constants.
18627         (parse_args): Handle XFAIL_TEST.
18628         (convert_condition): New function.
18629         (or_value): Likewise.
18630         (or_cond_value): Likewise.
18631         (generate_testfile): Handle AUTO_TESTS_* lines.
18632         (parse_auto_input): New function.
18633         * math/libm-test.inc (XFAIL_TEST): New macro.
18634         (ERRNO_UNCHANGED): Update value.
18635         (ERRNO_EDOM): Likewise.
18636         (ERRNO_ERANGE): Likewise.
18637         (IGNORE_RESULT): Likewise.
18638         (TEST_COND_flt_32): New macro.
18639         (TEST_COND_dbl_64): Likewise.
18640         (TEST_COND_ldbl_96_intel): Likewise.
18641         (TEST_COND_ldbl_96_m68k): Likewise.
18642         (TEST_COND_ldbl_128): Likewise.
18643         (TEST_COND_ldbl_128ibm): Likewise.
18644         (TEST_COND_long32): Likewise.
18645         (TEST_COND_long64): Likewise.
18646         (TEST_COND_before_rounding): Likewise.
18647         (TEST_COND_after_rounding): Likewise.
18648         (enable_test): Handle XFAIL_TEST flag.
18649         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18650         with finite results.
18651         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18652         auto-libm-test-out.
18653
18654 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18655             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18656
18657         [BZ #16214]
18658         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18659         __tls_get_addr_internal instead of __tls_get_offset in order to
18660         avoid GOT pointer dependency.  Make rtld export
18661         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18662         __tls_get_addr since we are a __tls_get_offset platform.
18663         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18664         GOT pointer being set up before.
18665         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18666
18667 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18668
18669         * manual/math.texi (Errors in Math Functions): Document accuracy
18670         goals.
18671
18672         [BZ #15004]
18673         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18674         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18675         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18676         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18677         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18678         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18679         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18680         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18681         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18682         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18683         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18684         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18685         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18686         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18687         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18688         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18689
18690         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18691         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18692         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18693         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18694         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18695         Likewise.
18696         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18697         Likewise.
18698         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18699         Likewise.
18700         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18701         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18702         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18703         atomic-feupdateenv and flt-rounds.
18704         * sysdeps/powerpc/nofpu/Versions (libc): Add
18705         __atomic_feholdexcept, __atomic_feclearexcept,
18706         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18707         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18708         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18709         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18710         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18711         here.
18712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18713         Update.
18714
18715         * manual/arith.texi (FP Exceptions): Document that exceptions may
18716         not be raised when matherr is used.
18717         (Math Error Reporting): Document overflow in directed rounding
18718         modes.  Document that errno may not be set when finite values are
18719         returned on overflow.  Document intent to set errno on underflow
18720         only for underflow to zero.
18721
18722         [BZ #16271]
18723         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18724         round-to-nearest then adjust result for other rounding modes.
18725         * include/fenv.h (fegetround): Use libm_hidden_proto.
18726         * math/fegetround.c (fegetround): Use libm_hidden_def.
18727         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18728         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18729         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18730         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18731         Likewise.
18732         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18733         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18734         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18735         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18736
18737 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18738
18739         [BZ #16077]
18740         * nss/Versions (libnss_files): Add
18741         _nss_files_gethostbyname3_r.
18742         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18743         New function.
18744         (HOST_DB_LOOKUP): Remove macro.
18745         (_nss_files_gethostbyname_r): Implement function without the
18746         HOST_DB_LOOKUP macro.
18747         (_nss_files_gethostbyname2_r): Likewise.
18748
18749 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18750
18751         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18752
18753 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18754
18755         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18756         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18757         warning.
18758
18759 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18760
18761         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18762         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18763         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18764         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18765         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18766         __fe_nomask_env_priv and attribute_hidden.
18767         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18768         (libc_feupdateenv_test_ppc): Likewise.
18769         (libc_feresetround_ppc): Likewise.
18770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18771         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18772         compat_symbol macro.
18773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18774         (__fe_nomask_env): Likewise.
18775         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18776
18777 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18778
18779         * string/Makefile: Remove ifunc tests.
18780         * string/test-string.h: Define TEST_IFUNC.
18781         * string/test-bcopy-ifunc.c: Remove.
18782         * string/test-bzero-ifunc.c: Likewise.
18783         * string/test-memccpy-ifunc.c: Likewise.
18784         * string/test-memchr-ifunc.c: Likewise.
18785         * string/test-memcmp-ifunc.c: Likewise.
18786         * string/test-memcpy-ifunc.c: Likewise.
18787         * string/test-memmem-ifunc.c: Likewise.
18788         * string/test-memmove-ifunc.c: Likewise.
18789         * string/test-mempcpy-ifunc.c: Likewise.
18790         * string/test-memrchr-ifunc.c: Likewise.
18791         * string/test-memset-ifunc.c: Likewise.
18792         * string/test-rawmemchr-ifunc.c: Likewise.
18793         * string/test-stpcpy-ifunc.c: Likewise.
18794         * string/test-stpncpy-ifunc.c: Likewise.
18795         * string/test-strcasecmp-ifunc.c: Likewise.
18796         * string/test-strcasestr-ifunc.c: Likewise.
18797         * string/test-strcat-ifunc.c: Likewise.
18798         * string/test-strchr-ifunc.c: Likewise.
18799         * string/test-strchrnul-ifunc.c: Likewise.
18800         * string/test-strcmp-ifunc.c: Likewise.
18801         * string/test-strcpy-ifunc.c: Likewise.
18802         * string/test-strcspn-ifunc.c: Likewise.
18803         * string/test-strlen-ifunc.c: Likewise.
18804         * string/test-strncasecmp-ifunc.c: Likewise.
18805         * string/test-strncat-ifunc.c: Likewise.
18806         * string/test-strncmp-ifunc.c: Likewise.
18807         * string/test-strncpy-ifunc.c: Likewise.
18808         * string/test-strnlen-ifunc.c: Likewise.
18809         * string/test-strpbrk-ifunc.c: Likewise.
18810         * string/test-strrchr-ifunc.c: Likewise.
18811         * string/test-strspn-ifunc.c: Likewise.
18812         * string/test-strstr-ifunc.c: Likewise.
18813
18814 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18815
18816         * benchtests/Makefile: Remove ifunc tests.
18817         * benchtests/bench-string.h: Define TEST_IFUNC.
18818         * benchtests/bench-bcopy-ifunc.c: Remove.
18819         * benchtests/bench-bzero-ifunc.c: Likewise.
18820         * benchtests/bench-memccpy-ifunc.c: Likewise.
18821         * benchtests/bench-memchr-ifunc.c: Likewise.
18822         * benchtests/bench-memcmp-ifunc.c: Likewise.
18823         * benchtests/bench-memcpy-ifunc.c: Likewise.
18824         * benchtests/bench-memmem-ifunc.c: Likewise.
18825         * benchtests/bench-memmove-ifunc.c: Likewise.
18826         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18827         * benchtests/bench-memrchr-ifunc.c: Likewise.
18828         * benchtests/bench-memset-ifunc.c: Likewise.
18829         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18830         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18831         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18832         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18833         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18834         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18835         * benchtests/bench-strcat-ifunc.c: Likewise.
18836         * benchtests/bench-strchr-ifunc.c: Likewise.
18837         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18838         * benchtests/bench-strcmp-ifunc.c: Likewise.
18839         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18840         * benchtests/bench-strcpy-ifunc.c: Likewise.
18841         * benchtests/bench-strcspn-ifunc.c: Likewise.
18842         * benchtests/bench-strlen-ifunc.c: Likewise.
18843         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18844         * benchtests/bench-strncat-ifunc.c: Likewise.
18845         * benchtests/bench-strncmp-ifunc.c: Likewise.
18846         * benchtests/bench-strncpy-ifunc.c: Likewise.
18847         * benchtests/bench-strnlen-ifunc.c: Likewise.
18848         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18849         * benchtests/bench-strrchr-ifunc.c: Likewise.
18850         * benchtests/bench-strsep-ifunc.c: Likewise.
18851         * benchtests/bench-strspn-ifunc.c: Likewise.
18852         * benchtests/bench-strstr-ifunc.c: Likewise.
18853
18854 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18855
18856         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18857
18858 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18859
18860         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18861         * rt/aio.h: Likewise.
18862         * sysdeps/gnu/bits/utmp.h: Likewise.
18863         * sysdeps/gnu/bits/utmpx.h: Likewise.
18864         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18865         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18866         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18867         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18868         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18869         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18870         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18871         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18872         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18873         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18874         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18875         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18876         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18878         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18879         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18880         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18881         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18882         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18883         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18884         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18885         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18886         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18887         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18888         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18889         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18890         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18891         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18892         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18893         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18894         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18895         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18896         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18897         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18898         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18899         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18900         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18901         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18902         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18903         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18904         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18905         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18906
18907 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18908
18909         [BZ #16245]
18910         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18911         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18912
18913 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18914
18915         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18916         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18917         Likewise.
18918
18919 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18920
18921         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18922         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18923         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18924         (__fesetround): Remove define.
18925         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18926         rounding and exceptions handling.
18927         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18928         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18929         (__fe_nomask_env): Likewise.
18930         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18931         __fegetround instead of fegetround.
18932         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18933         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18934
18935 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18936
18937         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18938         it's there.
18939
18940         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18941
18942 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18943
18944         [BZ #11157]
18945         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18946         (encrypt_r): Likewise.
18947         * malloc/obstack.h (obstack_free): Likewise.
18948         * posix/unistd.h (encrypt): Likewise.
18949
18950 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18951
18952         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18953         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18954         DL_CALL_DT_FINI() that call the functions directly.
18955         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18956         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18957         * elf/dl-fini.c: Likewise.
18958
18959 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18960
18961         * malloc/hooks.c (memalign_check): Add alignment rounding.
18962         * malloc/malloc.c (_mid_memalign): New function.
18963         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18964         Implement by calling _mid_memalign.
18965         * manual/probes.texi (Memory Allocation Probes): Remove
18966         memory_valloc_retry and memory_pvalloc_retry.
18967
18968 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18969
18970         * locale/programs/locarchive.c (open_archive): Add const
18971         qualifier to ARCHIVEFNAME and copy default fname to
18972         DEFAULT_FNAME.
18973
18974         [BZ #15601]
18975         * libio/tst-widetext.input: Rename Oriya to Odia.
18976         * locale/iso-639.def: Likewise.
18977
18978         * manual/probes.texi (Mathematical Function Probes): Add
18979         documentation for sin, cos, asin and acos probes.
18980         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18981         (__sin32): Add slowasin probe.
18982         (__cos32): Add slowacos probe.
18983         (__mpsin): Add slowsin probe.
18984         (__mpcos): Add slowcos probe.
18985
18986 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18987
18988         [BZ #15483]
18989         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18990         thread-local __sim_exceptions_thread and global
18991         __sim_exceptions_global.
18992         (__sim_disabled_exceptions): Change to thread-local
18993         __sim_disabled_exceptions_thread and global
18994         __sim_disabled_exceptions_global.
18995         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18996         and global __sim_round_mode_global.
18997         (__simulate_exceptions): Use thread-local floating-point state and
18998         set global state from it as needed.
18999         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19000         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19001         __sim_round_mode_thread.
19002         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19003         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19004         and global __sim_exceptions_global.
19005         (__sim_disabled_exceptions): Change to thread-local
19006         __sim_disabled_exceptions_thread and global
19007         __sim_disabled_exceptions_global.
19008         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19009         and global __sim_round_mode_global.
19010         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19011         (SIM_SET_GLOBAL): Likewise.
19012         * sysdeps/powerpc/soft-fp/sfp-machine.h
19013         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19014         __sim_round_mode_thread.
19015         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19016         __sim_disabled_exceptions_thread.
19017         (__sim_exceptions): Change to __sim_exceptions_thread.
19018         (__sim_disabled_exceptions): Change to
19019         __sim_disabled_exceptions_thread.
19020         (__sim_round_mode): Change to __sim_round_mode_thread.
19021         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19022         thread-local floating-point state and set global state from it as
19023         needed.
19024         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19025         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19026         (__sim_disabled_exceptions): Remove extern declaration.
19027         (feenableexcept): Use thread-local floating-point state and set
19028         global state from it as needed.
19029         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19030         extern declaration.
19031         (__sim_disabled_exceptions): Likewise.
19032         (__sim_round_mode): Likewise.
19033         (__fegetenv): Use thread-local floating-point state.
19034         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19035         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19036         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19037         floating-point state and set global state from it as needed.
19038         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19039         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19040         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19041         Likewise.
19042         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19043         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19044         Likewise.
19045         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19046         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19047         Use __sim_round_mode_thread.
19048         * math/test-fenv-tls.c: New file.
19049         * math/Makefile (tests): Add test-fenv-tls.
19050         ($(objpfx)test-fenv-tls): Depend on
19051         $(common-objpfx)nptl/libpthread.so.
19052
19053 2013-11-19  Andreas Schwab  <schwab@suse.de>
19054
19055         * locale/programs/locale.c (show_info): Decode wordarray elements.
19056         * locale/categories.def (LC_MONETARY): Add element for
19057         _NL_MONETARY_CRNCYSTR.
19058         * locale/C-monetary.c (conversion_rate): New variable.
19059         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19060         element.
19061
19062 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19063
19064         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19065         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19066
19067 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19068
19069         * elf/Makefile (tst-auxv): New test.
19070         * elf/tst-auxv.c: New
19071         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19072
19073 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19074
19075         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19076         (hidden_proto): Caller changed.
19077         (hidden_tls_proto): New macro.
19078         (libc_hidden_tls_proto): Likewise.
19079         (rtld_hidden_tls_proto): Likewise.
19080         (libm_hidden_tls_proto): Likewise.
19081         (libresolv_hidden_tls_proto): Likewise.
19082         (librt_hidden_tls_proto): Likewise.
19083         (libdl_hidden_tls_proto): Likewise.
19084         (libnss_files_hidden_tls_proto): Likewise.
19085         (libnsl_hidden_tls_proto): Likewise.
19086         (libnss_nisplus_hidden_tls_proto): Likewise.
19087         (libutil_hidden_tls_proto): Likewise.
19088
19089 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19090
19091         [BZ #10253]
19092         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19093         (decompose_rpath): Defer expansion to fillin_rpath.
19094         (_dl_init_paths): Pass linkmap to fillin_rpath.
19095
19096 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19097
19098         * benchtests/Makefile: Add strsep.
19099         * benchtests/bench-strsep.c: New file: strsep benchtest.
19100         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19101
19102 2013-11-18  Andreas Schwab  <schwab@suse.de>
19103
19104         * locale/programs/locale.c (show_info) [case byte]: Check for
19105         '\377' instead of '\177'.
19106         * locale/C-monetary.c (not_available): Always use "\377".
19107         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19108         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19109         detect unavailable sign_posn locale elements.
19110         * locale/localeconv.c (__localeconv): For grouping and
19111         mon_grouping handle "\177" and "\377" like no grouping.
19112         (INT_ELEM): New macro.  Use it to set all numeric members.
19113         * locale/programs/ld-monetary.c (monetary_read)
19114         <tok_mon_grouping>: Normalize single -1 to the empty string.
19115         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19116         Likewise.
19117
19118 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19119
19120         [BZ #16055]
19121         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19122         when we match (nil).
19123         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19124
19125 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19126
19127         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19128         (NO_TEST_INLINE): Update value.
19129         (ERRNO_UNCHANGED): Likewise.
19130         (ERRNO_EDOM): Likewise.
19131         (ERRNO_ERANGE): Likewise.
19132         (IGNORE_RESULT): Likewise.
19133         (check_float_internal): Check signs of NaN results if
19134         TEST_NAN_SIGN used.
19135         (check_complex): Pass TEST_NAN_SIGN flag through to second
19136         check_float_internal call.
19137         (copysign_test_data): Add tests with quiet NaNs as second
19138         argument.  Use TEST_NAN_SIGN.
19139         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19140         TEST_NAN_SIGN.
19141         (signbit_test_data): Add tests of quiet NaN argument.
19142         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19143
19144         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19145         $ignore_result.
19146         (parse_args): Handle function results specified as IGNORE.
19147         * math/libm-test.inc (IGNORE_RESULT): New macro.
19148         (check_float_internal): Do not check numerical result if flag
19149         IGNORE_RESULT set.
19150         (check_complex): Pass through IGNORE_RESULT to second
19151         check_float_internal call.
19152         (check_int): Do not check numerical result if flag IGNORE_RESULT
19153         set.
19154         (check_long): Likewise.
19155         (check_bool): Likewise.
19156         (check_longlong): Likewise.
19157         (lrint_test_data): Add tests of infinite and NaN arguments.
19158         (lrint_tonearest_test_data): Likewise.
19159         (lrint_towardzero_test_data): Likewise.
19160         (lrint_downward_test_data): Likewise.
19161         (lrint_upward_test_data): Likewise.
19162         (llrint_test_data): Likewise.
19163         (llrint_tonearest_test_data): Likewise.
19164         (llrint_towardzero_test_data): Likewise.
19165         (llrint_downward_test_data): Likewise.
19166         (llrint_upward_test_data): Likewise.
19167         (lround_test_data): Likewise.
19168         (llround_test_data): Likewise.
19169
19170         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19171         (ERRNO_UNCHANGED): Update value.
19172         (ERRNO_EDOM): Likewise.
19173         (ERRNO_ERANGE): Likewise.
19174         (NO_TEST_INLINE_FLOAT): New macro.
19175         (NO_TEST_INLINE_DOUBLE): Likewise.
19176         (enable_test): New function.
19177         (RUN_TEST_f_f): Check enable_test before running test.
19178         (RUN_TEST_2_f): Likewise.
19179         (RUN_TEST_fff_f): Likewise.
19180         (RUN_TEST_c_f): Likewise.
19181         (RUN_TEST_f_f1): Likewise.
19182         (RUN_TEST_fF_f1): Likewise.
19183         (RUN_TEST_fI_f1): Likewise.
19184         (RUN_TEST_ffI_f1): Likewise.
19185         (RUN_TEST_c_c): Likewise.
19186         (RUN_TEST_cc_c): Likewise.
19187         (RUN_TEST_f_i): Likewise.
19188         (RUN_TEST_f_i_tg): Likewise.
19189         (RUN_TEST_ff_i_tg): Likewise.
19190         (RUN_TEST_f_b): Likewise.
19191         (RUN_TEST_f_b_tg): Likewise.
19192         (RUN_TEST_f_l): Likewise.
19193         (RUN_TEST_f_L): Likewise.
19194         (RUN_TEST_fFF_11): Likewise.
19195         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19196         conditionals.
19197         (cosh_test_data): Likewise.
19198         (exp_test_data): Likewise.
19199         (expm1_test_data): Likewise.
19200         (hypot_test_data): Likewise.
19201         (pow_test_data): Likewise.
19202         (sinh_test_data): Likewise.
19203         (tanh_test_data): Likewise.
19204         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19205         flags argument.
19206
19207         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19208         tests with quiet NaN input and output.
19209         (acosh_test_data): Likewise.
19210         (asin_test_data): Likewise.
19211         (asinh_test_data): Likewise.
19212         (atan_test_data): Likewise.
19213         (atanh_test_data): Likewise.
19214         (atan2_test_data): Likewise.
19215         (cbrt_test_data): Likewise.
19216         (cos_test_data): Likewise.
19217         (cosh_test_data): Likewise.
19218         (erf_test_data): Likewise.
19219         (erfc_test_data): Likewise.
19220         (exp_test_data): Likewise.
19221         (exp10_test_data): Likewise.
19222         (exp2_test_data): Likewise.
19223         (expm1_test_data): Likewise.
19224         (hypot_test_data): Likewise.
19225         (j0_test_data): Likewise.
19226         (j1_test_data): Likewise.
19227         (jn_test_data): Likewise.
19228         (lgamma_test_data): Likewise.
19229         (log_test_data): Likewise.
19230         (log10_test_data): Likewise.
19231         (log1p_test_data): Likewise.
19232         (log2_test_data): Likewise.
19233         (pow_test_data): Likewise.
19234         (scalb_test_data): Likewise.
19235         (sin_test_data): Likewise.
19236         (sincos_test_data): Likewise.
19237         (sinh_test_data): Likewise.
19238         (tan_test_data): Likewise.
19239         (tanh_test_data): Likewise.
19240         (tgamma_test_data): Likewise.
19241         (y0_test_data): Likewise.
19242         (y1_test_data): Likewise.
19243         (yn_test_data): Likewise.
19244
19245         [BZ #16167]
19246         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19247         argument being NaN and avoid computations with second argument in
19248         that case.
19249         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19250         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19251         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19252
19253 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19254
19255         * locale/iso-639.def: Add Chitwani Tharu (the).
19256
19257 2013-11-14  Andreas Schwab  <schwab@suse.de>
19258
19259         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19260         word instead of empty string.
19261
19262 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19263
19264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19265         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19267         (__fe_nomask_env): Likewise.
19268
19269 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19270
19271         * benchtests/bench-timing.h: Include time.h.
19272
19273 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19274
19275         [BZ #15997]
19276         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19277         to 3.4.0 for x32.
19278         * sysdeps/unix/sysv/linux/configure: Regenerated.
19279
19280 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19281
19282         [BZ #16151]
19283         * stdlib/strtod_l.c (round_and_return): Do not consider
19284         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19285         exponent one less than half the least subnormal exponent.
19286         * stdlib/test-strtod-round-data: Add more tests.
19287         * stdlib/tst-strtod-round.c (tests): Regenerated.
19288
19289 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19290
19291         [BZ #14143]
19292         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19293         (__fe_mask_env): Likewise.
19294         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19295         libm_hidden_proto and add function prototype.
19296         (__fe_mask_env): Add function prototype.
19297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19298         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19300         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19302         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19303
19304 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19305
19306         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19307         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19308
19309 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19310
19311         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19312         of htab_find_slot().
19313
19314 2013-11-11  David S. Miller  <davem@davemloft.net>
19315
19316         [BZ #16150]
19317         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19318         symbol in the non-vis3 case in static builds.
19319         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19320         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19321         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19322         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19323
19324 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19325
19326         [BZ #387]
19327         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19328         it is empty.
19329
19330 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19331
19332         * benchtests/Makefile: Add bench-strtod.
19333         * benchtests/bench-strtod.c: New file: strtod benchtest
19334
19335 2013-11-11  Andreas Schwab  <schwab@suse.de>
19336
19337         [BZ #16153]
19338         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19339         terminating NUL in key length.
19340
19341 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19342
19343         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19344         Add artificial ODP entry for vDSO symbol for PPC64.
19345         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19346         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19347
19348 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19349
19350         [BZ #15374]
19351         * nss/getent.c (services_keys): Recognize services starting with digit.
19352
19353 2013-11-06  David S. Miller  <davem@davemloft.net>
19354
19355         [BZ #15985]
19356         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19357         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19358
19359 2013-11-06  Will Newton  <will.newton@linaro.org>
19360
19361         * manual/memory.texi (Malloc Examples): Remove register
19362         keyword from examples.
19363
19364 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19365
19366         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19367
19368 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19369
19370         [BZ #6981]
19371         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19372         depending on [__GCC_IEC_559 > 0].
19373         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19374         depending on [__GCC_IEC_559_COMPLEX > 0].
19375
19376 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19377
19378         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19379         to iso-639.def.
19380
19381 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19382
19383         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19384
19385 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19386
19387         [BZ #16112]
19388         * malloc/malloc (malloc_info): Do not handle first bin as
19389         special case.
19390
19391 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19392
19393         * locale/iso-639.def: Add Central Nahuatl (nhn).
19394
19395 2013-11-01  Bruno Haible  <bruno@clisp.org>
19396
19397         [BZ #7003]
19398         * manual/math.texi (BSD Random): Specify range upper bound as
19399         in POSIX.
19400
19401 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19402
19403         * locale/iso-639.def: Add Meadow Mari (mhr).
19404
19405 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19406
19407         [BZ #14752], [BZ #15763]
19408         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19409         Validate name.
19410         * rt/tst_shm.c: Add test for escaping directory.
19411
19412 2013-10-31  Andreas Schwab  <schwab@suse.de>
19413
19414         [BZ #15917]
19415         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19416         followed by 'x' as part of digit sequence.
19417         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19418
19419 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19420
19421         [BZ #16037]
19422         * configure.ac: allow GNU Make 4.0 and greater.
19423         * configure: Regenerated.
19424
19425 2013-10-30  Will Newton  <will.newton@linaro.org>
19426
19427         [BZ #16038]
19428         * malloc/hooks.c (memalign_check): Limit alignment to the
19429         maximum representable power of two.
19430         * malloc/malloc.c (__libc_memalign): Likewise.
19431         * malloc/tst-memalign.c (do_test): Add test for very
19432         large alignment values.
19433         * malloc/tst-posix_memalign.c (do_test): Likewise.
19434
19435 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19436
19437         [BZ #11087]
19438         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19439         (munmap_chunk): Likewise.
19440         (mremap_chunk): Likewise.
19441
19442 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19443
19444         [BZ #15799]
19445         * stdlib/div.c (div): Remove obsolete code.
19446         * stdlib/ldiv.c (ldiv): Likewise.
19447         * stdlib/lldiv.c (lldiv): Likewise.
19448
19449 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19450
19451         [BZ #16071]
19452         * nss/nss_files/files-XXX.c (get_contents_ret): New
19453         enumerator.
19454         (get_contents): New function.
19455         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19456
19457 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19458
19459         * configure.in: Moved to ...
19460         * configure.ac: ... here. Change reference to configure.in
19461         to configure.ac.
19462         * sysdeps/arm/preconfigure.ac: ... here.
19463         configure.in to configure.ac.
19464         * sysdeps/gnu/configure.in: Moved to ...
19465         * sysdeps/gnu/configure.ac: ... here.
19466         * sysdeps/i386/configure.in: Moved to ...
19467         * sysdeps/i386/configure.ac: ... here.
19468         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19469         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19470         * sysdeps/mach/configure.in: Moved to ...
19471         * sysdeps/mach/configure.ac: ... here.
19472         * sysdeps/mach/hurd/configure.in: Moved to ...
19473         * sysdeps/mach/hurd/configure.ac: ... here.
19474         * sysdeps/powerpc/configure.in: Moved to ...
19475         * sysdeps/powerpc/configure.ac: ... here.
19476         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19477         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19478         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19479         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19480         * sysdeps/s390/s390-32/configure.in: Moved to ...
19481         * sysdeps/s390/s390-32/configure.ac: ... here.
19482         * sysdeps/s390/s390-64/configure.in: Moved to ...
19483         * sysdeps/s390/s390-64/configure.ac: ... here.
19484         * sysdeps/sh/configure.in: Moved to ...
19485         * sysdeps/sh/configure.ac: ... here.
19486         * sysdeps/sparc/configure.in: Moved to ...
19487         * sysdeps/sparc/configure.ac: ... here.
19488         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19489         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19490         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19491         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19492         * sysdeps/x86_64/configure.in: Moved to ...
19493         * sysdeps/x86_64/configure.ac: ... here.
19494         * sysdeps/x86_64/preconfigure.in: Moved to ...
19495         * sysdeps/x86_64/preconfigure.ac: ... here.
19496         * aclocal.m4: Change reference to configure.in to configure.ac.
19497         * config.h.in: Likewise.
19498         * manual/install.texi: Likewise.
19499         * manual/maint.texi: Likewise.
19500         * Makefile: Likewise.
19501         * malloc/Makefile: Likewise.
19502         * nscd/Makefile: Likewise.
19503         * Makeconfig: Change reference to configure.in and
19504         preconfigure.in to configure.ac and preconfigure.ac
19505         respectively.
19506         * INSTALL: Regenerated.
19507         * configure: Likewise.
19508         * sysdeps/gnu/configure: Likewise.
19509         * sysdeps/i386/configure: Likewise.
19510         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19511         * sysdeps/mach/configure: Likewise.
19512         * sysdeps/mach/hurd/configure: Likewise.
19513         * sysdeps/powerpc/configure: Likewise.
19514         * sysdeps/powerpc/powerpc32/configure: Likewise.
19515         * sysdeps/powerpc/powerpc64/configure: Likewise.
19516         * sysdeps/s390/s390-32/configure: Likewise.
19517         * sysdeps/s390/s390-64/configure: Likewise.
19518         * sysdeps/sh/configure: Likewise.
19519         * sysdeps/sparc/configure: Likewise.
19520         * sysdeps/unix/sysv/linux/configure: Likewise.
19521         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19522         * sysdeps/x86_64/configure: Likewise.
19523         * sysdeps/x86_64/preconfigure: Likewise.
19524
19525 2013-10-29  Andreas Schwab  <schwab@suse.de>
19526
19527         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19528
19529 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19530
19531         * benchtests/pow-inputs: Add new inputs.
19532
19533         * benchtests/exp-inputs: Add new inputs.
19534
19535         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19536         conditional check for return value.
19537         (__cos32): Likewise.
19538
19539 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19540
19541         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19542         to provide a boost for large inputs with word alignment.
19543         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19544         implementation based on optimized PPC64 strcpy.
19545         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19546         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19547         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19548         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19549
19550 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19551
19552         [BZ #2801]
19553         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19554
19555 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19556
19557         [BZ #14876]
19558         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19559         * time/tst-strptime.c (day_tests): Add testcase.
19560
19561 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19562
19563         [BZ #14029]
19564         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19565
19566 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19567
19568         [BZ #16074]
19569         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19570         MAP_FAILED on error.
19571
19572 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19573
19574         [BZ #16072]
19575         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19576         heap for large requests.
19577
19578 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19579
19580         [BZ #9954]
19581         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19582         result if the result has no associated interface.
19583         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19584         interface for all 127.X.Y.Z addresses.
19585
19586 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19587
19588         * locale/iso-639.def: Add Ligurian (lij)
19589
19590 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19591
19592         [BZ #15825]
19593         * sunrpc/rpc_main.c: Document rpcgen -5.
19594
19595 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19596
19597         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19598
19599 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19600
19601         [BZ #10278]
19602         * posix/glob.c: Match only directories when trailing slash is present.
19603         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19604         (main): Add testcase.
19605
19606 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19607
19608         [BZ #15670]
19609         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19610
19611 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19612
19613         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19614         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19615         AUTH_DES and cindex for FIPS 140-2.
19616         (DES Encryption): Add cindex FIPS 46-3.
19617
19618         * locale/locarchive.h (struct locarhandle): Add fname.
19619         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19620         if an optional argument was specified to --list-archive,
19621         otherwise NULL.
19622         * locale/programs/locarchive.c (show_archive_content): Take new
19623         argument fname and pass it via ah.fname to open_archive.
19624         * locale/programs/localedef.h: Update decl.
19625         (open_archive): If AH->fname is non-null, open that file
19626         rather than the default file name, and don't ignore ENOENT.
19627         (create_archive): Set AH.fname to NULL.
19628         (delete_locales_from_archive): Likewise.
19629         (add_locales_to_archive): Likewise.
19630         * locale/programs/locfile.c (write_all_categories): Likewise.
19631
19632 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19633             Aldy Hernandez  <aldyh@redhat.com>
19634
19635         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19636         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19637         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19638         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19639         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19640         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19641         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19642         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19643         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19644         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19645         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19646         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19647         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19648         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19649         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19650         Likewise.
19651         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19652         Likewise.
19653         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19654         Likewise.
19655         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19656         Likewise.
19657         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19658         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19659         Likewise.
19660         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19661         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19662         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19663         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19664         Likewise.
19665         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19666         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19667         * sysdeps/powerpc/preconfigure: Likewise.
19668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19669         Likewise.
19670         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19671         Replace contents of file by #include of <fenv_libc.h>.
19672         * sysdeps/powerpc/soft-fp/sfp-machine.h
19673         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19674         and <sys/prctl.h>.
19675         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19676         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19677         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19678         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19679         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19680         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19681         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19682         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19683         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19684         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19685         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19686         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19688         Allow copysignl PLT reference to be missing.
19689
19690 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19691             Joseph Myers  <joseph@codesourcery.com
19692
19693         [BZ #15948]
19694         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19695         single character.
19696         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19697
19698 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19699
19700         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19701         * elf/tst-tls1.c: Likewise.
19702         * elf/tst-tls10.h: Likewise.
19703         * elf/tst-tls14.c: Likewise.
19704         * elf/tst-tls2.c: Likewise.
19705         * elf/tst-tls3.c: Likewise.
19706         * elf/tst-tls4.c: Likewise.
19707         * elf/tst-tls5.c: Likewise.
19708         * elf/tst-tls6.c: Likewise.
19709         * elf/tst-tls7.c: Likewise.
19710         * elf/tst-tls8.c: Likewise.
19711         * elf/tst-tls9.c: Likewise.
19712         * elf/tst-tlsmod1.c: Likewise.
19713         * elf/tst-tlsmod13.c: Likewise.
19714         * elf/tst-tlsmod13a.c: Likewise.
19715         * elf/tst-tlsmod14a.c: Likewise.
19716         * elf/tst-tlsmod16a.c: Likewise.
19717         * elf/tst-tlsmod16b.c: Likewise.
19718         * elf/tst-tlsmod2.c: Likewise.
19719         * elf/tst-tlsmod3.c: Likewise.
19720         * elf/tst-tlsmod4.c: Likewise.
19721         * elf/tst-tlsmod5.c: Likewise.
19722         * elf/tst-tlsmod6.c: Likewise.
19723
19724 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19725
19726         [BZ #12486]
19727         * malloc/malloc.c: remove checks for statistics.
19728
19729 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19730
19731         [BZ #15277]
19732         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19733         * inet/tst-network.c: Add testcase.
19734
19735 2013-10-17  Andreas Schwab  <schwab@suse.de>
19736
19737         [BZ #15218]
19738         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19739         to determine canonical name.
19740
19741 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19742
19743         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19744         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19745         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19746         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19747         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19748         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19749         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19750         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19751         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19752         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19753         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19754         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19755         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19756         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19757         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19758         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19759         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19760         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19761         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19762         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19763         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19764         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19765         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19766         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19767         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19768         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19769         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19770         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19771         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19772         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19773         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19774         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19775         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19777         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19778         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19779         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19781         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19782         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19783         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19784         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19785         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19786         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19787         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19788         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19789         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19790         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19791         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19792         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19793         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19794         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19795         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19796         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19797         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19798         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19799         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19800         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19801
19802 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19803
19804         [BZ #16041]
19805         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19806         make result into a quiet NaN.
19807
19808 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19809
19810         * soft-fp/adddf3.c: Fix horizontal whitespace.
19811         * soft-fp/addsf3.c: Likewise.
19812         * soft-fp/addtf3.c: Likewise.
19813         * soft-fp/divdf3.c: Likewise.
19814         * soft-fp/divsf3.c: Likewise.
19815         * soft-fp/divtf3.c: Likewise.
19816         * soft-fp/double.h: Likewise.
19817         * soft-fp/eqdf2.c: Likewise.
19818         * soft-fp/eqsf2.c: Likewise.
19819         * soft-fp/eqtf2.c: Likewise.
19820         * soft-fp/extenddftf2.c: Likewise.
19821         * soft-fp/extended.h: Likewise.
19822         * soft-fp/extendsfdf2.c: Likewise.
19823         * soft-fp/extendsftf2.c: Likewise.
19824         * soft-fp/extendxftf2.c: Likewise.
19825         * soft-fp/fixdfdi.c: Likewise.
19826         * soft-fp/fixdfsi.c: Likewise.
19827         * soft-fp/fixdfti.c: Likewise.
19828         * soft-fp/fixsfdi.c: Likewise.
19829         * soft-fp/fixsfsi.c: Likewise.
19830         * soft-fp/fixsfti.c: Likewise.
19831         * soft-fp/fixtfdi.c: Likewise.
19832         * soft-fp/fixtfsi.c: Likewise.
19833         * soft-fp/fixtfti.c: Likewise.
19834         * soft-fp/fixunsdfdi.c: Likewise.
19835         * soft-fp/fixunsdfsi.c: Likewise.
19836         * soft-fp/fixunsdfti.c: Likewise.
19837         * soft-fp/fixunssfdi.c: Likewise.
19838         * soft-fp/fixunssfsi.c: Likewise.
19839         * soft-fp/fixunssfti.c: Likewise.
19840         * soft-fp/fixunstfdi.c: Likewise.
19841         * soft-fp/fixunstfsi.c: Likewise.
19842         * soft-fp/fixunstfti.c: Likewise.
19843         * soft-fp/floatdidf.c: Likewise.
19844         * soft-fp/floatdisf.c: Likewise.
19845         * soft-fp/floatditf.c: Likewise.
19846         * soft-fp/floatsidf.c: Likewise.
19847         * soft-fp/floatsisf.c: Likewise.
19848         * soft-fp/floatsitf.c: Likewise.
19849         * soft-fp/floattidf.c: Likewise.
19850         * soft-fp/floattisf.c: Likewise.
19851         * soft-fp/floattitf.c: Likewise.
19852         * soft-fp/floatundidf.c: Likewise.
19853         * soft-fp/floatundisf.c: Likewise.
19854         * soft-fp/floatunditf.c: Likewise.
19855         * soft-fp/floatunsidf.c: Likewise.
19856         * soft-fp/floatunsisf.c: Likewise.
19857         * soft-fp/floatunsitf.c: Likewise.
19858         * soft-fp/floatuntidf.c: Likewise.
19859         * soft-fp/floatuntisf.c: Likewise.
19860         * soft-fp/floatuntitf.c: Likewise.
19861         * soft-fp/fmadf4.c: Likewise.
19862         * soft-fp/fmasf4.c: Likewise.
19863         * soft-fp/fmatf4.c: Likewise.
19864         * soft-fp/gedf2.c: Likewise.
19865         * soft-fp/gesf2.c: Likewise.
19866         * soft-fp/getf2.c: Likewise.
19867         * soft-fp/ledf2.c: Likewise.
19868         * soft-fp/lesf2.c: Likewise.
19869         * soft-fp/letf2.c: Likewise.
19870         * soft-fp/muldf3.c: Likewise.
19871         * soft-fp/mulsf3.c: Likewise.
19872         * soft-fp/multf3.c: Likewise.
19873         * soft-fp/negdf2.c: Likewise.
19874         * soft-fp/negsf2.c: Likewise.
19875         * soft-fp/negtf2.c: Likewise.
19876         * soft-fp/op-1.h: Likewise.
19877         * soft-fp/op-2.h: Likewise.
19878         * soft-fp/op-4.h: Likewise.
19879         * soft-fp/op-8.h: Likewise.
19880         * soft-fp/op-common.h: Likewise.
19881         * soft-fp/quad.h: Likewise.
19882         * soft-fp/single.h: Likewise.
19883         * soft-fp/soft-fp.h: Likewise.
19884         * soft-fp/sqrtdf2.c: Likewise.
19885         * soft-fp/sqrtsf2.c: Likewise.
19886         * soft-fp/sqrttf2.c: Likewise.
19887         * soft-fp/subdf3.c: Likewise.
19888         * soft-fp/subsf3.c: Likewise.
19889         * soft-fp/subtf3.c: Likewise.
19890         * soft-fp/truncdfsf2.c: Likewise.
19891         * soft-fp/trunctfdf2.c: Likewise.
19892         * soft-fp/trunctfsf2.c: Likewise.
19893         * soft-fp/trunctfxf2.c: Likewise.
19894         * soft-fp/unorddf2.c: Likewise.
19895         * soft-fp/unordsf2.c: Likewise.
19896         * soft-fp/unordtf2.c: Likewise.
19897
19898 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19899
19900         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19901         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19902
19903 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19904
19905         * elf/dl-libc.c: Clear initfini list after freeing.
19906
19907 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19908
19909         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19910         * soft-fp/addsf3.c: Likewise.
19911         * soft-fp/addtf3.c: Likewise.
19912         * soft-fp/divdf3.c: Likewise.
19913         * soft-fp/divsf3.c: Likewise.
19914         * soft-fp/divtf3.c: Likewise.
19915         * soft-fp/double.h: Likewise.
19916         * soft-fp/eqdf2.c: Likewise.
19917         * soft-fp/eqsf2.c: Likewise.
19918         * soft-fp/eqtf2.c: Likewise.
19919         * soft-fp/extenddftf2.c: Likewise.
19920         * soft-fp/extended.h: Likewise.
19921         * soft-fp/extendsfdf2.c: Likewise.
19922         * soft-fp/extendsftf2.c: Likewise.
19923         * soft-fp/extendxftf2.c: Likewise.
19924         * soft-fp/fixdfdi.c: Likewise.
19925         * soft-fp/fixdfsi.c: Likewise.
19926         * soft-fp/fixdfti.c: Likewise.
19927         * soft-fp/fixsfdi.c: Likewise.
19928         * soft-fp/fixsfsi.c: Likewise.
19929         * soft-fp/fixsfti.c: Likewise.
19930         * soft-fp/fixtfdi.c: Likewise.
19931         * soft-fp/fixtfsi.c: Likewise.
19932         * soft-fp/fixtfti.c: Likewise.
19933         * soft-fp/fixunsdfdi.c: Likewise.
19934         * soft-fp/fixunsdfsi.c: Likewise.
19935         * soft-fp/fixunsdfti.c: Likewise.
19936         * soft-fp/fixunssfdi.c: Likewise.
19937         * soft-fp/fixunssfsi.c: Likewise.
19938         * soft-fp/fixunssfti.c: Likewise.
19939         * soft-fp/fixunstfdi.c: Likewise.
19940         * soft-fp/fixunstfsi.c: Likewise.
19941         * soft-fp/fixunstfti.c: Likewise.
19942         * soft-fp/floatdidf.c: Likewise.
19943         * soft-fp/floatdisf.c: Likewise.
19944         * soft-fp/floatditf.c: Likewise.
19945         * soft-fp/floatsidf.c: Likewise.
19946         * soft-fp/floatsisf.c: Likewise.
19947         * soft-fp/floatsitf.c: Likewise.
19948         * soft-fp/floattidf.c: Likewise.
19949         * soft-fp/floattisf.c: Likewise.
19950         * soft-fp/floattitf.c: Likewise.
19951         * soft-fp/floatundidf.c: Likewise.
19952         * soft-fp/floatundisf.c: Likewise.
19953         * soft-fp/floatunsidf.c: Likewise.
19954         * soft-fp/floatunsisf.c: Likewise.
19955         * soft-fp/floatuntidf.c: Likewise.
19956         * soft-fp/floatuntisf.c: Likewise.
19957         * soft-fp/floatuntitf.c: Likewise.
19958         * soft-fp/fmadf4.c: Likewise.
19959         * soft-fp/fmasf4.c: Likewise.
19960         * soft-fp/fmatf4.c: Likewise.
19961         * soft-fp/gedf2.c: Likewise.
19962         * soft-fp/gesf2.c: Likewise.
19963         * soft-fp/getf2.c: Likewise.
19964         * soft-fp/ledf2.c: Likewise.
19965         * soft-fp/lesf2.c: Likewise.
19966         * soft-fp/letf2.c: Likewise.
19967         * soft-fp/muldf3.c: Likewise.
19968         * soft-fp/mulsf3.c: Likewise.
19969         * soft-fp/multf3.c: Likewise.
19970         * soft-fp/negdf2.c: Likewise.
19971         * soft-fp/negsf2.c: Likewise.
19972         * soft-fp/negtf2.c: Likewise.
19973         * soft-fp/op-1.h: Likewise.
19974         * soft-fp/op-2.h: Likewise.
19975         * soft-fp/op-4.h: Likewise.
19976         * soft-fp/op-8.h: Likewise.
19977         * soft-fp/op-common.h: Likewise.
19978         * soft-fp/quad.h: Likewise.
19979         * soft-fp/single.h: Likewise.
19980         * soft-fp/soft-fp.h: Likewise.
19981         * soft-fp/sqrtdf2.c: Likewise.
19982         * soft-fp/sqrtsf2.c: Likewise.
19983         * soft-fp/sqrttf2.c: Likewise.
19984         * soft-fp/subdf3.c: Likewise.
19985         * soft-fp/subsf3.c: Likewise.
19986         * soft-fp/subtf3.c: Likewise.
19987         * soft-fp/truncdfsf2.c: Likewise.
19988         * soft-fp/trunctfdf2.c: Likewise.
19989         * soft-fp/trunctfsf2.c: Likewise.
19990         * soft-fp/trunctfxf2.c: Likewise.
19991         * soft-fp/unorddf2.c: Likewise.
19992         * soft-fp/unordsf2.c: Likewise.
19993         * soft-fp/unordtf2.c: Likewise.
19994
19995 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19996
19997         [BZ #15672]
19998         * misc/error.c (error_tail): Fix possible buffer overflow.
19999
20000 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20001
20002         [BZ #13028]
20003         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20004         address.
20005
20006 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20007
20008         [BZ #832]
20009         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20010         testing pipefail option.
20011
20012 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20013
20014         * soft-fp/double.h: Indent preprocessor directives inside #if.
20015         * soft-fp/extended.h: Likewise.
20016         * soft-fp/op-2.h: Likewise.
20017         * soft-fp/op-4.h: Likewise.
20018         * soft-fp/op-common.h: Likewise.
20019         * soft-fp/quad.h: Likewise.
20020         * soft-fp/single.h: Likewise.
20021         * soft-fp/soft-fp.h: Likewise.
20022
20023 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20024
20025         * iconv/iconv_prog.c: Fix typos.
20026         * stdio-common/psiginfo-data.h: Likewise.
20027
20028 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20029
20030         [BZ #15764]
20031         * locale/setlocale.c: Fix typo.
20032
20033 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20034
20035         [BZ #16036]
20036         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20037         signaling NaN arguments.
20038         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20039         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20040
20041         [BZ #14910]
20042         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20043         unordered operands.
20044         * soft-fp/gesf2.c (__gesf2): Likewise.
20045         * soft-fp/getf2.c (__getf2): Likewise.
20046         * soft-fp/ledf2.c (__ledf2): Likewise.
20047         * soft-fp/lesf2.c (__lesf2): Likewise.
20048         * soft-fp/letf2.c (__letf2): Likewise.
20049
20050         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20051         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20052         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20053         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20054         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20055         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20056         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20057         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20058         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20059         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20060         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20061         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20062         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20063         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20064         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20065         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20066         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20067         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20068         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20069         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20070         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20071         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20072         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20073         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20074         * soft-fp/floattidf.c (__floattidf): Likewise.
20075         * soft-fp/floattisf.c (__floattisf): Likewise.
20076         * soft-fp/floattitf.c (__floattitf): Likewise.
20077         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20078         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20079         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20080         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20081         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20082         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20083         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20084         * soft-fp/gesf2.c (__gesf2): Likewise.
20085         * soft-fp/getf2.c (__getf2): Likewise.
20086         * soft-fp/ledf2.c (__ledf2): Likewise.
20087         * soft-fp/lesf2.c (__lesf2): Likewise.
20088         * soft-fp/letf2.c (__letf2): Likewise.
20089
20090         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20091         Undefine and redefine.
20092         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20093         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20094         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20095         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20096         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20097         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20098         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20099         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20100         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20101         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20102         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20103         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20104         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20105         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20106         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20107
20108         [BZ #16032]
20109         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20110         without decrementing exponent if mantissa >= that for the
20111         denominator, not >.
20112         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20113         denominator, not >.  Decrement exponent in < case instead of
20114         incrementing in >= case.
20115         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20116         without decrementing exponent if mantissa >= that for the
20117         denominator, not >.
20118
20119         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20120         computing saturated result for unsigned overflow.
20121
20122 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20123             Jeff Law  <law@redhat.com>
20124
20125         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20126         (atan2Mp): Add systemtap probe marker.
20127         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20128         (__ieee754_log): Add systemtap probe marker.
20129         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20130         (atanMp): Add systemtap probe marker.
20131         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20132         (tanMp): Add systemtap probe marker.
20133         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20134         (__slowexp): Add systemtap probe marker.
20135         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20136         (__slowpow): Add systemtap probe marker.
20137         * manual/probes.texi: Document probes.
20138
20139 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20140
20141         [BZ #15362]
20142         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20143         written.
20144         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20145         written.
20146         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20147         written to buffer but not flushed.
20148         * libio/iofwrite_u.c:  Likewise.
20149         * libio/iopadn.c:  Return bytes returned even if EOF was
20150         encountered.
20151         * libio/iowpadn.c:  Likewise.
20152         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20153         if _IO_padn does not write the whole buffer.
20154         [!COMPILE_WPRINTF] (PAD): Likewise.
20155
20156 2013-10-10  David S. Miller  <davem@davemloft.net>
20157
20158         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20159         directory block.
20160
20161 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20162
20163         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20164         instead of FSF address.
20165         * soft-fp/fixdfti.c: Likewise.
20166         * soft-fp/fixsfti.c: Likewise.
20167         * soft-fp/fixtfti.c: Likewise.
20168         * soft-fp/fixunsdfti.c: Likewise.
20169         * soft-fp/fixunssfti.c: Likewise.
20170         * soft-fp/fixunstfti.c: Likewise.
20171         * soft-fp/floattidf.c: Likewise.
20172         * soft-fp/floattisf.c: Likewise.
20173         * soft-fp/floattitf.c: Likewise.
20174         * soft-fp/floatuntidf.c: Likewise.
20175         * soft-fp/floatuntisf.c: Likewise.
20176         * soft-fp/floatuntitf.c: Likewise.
20177         * soft-fp/trunctfxf2.c: Likewise.
20178
20179         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20180         * soft-fp/fixdfti.c: Likewise.
20181         * soft-fp/fixsfti.c: Likewise.
20182         * soft-fp/fixtfti.c: Likewise.
20183         * soft-fp/fixunsdfti.c: Likewise.
20184         * soft-fp/fixunssfti.c: Likewise.
20185         * soft-fp/fixunstfti.c: Likewise.
20186         * soft-fp/floattidf.c: Likewise.
20187         * soft-fp/floattisf.c: Likewise.
20188         * soft-fp/floattitf.c: Likewise.
20189         * soft-fp/floatuntidf.c: Likewise.
20190         * soft-fp/floatuntisf.c: Likewise.
20191         * soft-fp/floatuntitf.c: Likewise.
20192         * soft-fp/trunctfxf2.c: Likewise.
20193
20194 2013-10-10  David S. Miller  <davem@davemloft.net>
20195
20196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20197
20198 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20199
20200         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20201         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20202         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20203         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20204         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20205         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20206         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20207
20208         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20209         for NaNs before doing comparisons on argument.
20210         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20211         Likewise.
20212
20213 2013-10-10  Will Newton  <will.newton@linaro.org>
20214
20215         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20216         passed to _int_memalign does not overflow.
20217
20218 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20219
20220         * scripts/bench.pl: Add include-sources directive.
20221         * benchtests/README: Update documentation.
20222
20223 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20224
20225         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20226         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20227         instead of FP_INIT_ROUNDMODE.
20228         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20229         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20230
20231         [BZ #16034]
20232         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20233         copy class of input value.
20234         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20235         not handle exceptions.
20236         * soft-fp/negsf2.c (__negsf2): Likewise.
20237         * soft-fp/negtf2.c (__negtf2): Likewise.
20238         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20239
20240 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20241
20242         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20243         semicolon.  From Linux kernel.
20244
20245 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20246
20247         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20248
20249 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20250
20251         [BZ #156]
20252         * manual/socket.texi: Added statement about buffer
20253         for gethostbyname2_r.
20254
20255 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20256
20257         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20258         Use .p2align directive instead, throughout.
20259         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20260         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20261         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20262         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20263         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20264         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20265         * sysdeps/x86_64/strchr.S: Likewise.
20266         * sysdeps/x86_64/strrchr.S: Likewise.
20267
20268 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20269
20270         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20271
20272         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20273
20274         * sysdeps/generic/math_private.h (__mpsin1): Remove
20275         declaration.
20276         (__mpcos1): Likewise.
20277         (__mpsin): New argument __range_reduce.
20278         (__mpcos): Likewise.
20279         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20280         (slow): Use __mpsin and __mpcos.
20281         (slow1): Likewise.
20282         (slow2): Likewise.
20283         (sloww): Likewise.
20284         (sloww1): Likewise.
20285         (sloww2): Likewise.
20286         (bsloww): Likewise.
20287         (bsloww1): Likewise.
20288         (bsloww2): Likewise.
20289         (cslow2): Likewise.
20290         (csloww): Likewise.
20291         (csloww1): Likewise.
20292         (csloww2): Likewise.
20293         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20294         range_reduce.  Merge in __mpsin1.
20295         (__mpcos): Likewise.
20296         (__mpsin1): Remove.
20297         (__mpcos1): Likewise.
20298
20299 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20300
20301         * locale/loadlocale.c (_nl_intern_locale_data): Use
20302         LOCFILE_ALIGNED_P.
20303         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20304         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20305         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20306         obstack data is appropriately aligned.
20307         (obstack_int32_grow_fast): Likewise.
20308         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20309         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20310         (add_locale_uint32_array): Likewise.
20311
20312 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20313
20314         * benchtests/Makefile: Remove ARGLIST and RET variables.
20315         ($(objpfx)bench-%.c): Pass only function name to the script.
20316         * benchtests/README: Update documentation.
20317         * benchtests/acos-inputs: Add new directives.
20318         * benchtests/acosh-inputs: Likewise.
20319         * benchtests/asin-inputs: Likewise.
20320         * benchtests/asinh-inputs: Likewise.
20321         * benchtests/atan-inputs: Likewise.
20322         * benchtests/atanh-inputs: Likewise.
20323         * benchtests/cos-inputs: Likewise.
20324         * benchtests/cosh-inputs: Likewise.
20325         * benchtests/exp-inputs: Likewise.
20326         * benchtests/log-inputs: Likewise.
20327         * benchtests/pow-inputs: Likewise.
20328         * benchtests/rint-inputs: Likewise.
20329         * benchtests/sin-inputs: Likewise.
20330         * benchtests/sinh-inputs: Likewise.
20331         * benchtests/tan-inputs: Likewise.
20332         * benchtests/tanh-inputs: Likewise.
20333         * scripts/bench.pl: Add support for new directives.
20334
20335 2013-10-07  Alan Modra  <amodra@gmail.com>
20336
20337         * README: Fix careless merge.
20338
20339 2013-10-05  Alan Modra  <amodra@gmail.com>
20340
20341         * NEWS: Mention powerpc64le support and bugs fixed.
20342         * README: Both big-endian and little-endian powerpc64 supported.
20343
20344 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20345
20346         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20347         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20348         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20349         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20350
20351 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20352
20353         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20354         match prototype.
20355
20356 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20357
20358         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20359         Move -mhard-float appending from
20360         ports/sysdeps/powerpc/powerpc32/Makefile.
20361         [$(with-fp) = yes] (ASFLAGS): Likewise.
20362         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20363         * sysdeps/powerpc/nofpu: Move directory from
20364         ports/sysdeps/powerpc/nofpu.
20365         * sysdeps/powerpc/soft-fp: Move directory from
20366         ports/sysdeps/powerpc/soft-fp.
20367         * sysdeps/powerpc/powerpc32/405: Move directory from
20368         ports/sysdeps/powerpc/powerpc32/405.
20369         * sysdeps/powerpc/powerpc32/440: Move directory from
20370         ports/sysdeps/powerpc/powerpc32/440.
20371         * sysdeps/powerpc/powerpc32/464: Move directory from
20372         ports/sysdeps/powerpc/powerpc32/464.
20373         * sysdeps/powerpc/powerpc32/476: Move directory from
20374         ports/sysdeps/powerpc/powerpc32/476.
20375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20376         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20378         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20380         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20382         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20384         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20385         * README: Update for powerpc-*-linux-gnu software floating point
20386         support in libc.
20387
20388         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20389         case to powerpc/powerpc32*.
20390         * sysdeps/unix/sysv/linux/configure: Regenerated.
20391
20392         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20393         (_FPU_MASK_OM): Define as 0x04.
20394         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20396         0x00c10080.
20397         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20398         0x0000003c.
20399         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20400
20401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20402         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20403         getcontext_e500.
20404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20405         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20406         setcontext_e500.
20407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20408         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20409         and setcontext_e500.
20410
20411 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20412
20413         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20414
20415 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20416
20417         * manual/threads.texi (Default Thread Attributes): Fix typo.
20418
20419 2013-10-04  Will Newton  <will.newton@linaro.org>
20420
20421         * malloc/Makefile: Add tst-memalign.
20422         * malloc/tst-memalign.c: New file.
20423
20424         * malloc/tst-posix_memalign.c: Add comments.
20425         (do_test): Add comments and call free on all potentially
20426         allocated pointers. Add space after cast.
20427
20428         * malloc/tst-pvalloc.c: Add comments.
20429         (do_test): Add comments and call free on all potentially
20430         allocated pointers. Remove duplicate check for NULL pointer.
20431         Add space after cast.
20432
20433         * malloc/tst-valloc.c: Add comments.
20434         (do_test): Add comments and call free on all potentially
20435         allocated pointers. Remove duplicate check for NULL pointer.
20436         Add space after cast.
20437
20438 2013-10-04  Alan Modra  <amodra@gmail.com>
20439
20440         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20441         Use stdint types in rather than __attribute__((mode())).
20442         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20443
20444 2013-10-04  Alan Modra  <amodra@gmail.com>
20445
20446         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20447         Correct handling of unaligned relocs for little-endian.
20448         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20449
20450 2013-10-04  Alan Modra  <amodra@gmail.com>
20451
20452         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20453         * configure: Regenerate.
20454         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20455         * shlib-versions: Likewise.
20456
20457 2013-10-04  Alan Modra  <amodra@gmail.com>
20458
20459         * string/tester.c (test_memrchr): Increment reported test cycle.
20460
20461 2013-10-04  Alan Modra  <amodra@gmail.com>
20462
20463         * string/test-memcpy.c (do_one_test): When reporting errors, print
20464         string address and don't overrun end of string.
20465
20466 2013-10-04  Alan Modra  <amodra@gmail.com>
20467
20468         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20469         insrdi.  Make better use of reg selection to speed exit slightly.
20470         Schedule entry path a little better.  Remove useless "are we done"
20471         checks on entry to main loop.  Handle wrapping around zero address.
20472         Correct main loop count.  Handle single left-over word from main
20473         loop inline rather than by using loop_small.  Remove extra word
20474         case in loop_small caused by wrong loop count.  Add little-endian
20475         support.
20476         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20477         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20478         cache hint.
20479         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20480         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20481         support.  Avoid rlwimi.
20482         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20483
20484 2013-10-04  Alan Modra  <amodra@gmail.com>
20485
20486         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20487         insrdi.  Formatting.
20488         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20489         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20490         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20491         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20492         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20493         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20494
20495 2013-10-04  Alan Modra  <amodra@gmail.com>
20496
20497         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20498         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20499         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20500         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20501         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20502         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20503         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20504         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20505         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20506         use of regs.  Use power7 mtocrf.  Tidy function tails.
20507
20508 2013-10-04  Alan Modra  <amodra@gmail.com>
20509
20510         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20511         Formatting.  Consistently use rXXX register defines or rN defines.
20512         Use early exit labels that avoid restoring unused non-volatile regs.
20513         Make cr field use more consistent with rWORDn compares.  Rename
20514         regs used as shift registers for unaligned loop, using rN defines
20515         for short lifetime/multiple use regs.
20516         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20517         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20518         addi 1,1,64 to pop stack frame.  Simplify return value code.
20519         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20520
20521 2013-10-04  Alan Modra  <amodra@gmail.com>
20522
20523         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20524         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20525         rather than rlwimi.
20526         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20527         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20528         little-endian support.  Correct typos.
20529         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20530         rather than rlwimi.
20531         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20532         in loop and entry code to keep "and." results.
20533         (strchr): Add little-endian support.  Comment.  Move cntlzd
20534         earlier in tail.
20535         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20536
20537 2013-10-04  Alan Modra  <amodra@gmail.com>
20538
20539         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20540         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20541         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20542         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20543
20544 2013-10-04  Alan Modra  <amodra@gmail.com>
20545
20546         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20547         (rTMP): Define as r11.
20548         (strcmp): Add little-endian support.  Optimise tail.
20549         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20550         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20551         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20552         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20553         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20554         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20555         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20556
20557 2013-10-04  Alan Modra  <amodra@gmail.com>
20558
20559         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20560         little-endian support.  Remove unnecessary "are we done" tests.
20561         Handle "s" wrapping around zero and extremely large "size".
20562         Correct main loop count.  Handle single left-over word from main
20563         loop inline rather than by using small_loop.  Correct comments.
20564         Delete "zero" tail, use "end_max" instead.
20565         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20566
20567 2013-10-04  Alan Modra  <amodra@gmail.com>
20568
20569         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20570         support.  Don't branch over align.
20571         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20572         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20573         support.  Rearrange tmp reg use to suit.  Comment.
20574         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20575
20576 2013-10-04  Alan Modra  <amodra@gmail.com>
20577
20578         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20579
20580 2013-10-04  Alan Modra  <amodra@gmail.com>
20581
20582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20583         conditional form of branch and link when obtaining pc.
20584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20585
20586 2013-10-04  Alan Modra  <amodra@gmail.com>
20587
20588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20589         HIWORD/LOWORD.
20590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20592
20593 2013-10-04  Alan Modra  <amodra@gmail.com>
20594
20595         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20596         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20597         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20598         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20599         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20600         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20601         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20602         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20603         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20604         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20605
20606 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20607             Alistair Popple <alistair@ozlabs.au.ibm.com>
20608             Alan Modra <amodra@gmail.com>
20609
20610         [BZ #15723]
20611         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20612         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20613         _dl_hwcap access for little-endian.
20614         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20615         destroy vmx regs when saving unaligned.
20616         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20617         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20618         destroy vmx regs when saving unaligned.
20619
20620 2013-10-04  Alan Modra  <amodra@gmail.com>
20621
20622         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20623         Don't use a union to pack hi/low value.
20624
20625 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20626
20627         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20628         for little-endian.
20629         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20630         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20631         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20632         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20633         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20634
20635 2013-10-04  Alan Modra  <amodra@gmail.com>
20636
20637         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20638         constants to usual value for .cst8 section, and remove redundant
20639         high address load.
20640         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20641         constant for 0x1p52.  Load little-endian words of double from
20642         correct stack offsets.
20643
20644 2013-10-04  Alan Modra  <amodra@gmail.com>
20645
20646         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20647         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20648         words of double from correct stack offsets.
20649         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20650         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20651         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20652         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20653         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20654         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20655         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20656         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20657         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20658         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20659         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20660         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20661         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20662         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20663         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20664         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20665         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20666
20667 2013-10-04  Alan Modra  <amodra@gmail.com>
20668
20669         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20670         64-bit int/double union.
20671         (_FPU_SETCW): Likewise.
20672         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20673         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20674
20675 2013-10-04  Alan Modra  <amodra@gmail.com>
20676
20677         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20678         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20679
20680 2013-10-04  Alan Modra  <amodra@gmail.com>
20681
20682         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20683         use vector int constants.
20684         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20685
20686 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20687
20688         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20689         array with long long.
20690         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20691         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20692         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20693         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20694         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20695         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20696         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20697         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20698         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20699         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20700         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20701         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20702         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20703
20704 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20705
20706         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20707         (__signbit): Likewise.  Correct for little-endian.
20708         (__signbitl): Call __signbit.
20709         (lrint): Correct for little-endian.
20710         (lrintf): Call lrint.
20711
20712 2013-10-04  Alan Modra  <amodra@gmail.com>
20713
20714         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20715         union 32-bit int array member with 64-bit int array.
20716         (t515, tm256): Double rather than long double.
20717         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20718
20719 2013-10-04  Alan Modra  <amodra@gmail.com>
20720
20721         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20722         Delete.
20723         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20724         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20725         version of math_ldbl.h.
20726
20727 2013-10-04  Alan Modra  <amodra@gmail.com>
20728
20729         [BZ #15734], [BZ #15735]
20730         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20731         all uses of ieee875 long double macros and unions.  Simplify test
20732         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20733         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20734         normalize after ldbl_extract_mantissa, and don't add hidden bit
20735         already handled.  Don't treat low word of ieee854 mantissa like
20736         low word of IBM long double and mask off bit when testing for
20737         zero.
20738         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20739         all uses of ieee875 long double macros and unions.  Simplify tests
20740         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20741         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20742         two1022, instead use their values.  Recognise that tests for large
20743         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20744         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20745         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20746         test for 0.0L and nan.  Correct negation.
20747         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20748         ieee875 long double macros and unions.  Correct output for large
20749         magnitude x.  Correct absolute value calculation.
20750         (__erfcl): Likewise.
20751         * math/libm-test.inc: Add tests for errors discovered in IBM long
20752         double versions of fmodl, remainderl, erfl and erfcl.
20753
20754 2013-10-04  Alan Modra  <amodra@gmail.com>
20755
20756         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20757         all uses of ieee854 long double macros and unions.  Simplify tests
20758         for long doubles that are fully specified by the high double.
20759         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20760         Likewise.
20761         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20762         Remove dead code too.
20763         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20764         (__ieee754_ynl): Likewise.
20765         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20766         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20767         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20768         Remove dead code too.
20769         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20770         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20771         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20772         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20773         Simplify.
20774         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20775         Simplify.
20776         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20777         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20778         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20779         Comment on variable precision.
20780         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20781         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20782         Likewise.
20783         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20784         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20785         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20786         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20787         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20788
20789 2013-10-04  Alan Modra  <amodra@gmail.com>
20790
20791         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20792         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20793         all uses of ieee854 long double macros and unions.
20794         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20795         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20796         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20797         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20798         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20799         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20800         Likewise.
20801         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20802         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20803         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20804         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20805         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20806         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20807         Simplify sign and nan test too.
20808         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20809         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20810         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20811         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20812         Likewise.
20813         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20814         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20815         Likewise.
20816         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20817         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20818         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20819         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20820         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20821         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20822
20823 2013-10-04  Alan Modra  <amodra@gmail.com>
20824
20825         * stdio-common/printf_size.c (__printf_size): Don't use
20826         union ieee854_long_double in fpnum union.
20827         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20828         signbit macro to retrieve sign from long double.
20829         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20830         retrieve sign from long double.
20831         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20832         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20833         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20834         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20835         * math/test-misc.c (main): Don't use union ieee854_long_double.
20836
20837 2013-10-04  Alan Modra  <amodra@gmail.com>
20838
20839         [BZ #15680]
20840         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20841         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20842         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20843         calculation.  Remove unnecessary test for denormal exponent.
20844         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20845         Correct handling of denormals.  Avoid undefined shift behaviour.
20846         Correct normalisation of low mantissa when low double is denormal.
20847         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20848         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20849         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20850         Correct normalisation of low mantissa.  Test for overflow of high
20851         mantissa and normalise.
20852         (ldbl_nearbyint): Use more readable constant for two52.
20853         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20854         (__mpn_construct_long_double): Fix test for overflow of high
20855         mantissa and correct normalisation.  Avoid undefined shift.
20856
20857 2013-10-04  Alan Modra  <amodra@gmail.com>
20858
20859         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20860         (union ibm_extended_long_double): Define as an array of ieee754_double.
20861         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20862         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20863         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20864         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20865         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20866         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20867         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20868         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20869         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20870         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20871         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20872
20873 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20874
20875         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20876         page size instead of calling getpagesize.
20877
20878         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20879         (LOCFILE_ALIGN_MASK): Likewise.
20880         (LOCFILE_ALIGN_UP): Likewise.
20881         (LOCFILE_ALIGNED_P): Likewise.
20882         * locale/programs/ld-collate.c (collate_output): Use the new
20883         macros instead of __alignof__ (int32_t).
20884         * locale/weight.h (findidx): Likewise.
20885
20886 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20887
20888         [BZ #431]
20889         * manual/string.texi: Fix strncat and wcsncat.
20890
20891 2013-10-03  Brooks Moses  <bmoses@google.com>
20892
20893         [BZ #15915]
20894         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20895         * Makerules: ...here, and adjust associated comments.
20896
20897 2013-10-02  Will Newton  <will.newton@linaro.org>
20898
20899         * malloc/Makefile: Add tst-pvalloc.
20900         * malloc/tst-pvalloc.c: New file.
20901
20902 2013-10-02  Will Newton  <will.newton@linaro.org>
20903
20904         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20905         improve test coverage.
20906
20907 2013-10-02  Will Newton  <will.newton@linaro.org>
20908
20909         * malloc/Makefile: Add tst-posix_memalign.
20910         * malloc/tst-posix_memalign.c: New file.
20911
20912 2013-10-01  Eric Blake  <eblake@redhat.com>
20913
20914         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20915         Use __THROWNL rather than __THROW on static functions.
20916
20917 2013-09-30  Petr Machata  <pmachata@redhat.com>
20918
20919         * elf/elf.h (R_AARCH64_ABS16): New macro.
20920         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20921         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20922         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20923         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20924         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20925         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20926         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20927         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20928         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20929         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20930         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20931         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20932         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20933         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20934         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20935         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20936         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20937         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20938         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20939         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20940         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20941         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20942         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20943         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20944         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20945         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20946         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20947         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20948         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20949         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20950         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20951         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20952         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20953         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20954         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20955         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20956         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20957         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20958         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20959         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20960         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20961         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20962         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20963         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20964         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20965         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20966         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20967         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20968         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20969         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20970         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20971         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20972         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20973         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20974         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20975         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20976         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20977         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20978         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20979         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20980         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20981         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20982         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20983         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20984         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20985         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20986         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20987         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20988         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20989         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20990         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20991         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20992         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20993         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20994         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20995         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20996         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20997         (R_AARCH64_TLSDESC_LDR): Likewise.
20998         (R_AARCH64_TLSDESC_ADD): Likewise.
20999         (R_AARCH64_TLSDESC_CALL): Likewise.
21000
21001 2013-09-30  Andreas Schwab  <schwab@suse.de>
21002
21003         [BZ #15048]
21004         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21005         the nss database lookup.
21006         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21007         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21008
21009 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21010
21011         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21012
21013 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21014
21015         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21016         ${Bash-specific parameter/pattern/string} parameter expansion.
21017         * sysdeps/unix/make-syscalls.sh: Likewise.
21018
21019 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21020
21021         * sysdeps/sh/stackguard-macros.h: New file.
21022
21023 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21024
21025         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21026         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21027         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21028         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21029         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21030         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21031
21032 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21033
21034         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21035         Fix thread ID register.
21036
21037 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21038
21039         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21040         [POSIX || UNIX98]: Require rather than permitting all symbols from
21041         <time.h>.
21042         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21043         element of struct sched_param.
21044         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21045         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21046         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21047         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21048         constant.
21049
21050 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21051
21052         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21053         argument calculation.
21054
21055 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21056
21057         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21058         Expect macro.
21059         [POSIX] (pthread_attr_t): Do not require type.
21060         [POSIX] (pthread_cond_t): Likewise.
21061         [POSIX] (pthread_condattr_t): Likewise.
21062         [POSIX] (pthread_key_t): Likewise.
21063         [POSIX] (pthread_mutex_t): Likewise.
21064         [POSIX] (pthread_mutexattr_t): Likewise.
21065         [POSIX] (pthread_once_t): Likewise.
21066         [POSIX] (pthread_t): Likewise.
21067         [POSIX-based standards] (pthread_atfork): Expect function.
21068
21069 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21070             Richard Sandiford  <richard@codesourcery.com>
21071
21072         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21073         (swap_endianness_p): New extern variable.
21074         (set_big_endian): New inline function.
21075         (maybe_swap_uint32): Likewise.
21076         (maybe_swap_uint32_array): Likewise.
21077         (maybe_swap_uint32_obstack): Likewise.
21078         * locale/programs/locfile.c: Include <stdbool.h>.
21079         (swap_endianness_p): New variable.
21080         (add_locale_uint32): Call maybe_swap_uint32.
21081         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21082         (write_locale_data): Call maybe_swap_uint32_array.
21083         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21084         maybe_swap_uint32.
21085         (obstack_int32_grow_fast): Likewise.
21086         (output_weightwc): Call maybe_swap_uint32_obstack.
21087         (collate_output): Likewise.
21088         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21089         (OPT_LITTLE_ENDIAN): Likewise.
21090         (options): Add --little-endian and --big-endian options.
21091         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21092         * locale/programs/locarchive.c: Include "locfile.h".
21093         (GET): New macro.
21094         (SET): Likewise.
21095         (INC): Likewise.
21096         (create_archive): Use the new macros to access fields of
21097         structures directly mapped from or written to locale archives.
21098         (oldlocrecentcmp): Likewise.
21099         (enlarge_archive): Likewise.
21100         (insert_name): Likewise.
21101         (add_alias): Likewise.
21102         (add_locale): Likewise.
21103         (delete_locales_from_archive): Likewise.
21104         (show_archive_content): Likewise.
21105         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21106         locale data.
21107
21108 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21109
21110         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21111         http://www.gnu.org/doc/freemanuals.texi.
21112         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21113
21114 2013-09-24  Will Newton  <will.newton@linaro.org>
21115
21116         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21117         macro.
21118
21119 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21120
21121         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21122         unsigned char.
21123
21124 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21125
21126         * manual/threads.texi (POSIX Threads): Fix a typo.
21127
21128 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21129
21130         [BZ #14547]
21131         * string/tst-strcoll-overflow.c: New test case.
21132         * string/Makefile (xtests): Add tst-strcoll-overflow.
21133         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21134         cache if string sizes may cause integer overflow.
21135
21136         [BZ #14547]
21137         * string/strcoll_l.c (coll_seq): New members rule, idx,
21138         save_idx and back_us.
21139         (get_next_seq_nocache): New function.
21140         (do_compare_nocache): New function.
21141         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21142         when malloc fails.
21143
21144 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21145
21146         [BZ #15754]
21147         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21148         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21149         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21150
21151         [BZ #15754]
21152         * elf/Makefile (tests): Add tst-ptrguard1.
21153         (tests-static): Add tst-ptrguard1-static.
21154         (tst-ptrguard1-ARGS): Define.
21155         (tst-ptrguard1-static-ARGS): Define.
21156         * elf/tst-ptrguard1.c: New file.
21157         * elf/tst-ptrguard1-static.c: New file.
21158         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21159         * sysdeps/i386/stackguard-macros.h: Likewise.
21160         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21161         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21162         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21163         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21164         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21165         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21166
21167 2013-09-23  Hector Marco  <hecmargi@upv.es>
21168             Ismael Ripoll  <iripoll@disca.upv.es>
21169             Carlos O'Donell  <carlos@redhat.com>
21170
21171         [BZ #15754]
21172         * sysdeps/generic/stackguard-macros.h: Define
21173         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21174         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21175         Define __pointer_chk_guard_local.
21176         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21177         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21178
21179 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21180
21181         [BZ #15859]
21182         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21183
21184 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21185
21186         * include/string.h (__ffs): Declare as hidden.
21187         * string/ffs.c (__ffs): Define as hidden.
21188         * sysdeps/i386/ffs.c (__ffs): Likewise.
21189         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21190         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21191         * sysdeps/s390/ffs.c (__ffs): Likewise.
21192         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21193
21194 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21195
21196         * NEWS: Mention malloc probes.
21197
21198         * malloc/arena.c (new_heap): New memory_heap_new probe.
21199         (grow_heap): New memory_heap_more probe.
21200         (shrink_heap): New memory_heap_less probe.
21201         (heap_trim): New memory_heap_free probe.
21202         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21203         (systrim): New memory_sbrk_less probe.
21204         * manual/probes.texi: Document them.
21205
21206         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21207         * manual/probes.texi: Document it.
21208
21209         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21210         (__libc_realloc): Add memory_realloc_retry probe.
21211         (__libc_memalign): Add memory_memalign_retry probe.
21212         (__libc_valloc): Add memory_valloc_retry probe.
21213         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21214         (__libc_calloc): Add memory_calloc_retry probe.
21215         * manual/probes.texi: Document them.
21216
21217         * malloc/arena.c (get_free_list): Add probe
21218         memory_arena_reuse_free_list.
21219         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21220         and memory_arena_reuse.
21221         (arena_get2) [!PER_THREAD]: Likewise.
21222         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21223         memory_arena_reuse_realloc.
21224         * manual/probes.texi: Document them.
21225
21226         * malloc/malloc.c (__libc_free): Add
21227         memory_mallopt_free_dyn_thresholds probe.
21228         (__libc_mallopt): Add multiple memory_mallopt probes.
21229         * manual/probes.texi: Document them.
21230
21231         * malloc/malloc.c: Include stap-probe.h.
21232         (__libc_mallopt): Add memory_mallopt probe.
21233         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21234         * manual/probes.texi: New.
21235         * manual/Makefile (chapters): Add probes.
21236         * manual/threads.texi: Set next node.
21237
21238 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21239
21240         [BZ #15963, #13985]
21241         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21242         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21243         Add `Chinese' to `nan' entry name.
21244
21245 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21246
21247         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21248         (POLYNOMIAL): Likewise.
21249         (TAYLOR_SINCOS): Likewise.
21250         (TAYLOR_SLOW): Likewise.
21251         (__sin): Use TAYLOR_SINCOS.
21252         (__cos): Likewise.
21253         (slow): Use TAYLOR_SLOW.
21254         (sloww): Likewise.
21255         (bsloww): Likewise.
21256         (csloww): Likewise.
21257
21258 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21259
21260         * stdlib/strtod_l.c: Fix buffer overrun.
21261
21262 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21263
21264         * benchtests/Makefile (bench): Add sincos.
21265         * benchtests/bench-sincos.c: New file.
21266
21267         * math/libm-test.inc (cos_test_data): New test inputs.
21268         (sin_test_data): Likewise.
21269
21270         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21271         macro.
21272         (__sin): Use it.
21273         (__cos): Likewise.
21274         (slow1): Likewise.
21275         (slow2): Likewise.
21276         (sloww1): Likewise.
21277         (sloww2): Likewise.
21278         (bsloww1): Likewise.
21279         (bsloww2): Likewise.
21280         (cslow2): Likewise.
21281         (csloww1): Likewise.
21282         (csloww2): Likewise.
21283
21284         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21285         function.
21286         (__sin): Use it.
21287         (__cos): Likewise.
21288
21289         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21290         gotos.
21291         (__cos): Likewise.
21292
21293 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21294
21295         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21296         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21297         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21298         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21299         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21300         * elf/cache.c (print_entry): Handle the new cache flags.
21301
21302 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21303             Aldy Hernandez  <aldyh@redhat.com>
21304
21305         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21306         Change condition to [_SOFT_FLOAT].
21307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21310         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21312         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21313         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21314         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21315         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21316         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21317         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21318         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21319         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21320         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21321         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21322         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21323         declaration.
21324
21325 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21326
21327         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21328         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21329         (__longjmp): Use LOAD_GP to load saved GPRs.
21330         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21331         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21332         (__sigsetjmp): Use SAVE_GP to save GPRs.
21333
21334         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21335         Do not append -msoft-float.
21336         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21337
21338 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21339
21340         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21341
21342 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21343
21344         [BZ #15966]
21345         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21346         (_FPU_GETCW): Use initial "__" on variable and field names but not
21347         on macro parameter name.
21348         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21349         parentheses around reference to macro parameter.
21350
21351 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21352
21353         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21354         prototype.
21355         (ctype_startup): Use uint32_t in cast and sizeof for
21356         ctype->charnames.
21357
21358 2013-09-11  Jia Liu  <proljc@gmail.com>
21359
21360         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21361         __daddr_t_defined.
21362         [__FreeBSD__]: Likewise.
21363
21364 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21365
21366         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21367         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21368         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21369         (strchr): Remove __strchr_sse42 ifunc selection.
21370         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21371         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21372
21373 2013-09-11  Will Newton  <will.newton@linaro.org>
21374
21375         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21376         parameter to RES. Remove hardcoded 1000 value.
21377         * benchtests/bench-skeleton.c (main): Pass RES parameter
21378         to TIMING_INIT and multiply result by 1000.
21379
21380 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21381
21382         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21383
21384 2013-09-11  Andreas Schwab  <schwab@suse.de>
21385
21386         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21387         if not defined.
21388         (O_TMPFILE) [__USE_GNU]: Define.
21389         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21390         Define.
21391
21392 2013-09-11  Will Newton  <will.newton@linaro.org>
21393
21394         [BZ #15857]
21395         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21396         does not overflow.
21397
21398 2013-09-11  Will Newton  <will.newton@linaro.org>
21399
21400         [BZ #15856]
21401         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21402         does not overflow.
21403
21404 2013-09-11  Will Newton  <will.newton@linaro.org>
21405
21406         [BZ #15855]
21407         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21408         does not overflow.
21409
21410 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21411
21412         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21413         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21414         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21415         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21416         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21417
21418 2013-09-10  Allan McRae  <allan@archlinux.org>
21419
21420         [BZ #15748]
21421         * manual/arith.texi (Parsing of Floats): Clarify
21422         cross-reference.
21423
21424         [BZ #15849]
21425         * manual/install.texi (Running make install): Mention
21426         --enable-pt-chown.
21427         * INSTALL: Regenerated.
21428
21429 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21430
21431         * csu/init-first.c (_init): Remove the !SHARED condition around
21432         FPU control word initialization.
21433         * elf/dl-support.c (_dl_fpu_control): New variable.
21434         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21435         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21436         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21437         * math/test-fpucw-static.c: New file.
21438         * math/test-fpucw-ieee.c: New file.
21439         * math/test-fpucw-ieee-static.c: New file.
21440         * math/Makefile (tests): Add `test-fpucw-ieee' and
21441         `$(tests-static)'.
21442         (tests-static): New variable.
21443         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21444         dependency to...
21445         [($(build-shared),yes)]
21446         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21447         ... this.
21448         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21449         New dependency.
21450
21451 2013-09-09  Allan McRae  <allan@archlinux.org>
21452
21453         [BZ #15939]
21454         * manual/string.texi (Collation Functions): Fix typo in
21455         strcoll example.
21456         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21457
21458         [BZ #15893]
21459         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21460
21461         [BZ #15892]
21462         * libio/memstream.c (open_memstream): Fix memory leak.
21463         * libio/wmemstream.c (open_wmemstream): Likewise.
21464
21465         [BZ #15895]
21466         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21467
21468 2013-09-09  Will Newton  <will.newton@linaro.org>
21469
21470         * malloc/Makefile: Add tst-realloc to tests.
21471         * malloc/tst-realloc.c: New file.
21472
21473 2013-09-09  Allan McRae  <allan@archlinux.org>
21474
21475         [BZ #15844]
21476         * COPYING: Update from GNU website to fix FSF address.
21477         * COPYING.LIB: Likewise.
21478
21479 2013-09-06  David S. Miller  <davem@davemloft.net>
21480
21481         * po/zh_TW.po: Update Chinese (traditional) translation from
21482         translation project.
21483
21484 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21485             Joseph Myers  <joseph@codesourcery.com>
21486
21487         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21488         "localeinfo.h".
21489         (obstack_chunk_alloc): New macro.
21490         (obstack_chunk_free): Likewise.
21491         (record_offset): New function.
21492         (init_locale_data): Likewise.
21493         (align_locale_data): Likewise.
21494         (add_locale_empty): Likewise.
21495         (add_locale_raw_data): Likewise.
21496         (add_locale_raw_obstack): Likewise.
21497         (add_locale_string): Likewise.
21498         (add_locale_wstring): Likewise.
21499         (add_locale_uint32): Likewise.
21500         (add_locale_uint32_array): Likewise.
21501         (add_locale_char): Likewise.
21502         (start_locale_structure): Likewise.
21503         (end_locale_structure): Likewise.
21504         (start_locale_prelude): Likewise.
21505         (end_locale_prelude): Likewise.
21506         (write_locale_data): Take locale_file structure rather than an
21507         iovec.
21508         * locale/programs/locfile.h: Include "obstack.h".
21509         (struct locale_file): Change to store locale file contents instead
21510         of header.
21511         (init_locale_data): New prototype.
21512         (align_locale_data): Likewise.
21513         (add_locale_empty): Likewise.
21514         (add_locale_raw_data): Likewise.
21515         (add_locale_raw_obstack): Likewise.
21516         (add_locale_string): Likewise.
21517         (add_locale_wstring): Likewise.
21518         (add_locale_uint32): Likewise.
21519         (add_locale_uint32_array): Likewise.
21520         (add_locale_char): Likewise.
21521         (start_locale_structure): Likewise.
21522         (end_locale_structure): Likewise.
21523         (start_locale_prelude): Likewise.
21524         (end_locale_prelude): Likewise.
21525         (write_locale_data): Update prototype.
21526         * locale/programs/3level.h (struct TABLE): Remove result field.
21527         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21528         Use new locale_file interface.
21529         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21530         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21531         * locale/programs/ld-address.c (address_output): Use new
21532         locale_file interface.
21533         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21534         NO_ADD_LOCALE.
21535         (collate_finish): Don't call collseq_table_finalize.
21536         (collate_output): Use new locale_file interface.
21537         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21538         in file.
21539         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21540         (TABLE): Move defines earlier in file.
21541         (ELEMENT): Likewise.
21542         (DEFAULT): Likewise.
21543         (wctrans_table_add): Move macro and inline function earlier in
21544         file.
21545         (struct wctype_table): Move type earlier in file.
21546         (add_locale_wctype_table): New static prototype.
21547         (struct locale_ctype_t): Use logical types instead of struct iovec
21548         pointers for members.
21549         (ctype_output): Use new locale_file interface.
21550         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21551         new locale_file interface.
21552         (allocate_arrays): Update for use of new locale_file interface.
21553         * locale/programs/ld-identification.c (identification_output): Use
21554         new locale_file interface.
21555         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21556         * locale/programs/ld-messages.c (messages_output): Likewise.
21557         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21558         * locale/programs/ld-name.c (name_output): Likewise.
21559         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21560         * locale/programs/ld-paper.c (paper_output): Likewise.
21561         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21562         * locale/programs/ld-time.c (time_output): Likewise.
21563
21564 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21565
21566         * benchtests/Makefile: Add memrchr benchmark.
21567         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21568         benchmark as memrchr.
21569         * benchtests/bench-memrchr-ifunc.c: New file.
21570         * benchtests/bench-memrchr.c: New file.
21571
21572 2013-09-06   Will Newton  <will.newton@linaro.org>
21573
21574         * benchtests/Makefile (string-bench): Add memcpy.
21575
21576 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21577             Cong Wang  <amwang@redhat.com>
21578
21579         [BZ #15850]
21580         * sysdeps/unix/sysv/linux/bits/in.h
21581         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21582         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21583         before __USE_KERNEL_IPV6_DEFS uses.
21584         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21585         IPPROTO_BEETPH.
21586         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21587         sockaddr_in6, or ipv6_mreq.
21588
21589 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21590
21591         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21592         memory access for final bytes in some large inputs.
21593         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21594
21595 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21596
21597         * string/test-memrchr.c: New file.
21598         * string/test-memrchr-ifunc.c: New file.
21599         * string/Makefile: Add new memrchr testcase.
21600
21601 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21602
21603         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21604         fanotify_init returns EPERM.
21605
21606 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21607
21608         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21609         errors.
21610         (top level): Treat second token from macro or constant entries for
21611         allowed headers as allowed.
21612         * include/complex.h: Condition internal declarations on
21613         [!_ISOMAC].
21614         * include/fenv.h: Condition include of <stdbool.h> and internal
21615         declarations on [!_ISOMAC].
21616
21617 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21618
21619         [BZ #15923]
21620         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21621
21622 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21623
21624         * configure.in (--enable-versioning): Remove configure option.
21625         (libc_cv_asm_symver_directive): Remove configure test.
21626         (libc_cv_ld_version_script_option): Likewise.
21627         (VERSIONING): Remove variable and AC_SUBST.
21628         (DO_VERSIONING): Remove AC_DEFINE.
21629         * configure: Regenerated.
21630         * config.h.in (DO_VERSIONING): Remove macro.
21631         * Makerules [$(versioning) = yes]: Change conditionals to
21632         [$(build-shared) = yes].
21633         * config.make.in (versioning): Remove variable.
21634         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21635         [$(build-shared) = yes].
21636         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21637         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21638         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21639         [$(build-shared) = yes].
21640         * extra-lib.mk [$(versioning) = yes]: Likewise.
21641         * hurd/Makefile [$(versioning) = yes]: Likewise.
21642         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21643         [SHARED].
21644         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21645         [SHARED].
21646         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21647         [SHARED && !NO_HIDDEN].
21648         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21649         [SHARED].
21650         [SHARED && DO_VERSIONING]: Likewise..
21651         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21652         [$(build-shared) = yes].
21653         * manual/install.texi (--disable-versioning): Remove
21654         documentation.
21655         * INSTALL: Regenerated.
21656         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21657         to [SHARED].
21658         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21659         [$(build-shared) = yes].
21660         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21661         * sysdeps/i386/i686/multiarch/strstr-c.c
21662         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21663         [SHARED && !NO_HIDDEN].
21664         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21665         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21666         * sysdeps/powerpc/powerpc32/dl-machine.c
21667         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21668         * sysdeps/powerpc/powerpc32/sysdep.h
21669         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21670         to [SHARED && PIC && !NO_HIDDEN].
21671         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21672         conditional to [SHARED].
21673
21674 2013-09-04   Will Newton  <will.newton@linaro.org>
21675
21676         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21677         * benchtests/bench-string.h: Include bench-timing.h instead
21678         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21679         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21680         call to HP_TIMING_DIFF_INIT.
21681         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21682         instead of hp-timing.h macros.
21683         * benchtests/bench-memchr.c: Likewise.
21684         * benchtests/bench-memcmp.c: Likewise.
21685         * benchtests/bench-memcpy.c: Likewise.
21686         * benchtests/bench-memmem.c: Likewise.
21687         * benchtests/bench-memmove.c: Likewise.
21688         * benchtests/bench-memset.c: Likewise.
21689         * benchtests/bench-rawmemchr.c: Likewise.
21690         * benchtests/bench-strcasecmp.c: Likewise.
21691         * benchtests/bench-strcasestr.c: Likewise.
21692         * benchtests/bench-strcat.c: Likewise.
21693         * benchtests/bench-strchr.c: Likewise.
21694         * benchtests/bench-strcmp.c: Likewise.
21695         * benchtests/bench-strcpy.c: Likewise.
21696         * benchtests/bench-strcpy_chk.c: Likewise.
21697         * benchtests/bench-strlen.c: Likewise.
21698         * benchtests/bench-strncasecmp.c: Likewise.
21699         * benchtests/bench-strncat.c: Likewise.
21700         * benchtests/bench-strncmp.c: Likewise.
21701         * benchtests/bench-strncpy.c: Likewise.
21702         * benchtests/bench-strnlen.c: Likewise.
21703         * benchtests/bench-strpbrk.c: Likewise.
21704         * benchtests/bench-strrchr.c: Likewise.
21705         * benchtests/bench-strspn.c: Likewise.
21706         * benchtests/bench-strstr.c: Likewise.
21707
21708 2013-09-04  Will Newton  <will.newton@linaro.org>
21709
21710         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21711
21712 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21713
21714         [BZ #15427]
21715         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21716         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21717         * math/libm-test.inc (lgamma_test_data): Add more tests.
21718         * sysdeps/i386/fpu/libm-test-ulps: Update.
21719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21720
21721 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21722
21723         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21724         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21725         Add ifunc.
21726         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21727         Add strcmp-sse2-unaligned
21728         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21729
21730 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21731
21732         * Versions.def (libc): Add GLIBC_2.19.
21733
21734 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21735
21736         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21737         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21738
21739 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21740
21741         [BZ #14155]
21742         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21743         intermediate calculations in recurrence.
21744         (__ieee754_ynf): Likewise.
21745         * math/libm-test.inc (jn_test_data): Do not allow spurious
21746         underflow exception.  Add more tests.
21747         (yn_test_data): Add more tests.
21748         * sysdeps/i386/fpu/libm-test-ulps: Update.
21749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21750
21751 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21752
21753         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21754
21755 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21756
21757         * csu/init-first.c: Fix then/than typos.
21758         * locale/programs/ld-collate.c: Likewise.
21759         * locale/programs/linereader.h: Likewise.
21760         * manual/charset.texi: Likewise.
21761         * manual/filesys.texi: Likewise.
21762         * manual/stdio.texi: Likewise.
21763         * manual/string.texi: Likewise.
21764         * stdlib/fmtmsg.c: Likewise.
21765         * sysdeps/i386/stpncpy.S: Likewise.
21766         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21767         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21768         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21769         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21770
21771 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21772
21773         * elf/dl-open.c: Fix typos.
21774         * iconvdata/gbbig5.c: Likewise.
21775         * iconvdata/iso-2022-jp.c: Likewise.
21776         * iconv/gconv_int.h: Likewise.
21777         * iconv/loop.c: Likewise.
21778         * nis/rpcsvc/nis.h: Likewise.
21779         * resolv/ns_name.c: Likewise.
21780         * stdio-common/vfscanf.c: Likewise.
21781         * streams/stropts.h: Likewise.
21782         * sunrpc/rpc_thread.c: Likewise.
21783         * sysdeps/i386/strpbrk.S: Likewise.
21784         * sysdeps/ieee754/k_standard.c: Likewise.
21785         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21786         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21787         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21788         * sysdeps/mach/hurd/profil.c: Likewise.
21789         * sysdeps/s390/dl-procinfo.h: Likewise.
21790         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21791         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21792         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21793         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21794         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21795
21796 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21797
21798         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21799         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21800
21801 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21802
21803         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21804         aix specific files.
21805         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21806         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21807         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21808         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21809         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21810         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21811         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21812         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21813
21814 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21815             Roland McGrath  <roland@hack.frob.com>
21816
21817         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21818         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21819
21820 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21821
21822         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21823         __executable_start symbol instead of _start.
21824
21825 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21826
21827         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21828         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21829         Move macros to...
21830         * sysdeps/gnu/ldsodefs.h: ... this new file.
21831
21832         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21833         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21834         instead of ELFOSABI_LINUX.
21835
21836         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21837         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21838         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21839         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21840         Likewise.
21841         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21842         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21843         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21844         Likewise.
21845         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21846         (ibm_extended_long_double): Add ieee_nan member.
21847         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21848         (do_test): New function.
21849
21850         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21851         TEST_TRUNC.
21852         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21853         functions, renamed from truncdfsf_test, trunctfsf_test,
21854         trunctfdf_test.
21855         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21856         functions.
21857         (do_test): Run all these.
21858
21859 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21860
21861         * argp/argp-help.c: Fix typos.
21862         * argp/argp-parse.c: Likewise.
21863         * debug/backtracesyms.c: Likewise.
21864         * elf/elf.h: Likewise.
21865         * malloc/malloc.c: Likewise.
21866         * nis/nis_print.c: Likewise.
21867         * resolv/res_comp.c: Likewise.
21868         * stdlib/stdlib.h: Likewise.
21869         * sunrpc/clnt_tcp.c: Likewise.
21870         * sunrpc/clnt_udp.c: Likewise.
21871         * sunrpc/clnt_unix.c: Likewise.
21872         * sysdeps/unix/bsd/ptsname.c: Likewise.
21873         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21874         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21876         Likewise.
21877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21878         Likewise.
21879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21880         Likewise.
21881         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21882
21883 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21884
21885         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21886         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21887
21888 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21889
21890         [BZ #15897]
21891         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21892         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21893         ($(objpfx)bug-dl-leaf): New rule.
21894         ($(objpfx)bug-dl-leaf.so): Likewise.
21895         ($(objpfx)bug-dl-leaf.out): Likewise.
21896         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21897         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21898         * dlfcn/bug-dl-leaf.c: New test.
21899         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21900         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21901         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21902         (dlclose): Likewise.
21903         (dlmopen): Likewise.
21904
21905 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21906
21907         * include/netdb.h [!_ISOMAC]:
21908         Don't include <tls.h>.
21909         (h_errno, __libc_h_errno): Move declaration and macros out of
21910         [_LIBC_REENTRANT].
21911
21912         * include/resolv.h [_RESOLV_H_]:
21913         Don't include <tls.h>.
21914         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21915         * resolv/res_libc.c: Don't include <tls.h>.
21916         (_res): Use __attribute__ ((nocommon)) in place of
21917         __attribute__ ((section (".bss"))).
21918
21919         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21920         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21921
21922         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21923
21924         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21925         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21926
21927         * resolv/res_mkquery.c: Include <sys/time.h>.
21928
21929         * inet/ifreq.c: Moved to ...
21930         * sysdeps/unix/ifreq.c: ... here.
21931         * inet/ifreq.c: New file, true stub version.
21932
21933         * socket/sa_len.c: New file.
21934         * socket/Makefile (aux): Add it.
21935         * sysdeps/unix/sysv/linux/Makefile
21936         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21937         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21938         and #include <socket/sa_len.c>.
21939         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21940         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21941
21942         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21943         * bits/socket.h: ... here.
21944
21945         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21946         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21947         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21948
21949 2013-08-27  Andreas Schwab  <schwab@suse.de>
21950
21951         [BZ #15736]
21952         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21953         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21954         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21955         * string/test-strcasecmp.c (test_main): Run tests in several
21956         locales.
21957         * string/test-strncasecmp.c (test_main): Likewise.
21958
21959         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21960         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21961         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21962         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21963         (__strncasecmp_ssse3) [PIC]: Likewise.
21964
21965 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21966
21967         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21968
21969         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21970         instead of explicitly declaring xdecrypt.
21971         * nis/nss_nis/nis-publickey.c: Likewise.
21972
21973 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21974
21975         [BZ #15890]
21976         * nscd/aicache.c: Include res_hconf.h.
21977         (addhstaiX): Initialize res_hconf.
21978
21979 2013-08-26  Andreas Schwab  <schwab@suse.de>
21980
21981         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21982         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21983
21984 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21985
21986         * nscd/aicache.c (addhstaiX): Fix indentation.
21987
21988 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21989
21990         * configure.ac: Quote $build_pt_chown test.
21991         * configure: Regenerated.
21992
21993 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21994
21995         [BZ #15532]
21996         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21997         * math/s_cexpf.c (__cexpf): Likewise.
21998         * math/s_cexpl.c (__cexpl): Likewise.
21999         * math/libm-test.inc (cexp_test_data): Correct expected return
22000         value for NaN + i0.  Add another test.
22001
22002 2013-08-22  David S. Miller  <davem@davemloft.net>
22003
22004         * po/ca.po: Update Catalan translation from translation project.
22005         * po/uk.po: Add Ukrainian translations from translation project.
22006
22007 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22008
22009         [BZ #15797]
22010         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22011         is infinite, not alongside NaN test.
22012         * math/s_fdimf.c (__fdimf): Likewise.
22013         * math/s_fdiml.c (__fdiml): Likewise.
22014         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22015         errno is unchanged.
22016
22017 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22018
22019         * argp/argp-help.c: Fix typos.
22020         * crypt/speeds.c: Likewise.
22021         * csu/check_fds.c: Likewise.
22022         * elf/dl-load.c: Likewise.
22023         * elf/dl-open.c: Likewise.
22024         * elf/reldep3.c: Likewise.
22025         * elf/reldep.c: Likewise.
22026         * elf/sprof.c: Likewise.
22027         * iconv/iconv_charmap.c: Likewise.
22028         * iconv/skeleton.c: Likewise.
22029         * iconv/strtab.c: Likewise.
22030         * io/lockf64.c: Likewise.
22031         * libio/libioP.h: Likewise.
22032         * resolv/gai_notify.c: Likewise.
22033         * resolv/ns_name.c: Likewise.
22034         * resolv/ns_samedomain.c: Likewise.
22035         * resolv/res_send.c: Likewise.
22036         * stdlib/random.c: Likewise.
22037         * sunrpc/rpc/xdr.h: Likewise.
22038         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22039         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22040         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22041         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22042         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22043         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22044         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22045         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22046         * sysdeps/mach/hurd/check_fds.c: Likewise.
22047         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22048         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22049         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22050         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22051         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22052         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22053         * sysdeps/pthread/aio_notify.c: Likewise.
22054         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22055         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22056         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22057         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22058         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22059
22060 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22061
22062         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22063         version if bit_Slow_SSE4_2 is set.
22064         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22065         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22066
22067 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22068
22069         [BZ #15867]
22070         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22071         trampoline stack frame information.
22072         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22073         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22074         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22075         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22076         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22077         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22078         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22079         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22080         sa_flags value.
22081         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22082         interrupting a syscall and set with option SA_SIGINFO.
22083
22084 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22085
22086         [BZ #15531]
22087         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22088         argument is infinite.
22089         * math/s_cprojf.c (__cprojf): Likewise.
22090         * math/s_cprojl.c (__cprojl): Likewise.
22091         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22092         * math/libm-test.inc (cproj_test_data): Add more tests.
22093
22094         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22095
22096         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22097         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22098         size.  Use __ffs to determine corresponding shift.
22099
22100 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22101             Roland McGrath  <roland@hack.frob.com>
22102
22103         * Makefile (INSTALL): Remove trailing blank lines from output of
22104         makeinfo.
22105
22106 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22107
22108         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22109         Align 32 bit compat elf_greg to 8 bytes.
22110
22111 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22112
22113         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22114
22115 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22116
22117         * string/strcoll_l.c (coll_seq): New structure.
22118         (get_next_seq_cached): New function.
22119         (get_next_seq): New function.
22120         (do_compare): New function.
22121         (STRCOLL): Use GNU style definition.  Simplify implementation
22122         by using get_next_seq, get_next_seq_cached and do_compare.
22123
22124 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22125
22126         [BZ #14699]
22127         CVE-2013-4237
22128         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22129         member.
22130         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22131         member.
22132         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22133         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22134         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22135         conditional.
22136         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22137         GETDENTS_64BIT_ALIGNED.
22138         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22139         * manual/filesys.texi (Reading/Closing Directory): Document
22140         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22141         strongly.
22142         * manual/conf.texi (Limits for Files): Add portability note to
22143         NAME_MAX, PATH_MAX.
22144         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22145
22146 2013-08-13  Andreas Schwab  <schwab@suse.de>
22147
22148         [BZ #15749]
22149         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22150         of fabs.
22151         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22152         LDBL_MAX_EXP >= 16384]: Add tests for it.
22153
22154 2013-08-12  David S. Miller  <davem@davemloft.net>
22155
22156         * version.h (RELEASE): Set to "development".
22157         (VERSION): Set to "2.18.90".
22158         * NEWS: Add 2.19 section.
22159
22160 2013-08-03  David S. Miller  <davem@davemloft.net>
22161
22162         * po/ko.po: Update Korean translation from translation project.
22163
22164 2013-08-01  David S. Miller  <davem@davemloft.net>
22165
22166         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22167         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22168         Bilka.
22169
22170 2013-07-30  David S. Miller  <davem@davemloft.net>
22171
22172         * po/fr.po: Update French translation from translation project.
22173
22174 2013-07-28  David S. Miller  <davem@davemloft.net>
22175
22176         * po/cs.po: Update Czech translation from translation project.
22177
22178         * po/sv.po: Update Swedish translation from translation project.
22179
22180 2013-07-27  David S. Miller  <davem@davemloft.net>
22181
22182         * po/eo.po: Update Esperanto translation from translation project.
22183
22184         * po/vi.po: Update Vietnamese translation from translation project.
22185
22186         * po/de.po: Update German translation from translation project.
22187
22188 2013-07-26  David S. Miller  <davem@davemloft.net>
22189
22190         * po/bg.po: Update Bulgarian translation from translation project.
22191
22192         * po/nl.po: Update Dutch translation from translation project.
22193         * po/pl.po: Update Polish translation from translation project.
22194         * po/ru.po: Update Russian translation from translation project.
22195
22196 2013-07-24  David S. Miller  <davem@davemloft.net>
22197
22198         * po/libc.pot: Update.
22199
22200 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22201
22202         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22203         variable page size.
22204         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22205         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22206         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22207
22208 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22209
22210         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22211
22212 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22213             Andreas Schwab  <schwab@suse.de>
22214             Roland McGrath  <roland@hack.frob.com>
22215             Joseph Myers  <joseph@codesourcery.com>
22216             Carlos O'Donell  <carlos@redhat.com>
22217
22218         [BZ #15755]
22219         * config.h.in: Define HAVE_PT_CHOWN.
22220         * config.make.in (build-pt-chown): New variable.
22221         * configure.in (--enable-pt_chown): New configure option.
22222         * configure: Regenerate.
22223         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22224         build-pt-chown is enabled.
22225         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22226         pt_chown to fix pty ownership.
22227         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22228         CLOSE_ALL_FDS.
22229         * manual/install.texi (Configuring and compiling): Mention
22230         --enable-pt_chown. Add @findex for grantpt.
22231         * INSTALL: Regenerate.
22232
22233 2013-07-20  David S. Miller  <davem@davemloft.net>
22234
22235         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22236         difference between 32-bit and 64-bit.
22237
22238 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22239
22240         [BZ #15711]
22241         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22242         Avoid system header dependency with -ffreestanding.
22243         ($(objpfx)bits/syscall%d): Likewise.
22244
22245 2013-07-13  David S. Miller  <davem@davemloft.net>
22246
22247         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22248         underflows from atanl/atan2l due to bug 15319.
22249         (casinh_test_data): Likewise.
22250
22251 2013-07-07  David S. Miller  <davem@davemloft.net>
22252
22253         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22254
22255 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22256
22257         * sysdeps/i386/fpu/libm-test-ulps: Update.
22258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22259
22260 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22261
22262         * configure.in (--enable-lock-elision): Fix message text.
22263         * INSTALL: Regenerate.
22264         * configure: Regenerate.
22265
22266 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22267
22268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22269
22270 2013-07-03  Andreas Jaeger  <aj@suse.de>
22271
22272         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22273         define.
22274         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22275         (ptrace_peeksiginfo_args): Add.
22276         (__ptrace_peeksiginfo_flags): Add.
22277         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22278         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22279         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22280
22281 2013-07-03  Allan McRae  <allan@archlinux.org>
22282
22283         * sysdeps/i386/fpu/libm-test-ulps: Update.
22284
22285 2013-07-02  David S. Miller  <davem@davemloft.net>
22286
22287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22288
22289 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22290
22291         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22292
22293 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22294
22295         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22297
22298 2013-07-02  Andi Kleen <ak@linux.intel.com>
22299
22300         * config.h.in (ENABLE_LOCK_ELISION): Add.
22301         * configure.in (--enable-lock-elision): Add option.
22302         * manual/install.texi: Document --enable lock elision.
22303         * configure: Regenerate
22304         * INSTALL: Regenerate.
22305
22306 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22307
22308         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22309         SSE4.2 strcasecmp for libc.a.
22310         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22311
22312 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22313
22314         [BZ #13304]
22315         * soft-fp/op-common.h (_FP_FMA): New macro.
22316         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22317         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22318         (_FP_MUL_MEAT_1_imm): ... here.
22319         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22320         (_FP_MUL_MEAT_1_wide): ... here.
22321         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22322         (_FP_MUL_MEAT_1_hard): ... here.
22323         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22324         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22325         (_FP_MUL_MEAT_2_wide): ... here.
22326         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22327         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22328         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22329         (_FP_MUL_MEAT_2_gmp): ... here.
22330         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22331         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22332         (_FP_MUL_MEAT_4_wide): ... here.
22333         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22334         (_FP_MUL_MEAT_4_gmp): ... here.
22335         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22336         (_FP_WFRACBITS_DW_S): Likewise.
22337         (_FP_WFRACXBITS_DW_S): Likewise.
22338         (_FP_HIGHBIT_DW_S): Likewise.
22339         (FP_FMA_S): Likewise.
22340         (_FP_FRAC_HIGH_DW_S): Likewise.
22341         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22342         (_FP_WFRACBITS_DW_D): Likewise.
22343         (_FP_WFRACXBITS_DW_D): Likewise.
22344         (_FP_HIGHBIT_DW_D): Likewise.
22345         (FP_FMA_D): Likewise.
22346         (_FP_FRAC_HIGH_DW_D): Likewise.
22347         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22348         (_FP_WFRACBITS_DW_E): Likewise.
22349         (_FP_WFRACXBITS_DW_E): Likewise.
22350         (_FP_HIGHBIT_DW_E): Likewise.
22351         (FP_FMA_E): Likewise.
22352         (_FP_FRAC_HIGH_DW_E): Likewise.
22353         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22354         (_FP_WFRACBITS_DW_Q): Likewise.
22355         (_FP_WFRACXBITS_DW_Q): Likewise.
22356         (_FP_HIGHBIT_DW_Q): Likewise.
22357         (FP_FMA_Q): Likewise.
22358         (_FP_FRAC_HIGH_DW_Q): Likewise.
22359         * soft-fp/fmasf4.c: New file.
22360         * soft-fp/fmadf4.c: Likewise.
22361         * soft-fp/fmatf4.c: Likewise.
22362
22363 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22364
22365         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22366         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22367         Silvermont.
22368         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22369         macro.
22370         (index_Slow_SSE4_2): Likewise.
22371         (index_Prefer_PMINUB_for_stringop): Likewise.
22372         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22373         bit_Slow_SSE4_2 is set.
22374         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22375         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22376
22377 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22378
22379         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22380         rtld_global._dl_hwcap2.
22381         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22382         POWER8.
22383         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22384         POWER8 feature descriptions defined in _dl_hwcap2.
22385         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22386         string handling for POWER8 feature bits.
22387         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22388         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22389         _dl_powerpc_cap_flags.
22390         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22391         * sysdeps/powerpc/rtld-global-offsets.sym
22392         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22393         _dl_hwcap2 in the rtld_global_ro structure.
22394
22395 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22396
22397         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22398         hardware capabilities in support of AT_HWCAP2.
22399         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22400         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22401         GLRO(dl_hwcap2).
22402         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22403         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22404         explicitly the unknown a_type display mechanism is used.
22405         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22406         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22407         struct member.
22408         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22409         to macro prototype for AT_HWCAP2 support.
22410         * sysdeps/i386/dl-procinfo.h: Likewise.
22411         * sysdeps/s390/dl-procinfo.h: Likewise.
22412         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22413         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22414         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22415         return -1 for unknown a_type display fallback.
22416         * sysdeps/sparc/dl-procinfo.h: Likewise.
22417         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22418         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22419
22420 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22421
22422         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22423         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22424
22425 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22426
22427         [BZ #12492]
22428         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22429         mprotect making __stack_prot writable.
22430
22431 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22432             Joseph Myers  <joseph@codesourcery.com>
22433
22434         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22435         as being properly aligned.
22436
22437 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22438
22439         * dlfcn/modstatic5.c: New file.
22440         * dlfcn/tststatic5.c: New file.
22441         * dlfcn/Makefile (tests): Add tststatic5.
22442         (tests-static): Likewise.
22443         (modules-names): Add modstatic5.
22444         (tststatic5-ENV): New variable.
22445         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22446
22447         [BZ #15022]
22448         * elf/dl-support.c (_dl_main_map): New variable.
22449         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22450         (_dl_nns, _dl_load_adds): Set to 1.
22451         (_dl_initial_searchlist): Refer to _dl_main_map.
22452         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22453         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22454         call to _dl_get_origin.
22455         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22456         around call_map.
22457         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22458         * dlfcn/modstatic3.c: New file.
22459         * dlfcn/tststatic3.c: New file.
22460         * dlfcn/tststatic4.c: New file.
22461         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22462         (tests-static): Likewise.
22463         (modules-names): Add modstatic3.
22464         (tststatic3-ENV, tststatic4-ENV): New variables.
22465         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22466         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22467
22468 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22469
22470         * configure.in (CC): Require GCC version 4.4 or later.
22471         * configure: Regenerated.
22472         * manual/install.texi (Tools for Compilation): Update GCC version
22473         requirement.
22474         * INSTALL: Regenerated.
22475
22476 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22477
22478         [BZ #15674]
22479         * string/test-memcmp.c (check2): New.
22480         (main): Call check2.
22481
22482         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22483
22484 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22485
22486         [BZ #15022]
22487         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22488         over to...
22489         (dl_open_worker) [!SHARED]: ... here.
22490
22491 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22492
22493         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22494
22495 2013-06-25  Richard Henderson  <rth@redhat.com>
22496
22497         * locale/programs/locarchive.c: Include <libc-internal.h>
22498
22499 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22500
22501         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22502         trailing whitespace removed.
22503
22504 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22505
22506         [BZ #10283]
22507         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22508         * locale/programs/locarchive.c: Include libc-mmap.h.
22509         (prepare_address_space): Take two new outputs (the mmap base and len).
22510         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22511         values.
22512         (create_archive): Declare new mmap base and len values for
22513         prepare_address_space, and store the result in ah.
22514         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22515         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22516         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22517         Declare new mmap base and len values for
22518         prepare_address_space, and store the result in new_ah.
22519         (open_archive): Declare new mmap base and len values for
22520         prepare_address_space, and store the result in ah.
22521         (close_archive): If ah->mmap_base is not NULL, use that and
22522         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22523         * sysdeps/generic/libc-mmap.h: New file.
22524
22525 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22526
22527         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22528         (ALIGN_UP): Likewise.
22529         (PTR_ALIGN_DOWN): Likewise.
22530         (PTR_ALIGN_UP): Likewise.
22531
22532 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22533
22534         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22535         entry mapped to PPC_PLATFORM_POWER8.
22536         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22537         POWER8.
22538         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22539         (_dl_string_platform): Add case for exporting platform position for
22540         POWER8.
22541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22542         search path to sysdeps/powerpc/powerpc32/power8 directory.
22543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22544         search path to sysdeps/powerpc/powerpc64/power8 directory.
22545         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22546         power7 directories.
22547         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22548         power7 directories.
22549
22550 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22551
22552         * INSTALL: Regenerate.
22553
22554         * nscd/connections.c (nscd_init): Fix comment.
22555
22556 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22557
22558         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22559
22560         [BZ #15667]
22561         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22562         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22563
22564 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22565
22566         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22567         DL_DST_REQ_STATIC.
22568         (DL_DST_REQ_STATIC): Remove macro.
22569
22570 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22571
22572         [BZ #7006]
22573         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22574         with a shift of 0 bits.
22575
22576 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22577
22578         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22579         $(tststatic-ENV).
22580
22581 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22582
22583         [BZ #15655]
22584         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22585
22586 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22587
22588         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22589         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22590         accepts -fno-tree-loop-distribute-patterns.
22591         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22592         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22593         recursive call.
22594         * string/memset.c (memset): Likewise.
22595         * string/test-memmove.c (simple_memmove): Disable loop transformation
22596         to library calls.
22597         * string/test-memset.c (simple_memset): Likewise.
22598         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22599         * benchtests/bench-memset.c (simple_memset): Likewise.
22600         * configure: Regenerated.
22601
22602 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22603
22604         * math/test-misc.c (main): Ignore fesetround failure when failures
22605         of subsequent rounding tests would be ignored.
22606
22607         [BZ #15654]
22608         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22609         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22610         * math/fegetenv.c (__fegetenv): Return 0.
22611         * math/fegetexcept.c (fegetexcept): Return 0.
22612         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22613         FE_TONEAREST.
22614         * math/feholdexcpt.c (feholdexcept): Return 0.
22615         * math/fesetenv.c (__fesetenv): Return 0.
22616         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22617         argument FE_TONEAREST.
22618         * math/feupdateenv.c (__feupdateenv): Return 0.
22619         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22620
22621 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22622
22623         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22624         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22625         ($(objpfx)rtld-%.os rules): Use them.
22626
22627 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22628
22629         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22630         fields.
22631
22632 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22633
22634         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22635         length of target pattern, then descending length of dependency pattern.
22636         * configure.in (AWK): Require gawk 3.1.2 or newer.
22637         * manual/install.texi (Tools for Compilation): Say that we do.
22638         * configure: Regenerated.
22639
22640         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22641         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22642         * scripts/sysd-rules.awk: ... this new script.
22643         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22644         than a glob-style pattern.
22645
22646 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22647
22648         * math/test-misc.c (main): Do not treat incorrectly rounded
22649         conversions as failure unless ROUNDING_TESTS passes.
22650
22651 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22652
22653         [BZ #15631]
22654         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22655         restore exception state around main square root computation, then
22656         check for inexactness explicitly.
22657
22658         * math/libm-test.inc (fma_test_data): Add another test.
22659
22660 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22661
22662         * manual/threads.texi (Non-POSIX Extensions): New document
22663         node.  Document pthread_getattr_default_np and
22664         pthread_setattr_default_np.
22665
22666         * Versions.def (libpthread): Add GLIBC_2.18.
22667         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22669         Likewise.
22670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22671         Likewise.
22672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22673         Likewise.
22674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22675         Likewise.
22676         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22677         Likewise.
22678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22679         Likewise.
22680         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22681         Likewise.
22682         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22683         Likewise.
22684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22685         Likewise.
22686
22687 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22688
22689         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22690         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22691
22692 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22693             H.J. Lu  <hjl.tools@gmail.com>
22694
22695         [BZ #15627]
22696         * sysdeps/x86_64/rtld-memset.c: Remove file.
22697         * sysdeps/x86_64/rtld-memset.S: New file.
22698
22699 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22700
22701         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22702         (test_in_one_mode): Take arguments for whether the rounding mode
22703         is supported for each floating-point type.
22704         (do_test): Pass new arguments to test_in_one_mode using
22705         ROUNDING_TESTS.
22706
22707 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22708
22709         * posix/tst-waitid.c (do_test): Distinguish different instances of
22710         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22711         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22712         before entering the kernel for waitpid.
22713
22714 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22715
22716         * NEWS: Fix note on clock function precision.  Text by Roland
22717         McGrath.
22718
22719 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22720
22721         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22722         it into place only when and if the sanity check passes.
22723
22724 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22725
22726         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22727         output for whether conversion result is exact.  Take argument
22728         indicating whether type is IBM long double.
22729         (round_for_all): Change need_exact field to ibm_ld.
22730         * stdlib/tst-strtod-round.c (struct exactness): New type.
22731         (struct test): Change bool ld_ok field to struct exactness exact.
22732         (TEST): Update all definitions for change to field.
22733         (tests): Regenerate array contents.
22734         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22735         field value.  Check for IBM long double here.
22736         (do_test): Update calls to test_in_one_mode.
22737
22738 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22739
22740         [BZ #12515]
22741         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22742         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22743
22744 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22745
22746         [BZ #15605]
22747         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22748         generated by the compiler on loop optimizations.
22749         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22750         general definitions.
22751
22752 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22753
22754         * math/bug-nextafter.c: Include <math-tests.h>.
22755         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22756         the relevant type.
22757         * math/bug-nexttoward.c: Include <math-tests.h>.
22758         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22759         the relevant type.
22760         * math/test-misc.c: Include <math-tests.h>.
22761         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22762         the relevant type.
22763
22764 2013-06-12  Andreas Jaeger  <aj@suse.de>
22765
22766         * po/ia.po: Update Interlingua translation from translation
22767         project.
22768
22769 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22770
22771         * include/fenv.h: Include stdbool.h.
22772         (struct rm_ctx): New structure.
22773         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22774         Define macro.
22775         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22776         (SET_RESTORE_ROUNDF): Likewise.
22777         (SET_RESTORE_ROUNDL): Likewise.
22778         (SET_RESTORE_ROUND_NOEX): Likewise.
22779         (SET_RESTORE_ROUND_NOEXF): Likewise.
22780         (SET_RESTORE_ROUND_NOEXL): Likewise.
22781         (SET_RESTORE_ROUND_53BIT): Likewise.
22782         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22783         (libc_feresetround_noexf_ctx): Likewise.
22784         (libc_feresetround_noexl_ctx): Likewise.
22785         (libc_feholdsetround_53bit_ctx): Likewise.
22786         (libc_feresetround_53bit_ctx): Likewise.
22787         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22788         (libc_feholdexcept_setround_sse_ctx): New function.
22789         (libc_fesetenv_sse_ctx): Likewise.
22790         (libc_feupdateenv_sse_ctx): Likewise.
22791         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22792         (libc_feholdexcept_setround_387_ctx): Likewise.
22793         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22794         (libc_feholdsetround_387_prec_ctx): Likewise.
22795         (libc_feholdsetround_387_ctx): Likewise.
22796         (libc_feholdsetround_387_53bit_ctx): Likewise.
22797         (libc_feholdsetround_sse_ctx): Likewise.
22798         (libc_feresetround_sse_ctx): Likewise.
22799         (libc_feresetround_387_ctx): Likewise.
22800         (libc_feupdateenv_387_ctx): Likewise.
22801         (libc_feholdexcept_setroundf_ctx): Define macro.
22802         (libc_fesetenvf_ctx): Likewise.
22803         (libc_feupdateenvf_ctx): Likewise.
22804         (libc_feholdsetroundf_ctx): Likewise.
22805         (libc_feresetroundf_ctx): Likewise.
22806         (libc_feholdexcept_setround_ctx): Likewise.
22807         (libc_fesetenv_ctx): Likewise.
22808         (libc_feupdateenv_ctx): Likewise.
22809         (libc_feholdsetround_ctx): Likewise.
22810         (libc_feresetround_ctx): Likewise.
22811         (libc_feholdexcept_setroundl_ctx): Likewise.
22812         (libc_feupdateenvl_ctx): Likewise.
22813         (libc_feholdsetroundl_ctx): Likewise.
22814         (libc_feresetroundl_ctx): Likewise.
22815         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22816         (libc_feresetround_53bit_ctx): Likewise.
22817
22818 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22819
22820         * locale/iso-639.def: Convert to UTF-8.
22821
22822 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22823
22824         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22825         (EXCEPTION_TESTS_double): Likewise.
22826         (EXCEPTION_TESTS_long_double): Likewise.
22827         (EXCEPTION_TESTS): Likewise.
22828         * math/libm-test.inc (test_exceptions): Only test exceptions if
22829         EXCEPTION_TESTS (FLOAT).
22830
22831 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22832
22833         * benchtests/Makefile (string-bench): Add strcpy_chk and
22834         stpcpy_chk.
22835         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22836         * benchtests/bench-stpcpy_chk.c: New file.
22837         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22838         * benchtests/bench-strcpy_chk.c: New file.
22839         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22840         code.
22841         (do_test): Likewise.
22842
22843 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22844
22845         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22846         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22847         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22848         with tabs where appropriate.
22849         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22850         dl-procinfo.h.
22851         [PPC_PLATFORM_PPC440]: Likewise.
22852         [PPC_PLATFORM_PPC464]: Likewise.
22853         [PPC_PLATFORM_PPC476]: Likewise.
22854         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22855         ppc464, and ppc476 platform strings merging from ports/
22856         dl-procinfo.h.
22857
22858 2013-06-11  Andreas Schwab  <schwab@suse.de>
22859
22860         [BZ #14991]
22861         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22862         (from_ucs4_idx): Regenerate.
22863         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22864         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22865         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22866         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22867         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22868         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22869         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22870         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22871         from FROM_LOOP and TO_LOOP specific macros.
22872         (BODY): Handle combining characters.
22873         * iconvdata/BIG5HKSCS.irreversible: Update.
22874         * iconvdata/BIG5HKSCS.precomposed: New file.
22875         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22876         characters.
22877         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22878
22879 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22880
22881         * include/sys/time.h: Fix indentation and add copyright header.
22882
22883         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22884         (do_test): Likewise.
22885         * string/test-memchr.c (do_one_test): Likewise.
22886         (do_test): Likewise.
22887         * string/test-memcmp.c (do_one_test): Likewise.
22888         (do_test): Likewise.
22889         * string/test-memcpy.c (do_one_test): Likewise.
22890         (do_test): Likewise.
22891         * string/test-memmem.c (do_one_test): Likewise.
22892         (do_test): Likewise.
22893         (do_random_tests): Likewise.
22894         * string/test-memmove.c (do_one_test): Likewise.
22895         (do_test): Likewise.
22896         * string/test-memset.c (do_one_test): Likewise.
22897         (do_test): Likewise.
22898         * string/test-rawmemchr.c (do_one_test): Likewise.
22899         (do_test): Likewise.
22900         * string/test-strcasecmp.c (do_one_test): Likewise.
22901         (do_test): Likewise.
22902         * string/test-strcasestr.c (do_one_test): Likewise.
22903         (do_test): Likewise.
22904         * string/test-strcat.c (do_one_test): Likewise.
22905         (do_test): Likewise.
22906         * string/test-strchr.c (do_one_test): Likewise.
22907         (do_test): Likewise.
22908         * string/test-strcmp.c (do_one_test): Likewise.
22909         (do_test): Likewise.
22910         * string/test-strcpy.c (do_one_test): Likewise.
22911         (do_test): Likewise.
22912         * string/test-string.h: Likewise.
22913         (test_init): Likewise.
22914         * string/test-strlen.c (do_one_test): Likewise.
22915         (do_test): Likewise.
22916         * string/test-strncasecmp.c (do_one_test): Likewise.
22917         (do_test): Likewise.
22918         * string/test-strncat.c (do_one_test): Likewise.
22919         (do_test): Likewise.
22920         * string/test-strncmp.c (do_one_test): Likewise.
22921         (do_test_limit): Likewise.
22922         (do_test): Likewise.
22923         * string/test-strncpy.c (do_one_test): Likewise.
22924         (do_test): Likewise.
22925         * string/test-strnlen.c (do_one_test): Likewise.
22926         (do_test): Likewise.
22927         * string/test-strpbrk.c (do_one_test): Likewise.
22928         (do_test): Likewise.
22929         * string/test-strrchr.c (do_one_test): Likewise.
22930         (do_test): Likewise.
22931         * string/test-strspn.c (do_one_test): Likewise.
22932         (do_test): Likewise.
22933         * string/test-strstr.c (do_one_test): Likewise.
22934         (do_test): Likewise.
22935
22936         * benchtests/Makefile (string-bench): Add string benchmarks.
22937         * benchtests/bench-bcopy-ifunc.c: New file.
22938         * benchtests/bench-bcopy.c: New file.
22939         * benchtests/bench-bzero-ifunc.c: New file.
22940         * benchtests/bench-bzero.c: New file.
22941         * benchtests/bench-memccpy-ifunc.c: New file.
22942         * benchtests/bench-memccpy.c: New file.
22943         * benchtests/bench-memchr-ifunc.c: New file.
22944         * benchtests/bench-memchr.c: New file.
22945         * benchtests/bench-memcmp-ifunc.c: New file.
22946         * benchtests/bench-memcmp.c: New file.
22947         * benchtests/bench-memmem-ifunc.c: New file.
22948         * benchtests/bench-memmem.c: New file.
22949         * benchtests/bench-memmove-ifunc.c: New file.
22950         * benchtests/bench-memmove.c: New file.
22951         * benchtests/bench-mempcpy-ifunc.c: New file.
22952         * benchtests/bench-mempcpy.c: New file.
22953         * benchtests/bench-memset-ifunc.c: New file.
22954         * benchtests/bench-memset.c: New file.
22955         * benchtests/bench-rawmemchr-ifunc.c: New file.
22956         * benchtests/bench-rawmemchr.c: New file.
22957         * benchtests/bench-stpcpy-ifunc.c: New file.
22958         * benchtests/bench-stpcpy.c: New file.
22959         * benchtests/bench-stpncpy-ifunc.c: New file.
22960         * benchtests/bench-stpncpy.c: New file.
22961         * benchtests/bench-strcasecmp-ifunc.c: New file.
22962         * benchtests/bench-strcasecmp.c: New file.
22963         * benchtests/bench-strcasestr-ifunc.c: New file.
22964         * benchtests/bench-strcasestr.c: New file.
22965         * benchtests/bench-strcat-ifunc.c: New file.
22966         * benchtests/bench-strcat.c: New file.
22967         * benchtests/bench-strchr-ifunc.c: New file.
22968         * benchtests/bench-strchr.c: New file.
22969         * benchtests/bench-strchrnul-ifunc.c: New file.
22970         * benchtests/bench-strchrnul.c: New file.
22971         * benchtests/bench-strcmp-ifunc.c: New file.
22972         * benchtests/bench-strcmp.c: New file.
22973         * benchtests/bench-strcpy-ifunc.c: New file.
22974         * benchtests/bench-strcpy.c: New file.
22975         * benchtests/bench-strcspn-ifunc.c: New file.
22976         * benchtests/bench-strcspn.c: New file.
22977         * benchtests/bench-strlen-ifunc.c: New file.
22978         * benchtests/bench-strlen.c: New file.
22979         * benchtests/bench-strncasecmp-ifunc.c: New file.
22980         * benchtests/bench-strncasecmp.c: New file.
22981         * benchtests/bench-strncat-ifunc.c: New file.
22982         * benchtests/bench-strncat.c: New file.
22983         * benchtests/bench-strncmp-ifunc.c: New file.
22984         * benchtests/bench-strncmp.c: New file.
22985         * benchtests/bench-strncpy-ifunc.c: New file.
22986         * benchtests/bench-strncpy.c: New file.
22987         * benchtests/bench-strnlen-ifunc.c: New file.
22988         * benchtests/bench-strnlen.c: New file.
22989         * benchtests/bench-strpbrk-ifunc.c: New file.
22990         * benchtests/bench-strpbrk.c: New file.
22991         * benchtests/bench-strrchr-ifunc.c: New file.
22992         * benchtests/bench-strrchr.c: New file.
22993         * benchtests/bench-strspn-ifunc.c: New file.
22994         * benchtests/bench-strspn.c: New file.
22995         * benchtests/bench-strstr-ifunc.c: New file.
22996         * benchtests/bench-strstr.c: New file.
22997
22998         * benchtests/Makefile: Disable parallel execution of targets.
22999         (string-bench): Add memcpy.
23000         (benchset): New variable to store a list of benchmark sets.
23001         (bench-func): Renamed from bench.
23002         (bench-set): New target.
23003         (bench): Depend on bench-func and bench-set.
23004         * benchtests/README: Add section on benchmark sets.
23005         * benchtests/bench-memcpy-ifunc.c: New file.
23006         * benchtests/bench-memcpy.c: New file.
23007         * benchtests/bench-string.h: New file.
23008
23009 2013-06-11  Andreas Schwab  <schwab@suse.de>
23010
23011         [BZ #15577]
23012         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23013         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23014         values in the triple.
23015         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23016         terminator in the group key.
23017
23018 2013-06-11  Andreas Jaeger  <aj@suse.de>
23019
23020         * po/zh_TW.po: Update Chinese (traditional) translation from
23021         translation project.
23022
23023 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23024
23025         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23026         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23027         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23028         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23029         (clock_getcpuclockid): Likewise.
23030         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23031         Add weak_alias and libc_hidden_def.
23032         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23033         * rt/clock_gettime.c (clock_gettime): Rename to
23034         __clock_gettime.  Add weak_alias and libc_hidden_def.
23035         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23036         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23037         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23038         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23039         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23040         Likewise.
23041         * rt/clock_settime.c (clock_settime): Rename to
23042         __clock_settime.  Add weak_alias and libc_hidden_def.
23043         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23044
23045 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23046
23047         * mach/err_boot.sub: Remove trailing whitespace.
23048         * mach/err_ipc.sub: Likewise.
23049         * mach/err_mach.sub: Likewise.
23050
23051         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23052         (ROUNDING_TESTS_double): Likewise.
23053         (ROUNDING_TESTS_long_double): Likewise.
23054         (ROUNDING_TESTS): Likewise.
23055         * math/libm-test.inc: Include <math-tests.h>.
23056         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23057         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23058         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23059         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23060
23061 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23062
23063         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23064         of assigning.
23065
23066 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23067
23068         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23069         otherwise empty TRANS lines.
23070         * sysdeps/gnu/errlist.c: Regenerated.
23071
23072         * catgets/gencat.c (error_print): Use (void) in function
23073         definition.
23074         * crypt/crypt_util.c (__init_des): Likewise.
23075         * crypt/speeds.c (Stop): Likewise.
23076         (main): Likewise.
23077         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23078         * inet/ruserpass.c (token): Likewise.
23079         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23080         * intl/localealias.c (extend_alias_table): Likewise.
23081         * intl/plural-exp.c (init_germanic_plural): Likewise.
23082         * libio/fcloseall.c (__fcloseall): Likewise.
23083         * libio/genops.c (_IO_flush_all): Likewise.
23084         (_IO_flush_all_linebuffered): Likewise.
23085         (_IO_cleanup): Likewise.
23086         (_IO_iter_begin): Likewise.
23087         (_IO_iter_end): Likewise.
23088         (_IO_list_lock): Likewise.
23089         (_IO_list_unlock): Likewise.
23090         (_IO_list_resetlock): Likewise.
23091         * libio/getchar.c (getchar): Likewise.
23092         * libio/getchar_u.c (getchar_unlocked): Likewise.
23093         * libio/getwchar.c (getwchar): Likewise.
23094         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23095         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23096         * login/getpt.c (__getpt): Likewise.
23097         * login/tst-utmp.c (main): Likewise.
23098         * malloc/hooks.c (__malloc_check_init): Likewise.
23099         * malloc/malloc.c (__malloc_stats): Likewise.
23100         * malloc/mtrace.c (tr_break): Likewise.
23101         (mtrace): Likewise.
23102         (muntrace): Likewise.
23103         * misc/fstab.c (endfsent): Likewise.
23104         * misc/getclktck.c (__getclktck): Likewise.
23105         * misc/getdtsz.c (__getdtablesize): Likewise.
23106         * misc/gethostid.c (gethostid): Likewise.
23107         * misc/getpagesize.c (__getpagesize): Likewise.
23108         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23109         (__get_nprocs): Likewise.
23110         (__get_phys_pages): Likewise.
23111         (__get_avphys_pages): Likewise.
23112         * misc/getttyent.c (getttyent): Likewise.
23113         (setttyent): Likewise.
23114         (endttyent): Likewise.
23115         * misc/getusershell.c (getusershell): Likewise.
23116         (endusershell): Likewise.
23117         (setusershell): Likewise.
23118         (initshells): Likewise.
23119         * misc/hsearch.c (__hdestroy): Likewise.
23120         * misc/sync.c (sync): Likewise.
23121         * misc/syslog.c (closelog_internal): Likewise.
23122         (closelog): Likewise.
23123         * misc/ttyslot.c (ttyslot): Likewise.
23124         * misc/vhangup.c (vhangup): Likewise.
23125         * posix/fork.c (__fork): Likewise.
23126         * posix/getegid.c (__getegid): Likewise.
23127         * posix/geteuid.c (__geteuid): Likewise.
23128         * posix/getgid.c (__getgid): Likewise.
23129         * posix/getpid.c (__getpid): Likewise.
23130         * posix/getppid.c (__getppid): Likewise.
23131         * posix/getuid.c (__getuid): Likewise.
23132         * posix/pause.c (pause): Likewise.
23133         * posix/setpgrp.c (setpgrp): Likewise.
23134         * posix/setsid.c (__setsid): Likewise.
23135         * posix/test-vfork.c (noop): Likewise.
23136         * resolv/gethnamaddr.c (_endhtent): Likewise.
23137         (_gethtent): Likewise.
23138         (ht_endhostent): Likewise.
23139         (gethostent): Likewise.
23140         (dns_service): Likewise.
23141         * stdlib/drand48.c (drand48): Likewise.
23142         * stdlib/lrand48.c (lrand48): Likewise.
23143         * stdlib/mrand48.c (mrand48): Likewise.
23144         * stdlib/rand.c (rand): Likewise.
23145         * stdlib/random.c (__random): Likewise.
23146         * stdlib/setenv.c (clearenv): Likewise.
23147         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23148         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23149         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23150         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23151         (__get_nprocs): Likewise.
23152         (__get_phys_pages): Likewise.
23153         (__get_avphys_pages): Likewise.
23154         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23155         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23156         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23157         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23158         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23159         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23160         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23161         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23162         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23163         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23164         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23165         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23166         * sysdeps/posix/clock.c (clock): Likewise.
23167         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23168         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23169         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23170         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23171         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23172         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23173         (__get_nprocs_conf): Likewise.
23174         (__get_phys_pages): Likewise.
23175         (__get_avphys_pages): Likewise.
23176         * time/clock.c (clock): Likewise.
23177         * time/tzset.c (__tzname_max): Likewise.
23178
23179 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23180
23181         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23182         (__bswap_32): Do not use "register".
23183         * crypt/crypt.c (_ufc_doit_r): Likewise.
23184         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23185         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23186         * gmon/gmon.c (__monstartup): Likewise.
23187         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23188         * hurd/hurdmalloc.c (more_memory): Likewise.
23189         (malloc): Likewise.
23190         (free): Likewise.
23191         (realloc): Likewise.
23192         (malloc_fork_prepare): Likewise.
23193         (malloc_fork_parent): Likewise.
23194         (malloc_fork_child): Likewise.
23195         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23196         (_svcauth_des): Likewise.
23197         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23198         * inet/inet_net.c (inet_network): Likewise.
23199         * inet/inet_netof.c (inet_netof): Likewise.
23200         * inet/rcmd.c (__validuser2_sa): Likewise.
23201         * io/fts.c (fts_open): Likewise.
23202         (fts_load): Likewise.
23203         (fts_close): Likewise.
23204         (fts_read): Likewise.
23205         (fts_children): Likewise.
23206         (fts_build): Likewise.
23207         (fts_stat): Likewise.
23208         (fts_sort): Likewise.
23209         (fts_alloc): Likewise.
23210         (fts_lfree): Likewise.
23211         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23212         (_IO_file_xsgetn): Likewise.
23213         (_IO_file_xsgetn_mmap): Likewise.
23214         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23215         (_IO_cookie_write): Likewise.
23216         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23217         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23218         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23219         * malloc/obstack.c (_obstack_begin): Likewise.
23220         (_obstack_begin_1): Likewise.
23221         (_obstack_newchunk): Likewise.
23222         (_obstack_allocated_p): Likewise.
23223         (obstack_free): Likewise.
23224         (_obstack_memory_used): Likewise.
23225         * misc/getttyent.c (getttynam): Likewise.
23226         (getttyent): Likewise.
23227         (skip): Likewise.
23228         (value): Likewise.
23229         * misc/getusershell.c (initshells): Likewise.
23230         * misc/syslog.c (__vsyslog_chk): Likewise.
23231         * misc/ttyslot.c (ttyslot): Likewise.
23232         * nis/nis_hash.c (__nis_hash): Likewise.
23233         * posix/fnmatch_loop.c (FCT): Likewise.
23234         * posix/getconf.c (print_all): Likewise.
23235         (main): Likewise.
23236         * posix/getopt.c (exchange): Likewise.
23237         * posix/glob.c (globfree): Likewise.
23238         (prefix_array): Likewise.
23239         (__glob_pattern_type): Likewise.
23240         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23241         (NS_GET32): Likewise.
23242         (NS_PUT16): Likewise.
23243         (NS_PUT32): Likewise.
23244         * resolv/gethnamaddr.c (getanswer): Likewise.
23245         (gethostbyname2): Likewise.
23246         (gethostbyaddr): Likewise.
23247         (_gethtent): Likewise.
23248         (_gethtbyname2): Likewise.
23249         (_gethtbyaddr): Likewise.
23250         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23251         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23252         * resolv/res_init.c (__res_vinit): Likewise.
23253         (net_mask): Likewise.
23254         * resolv/res_mkquery.c (outchar): Likewise.
23255         (PRINT): Likewise.
23256         * stdio-common/printf_fp.c (outchar): Likewise.
23257         (PRINT): Likewise.
23258         * stdio-common/printf_fphex.c (outchar): Likewise.
23259         (PRINT): Likewise.
23260         * stdio-common/printf_size.c (outchar): Likewise.
23261         (PRINT): Likewise.
23262         * stdio-common/test_rdwr.c (main): Likewise.
23263         * stdio-common/tfformat.c (matches): Likewise.
23264         * stdio-common/vfprintf.c (outchar): Likewise.
23265         (printf_unknown): Likewise.
23266         (buffered_vfprintf): Likewise.
23267         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23268         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23269         (ReadFile): Likewise.
23270         * stdlib/qsort.c (SWAP): Likewise.
23271         (_quicksort): Likewise.
23272         * stdlib/setenv.c (__add_to_environ): Likewise.
23273         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23274         * stdlib/strtol_l.c (__strtol_l): Likewise.
23275         * stdlib/tst-strtod.c (main): Likewise.
23276         * stdlib/tst-strtol.c (main): Likewise.
23277         * stdlib/tst-strtoll.c (main): Likewise.
23278         * string/bits/string2.h (__strcmp_cc): Likewise.
23279         (__strcmp_cg): Likewise.
23280         (__strcspn_c1): Likewise.
23281         (__strcspn_c2): Likewise.
23282         (__strcspn_c3): Likewise.
23283         (__strspn_c1): Likewise.
23284         (__strspn_c2): Likewise.
23285         (__strspn_c3): Likewise.
23286         (__strsep_1c): Likewise.
23287         (__strsep_2c): Likewise.
23288         (__strsep_3c): Likewise.
23289         * string/memccpy.c (__memccpy): Likewise.
23290         * string/stpcpy.c (__stpcpy): Likewise.
23291         * string/strcmp.c (strcmp): Likewise.
23292         * string/strrchr.c (strrchr): Likewise.
23293         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23294         Likewise.
23295         * sysdeps/mach/hurd/getcwd.c
23296         (_hurd_canonicalize_directory_name_internal): Likewise.
23297         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23298         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23299         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23300         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23301         Likewise, in both definitions.
23302         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23303         definitions.
23304         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23305         64] (__bswap_64): Likewise.
23306         * time/test_time.c (main): Likewise.
23307         * time/tzfile.c (__tzfile_read): Likewise.
23308         (__tzfile_compute): Likewise.
23309         * time/tzset.c (__tzset_parse_tz): Likewise.
23310         (tzset_internal): Likewise.
23311         (compute_change): Likewise.
23312         * wcsmbs/wcscat.c (__wcscat): Likewise.
23313         * wcsmbs/wcschr.c (wcschr): Likewise.
23314         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23315         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23316         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23317         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23318         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23319         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23320         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23321         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23322         * wcsmbs/wmemset.c (wmemset): Likewise.
23323
23324 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23325
23326         * scripts/config.guess: Update to version 2013-05-16.
23327         * scripts/config.sub: Update to version 2013-04-24.
23328         * scripts/install-sh: Update to version 2011-11-20.07.
23329         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23330         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23331
23332 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23333
23334         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23335         * elf/sln.c: Likewise.
23336         * hurd/hurd/ioctl.h: Likewise.
23337         * hurd/hurdmalloc.c: Likewise.
23338         * hurd/xattr.c: Likewise.
23339         * include/shlib-compat.h: Likewise.
23340         * inet/ruserpass.c: Likewise.
23341         * libio/iofgets_u.c: Likewise.
23342         * libio/iofgetws_u.c: Likewise.
23343         * locale/programs/ld-identification.c: Likewise.
23344         * locale/programs/ld-time.c: Likewise.
23345         * mach/msg-destroy.c: Likewise.
23346         * nss/nss_files/files-netgrp.c: Likewise.
23347         * resolv/res_data.c: Likewise.
23348         * soft-fp/op-1.h: Likewise.
23349         * soft-fp/op-2.h: Likewise.
23350         * soft-fp/op-4.h: Likewise.
23351         * soft-fp/op-common.h: Likewise.
23352         * stdio-common/printf_fphex.c: Likewise.
23353         * stdlib/strtod_l.c: Likewise.
23354         * sunrpc/rpc/clnt.h: Likewise.
23355         * sysdeps/generic/framestate.c: Likewise.
23356         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23357         * sysdeps/i386/bsd-setjmp.S: Likewise.
23358         * sysdeps/i386/__longjmp.S: Likewise.
23359         * sysdeps/i386/setjmp.S: Likewise.
23360         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23361         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23362         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23363         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23364         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23365         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23366         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23367         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23368         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23369         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23370         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23371         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23372         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23373         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23374         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23375         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23376         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23377         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23378         * sysdeps/ieee754/support.c: Likewise.
23379         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23380         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23381         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23382         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23383         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23384         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23385         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23386         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23387         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23388         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23389         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23390         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23391         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23392         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23393         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23394         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23395         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23397
23398 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23399
23400         * posix/transbug.c: Remove executable mode.
23401
23402 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23403
23404         * crypt/speeds.c: Remove trailing whitespace.
23405         * dlfcn/default.c: Likewise.
23406         * elf/ifuncdep2.c: Likewise.
23407         * elf/ifuncmain1.c: Likewise.
23408         * elf/ifuncmain1vis.c: Likewise.
23409         * elf/testobj.h: Likewise.
23410         * elf/tst-stackguard1.c: Likewise.
23411         * gmon/sys/gmon.h: Likewise.
23412         * hurd/hurdmsg.c: Likewise.
23413         * hurd/new-fd.c: Likewise.
23414         * hurd/ports-get.c: Likewise.
23415         * iconvdata/ibm1008_420.c: Likewise.
23416         * inet/tst-getni1.c: Likewise.
23417         * inet/tst-getni2.c: Likewise.
23418         * libio/ioungetc.c: Likewise.
23419         * libio/wfiledoalloc.c: Likewise.
23420         * manual/libm-err-tab.pl: Likewise.
23421         * math/w_dremf.c: Likewise.
23422         * misc/ftruncate.c: Likewise.
23423         * posix/bug-glob2.c: Likewise.
23424         * posix/tst-pcre.c: Likewise.
23425         * posix/wait4.c: Likewise.
23426         * resolv/README: Likewise.
23427         * resolv/res_debug.h: Likewise.
23428         * resolv/tst-inet_ntop.c: Likewise.
23429         * setjmp/bug269-setjmp.c: Likewise.
23430         * soft-fp/extended.h: Likewise.
23431         * soft-fp/op-1.h: Likewise.
23432         * soft-fp/op-2.h: Likewise.
23433         * soft-fp/op-4.h: Likewise.
23434         * soft-fp/op-8.h: Likewise.
23435         * soft-fp/testit.c: Likewise.
23436         * stdio-common/bug16.c: Likewise.
23437         * stdlib/random.c: Likewise.
23438         * sunrpc/rpcsvc/rquota.x: Likewise.
23439         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23440         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23441         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23442         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23443         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23444         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23445         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23446         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23447         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23448         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23449         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23450         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23451         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23452         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23453         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23454         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23455         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23456         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23457         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23458         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23459         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23460         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23461         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23462         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23463         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23464         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23465         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23466         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23467         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23468         * sysdeps/ieee754/s_lib_version.c: Likewise.
23469         * sysdeps/mach/hurd/check_fds.c: Likewise.
23470         * sysdeps/mach/hurd/getsockname.c: Likewise.
23471         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23472         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23473         * sysdeps/powerpc/bits/link.h: Likewise.
23474         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23475         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23476         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23477         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23478         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23479         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23480         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23481         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23482         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23484         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23485         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23486         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23487         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23488         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23489         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23490         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23491         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23492         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23493         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23494         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23495         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23496         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23498         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23499         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23500         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23501         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23502         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23503         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23504         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23505         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23506         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23507         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23508         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23510         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23511         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23512         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23514         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23515         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23516         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23517         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23518         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23519         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23520         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23521         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23522         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23523         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23524         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23525         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23526         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23527         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23528         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23529         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23530         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23531         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23532         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23533         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23534         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23535         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23536         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23537         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23538         * sysdeps/powerpc/sysdep.h: Likewise.
23539         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23540         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23541         * sysdeps/sh/dl-trampoline.S: Likewise.
23542         * sysdeps/sh/memset.S: Likewise.
23543         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23544         * sysdeps/sh/strlen.S: Likewise.
23545         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23546         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23547         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23548         * sysdeps/sparc/sparc32/rem.S: Likewise.
23549         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23550         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23551         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23552         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23553         * sysdeps/sparc/sparc32/urem.S: Likewise.
23554         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23555         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23556         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23557         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23558         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23559         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23560         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23561         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23562         * sysdeps/unix/bsd/times.c: Likewise.
23563         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23564         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23568         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23569         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23570         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23571         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23572         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23573         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23574         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23575         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23576         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23577         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23578         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23579         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23580         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23581         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23582         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23583         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23584         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23585         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23586         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23587         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23588         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23589         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23590         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23591         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23592         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23593         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23594         * sysdeps/x86_64/strcspn.S: Likewise.
23595
23596 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23597
23598         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23599         generated file.  Regenerate properly from gen-translit.pl.
23600         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23601         locale/C-translit.h.
23602
23603 2013-06-05  Andreas Schwab  <schwab@suse.de>
23604
23605         [BZ #15100]
23606         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23607         week as 6 instead of -1.
23608         * time/tst-strptime.c (day_tests): Add test case.
23609
23610 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23611
23612         * sysdeps/generic/math_private.h
23613         (libc_feholdexcept_setround_53bit): Replace with
23614         libc_feholdsetround_53bit.
23615         (libc_feupdateenv_53bit): Replace with
23616         libc_feresetround_53bit.
23617         (SET_RESTORE_ROUND_53BIT): Adjust.
23618
23619 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23620
23621         * string/test-strchrnul.c: Add copyright header.
23622
23623         * posix/tst-getaddrinfo4.c: Increase test timeout.
23624
23625 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23626
23627         [BZ #15536]
23628         * math/libm-test.inc (MAX_EXP): Remove
23629         (MIN_EXP): Define.
23630         (ulp): Use MIN_EXP - MANT_DIG.
23631         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23632
23633 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23634
23635         * po/be.po: Revert last change.
23636         * po/zh_CN.po: Likewise.
23637         * po/header.pot: Likewise.
23638
23639 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23640
23641         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23642         link-libc-deps to empty as target-specific variable.
23643         * Makerules (link-libc-args): New variable.
23644         (libc-for-link): Likewise.
23645         (link-libc-deps): Likewise.
23646         (lib%.so): Depend on $(link-libc-deps).  Link with
23647         $(link-libc-args).
23648         (build-module): Link with $(link-libc-args).
23649         (build-module-asneeded): Likewise.
23650         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23651         list of objects.
23652         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23653         target-specific variable.
23654         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23655         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23656         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23657         libc.
23658         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23659         libc and ld.so.
23660         ($(objpfx)libpcprofile.so): Likewise.
23661         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23662         libc_nonshared.a.
23663         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23664         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23665         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23666         $(link-libc-deps).
23667         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23668         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23669         * login/Makefile ($(objpfx)libutil.so): Likewise.
23670         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23671         * math/Makefile ($(objpfx)libm.so): Likewise.
23672         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23673         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23674         variable instead of depending directly on libc.
23675         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23676         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23677         $(link-libc-deps).
23678         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23679         libc.
23680         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23681         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23682         ($(objpfx)libanl.so): Likewise.
23683         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23684         ld.so.
23685         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23686         $(link-libc-deps).
23687         * sysdeps/i386/fpu/Makefile: Remove file.
23688         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23689         ($(objpfx)libm.so): Remove dependency on ld.so.
23690
23691 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23692
23693         [BZ # 15553]
23694         * nis/yp_xdr.c (XDRMAXNAME): Define.
23695         (XDRMAXRECORD): Define.
23696         (xdr_domainname): Use XDRMAXNAME.
23697         (xdr_mapname): Likewise.
23698         (xdr_peername): Likewise.
23699         (xdr_keydat): Use XDRMAXRECORD.
23700         (xdr_valdat): Likewise.
23701
23702 2013-05-30  Jeff Law  <law@redhat.com>
23703
23704         [BZ #14256]
23705         * manual/errno.texi (ESTALE): Update to account for more than
23706         just NFS file systems.
23707         * sysdeps/gnu/errlist.c: Regenerated.
23708
23709 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23710
23711         [BZ #15465]
23712         * elf/Makefile (tests): Add tst-null-argv.
23713         (modules-names):  Add tst-null-argv-lib.
23714         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23715         (tst-null-argv-ENV): Set environment for tst-null-argv.
23716         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23717         (RTLD_PROGNAME): New macro.
23718         * elf/tst-null-argv.c: New test case.
23719         * elf/tst-null-argv-lib.c: Library for test case.
23720         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23721         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23722         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23723         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23724         * elf/dl-init.c (call_init): Likewise.
23725         (_dl_init): Likewise.
23726         * elf/dl-load.c (print_search_path): Likewise.
23727         (_dl_map_object): Likewise.
23728         * elf/dl-lookup.c (do_lookup_x): Likewise.
23729         (add_dependency): Likewise.
23730         (_dl_lookup_symbol_x): Likewise.
23731         (_dl_debug_bindings): Likewise.
23732         * elf/dl-open.c (_dl_show_scope): Likewise.
23733         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23734         * elf/dl-version.c (match_symbol): Likewise.
23735         (_dl_check_map_versions): Likewise.
23736         * elf/rtld.c (dl_main): Likewise.
23737         (print_unresolved): Use RTLD_PROGNAME.
23738         (print_missing_version): Likewise.
23739         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23740         (elf_machine_rela): Likewise.
23741         * sysdeps/powerpc/powerpc32/dl-machine.c
23742         (__process_machine_rela): Likewise.
23743         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23744         Likewise.
23745         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23746         Likewise.
23747         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23748         Likewise.
23749         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23750         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23751         Likewise.
23752         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23753         Likewise.
23754         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23755
23756 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23757
23758         * po/be.po: Add descriptive title.
23759         * po/zh_CN.po: Likewise.
23760         * po/header.pot: Likewise.
23761
23762 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23763
23764         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23765         error message.
23766         (enlarge_archive): Likewise.
23767
23768 2013-05-28  Ben North  <ben@redfrontdoor.org>
23769
23770         * manual/arith.texi (frexp): It is the magnitude of the return
23771         value which lies in [0.5, 1), not the return value itself.
23772
23773 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23774
23775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23776
23777 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23778
23779         * stdio-common/bug26.c (main): Correct fscanf template.
23780
23781         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23782         declare _dl_skip_args.
23783
23784         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23785         Don't declare.
23786
23787         * manual/platform.texi: Add missing @end deftypefun.
23788
23789 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23790
23791         [BZ #15529]
23792         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23793         bit of mantissa of 2^16382.
23794         * math/libm-test.inc (hypot_test_data): Add more tests.
23795
23796         * math/libm-test.inc: Add drem and pow10 to list of tested
23797         functions.
23798         (pow10_test): New function.
23799         (drem_test): Likewise.
23800         (drem_test_tonearest): Likewise.
23801         (drem_test_towardzero): Likewise.
23802         (drem_test_downward): Likewise.
23803         (drem_test_upward): Likewise.
23804         (main): Call the new functions.
23805
23806         * math/libm-test.inc (finite_test_data): Remove.
23807         (finite_test): Run tests from isfinite_test_data.
23808         (gamma_test_data): Remove.
23809         (gamma_test): Run tests from lgamma_test_data.
23810         * sysdeps/i386/fpu/libm-test-ulps: Update.
23811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23812
23813 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23814
23815         * manual/platform.texi: Add PowerPC PPR function set documentation.
23816         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23817         implementation.
23818
23819 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23820
23821         * math/libm-test.inc (MAX_EXP): Define.
23822         (ULPDIFF): Define.
23823         (ulp): New function.
23824         (check_float_internal): Use ULPDIFF.
23825         (cpow_test): Disable failing test.
23826         (check_ulp): Test ulp() implemetnation.
23827         (main): Call check_ulp before starting tests.
23828
23829 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23830
23831         * math/gen-libm-test.pl (generate_testfile): Do not handle
23832         START_DATA and END_DATA.
23833         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23834         END_DATA.
23835         (acos_tonearest_test_data): Likewise.
23836         (acos_towardzero_test_data): Likewise.
23837         (acos_downward_test_data): Likewise.
23838         (acos_upward_test_data): Likewise.
23839         (acosh_test_data): Likewise.
23840         (asin_test_data): Likewise.
23841         (asin_tonearest_test_data): Likewise.
23842         (asin_towardzero_test_data): Likewise.
23843         (asin_downward_test_data): Likewise.
23844         (asin_upward_test_data): Likewise.
23845         (asinh_test_data): Likewise.
23846         (atan_test_data): Likewise.
23847         (atanh_test_data): Likewise.
23848         (atan2_test_data): Likewise.
23849         (cabs_test_data): Likewise.
23850         (cacos_test_data): Likewise.
23851         (cacosh_test_data): Likewise.
23852         (carg_test_data): Likewise.
23853         (casin_test_data): Likewise.
23854         (casinh_test_data): Likewise.
23855         (catan_test_data): Likewise.
23856         (catanh_test_data): Likewise.
23857         (cbrt_test_data): Likewise.
23858         (ccos_test_data): Likewise.
23859         (ccosh_test_data): Likewise.
23860         (ceil_test_data): Likewise.
23861         (cexp_test_data): Likewise.
23862         (cimag_test_data): Likewise.
23863         (clog_test_data): Likewise.
23864         (clog10_test_data): Likewise.
23865         (conj_test_data): Likewise.
23866         (copysign_test_data): Likewise.
23867         (cos_test_data): Likewise.
23868         (cos_tonearest_test_data): Likewise.
23869         (cos_towardzero_test_data): Likewise.
23870         (cos_downward_test_data): Likewise.
23871         (cos_upward_test_data): Likewise.
23872         (cosh_test_data): Likewise.
23873         (cosh_tonearest_test_data): Likewise.
23874         (cosh_towardzero_test_data): Likewise.
23875         (cosh_downward_test_data): Likewise.
23876         (cosh_upward_test_data): Likewise.
23877         (cpow_test_data): Likewise.
23878         (cproj_test_data): Likewise.
23879         (creal_test_data): Likewise.
23880         (csin_test_data): Likewise.
23881         (csinh_test_data): Likewise.
23882         (csqrt_test_data): Likewise.
23883         (ctan_test_data): Likewise.
23884         (ctan_tonearest_test_data): Likewise.
23885         (ctan_towardzero_test_data): Likewise.
23886         (ctan_downward_test_data): Likewise.
23887         (ctan_upward_test_data): Likewise.
23888         (ctanh_test_data): Likewise.
23889         (ctanh_tonearest_test_data): Likewise.
23890         (ctanh_towardzero_test_data): Likewise.
23891         (ctanh_downward_test_data): Likewise.
23892         (ctanh_upward_test_data): Likewise.
23893         (erf_test_data): Likewise.
23894         (erfc_test_data): Likewise.
23895         (exp_test_data): Likewise.
23896         (exp_tonearest_test_data): Likewise.
23897         (exp_towardzero_test_data): Likewise.
23898         (exp_downward_test_data): Likewise.
23899         (exp_upward_test_data): Likewise.
23900         (exp10_test_data): Likewise.
23901         (exp2_test_data): Likewise.
23902         (expm1_test_data): Likewise.
23903         (fabs_test_data): Likewise.
23904         (fdim_test_data): Likewise.
23905         (finite_test_data): Likewise.
23906         (floor_test_data): Likewise.
23907         (fma_test_data): Likewise.
23908         (fma_towardzero_test_data): Likewise.
23909         (fma_downward_test_data): Likewise.
23910         (fma_upward_test_data): Likewise.
23911         (fmax_test_data): Likewise.
23912         (fmin_test_data): Likewise.
23913         (fmod_test_data): Likewise.
23914         (fpclassify_test_data): Likewise.
23915         (frexp_test_data): Likewise.
23916         (gamma_test_data): Likewise.
23917         (hypot_test_data): Likewise.
23918         (ilogb_test_data): Likewise.
23919         (isfinite_test_data): Likewise.
23920         (isgreater_test_data): Likewise.
23921         (isgreaterequal_test_data): Likewise.
23922         (isinf_test_data): Likewise.
23923         (isless_test_data): Likewise.
23924         (islessequal_test_data): Likewise.
23925         (islessgreater_test_data): Likewise.
23926         (isnan_test_data): Likewise.
23927         (isnormal_test_data): Likewise.
23928         (issignaling_test_data): Likewise.
23929         (isunordered_test_data): Likewise.
23930         (j0_test_data): Likewise.
23931         (j1_test_data): Likewise.
23932         (jn_test_data): Likewise.
23933         (ldexp_test_data): Likewise.
23934         (lgamma_test_data): Likewise.
23935         (lrint_test_data): Likewise.
23936         (lrint_tonearest_test_data): Likewise.
23937         (lrint_towardzero_test_data): Likewise.
23938         (lrint_downward_test_data): Likewise.
23939         (lrint_upward_test_data): Likewise.
23940         (llrint_test_data): Likewise.
23941         (llrint_tonearest_test_data): Likewise.
23942         (llrint_towardzero_test_data): Likewise.
23943         (llrint_downward_test_data): Likewise.
23944         (llrint_upward_test_data): Likewise.
23945         (log_test_data): Likewise.
23946         (log10_test_data): Likewise.
23947         (log1p_test_data): Likewise.
23948         (log2_test_data): Likewise.
23949         (logb_test_data): Likewise.
23950         (logb_downward_test_data): Likewise.
23951         (lround_test_data): Likewise.
23952         (llround_test_data): Likewise.
23953         (modf_test_data): Likewise.
23954         (nearbyint_test_data): Likewise.
23955         (nextafter_test_data): Likewise.
23956         (nexttoward_test_data): Likewise.
23957         (pow_test_data): Likewise.
23958         (pow_tonearest_test_data): Likewise.
23959         (pow_towardzero_test_data): Likewise.
23960         (pow_downward_test_data): Likewise.
23961         (pow_upward_test_data): Likewise.
23962         (remainder_test_data): Likewise.
23963         (remainder_tonearest_test_data): Likewise.
23964         (remainder_towardzero_test_data): Likewise.
23965         (remainder_downward_test_data): Likewise.
23966         (remainder_upward_test_data): Likewise.
23967         (remquo_test_data): Likewise.
23968         (rint_test_data): Likewise.
23969         (rint_tonearest_test_data): Likewise.
23970         (rint_towardzero_test_data): Likewise.
23971         (rint_downward_test_data): Likewise.
23972         (rint_upward_test_data): Likewise.
23973         (round_test_data): Likewise.
23974         (scalb_test_data): Likewise.
23975         (scalbn_test_data): Likewise.
23976         (scalbln_test_data): Likewise.
23977         (signbit_test_data): Likewise.
23978         (sin_test_data): Likewise.
23979         (sin_tonearest_test_data): Likewise.
23980         (sin_towardzero_test_data): Likewise.
23981         (sin_downward_test_data): Likewise.
23982         (sin_upward_test_data): Likewise.
23983         (sincos_test_data): Likewise.
23984         (sinh_test_data): Likewise.
23985         (sinh_tonearest_test_data): Likewise.
23986         (sinh_towardzero_test_data): Likewise.
23987         (sinh_downward_test_data): Likewise.
23988         (sinh_upward_test_data): Likewise.
23989         (sqrt_test_data): Likewise.
23990         (tan_test_data): Likewise.
23991         (tan_tonearest_test_data): Likewise.
23992         (tan_towardzero_test_data): Likewise.
23993         (tan_downward_test_data): Likewise.
23994         (tan_upward_test_data): Likewise.
23995         (tanh_test_data): Likewise.
23996         (tgamma_test_data): Likewise.
23997         (trunc_test_data): Likewise.
23998         (y0_test_data): Likewise.
23999         (y1_test_data): Likewise.
24000         (yn_test_data): Likewise.
24001         (significand_test_data): Likewise.
24002
24003         * math/gen-libm-test.pl (@functions): Remove variable.
24004         (generate_testfile): Don't handle START and END lines.
24005         * math/libm-test.inc (START): New macro.
24006         (END): Likewise.
24007         (END_COMPLEX): Likewise.
24008         (acos_test): Use END macro without arguments.
24009         (acos_test_tonearest): Likewise.
24010         (acos_test_towardzero): Likewise.
24011         (acos_test_downward): Likewise.
24012         (acos_test_upward): Likewise.
24013         (acosh_test): Likewise.
24014         (asin_test): Likewise.
24015         (asin_test_tonearest): Likewise.
24016         (asin_test_towardzero): Likewise.
24017         (asin_test_downward): Likewise.
24018         (asin_test_upward): Likewise.
24019         (asinh_test): Likewise.
24020         (atan_test): Likewise.
24021         (atanh_test): Likewise.
24022         (atan2_test): Likewise.
24023         (cabs_test): Likewise.
24024         (cacos_test): Use END_COMPLEX macro without arguments.
24025         (cacosh_test): Likewise.
24026         (carg_test): Use END macro without arguments.
24027         (casin_test): Use END_COMPLEX macro without arguments.
24028         (casinh_test): Likewise.
24029         (catan_test): Likewise.
24030         (catanh_test): Likewise.
24031         (cbrt_test): Use END macro without arguments.
24032         (ccos_test): Use END_COMPLEX macro without arguments.
24033         (ccosh_test): Likewise.
24034         (ceil_test): Use END macro without arguments.
24035         (cexp_test): Use END_COMPLEX macro without arguments.
24036         (cimag_test): Use END macro without arguments.
24037         (clog_test): Use END_COMPLEX macro without arguments.
24038         (clog10_test): Likewise.
24039         (conj_test): Likewise.
24040         (copysign_test): Use END macro without arguments.
24041         (cos_test): Likewise.
24042         (cos_test_tonearest): Likewise.
24043         (cos_test_towardzero): Likewise.
24044         (cos_test_downward): Likewise.
24045         (cos_test_upward): Likewise.
24046         (cosh_test): Likewise.
24047         (cosh_test_tonearest): Likewise.
24048         (cosh_test_towardzero): Likewise.
24049         (cosh_test_downward): Likewise.
24050         (cosh_test_upward): Likewise.
24051         (cpow_test): Use END_COMPLEX macro without arguments.
24052         (cproj_test): Likewise.
24053         (creal_test): Use END macro without arguments.
24054         (csin_test): Use END_COMPLEX macro without arguments.
24055         (csinh_test): Likewise.
24056         (csqrt_test): Likewise.
24057         (ctan_test): Likewise.
24058         (ctan_test_tonearest): Likewise.
24059         (ctan_test_towardzero): Likewise.
24060         (ctan_test_downward): Likewise.
24061         (ctan_test_upward): Likewise.
24062         (ctanh_test): Likewise.
24063         (ctanh_test_tonearest): Likewise.
24064         (ctanh_test_towardzero): Likewise.
24065         (ctanh_test_downward): Likewise.
24066         (ctanh_test_upward): Likewise.
24067         (erf_test): Use END macro without arguments.
24068         (erfc_test): Likewise.
24069         (exp_test): Likewise.
24070         (exp_test_tonearest): Likewise.
24071         (exp_test_towardzero): Likewise.
24072         (exp_test_downward): Likewise.
24073         (exp_test_upward): Likewise.
24074         (exp10_test): Likewise.
24075         (exp2_test): Likewise.
24076         (expm1_test): Likewise.
24077         (fabs_test): Likewise.
24078         (fdim_test): Likewise.
24079         (finite_test): Likewise.
24080         (floor_test): Likewise.
24081         (fma_test): Likewise.
24082         (fma_test_towardzero): Likewise.
24083         (fma_test_downward): Likewise.
24084         (fma_test_upward): Likewise.
24085         (fmax_test): Likewise.
24086         (fmin_test): Likewise.
24087         (fmod_test): Likewise.
24088         (fpclassify_test): Likewise.
24089         (frexp_test): Likewise.
24090         (gamma_test): Likewise.
24091         (hypot_test): Likewise.
24092         (ilogb_test): Likewise.
24093         (isfinite_test): Likewise.
24094         (isgreater_test): Likewise.
24095         (isgreaterequal_test): Likewise.
24096         (isinf_test): Likewise.
24097         (isless_test): Likewise.
24098         (islessequal_test): Likewise.
24099         (islessgreater_test): Likewise.
24100         (isnan_test): Likewise.
24101         (isnormal_test): Likewise.
24102         (issignaling_test): Likewise.
24103         (isunordered_test): Likewise.
24104         (j0_test): Likewise.
24105         (j1_test): Likewise.
24106         (jn_test): Likewise.
24107         (ldexp_test): Likewise.
24108         (lgamma_test): Likewise.
24109         (lrint_test): Likewise.
24110         (lrint_test_tonearest): Likewise.
24111         (lrint_test_towardzero): Likewise.
24112         (lrint_test_downward): Likewise.
24113         (lrint_test_upward): Likewise.
24114         (llrint_test): Likewise.
24115         (llrint_test_tonearest): Likewise.
24116         (llrint_test_towardzero): Likewise.
24117         (llrint_test_downward): Likewise.
24118         (llrint_test_upward): Likewise.
24119         (log_test): Likewise.
24120         (log10_test): Likewise.
24121         (log1p_test): Likewise.
24122         (log2_test): Likewise.
24123         (logb_test): Likewise.
24124         (logb_test_downward): Likewise.
24125         (lround_test): Likewise.
24126         (llround_test): Likewise.
24127         (modf_test): Likewise.
24128         (nearbyint_test): Likewise.
24129         (nextafter_test): Likewise.
24130         (nexttoward_test): Likewise.
24131         (pow_test): Likewise.
24132         (pow_test_tonearest): Likewise.
24133         (pow_test_towardzero): Likewise.
24134         (pow_test_downward): Likewise.
24135         (pow_test_upward): Likewise.
24136         (remainder_test): Likewise.
24137         (remainder_test_tonearest): Likewise.
24138         (remainder_test_towardzero): Likewise.
24139         (remainder_test_downward): Likewise.
24140         (remainder_test_upward): Likewise.
24141         (remquo_test): Likewise.
24142         (rint_test): Likewise.
24143         (rint_test_tonearest): Likewise.
24144         (rint_test_towardzero): Likewise.
24145         (rint_test_downward): Likewise.
24146         (rint_test_upward): Likewise.
24147         (round_test): Likewise.
24148         (scalb_test): Likewise.
24149         (scalbn_test): Likewise.
24150         (scalbln_test): Likewise.
24151         (signbit_test): Likewise.
24152         (sin_test): Likewise.
24153         (sin_test_tonearest): Likewise.
24154         (sin_test_towardzero): Likewise.
24155         (sin_test_downward): Likewise.
24156         (sin_test_upward): Likewise.
24157         (sincos_test): Likewise.
24158         (sinh_test): Likewise.
24159         (sinh_test_tonearest): Likewise.
24160         (sinh_test_towardzero): Likewise.
24161         (sinh_test_downward): Likewise.
24162         (sinh_test_upward): Likewise.
24163         (sqrt_test): Likewise.
24164         (tan_test): Likewise.
24165         (tan_test_tonearest): Likewise.
24166         (tan_test_towardzero): Likewise.
24167         (tan_test_downward): Likewise.
24168         (tan_test_upward): Likewise.
24169         (tanh_test): Likewise.
24170         (tgamma_test): Likewise.
24171         (trunc_test): Likewise.
24172         (y0_test): Likewise.
24173         (y1_test): Likewise.
24174         (yn_test): Likewise.
24175         (significand_test): Likewise.
24176
24177 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24178
24179         [BZ #15381]
24180         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24181
24182 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24183
24184         [BZ #14894]
24185         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24186         __ppc_mdoio and __ppc_mdoom.
24187         * manual/platform.texi: Document new functions __ppc_yield,
24188         __ppc_mdoio and __ppc_mdoom.
24189
24190 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24191
24192         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24193         (main): Mention "tls" pseudo-hwcap is legacy.
24194         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24195
24196 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24197
24198         * math/gen-libm-test.pl (parse_args): Output only string of
24199         arguments as text for test name, not full call or descriptions of
24200         tests for extra outputs.
24201         (generate_testfile): Do not pass function name to parse_args.
24202         Generate this_func variable from START.
24203         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24204         field to arg_str.
24205         (struct test_ff_f_data): Likewise.
24206         (test_ff_f_data_nexttoward): Likewise.
24207         (struct test_fi_f_data): Likewise.
24208         (struct test_fl_f_data): Likewise.
24209         (struct test_if_f_data): Likewise.
24210         (struct test_fff_f_data): Likewise.
24211         (struct test_c_f_data): Likewise.
24212         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24213         (struct test_fF_f1_data): Likewise.
24214         (struct test_ffI_f1_data): Likewise.
24215         (struct test_c_c_data): Rename test_name field to arg_str.
24216         (struct test_cc_c_data): Likewise.
24217         (struct test_f_i_data): Likewise.
24218         (struct test_ff_i_data): Likewise.
24219         (struct test_f_l_data): Likewise.
24220         (struct test_f_L_data): Likewise.
24221         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24222         and extra2_name.
24223         (COMMON_TEST_SETUP): New macro.
24224         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24225         (COMMON_TEST_CLEANUP): Likewise.
24226         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24227         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24228         macros.
24229         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24230         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24231         macros.
24232         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24233         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24234         cleanup macros.
24235         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24236         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24237         macros.
24238         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24239         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24240         macros.
24241         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24242         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24243         cleanup macros.
24244         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24245         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24246         cleanup macros.
24247         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24248         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24249         cleanup macros.
24250         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24251         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24252         macros.
24253         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24254         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24255         macros.
24256         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24257         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24258         macros.
24259         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24260         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24261         cleanup macros.
24262         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24263         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24264         cleanup macros.
24265         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24266         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24267         macros.
24268         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24269         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24270         cleanup macros.
24271         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24272         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24273         macros.
24274         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24275         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24276         macros.
24277         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24278         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24279         cleanup macros.
24280         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24281
24282 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24283
24284         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24285         to _sifields.sigfault.
24286         (si_addr_lsb): Define new macro.
24287         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24288         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24289         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24290
24291 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24292
24293         [BZ #15441]
24294         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24295         returns -1.
24296         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24297         null return -1.
24298         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24299         loading the domain.
24300
24301 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24302
24303         * math/gen-libm-test.pl (parse_args): Do not include expected
24304         result in test name.
24305         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24306         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24307         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24308         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24309         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24311
24312 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24313
24314         * benchtests/Makefile: Sort function entries.
24315
24316         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24317         tanh, asinh, acosh, atanh.
24318         * benchtests/acos-inputs: New file.
24319         * benchtests/acosh-inputs: New file.
24320         * benchtests/asin-inputs: New file.
24321         * benchtests/asinh-inputs: New file.
24322         * benchtests/atanh-inputs: New file.
24323         * benchtests/cosh-inputs: New file.
24324         * benchtests/log-inputs: New file.
24325         * benchtests/sinh-inputs: New file.
24326         * benchtests/tanh-inputs: New file.
24327
24328 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24329
24330         [BZ #15339]
24331         * posix/tst-getaddrinfo4.c: New test.
24332         * posix/Makefile (tests): Add it.
24333
24334 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24335
24336         [BZ #15339]
24337         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24338         when no services were used.
24339         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24340         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24341
24342 2013-05-21  Andreas Schwab  <schwab@suse.de>
24343
24344         [BZ #15014]
24345         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24346         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24347         successful.
24348         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24349         redundant variable declarations and reallocation of buffer when
24350         parsing as IPv6 address.  Always set NSS status when called from
24351         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24352         buffer too small.  Correct computation of needed size.
24353         * nss/Makefile (tests): Add test-digits-dots.
24354         * nss/test-digits-dots.c: New test.
24355
24356 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24357
24358         * benchtests/Makefile: Remove instructions for adding
24359         benchmark tests.
24360         * benchtests/README: New file to explain how to execute and
24361         enhance the benchmark tests.
24362
24363 2013-05-21  Andreas Schwab  <schwab@suse.de>
24364
24365         [BZ #15493]
24366         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24367         * setjmp/tst-sigsetjmp.c: New test.
24368
24369 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24370
24371         * sysdeps/x86_64/memset.S (memset): New implementation.
24372         (__bzero): Likewise.
24373         (__memset_tail): New function.
24374
24375 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24376
24377         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24378         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24379         __memcpy_sse2_unaligned ifunc selection.
24380         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24381         Add memcpy-sse2-unaligned.S.
24382         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24383         Add: __memcpy_sse2_unaligned.
24384
24385 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24386
24387         [BZ #15490]
24388         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24389         math_force_eval before restoring floating-point envrionment.
24390         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24391         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24392         Likewise.
24393         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24394         <math_private.h>.
24395         (__nearbyintl): Use math_force_eval before restoring
24396         floating-point environment.
24397         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24398
24399         * math/gen-libm-test.pl (special_functions): Remove.
24400         (parse_args): Don't handle TEST_extra.  Handle functions with no
24401         return value.
24402         * math/libm-test.inc (struct test_sincos_data): Replace with
24403         struct test_fFF_11_data.
24404         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24405         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24406         (sincos_test_data): Change element type to struct
24407         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24408         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24409         RUN_TEST_LOOP_sincos.
24410         * math/README.libm-test: Don't mention special handling of
24411         individual functions.
24412         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24413         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24414         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24415         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24416         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24418
24419         * math/gen-libm-test.pl (get_variable): Remove function.
24420         (parse_args): Don't show pointer parameters to call in test
24421         names.  Use "extra output N" in test names for extra outputs
24422         rather than naming variables.
24423
24424 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24425
24426         [BZ #15488]
24427         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24428         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24429         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24430         double tests.
24431         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24432         disable.
24433         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24434         check_long_double.
24435
24436         * math/gen-libm-test.pl (@tests): Remove variable.
24437         ($count): Likewise.
24438         (new_test): Remove function.
24439         (show_exceptions): New function.
24440         (special_functions): Use show_exceptions instead of new_test.
24441         (parse_args): Likewise.
24442         (generate_testfile): Pass only function name in generated call to
24443         print_max_error or print_complex_max_error.
24444         (get_ulps): Do not handle complex tests specially.
24445         (output_test): Rename to ...
24446         (get_all_ulps_for_test): ... this.  Return a string rather than
24447         printing to a file.  Require ulps to be present.
24448         (output_ulps): Generate arrays rather than #defines.
24449         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24450         (struct ulp_data): New type.
24451         (BUILD_COMPLEX_ULP): Remove macro.
24452         (compare_ulp_data): New function.
24453         (find_ulps): Likewise.
24454         (find_test_ulps): Likewise.
24455         (find_function_ulps): Likewise.
24456         (find_complex_function_ulps): Likewise.
24457         (print_max_error): Determine allowed ulps using
24458         find_function_ulps.
24459         (print_complex_max_error): Determine allowed ulps using
24460         find_complex_function_ulps.
24461         (check_float_internal): Determine max ulps using find_test_ulps.
24462         (check_float): Do not take max_ulp parameter.  Update call to
24463         check_float_internal.
24464         (check_complex): Likewise.
24465         (check_int): Do not take max_ulp parameter.
24466         (check_long): Likewise.
24467         (check_bool): Likewise.
24468         (check_longlong): Likewise.
24469         (struct test_f_f_data): Remove max_ulp field.
24470         (struct test_ff_f_data): Likewise.
24471         (struct test_ff_f_data_nexttoward): Likewise.
24472         (struct test_fi_f_data): Likewise.
24473         (struct test_fl_f_data): Likewise.
24474         (struct test_if_f_data): Likewise.
24475         (struct test_fff_f_data): Likewise.
24476         (struct test_c_f_data): Likewise.
24477         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24478         (struct test_fF_f1_data): Likewise.
24479         (struct test_ffI_f1_data): Likewise.
24480         (struct test_c_c_data): Remove max_ulp field.
24481         (struct test_cc_c_data): Likewise.
24482         (struct test_f_i_data): Likewise.
24483         (struct test_ff_i_data): Likewise.
24484         (struct test_f_l_data): Likewise.
24485         (struct test_f_L_data): Likewise.
24486         (struct test_sincos_data): Likewise.
24487         (RUN_TEST_f_f): Do not handle ulps.
24488         (RUN_TEST_LOOP_f_f): Likewise.
24489         (RUN_TEST_2_f): Likewise.
24490         (RUN_TEST_LOOP_2_f): Likewise.
24491         (RUN_TEST_fff_f): Likewise.
24492         (RUN_TEST_LOOP_fff_f): Likewise.
24493         (RUN_TEST_c_f): Likewise.
24494         (RUN_TEST_LOOP_c_f): Likewise.
24495         (RUN_TEST_f_f1): Likewise.
24496         (RUN_TEST_LOOP_f_f1): Likewise.
24497         (RUN_TEST_fF_f1): Likewise.
24498         (RUN_TEST_LOOP_fF_f1): Likewise.
24499         (RUN_TEST_fI_f1): Likewise.
24500         (RUN_TEST_LOOP_fI_f1): Likewise.
24501         (RUN_TEST_ffI_f1): Likewise.
24502         (RUN_TEST_LOOP_ffI_f1): Likewise.
24503         (RUN_TEST_c_c): Likewise.
24504         (RUN_TEST_LOOP_c_c): Likewise.
24505         (RUN_TEST_cc_c): Likewise.
24506         (RUN_TEST_LOOP_cc_c): Likewise.
24507         (RUN_TEST_f_i): Likewise.
24508         (RUN_TEST_LOOP_f_i): Likewise.
24509         (RUN_TEST_f_i_tg): Likewise.
24510         (RUN_TEST_LOOP_f_i_tg): Likewise.
24511         (RUN_TEST_ff_i_tg): Likewise.
24512         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24513         (RUN_TEST_f_b): Likewise.
24514         (RUN_TEST_LOOP_f_b): Likewise.
24515         (RUN_TEST_f_b_tg): Likewise.
24516         (RUN_TEST_LOOP_f_b_tg): Likewise.
24517         (RUN_TEST_f_l): Likewise.
24518         (RUN_TEST_LOOP_f_l): Likewise.
24519         (RUN_TEST_f_L): Likewise.
24520         (RUN_TEST_LOOP_f_L): Likewise.
24521         (RUN_TEST_sincos): Likewise.
24522         (RUN_TEST_LOOP_sincos): Likewise.
24523
24524 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24525
24526         [BZ #15480]
24527         [BZ #15485]
24528         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24529         main case of finite arguments, set rounding mode to FE_TONEAREST
24530         and discard exceptions.
24531         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24532         exceptions.
24533         (remainder_tonearest_test_data): New variable.
24534         (remainder_test_tonearest): New function.
24535         (remainder_towardzero_test_data): New variable.
24536         (remainder_test_towardzero): New function.
24537         (remainder_downward_test_data): New variable.
24538         (remainder_test_downward): New function.
24539         (remainder_upward_test_data): New variable.
24540         (remainder_test_upward): New function.
24541         (main): Call the new test functions.
24542
24543         * math/libm-test.inc (struct test_f_f1_data): Remove field
24544         extra_init.
24545         (struct test_fF_f1_data): Likewise.
24546         (struct test_ffI_f1_data): Likewise.
24547         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24548         based on value of EXTRA_EXPECTED.
24549         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24550         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24551         EXTRA_VAR based on value of EXTRA_EXPECTED.
24552         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24553         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24554         EXTRA_VAR based on value of EXTRA_EXPECTED.
24555         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24556         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24557         EXTRA_VAR based on value of EXTRA_EXPECTED.
24558         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24559         * math/gen-libm-test.pl (parse_args): Don't output initializers
24560         for extra output values.
24561
24562         * math/libm-test.inc (check_int): Expect result to be exactly
24563         equal to expected value and do not handle ulps.
24564         (check_long): Likewise.
24565         (check_longlong): Likewise.
24566
24567         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24568         exceptions.
24569         (cimag_test_data): Likewise.
24570         (conj_test_data): Likewise.
24571         (copysign_test_data): Likewise.
24572         (cproj_test_data): Likewise.
24573         (creal_test_data): Likewise.
24574         (fabs_test_data): Likewise.
24575         (fdim_test_data): Likewise.
24576         (finite_test_data): Likewise.
24577         (floor_test_data): Likewise.
24578         (fmax_test_data): Likewise.
24579         (fmin_test_data): Likewise.
24580         (fmod_test_data): Likewise.
24581         (fpclassify_test_data): Likewise.
24582         (frexp_test_data): Likewise.
24583         (ilogb_test_data): Likewise.
24584         (isfinite_test_data): Likewise.
24585         (isgreater_test_data): Likewise.
24586         (isgreaterequal_test_data): Likewise.
24587         (isinf_test_data): Likewise.
24588         (isless_test_data): Likewise.
24589         (islessequal_test_data): Likewise.
24590         (islessgreater_test_data): Likewise.
24591         (isnan_test_data): Likewise.
24592         (isnormal_test_data): Likewise.
24593         (issignaling_test_data): Likewise.
24594         (isunordered_test_data): Likewise.
24595         (ldexp_test_data): Likewise.
24596         (lrint_test_data): Likewise.
24597         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24598         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24599         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24600         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24601         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24602         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24603         test input.
24604         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24605         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24606         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24607         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24608         that test input.
24609         (lrint_downward_test_data): Test for "inexact" exceptions.
24610         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24611         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24612         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24613         test input.
24614         (lrint_upward_test_data): Test for "inexact" exceptions.
24615         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24616         test input.
24617         (llrint_test_data): Test for "inexact" exceptions.
24618         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24619         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24620         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24621         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24622         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24623         (llrint_downward_test_data): Test for "inexact" exceptions.
24624         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24625         (llrint_upward_test_data): Test for "inexact" exceptions.
24626         (logb_test_data): Likewise.
24627         (logb_downward_test_data): Likewise.
24628         (nextafter_test_data): Likewise.
24629         (nexttoward_test_data): Likewise.
24630         (remainder_test_data): Likewise.
24631         (remquo_test_data): Likewise.
24632         (scalbn_test_data): Likewise.
24633         (scalbln_test_data): Likewise.
24634         (signbit_test_data): Likewise.
24635         (sqrt_test_data): Likewise.
24636         (significand_test_data): Likewise.
24637
24638 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24639
24640         [BZ #15424]
24641         * benchtests/bench-modf.c (struct args): Mark arg0 as
24642         volatile.
24643         * scripts/bench.pl: Mark members of struct args as volatile.
24644
24645 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24646
24647         [BZ # 15497]
24648         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24649         negative infinity on POWER6 or lower.
24650         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24651
24652 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24653
24654         [BZ #15442]
24655         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24656         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24657         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24658         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24659         (_FP_SETQNAN): New macro.
24660         (_FP_SETQNAN_SEMIRAW): Likewise.
24661         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24662         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24663         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24664         (FP_EXTEND): Use _FP_FRAC_SNANP.
24665         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24666         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24667         into account.
24668         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24669         New macro.
24670         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24671         Likewise.
24672
24673 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24674
24675         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24676         with DIVIDE_BY_ZERO_EXCEPTION.
24677         (gamma_test_data): Likewise.
24678         (lgamma_test_data): Likewise.
24679         (log_test_data): Likewise.
24680         (log10_test_data): Likewise.
24681         (log2_test_data): Likewise.
24682         (tgamma_test_data): Likewise.
24683
24684         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24685         (acos_test_tonearest): Likewise.
24686         (acos_test_towardzero): Likewise.
24687         (acos_test_downward): Likewise.
24688         (acos_test_upward): Likewise.
24689         (acosh_test): Likewise.
24690         (asin_test): Likewise.
24691         (asin_test_tonearest): Likewise.
24692         (asin_test_towardzero): Likewise.
24693         (asin_test_downward): Likewise.
24694         (asin_test_upward): Likewise.
24695         (asinh_test): Likewise.
24696         (atan_test): Likewise.
24697         (atanh_test): Likewise.
24698         (atan2_test): Likewise.
24699         (cabs_test): Likewise.
24700         (cacos_test): Likewise.
24701         (cacosh_test): Likewise.
24702         (casin_test): Likewise.
24703         (casinh_test): Likewise.
24704         (catan_test): Likewise.
24705         (catanh_test): Likewise.
24706         (cbrt_test): Likewise.
24707         (ccos_test): Likewise.
24708         (ccosh_test): Likewise.
24709         (cexp_test): Likewise.
24710         (clog_test): Likewise.
24711         (clog10_test): Likewise.
24712         (cos_test): Likewise.
24713         (cos_test_tonearest): Likewise.
24714         (cos_test_towardzero): Likewise.
24715         (cos_test_downward): Likewise.
24716         (cos_test_upward): Likewise.
24717         (cosh_test): Likewise.
24718         (cosh_test_tonearest): Likewise.
24719         (cosh_test_towardzero): Likewise.
24720         (cosh_test_downward): Likewise.
24721         (cosh_test_upward): Likewise.
24722         (cpow_test): Likewise.
24723         (csin_test): Likewise.
24724         (csinh_test): Likewise.
24725         (csqrt_test): Likewise.
24726         (ctan_test): Likewise.
24727         (ctan_test_tonearest): Likewise.
24728         (ctan_test_towardzero): Likewise.
24729         (ctan_test_downward): Likewise.
24730         (ctan_test_upward): Likewise.
24731         (ctanh_test): Likewise.
24732         (ctanh_test_tonearest): Likewise.
24733         (ctanh_test_towardzero): Likewise.
24734         (ctanh_test_downward): Likewise.
24735         (ctanh_test_upward): Likewise.
24736         (erf_test): Likewise.
24737         (erfc_test): Likewise.
24738         (exp_test): Likewise.
24739         (exp_test_tonearest): Likewise.
24740         (exp_test_towardzero): Likewise.
24741         (exp_test_downward): Likewise.
24742         (exp_test_upward): Likewise.
24743         (exp10_test): Likewise.
24744         (exp2_test): Likewise.
24745         (expm1_test): Likewise.
24746         (fmod_test): Likewise.
24747         (gamma_test): Likewise.
24748         (hypot_test): Likewise.
24749         (j0_test): Likewise.
24750         (j1_test): Likewise.
24751         (jn_test): Likewise.
24752         (lgamma_test): Likewise.
24753         (log_test): Likewise.
24754         (log10_test): Likewise.
24755         (log1p_test): Likewise.
24756         (log2_test): Likewise.
24757         (logb_test_downward): Likewise.
24758         (pow_test): Likewise.
24759         (pow_test_tonearest): Likewise.
24760         (pow_test_towardzero): Likewise.
24761         (pow_test_downward): Likewise.
24762         (pow_test_upward): Likewise.
24763         (remainder_test): Likewise.
24764         (remquo_test): Likewise.
24765         (sin_test): Likewise.
24766         (sin_test_tonearest): Likewise.
24767         (sin_test_towardzero): Likewise.
24768         (sin_test_downward): Likewise.
24769         (sin_test_upward): Likewise.
24770         (sincos_test): Likewise.
24771         (sinh_test): Likewise.
24772         (sinh_test_tonearest): Likewise.
24773         (sinh_test_towardzero): Likewise.
24774         (sinh_test_downward): Likewise.
24775         (sinh_test_upward): Likewise.
24776         (sqrt_test): Likewise.
24777         (tan_test): Likewise.
24778         (tan_test_tonearest): Likewise.
24779         (tan_test_towardzero): Likewise.
24780         (tan_test_downward): Likewise.
24781         (tan_test_upward): Likewise.
24782         (tanh_test): Likewise.
24783         (tgamma_test): Likewise.
24784         (y0_test): Likewise.
24785         (y1_test): Likewise.
24786         (yn_test): Likewise.
24787
24788         * math/gen-libm-test.pl (adjust_arg): Remove function.
24789         (special_function): Remove argument $in_func.  Only handle
24790         generating output for tables of tests, not inside functions.
24791         (parse_args): Likewise.
24792         (generate_testfile): Remove variable $in_func.  Update call to
24793         parse_args.
24794         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24795         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24796         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24797         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24798         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24799         (MAX_VALUE_INIT): Rename macro to max_value.
24800         (MIN_VALUE_INIT): Rename macro to min_value.
24801         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24802         (plus_zero): Remove variable.
24803         (minus_zero): Likewise.
24804         (plus_infty): Likewise.
24805         (minus_infty): Likewise.
24806         (qnan_value): Likewise.
24807         (max_value): Likewise.
24808         (min_value): Likewise.
24809         (min_subnorm_value): Likewise.
24810
24811 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24812
24813         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24814         uint64_t or uint32_t usage.
24815         * crypt/sha256-block.c: Likewise.
24816         * crypt/sha256-crypt.c: Likewise.
24817         * crypt/sha256.c: Likewise.
24818         * crypt/sha512-block.c: Likewise.
24819         * crypt/sha512-crypt.c: Likewise.
24820         * crypt/sha512.c: Likewise.
24821         * debug/backtrace-tst.c: Likewise.
24822         * debug/pcprofiledump.c: Likewise.
24823         * elf/cache.c: Likewise.
24824         * elf/dl-cache.c: Likewise.
24825         * elf/dl-misc.c: Likewise.
24826         * elf/dl-profile.c: Likewise.
24827         * elf/dl-support.c: Likewise.
24828         * elf/ldconfig.c: Likewise.
24829         * elf/sprof.c: Likewise.
24830         * iconv/dummy-repertoire.c: Likewise.
24831         * iconv/iconv_charmap.c: Likewise.
24832         * iconv/skeleton.c: Likewise.
24833         * iconvdata/8bit-generic.c: Likewise.
24834         * iconvdata/cp737.h: Likewise.
24835         * iconvdata/cp775.h: Likewise.
24836         * iconvdata/ibm1008.h: Likewise.
24837         * iconvdata/ibm1025.h: Likewise.
24838         * iconvdata/ibm1046.h: Likewise.
24839         * iconvdata/ibm1097.h: Likewise.
24840         * iconvdata/ibm1112.h: Likewise.
24841         * iconvdata/ibm1122.h: Likewise.
24842         * iconvdata/ibm1123.h: Likewise.
24843         * iconvdata/ibm1124.h: Likewise.
24844         * iconvdata/ibm1129.h: Likewise.
24845         * iconvdata/ibm1130.h: Likewise.
24846         * iconvdata/ibm1132.h: Likewise.
24847         * iconvdata/ibm1133.h: Likewise.
24848         * iconvdata/ibm1137.h: Likewise.
24849         * iconvdata/ibm1140.h: Likewise.
24850         * iconvdata/ibm1141.h: Likewise.
24851         * iconvdata/ibm1142.h: Likewise.
24852         * iconvdata/ibm1143.h: Likewise.
24853         * iconvdata/ibm1144.h: Likewise.
24854         * iconvdata/ibm1145.h: Likewise.
24855         * iconvdata/ibm1146.h: Likewise.
24856         * iconvdata/ibm1147.h: Likewise.
24857         * iconvdata/ibm1148.h: Likewise.
24858         * iconvdata/ibm1149.h: Likewise.
24859         * iconvdata/ibm1153.h: Likewise.
24860         * iconvdata/ibm1154.h: Likewise.
24861         * iconvdata/ibm1155.h: Likewise.
24862         * iconvdata/ibm1156.h: Likewise.
24863         * iconvdata/ibm1157.h: Likewise.
24864         * iconvdata/ibm1158.h: Likewise.
24865         * iconvdata/ibm1160.h: Likewise.
24866         * iconvdata/ibm1161.h: Likewise.
24867         * iconvdata/ibm1162.h: Likewise.
24868         * iconvdata/ibm1163.h: Likewise.
24869         * iconvdata/ibm1164.h: Likewise.
24870         * iconvdata/ibm1166.h: Likewise.
24871         * iconvdata/ibm1167.h: Likewise.
24872         * iconvdata/ibm12712.h: Likewise.
24873         * iconvdata/ibm1390.h: Likewise.
24874         * iconvdata/ibm1399.h: Likewise.
24875         * iconvdata/ibm16804.h: Likewise.
24876         * iconvdata/ibm4517.h: Likewise.
24877         * iconvdata/ibm4899.h: Likewise.
24878         * iconvdata/ibm4909.h: Likewise.
24879         * iconvdata/ibm4971.h: Likewise.
24880         * iconvdata/ibm5347.h: Likewise.
24881         * iconvdata/ibm803.h: Likewise.
24882         * iconvdata/ibm856.h: Likewise.
24883         * iconvdata/ibm901.h: Likewise.
24884         * iconvdata/ibm902.h: Likewise.
24885         * iconvdata/ibm9030.h: Likewise.
24886         * iconvdata/ibm9066.h: Likewise.
24887         * iconvdata/ibm921.h: Likewise.
24888         * iconvdata/ibm922.h: Likewise.
24889         * iconvdata/ibm9448.h: Likewise.
24890         * iconvdata/isiri-3342.h: Likewise.
24891         * iconvdata/jis0201.h: Likewise.
24892         * include/link.h: Likewise.
24893         * include/netdb.h: Likewise.
24894         * inet/check_native.c: Likewise.
24895         * inet/check_pf.c: Likewise.
24896         * inet/getipv4sourcefilter.c: Likewise.
24897         * inet/getnameinfo.c: Likewise.
24898         * inet/getsourcefilter.c: Likewise.
24899         * inet/htonl.c: Likewise.
24900         * inet/setipv4sourcefilter.c: Likewise.
24901         * inet/setsourcefilter.c: Likewise.
24902         * inet/test-inet6_opt.c: Likewise.
24903         * inet/tst-network.c: Likewise.
24904         * locale/C-collate.c: Likewise.
24905         * locale/C-ctype.c: Likewise.
24906         * locale/C-time.c: Likewise.
24907         * locale/C-translit.h: Likewise.
24908         * locale/loadarchive.c: Likewise.
24909         * locale/programs/3level.h: Likewise.
24910         * locale/programs/charmap.c: Likewise.
24911         * locale/programs/charmap.h: Likewise.
24912         * locale/programs/ld-address.c: Likewise.
24913         * locale/programs/ld-collate.c: Likewise.
24914         * locale/programs/ld-ctype.c: Likewise.
24915         * locale/programs/ld-identification.c: Likewise.
24916         * locale/programs/ld-measurement.c: Likewise.
24917         * locale/programs/ld-messages.c: Likewise.
24918         * locale/programs/ld-monetary.c: Likewise.
24919         * locale/programs/ld-name.c: Likewise.
24920         * locale/programs/ld-numeric.c: Likewise.
24921         * locale/programs/ld-paper.c: Likewise.
24922         * locale/programs/ld-telephone.c: Likewise.
24923         * locale/programs/ld-time.c: Likewise.
24924         * locale/programs/linereader.c: Likewise.
24925         * locale/programs/locale.c: Likewise.
24926         * locale/programs/locarchive.c: Likewise.
24927         * locale/programs/locfile.h: Likewise.
24928         * locale/programs/repertoire.c: Likewise.
24929         * locale/programs/simple-hash.c: Likewise.
24930         * locale/programs/simple-hash.h: Likewise.
24931         * malloc/memusage.c: Likewise.
24932         * malloc/memusagestat.c: Likewise.
24933         * nis/nis_defaults.c: Likewise.
24934         * nis/nis_hash.c: Likewise.
24935         * nis/nis_print.c: Likewise.
24936         * nis/nis_xdr.c: Likewise.
24937         * nscd/connections.c: Likewise.
24938         * nscd/hstcache.c: Likewise.
24939         * nscd/nscd_gethst_r.c: Likewise.
24940         * nscd/nscd_getserv_r.c: Likewise.
24941         * nscd/nscd_helper.c: Likewise.
24942         * nscd/servicescache.c: Likewise.
24943         * nss/makedb.c: Likewise.
24944         * nss/nss_db/db-XXX.c: Likewise.
24945         * nss/nss_db/db-initgroups.c: Likewise.
24946         * nss/nss_db/db-netgrp.c: Likewise.
24947         * nss/nss_files/files-network.c: Likewise.
24948         * nss/nss_files/files-parse.c: Likewise.
24949         * posix/bug-regex5.c: Likewise.
24950         * posix/fnmatch_loop.c: Likewise.
24951         * posix/regcomp.c: Likewise.
24952         * posix/regexec.c: Likewise.
24953         * posix/tst-rfc3484-2.c: Likewise.
24954         * posix/tst-rfc3484-3.c: Likewise.
24955         * posix/tst-rfc3484.c: Likewise.
24956         * resolv/nss_dns/dns-canon.c: Likewise.
24957         * resolv/nss_dns/dns-network.c: Likewise.
24958         * resolv/res_init.c: Likewise.
24959         * resolv/res_mkquery.c: Likewise.
24960         * resolv/tst-aton.c: Likewise.
24961         * stdlib/cxa_atexit.c: Likewise.
24962         * stdlib/cxa_finalize.c: Likewise.
24963         * stdlib/gen-fpioconst.c: Likewise.
24964         * stdlib/strtol_l.c: Likewise.
24965         * string/tst-endian.c: Likewise.
24966         * sunrpc/auth_des.c: Likewise.
24967         * sunrpc/clnt_udp.c: Likewise.
24968         * sunrpc/rtime.c: Likewise.
24969         * sunrpc/svcauth_des.c: Likewise.
24970         * sunrpc/xdr.c: Likewise.
24971         * sunrpc/xdr_intXX_t.c: Likewise.
24972         * sunrpc/xdr_rec.c: Likewise.
24973         * sysdeps/generic/ldconfig.h: Likewise.
24974         * sysdeps/generic/ldsodefs.h: Likewise.
24975         * sysdeps/generic/memusage.h: Likewise.
24976         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24977         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24978         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24979         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24980         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24981         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24982         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24983         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24984         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24985         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24986         * sysdeps/posix/getaddrinfo.c: Likewise.
24987         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24988         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24989         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24990         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24991         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24992         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24993         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24994         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24995         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24996         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24997         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24998         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24999         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25000         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25001         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25002         * sysdeps/x86_64/dl-tls.h: Likewise.
25003         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25004         * time/alt_digit.c: Likewise.
25005         * time/era.c: Likewise.
25006         * wcsmbs/tst-c16c32-1.c: Likewise.
25007
25008 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25009
25010         * math/libm-test.inc (struct test_sincos_data): New type.
25011         (RUN_TEST_LOOP_sincos): New macro.
25012         (sincos_test_data): New variable.
25013         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25014
25015 2013-05-16  Richard Henderson  <rth@redhat.com>
25016
25017         * math/atest-exp2.c (LIMB64): New macro.
25018         (CONSTSZ): New macro.
25019         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25020         (hexdig): Move ...
25021         (print_mpn_fp): ... to function scope.
25022         (read_mpn_hex): Remove.
25023         (get_log2): Remove.
25024         (exp2_mpn): Use mp_log2.
25025         (main): Use mp_exp1.
25026
25027 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25028
25029         * math/libm-test.inc: Remove comment about not testing "inexact"
25030         exceptions.
25031         (INEXACT_EXCEPTION): New macro.
25032         (NO_INEXACT_EXCEPTION): Likewise.
25033         (INVALID_EXCEPTION_OK): Update value.
25034         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25035         (OVERFLOW_EXCEPTION_OK): Likewise.
25036         (UNDERFLOW_EXCEPTION_OK): Likewise.
25037         (IGNORE_ZERO_INF_SIGN): Likewise.
25038         (ERRNO_UNCHANGED): Likewise.
25039         (ERRNO_EDOM): Likewise.
25040         (ERRNO_ERANGE): Likewise.
25041         (test_exceptions): Handle testing "inexact" exceptions.
25042         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25043         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25044         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25045         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25046         INEXACT_EXCEPTION.
25047         (rint_towardzero_test_data): Likewise.
25048         (rint_downward_test_data): Likewise.
25049         (rint_upward_test_data): Likewise.
25050
25051         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25052         with OVERFLOW_EXCEPTION.
25053         (exp10_test_data): Likewise.
25054         (exp2_test_data): Likewise.
25055         (expm1_test_data): Likewise.
25056         (lgamma_test_data): Likewise.
25057         (pow_test_data): Likewise.
25058         (tgamma_test_data): Likewise.
25059         (yn_test_data): Remove duplicate test of overflow.
25060
25061         * math/libm-test.inc (struct test_cc_c_data): New type.
25062         (RUN_TEST_LOOP_cc_c): New macro.
25063         (cpow_test_data): New variable.
25064         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25065
25066         * math/libm-test.inc (struct test_f_L_data): New type.
25067         (RUN_TEST_LOOP_f_L): New macro.
25068         (llrint_test_data): New variable.
25069         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25070         (llrint_tonearest_test_data): New variable.
25071         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25072         (llrint_towardzero_test_data): New variable.
25073         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25074         (llrint_downward_test_data): New variable.
25075         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25076         (llrint_upward_test_data): New variable.
25077         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25078         (llround_test_data): New variable.
25079         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25080
25081 2013-05-13  Peter Collingbourne  <pcc@google.com>
25082
25083         * math/atest-exp2.c (get_log2): Remove const attribute.
25084
25085 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25086
25087         * math/libm-test.inc (struct test_f_l_data): New type.
25088         (RUN_TEST_LOOP_f_l): New macro.
25089         (lrint_test_data): New variable.
25090         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25091         (lrint_tonearest_test_data): New variable.
25092         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25093         (lrint_towardzero_test_data): New variable.
25094         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25095         (lrint_downward_test_data): New variable.
25096         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25097         (lrint_upward_test_data): New variable.
25098         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25099         (lround_test_data): New variable.
25100         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25101
25102 2013-05-15  Peter Collingbourne  <pcc@google.com>
25103
25104         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25105         (EXTRACT_WORDS64) Use where appropriate.
25106         (INSERT_WORDS64) Likewise.
25107
25108         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25109         constraints with x constraints.
25110         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25111
25112         * malloc/obstack.c (_obstack_compat): Add initializer.
25113
25114 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25115
25116         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25117         si_trapno and add si_addr_lsb to _sifields.sigfault.
25118         (si_trapno): Remove macro.
25119         (si_addr_lsb): Define new macro.
25120         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25121
25122 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25123
25124         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25125         instead of TEST_f_l.
25126         (llrint_test_tonearest): Likewise.
25127         (llrint_test_towardzero): Likewise.
25128         (llrint_test_downward): Likewise.
25129         (llrint_test_upward): Likewise.
25130         (llround_test): Likewise.
25131
25132         * math/libm-test.inc (struct test_f_i_data): Add comment.
25133         (RUN_TEST_LOOP_f_b): New macro.
25134         (RUN_TEST_LOOP_f_b_tg): Likewise.
25135         (finite_test_data): New variable.
25136         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25137         (isfinite_test_data): New variable.
25138         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25139         (isinf_test_data): New variable.
25140         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25141         (isnan_test_data): New variable.
25142         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25143         (isnormal_test_data): New variable.
25144         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25145         (issignaling_test_data): New variable.
25146         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25147         (signbit_test_data): New variable.
25148         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25149
25150         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25151         with INVALID_EXCEPTION.
25152         (acosh_test_data): Likewise.
25153         (asin_test_data): Likewise.
25154         (atanh_test_data): Likewise.
25155         (fmod_test_data): Likewise.
25156         (log_test_data): Likewise.
25157         (log10_test_data): Likewise.
25158         (log2_test_data): Likewise.
25159         (pow_test_data): Likewise.
25160         (sqrt_test_data): Likewise.
25161         (y0_test_data): Likewise.
25162         (y1_test_data): Likewise.
25163         (yn_test_data): Likewise.
25164
25165         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25166         function contents.
25167
25168         * math/libm-test.inc (struct test_ff_i_data): New type.
25169         (RUN_TEST_LOOP_ff_i_tg): New macro.
25170         (isgreater_test_data): New variable.
25171         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25172         (isgreaterequal_test_data): New variable.
25173         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25174         (isless_test_data): New variable.
25175         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25176         (islessequal_test_data): New variable.
25177         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25178         (islessgreater_test_data): New variable.
25179         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25180         (isunordered_test_data): New variable.
25181         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25182
25183 2013-05-14  David S. Miller  <davem@davemloft.net>
25184
25185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25186
25187 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25188
25189         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25190
25191         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25192         extra_test to int.
25193         (struct test_f_i_data): Change type of max_ulp to int.
25194
25195         * math/libm-test.inc (test_ffI_f1_data): New type.
25196         (RUN_TEST_LOOP_ffI_f1): New macro.
25197         (remquo_test_data): New variable.
25198         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25199
25200         * setjmp/tst-setjmp-fp.c: New file.
25201         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25202         (link-libm): New variable.
25203         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25204
25205         * math/libm-test.inc (struct test_f_i_data): New type.
25206         (RUN_TEST_LOOP_f_i): New macro.
25207         (RUN_TEST_LOOP_f_i_tg): Likewise.
25208         (fpclassify_test_data): New variable.
25209         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25210         (ilogb_test_data): New variable.
25211         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25212
25213         * math/libm-test.inc (scalbln_test): Correct function name in END
25214         call.
25215
25216         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25217         (RUN_TEST_LOOP_fI_f1): New macro.
25218         (frexp_test_data): New variable.
25219         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25220
25221         * math/libm-test.inc (struct test_fF_f1_data): New type.
25222         (RUN_TEST_LOOP_fF_f1): New macro.
25223         (modf_test_data): New variable.
25224         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25225
25226         * math/libm-test.inc (struct test_f_f1_data): New type.
25227         (RUN_TEST_LOOP_f_f1): New macro.
25228         (gamma_test_data): New variable.
25229         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25230         (lgamma_test_data): New variable.
25231         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25232
25233 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25234
25235         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25236         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25237         (main): Comment "tls" pseudo-hwcap.
25238
25239 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25240
25241         * math/libm-test.inc (struct test_fl_f_data): New type.
25242         (RUN_TEST_LOOP_fl_f): New variable.
25243         (scalbln_test_data): New variable.
25244         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25245
25246         * math/libm-test.inc (struct test_fi_f_data): New type.
25247         (RUN_TEST_LOOP_fi_f): New macro.
25248         (ldexp_test_data): New variable.
25249         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25250         (scalbn_test_data): New variable.
25251         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25252
25253         * math/libm-test.inc (struct test_c_f_data): New type.
25254         (RUN_TEST_LOOP_c_f): New macro.
25255         (cabs_test_data): New variable.
25256         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25257         (carg_test_data): New variable.
25258         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25259         (cimag_test_data): New variable.
25260         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25261         (creal_test_data): New variable.
25262         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25263
25264         * math/libm-test.inc (struct test_if_f_data): New type.
25265         (RUN_TEST_LOOP_if_f): New macro.
25266         (jn_test_data): New variable.
25267         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25268         (yn_test_data): New variable.
25269         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25270
25271         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25272
25273 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25274
25275         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25276         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25277
25278 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25279
25280         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25281         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25282         (bench-deps): Add bench-timing.h.
25283         * benchtests-bench-skeleton.c: Include bench-timing.h.
25284         (main): Use TIMING_* macros instead of clock_gettime.
25285         * benchtests/bench-timing.h: New file.
25286
25287         [BZ #14582]
25288         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25289         Renamed from _LIB_VERSION.
25290         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25291
25292 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25293
25294         * math/libm-test.inc (struct test_fff_f_data): New type.
25295         (RUN_TEST_LOOP_fff_f): New macro.
25296         (fma_test_data): New variable.
25297         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25298         (fma_towardzero_test_data): New variable.
25299         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25300         (fma_downward_test_data): New variable.
25301         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25302         (fma_upward_test_data): New variable.
25303         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25304
25305         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25306         (struct test_c_c_data): New type.
25307         (RUN_TEST_LOOP_c_c): New macro.
25308         (cacos_test_data): New variable.
25309         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25310         (cacosh_test_data): New variable.
25311         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25312         (casin_test_data): New variable.
25313         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25314         (casinh_test_data): New variable.
25315         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25316         (catan_test_data): New variable.
25317         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25318         (catanh_test_data): New variable.
25319         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25320         (ccos_test_data): New variable.
25321         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25322         (ccosh_test_data): New variable.
25323         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25324         (cexp_test_data): New variable.
25325         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25326         (clog_test_data): New variable.
25327         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25328         (clog10_test_data): New variable.
25329         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25330         (conj_test_data): New variable.
25331         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25332         (cproj_test_data): New variable.
25333         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25334         (csin_test_data): New variable.
25335         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25336         (csinh_test_data): New variable.
25337         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25338         (csqrt_test_data): New variable.
25339         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25340         (ctan_test_data): New variable.
25341         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25342         (ctan_tonearest_test_data): New variable.
25343         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25344         (ctan_towardzero_test_data): New variable.
25345         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25346         (ctan_downward_test_data): New variable.
25347         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25348         (ctan_upward_test_data): New variable.
25349         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25350         (ctanh_test_data): New variable.
25351         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25352         (ctanh_tonearest_test_data): New variable.
25353         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25354         (ctanh_towardzero_test_data): New variable.
25355         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25356         (ctanh_downward_test_data): New variable.
25357         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25358         (ctanh_upward_test_data): New variable.
25359         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25360         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25361         of BUILD_COMPLEX.
25362
25363         * math/libm-test.inc (struct test_ff_f_data): New type.
25364         (struct test_ff_f_data_nexttoward): Likewise.
25365         (RUN_TEST_LOOP_2_f): New macro.
25366         (RUN_TEST_LOOP_ff_f): Likewise.
25367         (atan2_test_data): New variable.
25368         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25369         (copysign_test_data): New variable.
25370         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25371         (fdim_test_data): New variable.
25372         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25373         (fmax_test_data): New variable.
25374         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25375         (fmin_test_data): New variable.
25376         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25377         (fmod_test_data): New variable.
25378         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25379         (hypot_test_data): New variable.
25380         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25381         (nextafter_test_data): New variable.
25382         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25383         (nexttoward_test_data): New variable.
25384         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25385         (pow_test_data): New variable.
25386         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25387         (pow_tonearest_test_data): New variable.
25388         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25389         (pow_towardzero_test_data): New variable.
25390         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25391         (pow_downward_test_data): New variable.
25392         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25393         (pow_upward_test_data): New variable.
25394         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25395         (remainder_test_data): New variable.
25396         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25397         (scalb_test_data): New variable.
25398         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25399         * sysdeps/i386/fpu/libm-test-ulps: Update.
25400
25401 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25402
25403         * math/libm-test.inc (fma_test): Use max_value instead of local
25404         variable fltmax.
25405         (nextafter_test): Likewise.
25406
25407         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25408         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25409         (acos_downward_test_data): New variable.
25410         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25411         (acos_upward_test_data): New variable.
25412         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25413         (acosh_test_data): New variable.
25414         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25415         (asin_test_data): New variable.
25416         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25417         (asin_tonearest_test_data): New variable.
25418         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25419         (asin_towardzero_test_data): New variable.
25420         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25421         (asin_downward_test_data): New variable.
25422         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25423         (asin_upward_test_data): New variable.
25424         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25425         (asinh_test_data): New variable.
25426         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25427         (atan_test_data): New variable.
25428         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25429         (atanh_test_data): New variable.
25430         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25431         (cbrt_test_data): New variable.
25432         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25433         (ceil_test_data): New variable.
25434         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25435         (cos_test_data): New variable.
25436         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25437         (cos_tonearest_test_data): New variable.
25438         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25439         (cos_towardzero_test_data): New variable.
25440         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25441         (cos_downward_test_data): New variable.
25442         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25443         (cos_upward_test_data): New variable.
25444         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25445         (cosh_test_data): New variable.
25446         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25447         (cosh_tonearest_test_data): New variable.
25448         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25449         (cosh_towardzero_test_data): New variable.
25450         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25451         (cosh_downward_test_data): New variable.
25452         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25453         (cosh_upward_test_data): New variable.
25454         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25455         (erf_test_data): New variable.
25456         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25457         (erfc_test_data): New variable.
25458         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25459         (exp_test_data): New variable.
25460         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25461         (exp_tonearest_test_data): New variable.
25462         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25463         (exp_towardzero_test_data): New variable.
25464         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25465         (exp_downward_test_data): New variable.
25466         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25467         (exp_upward_test_data): New variable.
25468         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25469         (exp10_test_data): New variable.
25470         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25471         (exp2_test_data): New variable.
25472         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25473         (expm1_test_data): New variable.
25474         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25475         (fabs_test_data): New variable.
25476         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25477         (floor_test_data): New variable.
25478         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25479         (j0_test_data): New variable.
25480         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25481         (j1_test_data): New variable.
25482         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25483         (log_test_data): New variable.
25484         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25485         (log10_test_data): New variable.
25486         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25487         (log1p_test_data): New variable.
25488         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25489         (log2_test_data): New variable.
25490         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25491         (logb_test_data): New variable.
25492         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25493         (logb_downward_test_data): New variable.
25494         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25495         (nearbyint_test_data): New variable.
25496         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25497         (rint_test_data): New variable.
25498         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25499         (rint_tonearest_test_data): New variable.
25500         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25501         (rint_towardzero_test_data): New variable.
25502         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25503         (rint_downward_test_data): New variable.
25504         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25505         (rint_upward_test_data): New variable.
25506         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25507         (round_test_data): New variable.
25508         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25509         (sin_test_data): New variable.
25510         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25511         (sin_tonearest_test_data): New variable.
25512         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25513         (sin_towardzero_test_data): New variable.
25514         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25515         (sin_downward_test_data): New variable.
25516         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25517         (sin_upward_test_data): New variable.
25518         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25519         (sinh_test_data): New variable.
25520         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25521         (sinh_tonearest_test_data): New variable.
25522         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25523         (sinh_towardzero_test_data): New variable.
25524         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25525         (sinh_downward_test_data): New variable.
25526         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25527         (sinh_upward_test_data): New variable.
25528         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25529         (sqrt_test_data): New variable.
25530         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25531         (tan_test_data): New variable.
25532         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25533         (tan_tonearest_test_data): New variable.
25534         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25535         (tan_towardzero_test_data): New variable.
25536         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25537         (tan_downward_test_data): New variable.
25538         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25539         (tan_upward_test_data): New variable.
25540         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25541         (tanh_test_data): New variable.
25542         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25543         (tgamma_test_data): New variable.
25544         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25545         (trunc_test_data): New variable.
25546         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25547         (y0_test_data): New variable.
25548         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25549         (y1_test_data): New variable.
25550         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25551         (significand_test_data): New variable.
25552         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25553
25554 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25555
25556         [BZ #12387]
25557         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25558
25559 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25560
25561         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25562
25563 2013-05-10  Andreas Jaeger  <aj@suse.de>
25564
25565         [BZ #15448]
25566         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25567         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25568
25569 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25570
25571         * math/gen-libm-test.pl (adjust_arg): New function.
25572         (special_functions): Handle generating output in both functions
25573         and arrays.
25574         (parse_args): Likewise.
25575         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25576         $in_func argument to parse_args.
25577         * math/libm-test.inc (struct test_f_f_data): New type.
25578         (IF_ROUND_INIT_): New macro.
25579         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25580         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25581         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25582         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25583         (ROUND_RESTORE_): Likewise.
25584         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25585         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25586         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25587         (ROUND_RESTORE_FE_UPWARD): Likewise.
25588         (RUN_TEST_LOOP_f_f): New macro.
25589         (acos_test_data): New variable.
25590         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25591         (acos_tonearest_test_data): New variable.
25592         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25593
25594 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25595
25596         * benchtests/bench-skeleton.c (startup): Fix coding style.
25597
25598 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25599
25600         [BZ #6809]
25601         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25602         negative infinity argument.
25603         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25604         negative infinity argument.
25605         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25606         negative infinity argument.
25607         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25608         domain errors.
25609
25610 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25611
25612         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25613         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25614         * iconv/iconv_prog.c (main): Likewise.
25615         * locale/programs/charmap-dir.c (charmap_readdir)
25616         (fopen_uncompressed): Likewise.
25617         * locale/programs/locfile.c (siblings_uncached)
25618         (write_locale_data): Use lstat64 instead of lstat.
25619         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25620         stat.
25621
25622 2013-05-10  Andreas Jaeger  <aj@suse.de>
25623
25624         [BZ #15395]
25625         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25626         localization.
25627         Include <locale.h>.
25628
25629 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25630
25631         * elf/dl-close.c (_dl_close_worker): Add comments.
25632
25633 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25634
25635         [BZ #15359]
25636         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25637         high part of pi/2.
25638         (__ieee754_rem_pio2l): Update comments.
25639
25640         [BZ #15429]
25641         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25642         high part of pi/2.
25643         (__ieee754_rem_pio2l): Update comments.
25644
25645         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25646         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25647
25648         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25649         M_PI_4l.
25650
25651         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25652         (M_PI_34_LOG10El): Likewise.
25653         (M_PI2_LOG10El): Likewise.
25654         (M_PI4_LOG10El): Likewise.
25655         (M_PI_LOG10El): Likewise.
25656
25657 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25658
25659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25660
25661 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25662
25663         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25664         (MINUS_ZERO_INIT): Likewise.
25665         (PLUS_INFTY_INIT): Likewise.
25666         (MINUS_INFTY_INIT): Likewise.
25667         (QNAN_VALUE_INIT): Likewise.
25668         (MAX_VALUE_INIT): Likewise.
25669         (MIN_VALUE_INIT): Likewise.
25670         (MIN_SUBNORM_VALUE_INIT): Likewise.
25671         (plus_zero): Initialize with PLUS_ZERO_INIT.
25672         (minus_zero): Initialize with MINUS_ZERO_INIT.
25673         (plus_infty): Initialize with PLUS_INFTY_INIT.
25674         (minus_infty): Initialize with MINUS_INFTY_INIT.
25675         (qnan_value): Initialize with QNAN_VALUE_INIT.
25676         (max_value): Initialize with MAX_VALUE_INIT.
25677         (min_value): Initialize with MIN_VALUE_INIT.
25678         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25679
25680         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25681         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25682         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25683         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25684
25685         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25686         (RUN_TEST_2_f): Likewise.
25687         (RUN_TEST_ff_f): Likewise.
25688         (RUN_TEST_fi_f): Likewise.
25689         (RUN_TEST_fl_f): Likewise.
25690         (RUN_TEST_fff_f): Likewise.
25691         (RUN_TEST_c_f): Likewise.
25692         (RUN_TEST_f_f1): Likewise.
25693         (RUN_TEST_fF_f1): Likewise.
25694         (RUN_TEST_fI_f1): Likewise.
25695         (RUN_TEST_ffI_f1): Likewise.
25696         (RUN_TEST_c_c): Likewise.
25697         (RUN_TEST_cc_c): Likewise.
25698         (RUN_TEST_f_i): Likewise.
25699         (RUN_TEST_f_i_tg): Likewise.
25700         (RUN_TEST_ff_i_tg): Likewise.
25701         (RUN_TEST_f_b): Likewise.
25702         (RUN_TEST_f_b_tg): Likewise.
25703         (RUN_TEST_f_l): Likewise.
25704         (RUN_TEST_f_L): Likewise.
25705         (RUN_TEST_sincos): Likewise.
25706         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25707         whether to show exceptions.  Do not include ");\n" in return
25708         value.
25709         (special_functions): Output call to RUN_TEST_sincos instead of
25710         check_float calls.  Update calls to new_test.
25711         (parse_args): Output call to single RUN_TEST_* macro instead of
25712         check_* calls and other assignments.  Update calls to new_test.
25713
25714         [BZ #2546]
25715         [BZ #2560]
25716         [BZ #5159]
25717         [BZ #15426]
25718         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25719         input to result for tgamma overflow.
25720         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25721         (gamma_coeff): New variable.
25722         (NCOEFF): New macro.
25723         (gamma_positive): New function.
25724         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25725         underflow here.  Use gamma_positive instead of exp (lgamma) for
25726         other arguments.
25727         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25728         (gamma_coeff): New variable.
25729         (NCOEFF): New macro.
25730         (gammaf_positive): New function.
25731         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25732         underflow here.  Use gamma_positive instead of exp (lgamma) for
25733         other arguments.
25734         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25735         (gamma_coeff): New variable.
25736         (NCOEFF): New macro.
25737         (gammal_positive): New function.
25738         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25739         underflow here.  Use gamma_positive instead of exp (lgamma) for
25740         other arguments.
25741         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25742         (gamma_coeff): New variable.
25743         (NCOEFF): New macro.
25744         (gammal_positive): New function.
25745         (__ieee754_gammal_r): Handle positive infinity, overflow and
25746         underflow here.  Handle NaN the same as positive infinity.  Remove
25747         check x < 0xffffffff for negative integers.  Use gamma_positive
25748         instead of exp (lgamma) for other arguments.
25749         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25750         (gamma_coeff): New variable.
25751         (NCOEFF): New macro.
25752         (gammal_positive): New function.
25753         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25754         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25755         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25756         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25757         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25758         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25759         * sysdeps/generic/math_private.h (__gamma_productf): New
25760         prototype.
25761         (__gamma_product): Likewise.
25762         (__gamma_productl): Likewise.
25763         * math/Makefile (libm-calls): Add gamma_product.
25764         * math/libm-test.inc (tgamma_test): Add more tests.
25765         * sysdeps/i386/fpu/libm-test-ulps: Update.
25766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25767
25768 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25769
25770         * benchtests/bench-skeleton.c (main): Preheat CPU.
25771
25772 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25773
25774         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25775
25776 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25777
25778         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25779         and _dl_skip_args_internal.
25780
25781 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25782
25783         * manual/message.texi (Message Translation): Talk about users.
25784         Message to key mapping impacts design.
25785
25786 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25787
25788         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25789
25790         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25791
25792         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25793         * sysdeps/wordsize-64/glob64.c: ... here.
25794
25795         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25796         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25797         New macros.
25798
25799         * debug/getlogin_r_chk.c: Moved to ...
25800         * login/getlogin_r_chk.c: ... here.
25801         * debug/Makefile (routines): Move getlogin_r_chk to ...
25802         * login/Makefile (routines): ... here.
25803         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25804         * login/Versions (libc: GLIBC_2.4): ... here.
25805
25806         * io/poll.c (__poll): Renamed from poll.
25807         Add libc_hidden_def.
25808         (poll): Define as weak alias.
25809
25810         * debug/ptsname_r_chk.c: Moved to ...
25811         * login/ptsname_r_chk.c: ... here.
25812         * debug/Makefile (routines): Move ptsname_r_chk to ...
25813         * login/Makefile (routines): ... here.
25814         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25815         * login/Versions (libc: GLIBC_2.4): ... here.
25816
25817         * posix/getlogin.c: Moved to ...
25818         * login/getlogin.c: ... here.
25819         * posix/getlogin_r.c: Moved to ...
25820         * login/getlogin_r.c: ... here.
25821         * posix/getlogin_r.c: Moved to ...
25822         * login/getlogin_r.c: ... here.
25823         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25824         * login/Makefile (routines): ... here.
25825         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25826         * login/Versions (libc: GLIBC_2.0): ... here.
25827
25828         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25829         (setrlimit): Define as weak alias.
25830
25831         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25832         Call __ names for open, ftruncate, and close.
25833         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25834         (truncate): Define as weak alias.
25835
25836 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25837
25838         * math/gen-libm-test.pl (parse_args): Initialize x before each
25839         test of frexp, modf and remquo.
25840
25841         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25842         test signgam value.
25843
25844 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25845
25846         [BZ #15418]
25847         [BZ #15419]
25848         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25849         internal tests.
25850         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25851
25852 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25853
25854         * elf/dl-writev.h: New file.
25855         * elf/dl-misc.c: Include it.
25856         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25857         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25858
25859 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25860
25861         * math/libm-test.inc (noXFails): Remove variable.
25862         (noXPasses): Likewise.
25863         (BUILD_COMPLEX_INT): Remove macro.
25864         (print_screen): Remove xfail argument.
25865         (print_screen_max_error): Likewise.
25866         (update_stats): Likewise.
25867         (print_max_error): Likewise.  Update calls to other affected
25868         functions.
25869         (print_complex_max_error): Likewise.
25870         (test_single_exception): Update calls to print_screen.
25871         (test_single_errno): Likewise.
25872         (check_float_internal): Remove xfail argument.  Update calls to
25873         other affected functions.
25874         (check_float): Likewise.
25875         (check_complex): Likewise.
25876         (check_int): Likewise.
25877         (check_long): Likewise.
25878         (check_bool): Likewise.
25879         (check_longlong): Likewise.
25880         (main): Don't print noXFails and noXPasses.
25881         * math/gen-libm-test.pl (top level): Don't mention expected
25882         failure handling in comment.
25883         (new_test): Don't handle expected failures.
25884         (parse_args): Don't mention expected failure handling in comment.
25885         (generate_testfile): Don't handle expected failures.
25886         (parse_ulps): Likewise.
25887         (print_ulps_file): Likewise.
25888         (get_failure): Remove function.
25889         (output_test): Don't handle expected failures.
25890         * make/README.libm-test: Don't mention expected failure handling.
25891
25892         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25893         (minus_zero): Likewise.
25894         (plus_infty): Likewise.
25895         (minus_infty): Likewise.
25896         (qnan_value): Likewise.
25897         (max_value): Likewise.
25898         (min_value): Likewise.
25899         (min_subnorm_value): Likewise.
25900         (initialize): Do not initialize those variables dynamically.
25901
25902 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25903
25904         * io/open.c (__open_2): Moved to ...
25905         * io/open_2.c: ... this new file.
25906         * io/open64.c (__open64_2): Moved to ...
25907         * io/open64_2.c: ... this new file.
25908         * io/openat.c (__openat_2): Moved to ...
25909         * io/openat_2.c: ... this new file.
25910         * io/openat64.c (__openat64_2): Moved to ...
25911         * io/openat64_2.c: ... this new file.
25912         * io/Makefile (routines): Add them.
25913         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25914         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25915         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25916         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25917         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25918         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25919         (__openat64): Add hidden_ver.
25920         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25921         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25922
25923         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25924         Separately conditionalize setting of GLRO(dl_sysinfo) so
25925         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25926         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25927
25928 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25929
25930         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25931         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25932         definition.
25933         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25934         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25935         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25936         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25937         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25938
25939 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25940
25941         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25942         test signgam value.
25943
25944         * math/libm-test.inc (hypot_test): Do not use
25945         IGNORE_ZERO_INF_SIGN.
25946
25947 2013-05-03  Andreas Jaeger  <aj@suse.de>
25948
25949         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25950         Linux 3.9.
25951         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25952         (PF_MAX): Adjust for VSOCK change.
25953
25954 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25955
25956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25957
25958 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25959
25960         [BZ #15264]
25961         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25962         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25963         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25964
25965 2013-05-02  David S. Miller  <davem@davemloft.net>
25966
25967         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25968
25969 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25970
25971         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25972
25973 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25974
25975         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25976
25977 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25978
25979         [BZ #14952]
25980         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25981         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25982         Use __attribute__ ((__gnu_inline__)).
25983         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25984         Don't use __attribute__ ((__gnu_inline__)).
25985
25986 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25987
25988         [BZ #15423]
25989         * math/s_catan.c (__catan): Handle small real or imaginary part of
25990         input specially to avoid spurious underflow.
25991         * math/s_catanf.c (__catanf): Likewise.
25992         * math/s_catanh.c (__catanh): Likewise.
25993         * math/s_catanhf.c (__catanhf): Likewise.
25994         * math/s_catanhl.c (__catanhl): Likewise.
25995         * math/s_catanl.c (__catanl): Likewise.
25996         * math/libm-test.inc (catan_test): Add more tests.
25997         (catanh_test): Likewise.
25998         * sysdeps/i386/fpu/libm-test-ulps: Update.
25999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26000
26001 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26002
26003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26004
26005 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26006
26007         [BZ #15416]
26008         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26009         accurately for denominator in atan2.
26010         * math/s_catanf.c (__catanf): Likewise.
26011         * math/s_catanh.c (__catanh): Likewise.
26012         * math/s_catanhf.c (__catanhf): Likewise.
26013         * math/s_catanhl.c (__catanhl): Likewise.
26014         * math/s_catanl.c (__catanl): Likewise.
26015         * math/libm-test.inc (catan_test): Add more tests.
26016         (catanh_test): Likewise.
26017         * sysdeps/i386/fpu/libm-test-ulps: Update.
26018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26019
26020 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26021
26022         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26023
26024         * benchtests/Makefile (bench): Remove slow benchmarks.
26025         * benchtests/atan-inputs: Add slow benchmark inputs.
26026         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26027         (BENCH_FUNC): Accept variant offset.
26028         (VARIANT): Define.
26029         * benchtests/bench-skeleton.c (main): Run benchmark for each
26030         variant.
26031         * benchtests/cos-inputs: Add slow benchmark inputs.
26032         * benchtests/exp-inputs: Likewise.
26033         * benchtests/pow-inputs: Likewise.
26034         * benchtests/sin-inputs: Likewise.
26035         * benchtests/slowatan-inputs: Remove.
26036         * benchtests/slowatan.c: Remove.
26037         * benchtests/slowcos-inputs: Remove.
26038         * benchtests/slowcos.c: Remove.
26039         * benchtests/slowexp-inputs: Remove.
26040         * benchtests/slowexp.c: Remove.
26041         * benchtests/slowpow-inputs: Remove.
26042         * benchtests/slowpow.c: Remove.
26043         * benchtests/slowsin-inputs: Remove.
26044         * benchtests/slowsin.c: Remove.
26045         * benchtests/slowtan-inputs: Remove.
26046         * benchtests/slowtan.c: Remove.
26047         * benchtests/tan-inputs: Add slow benchmark inputs.
26048         * scripts/bench.pl: Parse comments and directives.
26049
26050         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26051         in CPPFLAGS.
26052         ($(objpfx)bench-%.c): Remove *-ITER.
26053         * benchtests/bench-modf.c: Remove definition of ITER.
26054         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26055         (main): Loop for DURATION seconds instead of fixed number of
26056         iterations.
26057         * scripts/bench.pl: Don't expect iterations in parameters.
26058
26059 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26060
26061         * io/fchdir.c (__fchdir): Renamed from fchdir.
26062         (fchdir): Define as weak alias.
26063
26064 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26065
26066         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26067         (ERRNO_EDOM): Likewise.
26068         (ERRNO_ERANGE): Likewise.
26069         (noErrnoTests): New variable.
26070         (init_max_error): Set errno to 0.
26071         (test_single_errno): New function.
26072         (test_errno): Likewise.
26073         (check_float_internal): Call test_errno.  Set errno to 0.
26074         (check_complex): Refer to errno tests in comment.
26075         (check_int): Call test_errno.  Set errno to 0.
26076         (check_long): Likewise.
26077         (check_bool): Likewise.
26078         (check_longlong): Likewise.
26079         (cos_test): Use ERRNO_* flags for errno tests instead of
26080         check_int.
26081         (expm1_test): Likewise.
26082         (fmod_test): Likewise.
26083         (ilogb_test): Likewise.
26084         (lgamma_test): Likewise.
26085         (pow_test): Likewise.
26086         (remainder_test): Likewise.
26087         (sin_test): Likewise.
26088         (tan_test): Likewise.
26089         (yn_test): Likewise.
26090         (initialize): Set errno to 0.
26091         (main): Print number of errno tests.
26092         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26093
26094 2013-04-29  Andreas Jaeger  <aj@suse.de>
26095
26096         [BZ #15084]
26097         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26098         and RES_USEVC.
26099
26100         [BZ #15085]
26101         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26102         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26103         unimplemented.
26104
26105         [BZ #15380]
26106         * stdlib/random.c (__initstate): Return NULL if
26107         __initstate fails.
26108
26109         [BZ #15086]
26110         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26111         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26112         RES_SNGLKUPREOP.
26113
26114 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26115
26116         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26117
26118 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26119
26120         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26121         of individual tests.
26122         (casin_test): Likewise.
26123         (casinh_test): Likewise.
26124
26125 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26126
26127         [BZ #15409]
26128         * math/s_catan.c (__catan): Handle arguments with large real or
26129         imaginary part separately without squaring.
26130         * math/s_catanf.c (__catanf): Likewise.
26131         * math/s_catanh.c (__catanh): Likewise.
26132         * math/s_catanhf.c (__catanhf): Likewise.
26133         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26134         and redefine.
26135         (__catanhl): Handle arguments with large real or imaginary part
26136         separately without squaring.
26137         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26138         and redefine.
26139         (__catanl): Handle arguments with large real or imaginary part
26140         separately without squaring.
26141         * math/libm-test.inc (catan_test): Add more tests.
26142         (catanh_test): Likewise.
26143         * sysdeps/i386/fpu/libm-test-ulps: Update.
26144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26145
26146 2013-04-27  Andreas Jaeger  <aj@suse.de>
26147
26148         [BZ #15007]
26149         * stdlib/stdlib.h: Update guards for qecvt.
26150         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26151         <stdlib.h>.
26152
26153 2013-04-27  Allan McRae  <allan@archlinux.org>
26154
26155         * sysdeps/i386/fpu/libm-test-ulps: Update.
26156
26157 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26158
26159         [BZ #15406]
26160         * math/s_catan.c: Include <float.h>.
26161         (__catan): Ensure underflow exception occurs for underflowed
26162         result.
26163         * math/s_catanf.c: Include <float.h>.
26164         (__catanf): Ensure underflow exception occurs for underflowed
26165         result.
26166         * math/s_catanh.c: Include <float.h>.
26167         (__catanh): Ensure underflow exception occurs for underflowed
26168         result.
26169         * math/s_catanhf.c: Include <float.h>.
26170         (__catanhf): Ensure underflow exception occurs for underflowed
26171         result.
26172         * math/s_catanhl.c: Include <float.h>.
26173         (__catanhl): Ensure underflow exception occurs for underflowed
26174         result.
26175         * math/s_catanl.c: Include <float.h>.
26176         (__catanl): Ensure underflow exception occurs for underflowed
26177         result.
26178         * math/libm-test.inc (catan_test): Add more tests.
26179         (catanh_test): Likewise.
26180
26181         [BZ #15405]
26182         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26183         underflowed result.
26184         * math/s_ccoshf.c (__ccoshf): Likewise.
26185         * math/s_ccoshl.c (__ccoshl): Likewise.
26186         * math/s_csin.c (__csin): Likewise.
26187         * math/s_csinf.c (__csinf): Likewise.
26188         * math/s_csinh.c (__csinh): Likewise.
26189         * math/s_csinhf.c (__csinhf): Likewise.
26190         * math/s_csinhl.c (__csinhl): Likewise.
26191         * math/s_csinl.c (__csinl): Likewise.
26192         * math/libm-test.inc (ccos_test): Add more tests.
26193         (ccosh_test): Likewise.
26194         (csin_test): Likewise.
26195         (csinh_test): Likewise.
26196
26197 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26198
26199         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26200         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26201         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26202         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26203         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26204         powerpc/power5+/fpu folders.
26205         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26206
26207
26208 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26209
26210         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26211
26212 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26213
26214         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26215         additions to variable.
26216         [$(config-machine) = x86_64] (modules-names): Likewise.
26217         ($(objpfx)tst-audit3): Remove dependency.
26218         ($(objpfx)tst-audit3.out): Likewise.
26219         ($(objpfx)tst-audit4): Likewise.
26220         ($(objpfx)tst-audit4.out): Likewise.
26221         ($(objpfx)tst-audit5): Likewise.
26222         ($(objpfx)tst-audit5.out): Likewise.
26223         ($(objpfx)tst-audit6): Likewise.
26224         ($(objpfx)tst-audit6.out): Likewise.
26225         ($(objpfx)tst-audit7): Likewise.
26226         ($(objpfx)tst-audit7.out): Likewise.
26227         (tst-audit3-ENV): Remove variable.
26228         (tst-audit4-ENV): Likewise.
26229         (tst-audit5-ENV): Likewise.
26230         (tst-audit6-ENV): Likewise.
26231         (tst-audit7-ENV): Likewise.
26232         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26233         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26234         addition to variable.
26235         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26236         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26237         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26238         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26239         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26240         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26241         tst-audit3, tst-audit4 and tst-audit5.
26242         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26243         tst-audit6 and tst-audit7.
26244         [$(subdir) = elf] (modules-names): Add audit modules for those
26245         tests.
26246         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26247         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26248         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26249         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26250         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26251         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26252         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26253         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26254         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26255         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26256         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26257         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26258         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26259         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26260         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26261         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26262         Likewise.
26263         [$(subdir) = elf && $(config-cflags-avx) = yes]
26264         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26265         [$(subdir) = elf && $(config-cflags-avx) = yes]
26266         (CFLAGS-tst-auditmod4a.c): Likewise.
26267         [$(subdir) = elf && $(config-cflags-avx) = yes]
26268         (CFLAGS-tst-auditmod4b.c): Likewise.
26269         [$(subdir) = elf && $(config-cflags-avx) = yes]
26270         (CFLAGS-tst-auditmod6b.c): Likewise.
26271         [$(subdir) = elf && $(config-cflags-avx) = yes]
26272         (CFLAGS-tst-auditmod6c.c): Likewise.
26273         [$(subdir) = elf && $(config-cflags-avx) = yes]
26274         (CFLAGS-tst-auditmod7b.c): Likewise.
26275         * elf/tst-audit3.c: Move to ...
26276         * sysdeps/x86_64/tst-audit3.c: ... here.
26277         * elf/tst-audit4.c: Move to ...
26278         * sysdeps/x86_64/tst-audit4.c: ... here.
26279         * elf/tst-audit5.c: Move to ...
26280         * sysdeps/x86_64/tst-audit5.c: ... here.
26281         * elf/tst-audit6.c: Move to ...
26282         * sysdeps/x86_64/tst-audit6.c: ... here.
26283         * elf/tst-audit7.c: Move to ...
26284         * sysdeps/x86_64/tst-audit7.c: ... here.
26285         * elf/tst-auditmod3a.c: Move to ...
26286         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26287         * elf/tst-auditmod3b.c: Move to ...
26288         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26289         * elf/tst-auditmod4a.c: Move to ...
26290         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26291         * elf/tst-auditmod4b.c: Move to ...
26292         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26293         * elf/tst-auditmod5a.c: Move to ...
26294         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26295         * elf/tst-auditmod5b.c: Move to ...
26296         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26297         * elf/tst-auditmod6a.c: Move to ...
26298         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26299         * elf/tst-auditmod6b.c: Move to ...
26300         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26301         * elf/tst-auditmod6c.c: Move to ...
26302         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26303         * elf/tst-auditmod7a.c: Move to ...
26304         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26305         * elf/tst-auditmod7b.c: Move to ...
26306         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26307
26308 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26309
26310         [BZ #15366]
26311         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26312         define unconditionally.
26313         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26314         define unconditionally.
26315         (INT8_C, INT16_C, etc.): Likewise.
26316
26317 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26318
26319         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26320         __ehdr_start with hidden visibility.
26321
26322         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26323
26324 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26325
26326         * math/libm-test.inc (cos_test): Use accurate hex constants.
26327         (sincost_test): Likewise.
26328
26329 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26330
26331         * math/libm-test.inc (catan_test): Add more tests.
26332         (catanh_test): Likewise.
26333
26334         * math/s_catanf.c (__catanf): Use suffixed floating-point
26335         constants.
26336         * math/s_catanhf.c (__catanhf): Likewise.
26337         * math/s_catanhl.c (__catanhl): Likewise.
26338         * math/s_catanl.c (__catanl): Likewise.
26339
26340         [BZ #15394]
26341         * math/s_catan.c (__catan): Calculate imaginary part of result
26342         with log1p not log unless computing log of number close to 0.
26343         * math/s_catanf.c (__catanf): Likewise.
26344         * math/s_catanl.c (__catanl): Likewise.
26345         * math/s_catanh.c (__catanh): Calculate real part of result with
26346         log1p not log unless computing log of number close to 0.
26347         * math/s_catanhf.c (__catanhf): Likewise.
26348         * math/s_catanhl.c (__catanhl): Likewise.
26349         * math/libm-test.inc (catan_test): Add more tests.
26350         (catanh_test): Likewise.
26351         * sysdeps/i386/fpu/libm-test-ulps: Update.
26352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26353
26354 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26355
26356         * benchtests/Makefile: Mention files in which fast and slow
26357         paths of math functions are implemented.
26358
26359 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26360
26361         * sysdeps/posix/timespec_get.c: New file.
26362
26363 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26364
26365         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26366         POWER.
26367         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26368         for POWER.
26369         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26370         powerpc/power5/fpu folders.
26371         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26372         * benchtests/Makefile: Add modf testcase.
26373         * benchtests/bench-modf.c: New file: Benchmark test for mo
26374
26375 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26376
26377         [BZ #14888]
26378         * time/Makefile (tests): Add tst-strptime-whitespace.
26379         * time/strptime_l.c (get_number): Use ISSPACE.
26380         (__strptime_internal): Likewise.
26381         * time/tst-strptime-whitespace.c: New test case.
26382
26383 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26384
26385         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26386         member.
26387         (_nss_files_init): Set it here.
26388
26389 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26390
26391         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26392         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26393         unsigned.
26394
26395 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26396
26397         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26398
26399 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26400
26401         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26402         size just once.
26403
26404 2013-04-21  David S. Miller  <davem@davemloft.net>
26405
26406         * po/ru.po: Update Russion translation from translation project.
26407
26408 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26409
26410         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26411         and setfsgid.
26412
26413 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26414
26415         * configure.in: Remove i386 configure warning. Remove i386 case.
26416         * configure: Regenerate.
26417         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26418         Add example to error message.
26419         * sysdeps/i386/configure: Regenerate.
26420
26421 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26422
26423         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26424         slowtan.
26425         * benchtests/cos-inputs: New file.
26426         * benchtests/slowcos-inputs: New file.
26427         * benchtests/slowcos.c: New file.
26428         * benchtests/slowtan-inputs: New file.
26429         * benchtests/slowtan.c: New file.
26430         * benchtests/tan-inputs: New file.
26431
26432 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26433
26434         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26435         considered kosher.
26436
26437 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26438
26439         * benchtests/Makefile: Include cppflags-iterator.mk to add
26440         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26441
26442         * Makefile.in (bench-clean): New target.
26443         * benchtests/Makefile (bench-clean): Likewise.
26444
26445 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26446
26447         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26448
26449 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26450
26451         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26452
26453 2013-04-15  Andreas Schwab  <schwab@suse.de>
26454
26455         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26456         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26457         * nscd/pwdcache.c (cache_addpw): Likewise.
26458         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26459         more than recsize.
26460
26461 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26462
26463         * benchtests/Makefile (bench): Write all output to
26464         bench-out.tmp together.
26465
26466 2013-04-15  Andreas Schwab  <schwab@suse.de>
26467
26468         * nscd/nscd.c (main): Don't fork again after closing files.
26469
26470 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26471
26472         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26473
26474         * benchtests/Rules (bench-deps): Collect dependencies into a
26475         single variable.  Add Makefile to dependencies.
26476         ($(objpfx)bench-%.c): Depend on bench-deps.
26477
26478 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26479             Xavier Roche  <roche+kml2@exalead.com>
26480
26481         [BZ #15361]
26482         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26483         just that it's a file descriptor.
26484         * manual/llio.texi (Synchronizing AIO Operations): Update description
26485         for EBADF error from aio_fsync.
26486
26487 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26488
26489         * Rules (bench): Move target definition...
26490         * benchtests/Makefile: ... here.
26491
26492 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26493
26494         * math/libm-test.inc (cos_test): Fix PI/2 test.
26495         (sincos_test): Likewise.
26496         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26497         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26498
26499 2013-04-11  Andreas Schwab  <schwab@suse.de>
26500
26501         [BZ #13988]
26502         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26503         accept exponent character only when digits were seen.
26504         * stdio-common/Makefile (tests): Add bug26.
26505         * stdio-common/bug26.c: New file.
26506
26507         [BZ #14293]
26508         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26509         non-freeable.
26510
26511 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26512
26513         * Makeconfig (rtld-prefix): Define built linker prefix.
26514         * Rules (run-bench): Use it.
26515         * math/Makefile (run-regen-ulps): Likewise.
26516
26517         * Rules (bench): Remove eval.
26518
26519 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26520             Roland McGrath  <roland@hack.frob.com>
26521             Ondrej Bilka  <neleai@seznam.cz>
26522
26523         [BZ #15346]
26524         * time/getdate.c: Include ctype.h and alloca.h.
26525         (__getdate_r): Trim leading and trailing spaces of input.
26526         * time/tst-getdate.c (tests): Add tests with leading and
26527         trailing spaces.
26528
26529 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26530
26531         [BZ #14280]
26532         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26533         when computing value.
26534
26535 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26536
26537         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26538         Use testrun.sh to run libm tests.
26539
26540         [BZ #15309]
26541         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26542
26543 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26544
26545         [BZ #15264]
26546         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26547
26548 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26549
26550         * Makefile.in (regen-ulps): New target.
26551         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26552         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26553         [ifneq (no,$(PERL)] (regen-ulps): New target.
26554         [ifeq (no,$(PERL)] (regen-ulps): New target.
26555         * math/libm-test.inc (ulps_file_name): Define.
26556         (output_dir): New variable.
26557         (options): Add "output-dir" option.
26558         (parse_opt): Handle 'o' case.
26559         (main): If output_dir is non-NULL use it as a prefix
26560         otherwise use "".
26561         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26562
26563 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26564
26565         [BZ #10060, #10062]
26566         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26567         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26568         fail configure if __sync_val_compare_and_swap is not inlined.
26569         * sysdeps/i386/configure: Regenerate.
26570         * configure.in: Build for i686 when configured for i386.
26571         * configure: Regenerate.
26572         * README: Remove i386 reference.
26573
26574 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26575
26576         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26577         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26578
26579 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26580
26581         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26582         (lmsnanval): New variables.
26583         (F): Add conversion tests.
26584         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26585         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26586
26587         * stdio-common/tstdiomisc.c (F): Properly collect individual
26588         tests' results.
26589
26590         [BZ #14686, #15336]
26591         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26592         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26593         Instead, use input NaN values or generate a qNaN by arithmetic
26594         operation.  Also fix bugs to comply with the standard.
26595         * math/libm-test.inc (remainder_test): Add more tests.
26596
26597         [BZ #15335, #15342]
26598         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26599         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26600         input NaN values or generate a qNaN by arithmetic operation.
26601
26602         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26603         unreachable code.
26604
26605         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26606         definitions.
26607
26608 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26609
26610         [BZ #14478]
26611         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26612         underflowed result.
26613         * math/s_cexpf.c (__cexpf): Likewise.
26614         * math/s_cexpl.c (__cexpl): Likewise.
26615         * math/libm-test.inc (cexp_test): Add more tests.
26616
26617 2013-04-03  Andreas Schwab  <schwab@suse.de>
26618
26619         [BZ #15330]
26620         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26621         order arrays from heap if bigger than alloca cutoff.
26622
26623 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26624
26625         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26626         (SNAN_TESTS_double): Refer to GCC PR56831.
26627         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26628         GCC PR56828.
26629
26630 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26631
26632         * Rules (bench): Move bench.out after the run is complete.
26633
26634         * Rules (bench): Echo currently running benchmark.
26635
26636         * benchtests/Makefile (bench): Add atan and slowatan.
26637         * benchtests/atan-inputs: New file.
26638         * benchtests/slowatan-inputs: New file.
26639         * benchtests/slowatan.c: New file.
26640
26641         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26642         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26643         its value.
26644
26645         [BZ #15305]
26646         * sysdeps/unix/sysv/linux/kernel-features.h
26647         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26648         __ASSUME_XFS_RESTRICTED_CHOWN.
26649         * sysdeps/unix/sysv/linux/pathconf.c
26650         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26651         Save and restore errno.
26652
26653 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26654
26655         [BZ #15327]
26656         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26657         arguments using __kernel_casinh.
26658         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26659         arguments using __kernel_casinhf.
26660         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26661         arguments using __kernel_casinhl.
26662         * math/libm-test.inc (cacosh_test): Add more tests.
26663         * sysdeps/i386/fpu/libm-test-ulps: Update.
26664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26665
26666 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26667
26668         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26669         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26670
26671         * bench/Makefile (bench): Add sin and slowsin.
26672         * benchtests/sin-inputs: New file.
26673         * benchtests/slowsin-inputs: New file.
26674         * benchtests/slowsin.c: New file.
26675
26676         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26677         (bench): Add slowexp and slowpow.
26678         (exp-ITER): Increase iterations.
26679         (pow-ITER): Likewise.
26680         * benchtests/exp-inputs: Change input.
26681         * benchtests/pow-inputs: Likewise.
26682         * benchtests/slowexp-inputs: New file.
26683         * benchtests/slowexp.c: New file.
26684         * benchtests/slowpow-inputs: New file.
26685         * benchtests/slowpow.c: New file.
26686
26687 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26688
26689         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26690         instructions.
26691         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26692         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26693         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26694         * benchtests/Makefile: Add rint benchtest.
26695         * benchtests/rint-inputs: Input for rint benchtest.
26696
26697 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26698
26699         * Versions.def (libm): Add GLIBC_2.18.
26700         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26701         hidden libm prototypes.
26702         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26703         * math/Makefile (libm-calls): Add s_issignaling.
26704         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26705         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26706         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26707         declaration.
26708         * math/math.h [__USE_GNU] (issignaling): New macro.
26709         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26710         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26711         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26712         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26713         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26714         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26715         * manual/arith.texi (issignaling): New section.
26716         * manual/libm-err-tab.pl (@all_functions): Update comment.
26717         * math/gen-libm-test.pl (parse_args): Apply special handling for
26718         issignaling.
26719         * math/libm-test.inc (print_float, issignaling_test): New
26720         functions.
26721         (check_float_internal): Add issignaling checks.
26722         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26723         default definition.
26724         * sysdeps/powerpc/math-tests.h: New file.
26725         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26726         tests.
26727         * math/test-snan.c (TEST_FUNC): Likewise.
26728
26729 2013-03-30  David S. Miller  <davem@davemloft.net>
26730
26731         * po/de.po: Update from translation team.
26732
26733 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26734
26735         [BZ #10357]
26736         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26737         imaginary part less than 1.0 and real part less than 0.5
26738         specially.
26739         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26740         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26741         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26742         (cacos_test): Add more tests.
26743         (casin_test): Likewise.
26744         (casinh_test): Likewise.
26745         * sysdeps/i386/fpu/libm-test-ulps: Update.
26746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26747
26748 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26749
26750         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26751         ONE with its value.
26752
26753         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26754         (__pow_mp): Replace ONE and MONE with their values.
26755         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26756         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26757         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26758         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26759         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26760         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26761
26762         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26763
26764         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26765         (__pow_mp): Replace ZERO and MZERO with their values.
26766         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26767         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26768         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26769         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26770         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26771         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26772         (__sqr): Likewise.
26773
26774         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26775
26776         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26777
26778 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26779
26780         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26781         Declare with __attribute__ ((weak)).
26782         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26783         Call __call_tls_dtors only if it's not NULL.
26784
26785 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26786
26787         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26788         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26789         magic __ehdr_start linker symbol if it's defined.
26790         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26791         them up here if it was already done.
26792
26793         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26794         (_dl_aux_init): Use const in cast when setting it.
26795         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26796         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26797         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26798
26799         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26800         Declare them here.
26801         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26802         * csu/libc-tls.c: Nor here.
26803         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26804
26805         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26806         (__libc_message): Never call vsyslog.
26807
26808 2013-03-28  Alan Modra  <amodra@gmail.com>
26809
26810         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26811         Define as empty.
26812         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26813         Likewise.
26814
26815 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26816
26817         [BZ #15214]
26818         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26819         underflow.
26820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26821
26822 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26823
26824         [BZ #15304]
26825         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26826         Don't add gid passed as argument.
26827
26828         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26829
26830 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26831
26832         [BZ #15307]
26833         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26834         imaginary part between 1.0 and 1.5 and real part less than 0.5
26835         specially.
26836         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26837         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26838         * math/libm-test.inc (cacos_test): Add more tests.
26839         (casin_test): Likewise.
26840         (casinh_test): Likewise.
26841         * sysdeps/i386/fpu/libm-test-ulps: Update.
26842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26843
26844 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26845
26846         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26847         constants.
26848         (norm): Likewise.
26849         (denorm): Likewise.
26850         (__dbl_mp): Likewise.
26851         (add_magnitudes): Likewise.
26852         (sub_magnitudes): Likewise.
26853         (__add): Likewise.
26854         (__sub): Likewise.
26855         (__mul): Likewise.
26856         (__sqr): Likewise.
26857         (__inv): Likewise.
26858         (__dvd): Likewise.
26859
26860         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26861         commented code.
26862         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26863         (__dubcos): Likewise.
26864         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26865         (__ieee754_acos): Likewise.
26866         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26867         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26868         (__exp1): Likewise.
26869         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26870         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26871         (log1): Likewise.
26872         (my_log2): Likewise.
26873         (checkint): Likewise.
26874         * sysdeps/ieee754/dbl-64/e_remainder.c
26875         (__ieee754_remainder): Likewise.
26876         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26877         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26878         (bsloww): Likewise.
26879         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26880
26881         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26882         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26883         MANTISSA_STORE_T to store computations on mantissa.  Use
26884         macros for rounding and division.
26885         (denorm): Likewise.
26886         (__dbl_mp): Likewise.
26887         (add_magnitudes): Likewise.
26888         (sub_magnitudes): Likewise.
26889         (__mul): Likewise.
26890         (__sqr): Likewise.
26891         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26892         powers of two in terms of TWOPOW macro.
26893         (mp_no): Make type of mantissa as MANTISSA_T.
26894         [!RADIXI]: Define RADIXI.
26895         [!TWO52]: Define TWO52.
26896         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26897
26898 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26899
26900         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26901         llroundl symbol when building for PPC32.
26902
26903 2013-03-24  Mark H Weaver  <mhw@netris.org>
26904
26905         * manual/arith.texi (Normalization Functions): Fix prototypes for
26906         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26907
26908 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26909
26910         [BZ #13889]
26911         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26912         high value to check if expl overflow.
26913         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26914         to check for underflow and overflow.
26915         * math/libm-test.inc: Add exp test.
26916
26917 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26918
26919         [BZ #11120]
26920         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26921         with NOT_IN_libc.
26922
26923 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26924
26925         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26926         symbol.
26927
26928 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26929
26930         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26931         wrap blocks consisting of several statements.
26932
26933         * sysdeps/generic/math-tests.h: New file.
26934         * sysdeps/i386/fpu/math-tests.h: Likewise.
26935         * math/test-snan.c: Include it.
26936         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26937
26938 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26939
26940         [BZ #15285]
26941         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26942         (__ieee754_j0l): Do not improve calculations using cos of twice
26943         input for inputs above LDBL_MAX / 2.0L.
26944         (__ieee754_y0l): Likewise.
26945         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26946         (__ieee754_j1l): Do not improve calculations using cos of twice
26947         input for inputs above LDBL_MAX / 2.0L.
26948         (__ieee754_y1l): Likewise.
26949         * math/libm-test.inc (j0_test): Add another test.
26950         (j1_test): Likewise.
26951         (y0_test): Likewise.
26952         (y1_test): Likewise.
26953         * sysdeps/i386/fpu/libm-test-ulps: Update.
26954
26955 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26956
26957         * Rules ($(objpfx)bench-%.c): Include code from a C source
26958         file.
26959
26960 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26961
26962         [BZ #15287]
26963         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26964         imaginary part 1.0 and real part less than 0.5 specially.
26965         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26966         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26967         * math/libm-test.inc (cacos_test): Add more tests.
26968         (casin_test): Likewise.
26969         (casinh_test): Likewise.
26970         * sysdeps/i386/fpu/libm-test-ulps: Update.
26971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26972
26973 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26974
26975         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26976         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26977
26978 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26979
26980         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26981         * config.make.in (config-cflags-sse4): Remove variable.
26982         (config-cflags-avx): Likewise.
26983         (config-cflags-sse2avx): Likewise.
26984         (config-cflags-novzeroupper): Likewise.
26985         (config-asflags-i686): Likewise.
26986         (have-mfma4): Likewise.
26987         (have-as-vis3): Likewise.
26988         (MIG): Likewise.
26989         * configure.in (MIG): Do not AC_SUBST.
26990         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26991         (libc_cv_cc_sse4): Do not AC_SUBST.
26992         (libc_cv_cc_avx): Likewise.
26993         (libc_cv_cc_sse2avx): Likewise.
26994         (libc_cv_cc_novzeroupper): Likewise.
26995         (libc_cv_cc_fma4): Likewise.
26996         (libc_cv_as_i686): Likewise.
26997         (libc_cv_sparc_as_vis3): Likewise.
26998         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26999         LIBC_CONFIG_VAR.
27000         (config-asflags-i686): Likewise.
27001         (config-cflags-avx): Likewise.
27002         (config-cflags-sse2avx): Likewise.
27003         (have-mfma4): Likewise.
27004         (config-cflags-novzeroupper): Likewise.
27005         * sysdeps/mach/configure.in (MIG): Likewise.
27006         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27007         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27008         LIBC_CONFIG_VAR.
27009         (config-cflags-avx): Likewise.
27010         (config-cflags-sse2avx): Likewise.
27011         (have-mfma4): Likewise.
27012         (config-cflags-novzeroupper): Likewise.
27013         * configure: Regenerated.
27014         * sysdeps/i386/configure: Likewise.
27015         * sysdeps/mach/configure: Likewise.
27016         * sysdeps/sparc/configure: Likewise.
27017         * sysdeps/x86_64/configure: Likewise.
27018
27019 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27020
27021         [BZ #14812]
27022         * locale/programs/localedef.c (options): Put N_ translation marker
27023         on argument names, not just descriptions.
27024
27025 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27026
27027         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27028
27029 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27030
27031         [BZ #14176]
27032         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27033
27034 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27035
27036         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27037         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27038         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27039         [!BEFORE_ABORT] (before_abort): New function.
27040         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27041         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27042         (writev_for_fatal): New function.
27043         (WRITEV_FOR_FATAL): New macro; call that.
27044         (backtrace_and_maps): New function.
27045         (BEFORE_ABORT): New macro; call that.
27046         (struct str_list): Type removed.
27047         (__libc_message, __libc_fatal): Functions removed.
27048         Include <sysdeps/posix/libc_fatal.c> instead.
27049
27050 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27051
27052         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27053         constants.
27054         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27055         double constants.
27056
27057 2013-03-19  Andreas Schwab  <schwab@suse.de>
27058
27059         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27060         * sysdeps/gnu/configure: Regenerate.
27061
27062         * configure.in: Substitute libc_cv_rtlddir.
27063         * configure: Regenerate.
27064         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27065         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27066         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27067         * elf/Makefile (install-others, CFLAGS-interp.c)
27068         (ldso_install, common-ldd-rewrite): Likewise.
27069         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27070         $(inst_slibdir)/$(rtld-installed-name).
27071         * scripts/rellns-sh: Add -p option.
27072         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27073         for source.
27074
27075 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27076
27077         * manual/nptl.texi: Renamed to ...
27078         * manual/threads.texi: ... this.
27079         * manual/Makefile (chapters): Update.
27080
27081 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27082
27083         [BZ #14812]
27084         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27085         on argument names, not just descriptions.
27086         * malloc/memusagestat.c (options): Likewise.
27087         * nss/getent.c (options): Likewise.
27088
27089 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27090
27091         [BZ #14812]
27092         * iconv/iconv_prog.c (options): Put N_ translation marker
27093         on argument names, not just descriptions.
27094         * iconv/iconvconfig.c (options): Likewise.
27095
27096 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27097
27098         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27099         implementation which is faster on all x86_64 architectures.
27100         Tested on AMD, Intel Nehalem, SNB, IVB.
27101         * sysdeps/x86_64/strnlen.S: Likewise.
27102
27103         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27104         Remove all multiarch strlen and strnlen versions.
27105         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27106         Remove strlen and strnlen related parts.
27107
27108         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27109         Inline strlen part.
27110         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27111
27112         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27113         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27114         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27115         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27116         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27117         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27118
27119 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27120
27121         * manual/memory.texi (Malloc Tunable Parameters):
27122         Sort parameters alphabetically. Add comments for missing entries.
27123
27124 2013-03-17  David S. Miller  <davem@davemloft.net>
27125
27126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27127
27128 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27129
27130         [BZ #15283]
27131         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27132         for arguments at most half maximum finite value.
27133         * math/libm-test.inc (j0_test): Add more tests.
27134         (j1_test): Likewise.
27135         (y0_test): Likewise.
27136         (y1_test): Likewise.
27137         * sysdeps/i386/fpu/libm-test-ulps: Update.
27138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27139
27140         [BZ #14155]
27141         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27142         1 / x and functions P and Q for arguments above 0x1p256L.
27143         (__ieee754_y0l): Likewise.
27144         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27145         (__ieee754_y1l): Likewise.
27146         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27147         (j1_test): Likewise.
27148         (y0_test): Likewise.
27149         (y1_test): Likewise.
27150
27151 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27152
27153         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27154         variable.
27155
27156 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27157
27158         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27159         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27160         zero since it's initialized to EXEC_PAGESIZE.
27161
27162         * sysdeps/unix/sysv/linux/ldsodefs.h
27163         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27164         * sysdeps/generic/ldsodefs.h: ... here.
27165
27166 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27167
27168         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27169
27170         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27171         math/test-snan.c.
27172         * math/test-snan.c: Renamed from
27173         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27174         * math/Makefile (tests): Add test-snan.
27175         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27176         test-powerpc-snan.
27177
27178         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27179         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27180         functions.
27181         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27182         __builtin_nan family of functions.
27183         * math/libm-test.inc (initialize): Initialize qnan_value with
27184         __builtin_nan family of functions.
27185         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27186         Remove variables.
27187         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27188         Remove functions.
27189         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27190         storage class.  Initialize qNaN_var and sNaN_var with
27191         __builtin_nan and __builtin_nans families of functions,
27192         respectively.
27193
27194         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27195         (sqrt_test): Remove duplicate test with qNaN input.
27196         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27197         (round_test, signbit_test, significand_test): Note missing +/-Inf
27198         as well as qNaN tests.
27199
27200         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27201         qNaN_var.  Fix a few strings, too.
27202         * math/libm-test.inc (nan_value): Rename to qnan_value.
27203         * math/gen-libm-test.pl (%beautify): Adjust to that.
27204         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27205         * math/test-misc.c (main): Likewise.
27206         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27207         to __qnan_bytes, and __qnan_union, respectively.
27208         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27209         Likewise.
27210         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27211         and lqnanval, respectively.
27212         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27213         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27214         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27215         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27216
27217         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27218         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27219         doubles.
27220
27221         * math/test-misc.c (main): Fix copy'n'pastos.
27222         * misc/tst-efgcvt.c (special): Likewise.
27223
27224         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27225         Remove declarations.
27226
27227 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27228
27229         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27230         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27231         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27232         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27233
27234 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27235
27236         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27237         macro to return vdso values correctly in IFUNC implementations.
27238         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27239         Optimization by using IFUNC.
27240
27241 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27242             Richard Henderson  <rth@redhat.com>
27243             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27244
27245         * Makefile.in (bench): New target.
27246         * NEWS: Mention the benchmark framework.
27247         * Rules (bench): Likewise.
27248         (binaries-bench): Generate binaries for functions to
27249         benchmark.
27250         * benchtests/Makefile: New makefile for benchmark tests.
27251         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27252         programs.
27253         * benchtests/exp-inputs: New input file for EXP function.
27254         * benchtests/pow-inputs: New input file for POW function.
27255         * scripts/bench.pl: New script to generate source files for
27256         benchmark programs.
27257
27258 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27259
27260         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27261         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27262         computations on mantissa.  Use macros for rounding and
27263         division.
27264         (denorm): Likewise.
27265         (__dbl_mp): Likewise.
27266         (add_magnitudes): Likewise.
27267         (sub_magnitudes): Likewise.
27268         (__mul): Likewise.
27269         (__sqr): Likewise.
27270         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27271         powers of two in terms of TWOPOW macro.
27272         (mp_no): Make type of mantissa as MANTISSA_T.
27273         [!RADIXI]: Define RADIXI.
27274         [!TWO52]: Define TWO52.
27275         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27276
27277         * manual/nptl.texi (cindex): Modify threads to pthreads.
27278
27279 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27280
27281         * sysdeps/x86_64/preconfigure: Regenerated.
27282
27283 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27284
27285         [BZ #14155]
27286         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27287         0x1p28 and above.
27288         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27289         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27290         0x1p28 and above.
27291         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27292         * math/libm-test.inc (j0_test): Do not allow one spurious
27293         underflow exception.
27294         (y1_test): Likewise.
27295
27296 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27297
27298         * manual/Makefile (chapters): Add nptl.
27299         * manual/debug.texi (Debugging Support): Add link to Threads
27300         chapter.
27301         * manual/nptl.texi: New file.
27302
27303         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27304
27305 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27306
27307         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27308         for non-NULL pointer before the memory validity test. Pointed
27309         out by Holger Brunck <holger.brunck@keymile.com>.
27310
27311 2013-03-13  Andreas Schwab  <schwab@suse.de>
27312
27313         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27314         instead of .os.
27315
27316 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27317
27318         * timezone/zic.c: Update from tzcode 2013b.
27319
27320 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27321
27322         * manual/install.texi (Configuring and compiling):
27323         Mention i686 and i586.
27324         * INSTALL: Regenerate.
27325
27326 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27327
27328         * sysdeps/init_array/elf-init.c: New file.
27329         * csu/elf-init.c
27330         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27331         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27332
27333         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27334         __gmon_start__ as global, but as static with a .preinit_array pointer.
27335         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27336         * sysdeps/init_array/crti.S: New file, empty except for comments.
27337         * sysdeps/init_array/crtn.S: Likewise.
27338
27339 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27340
27341         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27342         definining bcopy.
27343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27344         Remove Prefer_SSE_for_memop.
27345         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27346         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27347         HAS_PREFER_SSE_FOR_MEMOP.
27348         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27349         memset-x86-64.
27350         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27351         Remove bzero, memset ifunc support.
27352         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27353         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27354         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27355         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27356
27357 2013-03-11  Andreas Schwab  <schwab@suse.de>
27358
27359         [BZ #15234]
27360         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27361         by SHLIB_COMPAT.
27362         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27363         (GLIBC_2.16): Remove pthread_atfork.
27364
27365 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27366
27367         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27368         (ptestcases.h): Likewise.
27369
27370 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27371
27372         * Makeconfig ($(common-objpfx)config.status): Depend on
27373         sysdeps/*/preconfigure{,.in} too.
27374
27375 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27376
27377         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27378         (__free_hook): Use void * instead of __malloc_ptr_t.
27379         (__malloc_hook): Likewise.
27380         (__realloc_hook): Likewise.
27381         (__memalign_hook): Likewise.
27382         (__after_morecore_hook): Likewise.
27383         * malloc/arena.c (save_malloc_hook): Likewise.
27384         (save_free_hook): Likewise.
27385         * malloc/hooks.c (malloc_hook_ini): Likewise.
27386         (realloc_hook_ini): Likewise.
27387         (memalign_hook_ini): Likewise.
27388         * malloc/malloc.c (malloc_hook_ini): Likewise.
27389         (realloc_hook_ini): Likewise.
27390         (memalign_hook_ini): Likewise.
27391         (__free_hook): Likewise.
27392         (__malloc_hook): Likewise.
27393         (__realloc_hook): Likewise.
27394         (__memalign_hook): Likewise.
27395         (__libc_malloc): Likewise.
27396         (__libc_free): Likewise.
27397         (__libc_realloc): Likewise.
27398         (__libc_memalign): Likewise.
27399         (__libc_valloc): Likewise.
27400         (__libc_pvalloc): Likewise.
27401         (__libc_calloc): Likewise.
27402         (__posix_memalign): Likewise.
27403         * malloc/morecore.c (__sbrk): Likewise.
27404         (__default_morecore): Likewise.
27405
27406         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27407
27408         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27409         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27410         __malloc_ptrdiff_t.
27411
27412         * malloc/malloc.h (__malloc_size_t): Remove macro.
27413         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27414         __malloc_size_t.
27415         (old_memalign_hook): Likewise.
27416         (old_realloc_hook): Likewise.
27417         (struct hdr): Likewise.
27418         (flood): Likewise.
27419         (mallochook): Likewise.
27420         (memalignhook): Likewise.
27421         (reallochook): Likewise.
27422         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27423         (tr_old_realloc_hook): Likewise.
27424         (tr_old_memalign_hook): Likewise.
27425         (tr_mallochook): Likewise.
27426         (tr_reallochook): Likewise.
27427         (tr_memalignhook): Likewise.
27428
27429 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27430
27431         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27432         default_ldbl_pack and using as default implementation.
27433         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27434         implementation.
27435         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27436         redundant definition.
27437         (ldbl_insert_mantissa): Likewise.
27438         (ldbl_canonicalize): Likewise.
27439         (ldbl_nearbyint): Likewise.
27440         (ldbl_pack): Rename to ldbl_pack_ppc.
27441         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27442         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27443         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27444
27445 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27446
27447         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27448         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27449         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27450         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27451         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27452         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27453         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27454         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27455
27456 2013-03-07  Andreas Jaeger  <aj@suse.de>
27457
27458         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27459         bits/mman-linux.h.
27460
27461 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27462
27463         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27464         Include mpa.h and declare __MPEXP.
27465         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27466         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27467         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27468         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27469         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27470         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27471         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27472
27473         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27474         (__slowpow): Use long double EXPL and LOGL functions to
27475         compute POW.
27476         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27477         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27478         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27479         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27480         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27481         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27482
27483         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27484         intermediate variable to calculate exponent.
27485         (__sqr): Likewise.
27486         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27487         Likewise.
27488         (__sqr): Likewise.
27489
27490         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27491         [!NO__SQR]: Define __sqr.
27492         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27493         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27494         sysdeps/ieee754/dbl-64/mpa.c.
27495         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27496
27497         [BZ #12723]
27498         * posix/Makefile (tests): Add tst-pathconf.
27499         * posix/tst-pathconf.c: New test case.
27500         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27501         _PC_PIPE_BUF.
27502         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27503
27504 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27505
27506         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27507
27508 2013-03-06  Andreas Jaeger  <aj@suse.de>
27509
27510         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27511         definition via __MAP_ANONYMOUS.
27512
27513         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27514         it's not part of Linux headers.
27515
27516         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27517         (MAP_HUGE_MASK): Define.
27518
27519         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27520         Define.
27521         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27522         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27523         Define.
27524         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27525         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27526         Define.
27527         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27528         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27529         Define.
27530         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27531
27532         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27533         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27534         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27535         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27536         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27537         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27538
27539         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27540         Handle f2fs.
27541
27542         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27543         Handle f2fs and efivarfs.
27544
27545         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27546         f2fs.
27547
27548         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27549         (EFIVARFS_MAGIC): Add.
27550         (F2FS_LINK_MAX): Add.
27551
27552 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27553
27554         * stdio-common/vfprintf.c: Replace __builtin_expect with
27555         __glibc_unlikely.
27556
27557 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27558
27559         [BZ #13550]
27560         * sysdeps/generic/bp-sym.h: Remove file.
27561         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27562         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27563         <bp-sym.h> and <bp-asm.h>.
27564         (__longjmp): Don't use BP_SYM.
27565         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27566         and <bp-asm.h>.
27567         (memcpy): Don't use BP_SYM.
27568         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27569         <bp-sym.h> and <bp-asm.h>.
27570         (memcpy): Don't use BP_SYM.
27571         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27572         <bp-asm.h>.
27573         (memcpy): Don't use BP_SYM.
27574         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27575         <bp-asm.h>.
27576         (memset): Don't use BP_SYM.
27577         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27578         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27579         (__bzero): Don't use BP_SYM.
27580         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27581         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27582         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27583         <bp-sym.h> and <bp-asm.h>.
27584         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27585         pointers.
27586         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27587         <bp-sym.h> and <bp-asm.h>.
27588         (memcpy): Don't use BP_SYM.
27589         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27590         <bp-sym.h> and <bp-asm.h>.
27591         (memset): Don't use BP_SYM.
27592         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27593         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27594         (__bzero): Don't use BP_SYM.
27595         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27596         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27597         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27598         <bp-sym.h> and <bp-asm.h>.
27599         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27600         pointers.
27601         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27602         <bp-sym.h> and <bp-asm.h>.
27603         (memcpy): Don't use BP_SYM.
27604         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27605         <bp-sym.h> and <bp-asm.h>.
27606         (memset): Don't use BP_SYM.
27607         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27608         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27609         (__bzero): Don't use BP_SYM.
27610         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27611         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27612         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27613         <bp-sym.h> and <bp-asm.h>.
27614         (__memchr): Don't use BP_SYM.
27615         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27616         <bp-sym.h> and <bp-asm.h>.
27617         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27618         pointers.
27619         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27620         <bp-sym.h> and <bp-asm.h>.
27621         (memcpy): Don't use BP_SYM.
27622         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27623         <bp-sym.h> and <bp-asm.h>.
27624         (__mempcpy): Don't use BP_SYM.
27625         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27626         <bp-sym.h> and <bp-asm.h>.
27627         (__memrchr): Don't use BP_SYM.
27628         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (memset): Don't use BP_SYM.
27631         (__bzero): Likewise.
27632         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27633         <bp-sym.h> and <bp-asm.h>.
27634         (__rawmemchr): Don't use BP_SYM.
27635         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27636         <bp-sym.h> and <bp-asm.h>.
27637         (__STRCMP): Don't use BP_SYM.
27638         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27639         <bp-sym.h> and <bp-asm.h>.
27640         (strchr): Don't use BP_SYM.
27641         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27642         <bp-sym.h> and <bp-asm.h>.
27643         (__strchrnul): Don't use BP_SYM.
27644         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27645         <bp-sym.h> and <bp-asm.h>.
27646         (strlen): Don't use BP_SYM.
27647         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27648         <bp-sym.h> and <bp-asm.h>.
27649         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27650         pointers.
27651         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27652         <bp-sym.h> and <bp-asm.h>.
27653         (__strnlen): Don't use BP_SYM.
27654         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27655         <bp-sym.h> and <bp-asm.h>.
27656         (__GI__setjmp): Don't use BP_SYM.
27657         (_setjmp): Likewise.
27658         (__sigsetjmp): Likewise.
27659         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27660         (L(start_addresses)): Don't use BP_SYM.
27661         (_start): Likewise.
27662         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27663         <bp-asm.h>.
27664         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27665         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27666         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27667         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27668         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27669         <bp-asm.h>.
27670         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27671         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27672         about bounded pointers.
27673         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27674         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27675         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27676         <bp-asm.h>.
27677         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27678         about bounded pointers.  Remove GKM FIXME comments.
27679         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27680         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27681         <bp-asm.h>.
27682         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27683         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27684         Remove GKM FIXME comments.
27685         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27686         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27687         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27688         <bp-asm.h>.
27689         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27690         about bounded pointers.  Remove GKM FIXME comment.
27691         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27692         and <bp-asm.h>.
27693         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27694         pointers.
27695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27696         <bp-sym.h> and <bp-asm.h>.
27697         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27699         <bp-sym.h> and <bp-asm.h>.
27700         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27701         comment.
27702
27703 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27704
27705         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27706         call free(NULL).
27707
27708 2013-03-05  David S. Miller  <davem@davemloft.net>
27709
27710         * po/es.po: Update from translation team.
27711
27712 2013-03-05  Andreas Jaeger  <aj@suse.de>
27713
27714         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27715         <bits/mman-linux.h>.
27716         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27717         is fine.
27718         * sysdeps/unix/sysv/linux/sh/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/x86/bits/mman.h: Move include of
27723         <bits/mman-linux.h> to end of file.
27724         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27725         is fine.
27726         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27727         <bits/mman-linux.h> to end of file.
27728
27729         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27730         (MCL_CURRENT, MCL_FUTURE): Define here.
27731
27732 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27733
27734         [BZ #15232]
27735         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27736         attribute_hidden.
27737         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27738
27739 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27740
27741         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27742         fourth parameter needed for rt_sigprocmask syscall.
27743         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27744         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27745         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27746         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27747         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27748         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27749
27750 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27751
27752         [BZ #13550]
27753         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27754         comment about bounded pointers.
27755         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27756         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27757
27758 2013-03-04  Andreas Jaeger  <aj@suse.de>
27759
27760         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27761         common definitions.
27762
27763         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27764         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27765         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27766         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27767         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27768         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27769
27770 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27771
27772         [BZ #15055]
27773         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27774         __ieee754_sqrl instead of __sqrl.
27775
27776 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27777
27778         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27779         * sysdeps/powerpc/fpu_control.h: ... here.
27780         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27781         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27782         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27783         * sysdeps/powerpc/bits/mathinline.h: ... here.
27784
27785 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27786
27787         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27788         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27789         to just [NEED_DL_SYSINFO_DSO].
27790         * elf/dl-support.c: Likewise.
27791         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27792         * elf/rtld.c (dl_main): Likewise.
27793         * elf/setup-vdso.h (setup_vdso): Likewise.
27794         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27795         * sysdeps/unix/sysv/linux/dl-sysdep.c
27796         (_dl_discover_osversion): Likewise.
27797
27798 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27799
27800         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27801         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27802
27803 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27804
27805         * NEWS: Mention libm performance improvements and non-x86 PI
27806         futex support.
27807
27808         * csu/libc-start.c (__pthread_initialize_minimal): Change
27809         function arguments.
27810         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27811
27812 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27813
27814         [BZ #13550]
27815         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27816         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27817         <bp-sym.h> and <bp-asm.h>.
27818         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27819         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27820         and <bp-asm.h>.
27821         (memcpy): Don't use BP_SYM.
27822         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27823         <bp-asm.h>.
27824         (__mpn_add_n): Don't use BP_SYM.
27825         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27826         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27827         and <bp-asm.h>.
27828         (__mpn_addmul_1): Don't use BP_SYM.
27829         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27830         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27831         <bp-sym.h>.
27832         (_setjmp): Don't use BP_SYM.
27833         (__novmx_setjmp): Likewise.
27834         (__GI__setjmp): Likewise.
27835         (__vmx_setjmp): Likewise.
27836         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27837         <bp-sym.h>.
27838         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27839         (__bzero): Don't use BP_SYM.
27840         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27841         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27842         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27843         <bp-sym.h> and <bp-asm.h>.
27844         (memcpy): Don't use BP_SYM.
27845         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27846         <bp-sym.h> and <bp-asm.h>.
27847         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27848         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27849         <bp-sym.h> and <bp-asm.h>.
27850         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27851         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27852         <bp-asm.h>.
27853         (__mpn_lshift): Don't use BP_SYM.
27854         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27855         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27856         <bp-asm.h>.
27857         (memset): Don't use BP_SYM.
27858         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27859         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27860         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27861         <bp-asm.h>.
27862         (__mpn_mul_1): Don't use BP_SYM.
27863         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27864         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27865         <bp-sym.h> and <bp-asm.h>.
27866         (memcmp): Don't use BP_SYM.
27867         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27868         <bp-sym.h> and <bp-asm.h>.
27869         (memcpy): Don't use BP_SYM.
27870         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27871         <bp-sym.h> and <bp-asm.h>.
27872         (memset): Don't use BP_SYM.
27873         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27874         <bp-sym.h> and <bp-asm.h>.
27875         (strncmp): Don't use BP_SYM.
27876         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27877         <bp-sym.h> and <bp-asm.h>.
27878         (memcpy): Don't use BP_SYM.
27879         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27880         <bp-sym.h> and <bp-asm.h>.
27881         (memset): Don't use BP_SYM.
27882         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (__memchr): Don't use BP_SYM.
27885         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27886         <bp-sym.h> and <bp-asm.h>.
27887         (memcmp): Don't use BP_SYM.
27888         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27889         <bp-sym.h> and <bp-asm.h>.
27890         (memcpy): Don't use BP_SYM.
27891         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27892         <bp-sym.h> and <bp-asm.h>.
27893         (__mempcpy): Don't use BP_SYM.
27894         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27895         <bp-sym.h> and <bp-asm.h>.
27896         (__memrchr): Don't use BP_SYM.
27897         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27898         <bp-sym.h> and <bp-asm.h>.
27899         (memset): Don't use BP_SYM.
27900         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27901         <bp-sym.h> and <bp-asm.h>.
27902         (__rawmemchr): Don't use BP_SYM.
27903         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27904         <bp-sym.h> and <bp-asm.h>.
27905         (__STRCMP): Don't use BP_SYM.
27906         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27907         <bp-sym.h> and <bp-asm.h>.
27908         (strchr): Don't use BP_SYM.
27909         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27910         <bp-sym.h> and <bp-asm.h>.
27911         (__strchrnul): Don't use BP_SYM.
27912         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27913         <bp-sym.h> and <bp-asm.h>.
27914         (strlen): Don't use BP_SYM.
27915         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27916         <bp-sym.h> and <bp-asm.h>.
27917         (strncmp): Don't use BP_SYM.
27918         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27919         <bp-sym.h> and <bp-asm.h>.
27920         (__strnlen): Don't use BP_SYM.
27921         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27922         <bp-asm.h>.
27923         (__mpn_rshift): Don't use BP_SYM.
27924         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27925         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27926         <bp-sym.h> and <bp-asm.h>.
27927         (__sigsetjmp): Don't use BP_SYM.
27928         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27929         (L(start_addresses)): Don't use BP_SYM.
27930         (_start): Likewise.
27931         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27932         <bp-asm.h>.
27933         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27934         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27935         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27936         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27937         <bp-asm.h>.
27938         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27939         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27940         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27941         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27942         <bp-asm.h>.
27943         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27944         comments.
27945         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27946         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27947         <bp-asm.h>.
27948         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27949         FIXME comments.
27950         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27951         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27952         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27953         <bp-asm.h>.
27954         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27955         comment.
27956         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27957         and <bp-asm.h>.
27958         (strncmp): Don't use BP_SYM,
27959         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27960         <bp-asm.h>.
27961         (__mpn_sub_n): Don't use BP_SYM.
27962         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27963         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27964         and <bp-asm.h>.
27965         (__mpn_submul_1): Don't use BP_SYM.
27966         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27968         <bp-sym.h> and <bp-asm.h>.
27969         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27971         <bp-sym.h> and <bp-asm.h>.
27972         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27973         comment.
27974
27975 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27976
27977         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27978         Use ZK to minimize writes to Z.
27979         (sub_magnitudes): Simplify code a bit.
27980         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27981         Use ZK to minimize writes to Z.
27982         (sub_magnitudes): Simplify code a bit.
27983
27984 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27985
27986         * csu/gmon-start.c: Add special exception to license text.
27987
27988 2013-02-27  Richard Henderson  <rth@redhat.com>
27989
27990         * scripts/config.guess: Update from config.git.
27991         * scripts/config.sub: Likewise.
27992
27993 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27994
27995         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27996
27997         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27998
27999         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28000
28001         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28002
28003         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28004
28005 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28006
28007         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28008         [$(build-shared = yes].
28009
28010 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28011
28012         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28013         (__mul): Reduce iterations for calculating mantissa.
28014
28015         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28016         MPTWO.
28017         (__mpranred): Likewise.
28018
28019         [BZ #15160]
28020         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28021         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28022
28023 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28024
28025         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28026         Define __attribute__.
28027
28028 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28029
28030         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28031         unused.
28032         * posix/regex_internal.h (__attribute): Remove.
28033         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28034         (re_string_context_at): Likewise.
28035         (bitset_not): Use __attribute__ and mark function as possibly
28036         unused.
28037         (bitset_merge): Likewise.
28038         (bitset_mask): Likewise.
28039         (re_string_char_size_at): Likewise.
28040         (re_string_wchar_at): Likewise.
28041         (re_string_elem_size_at): Likewise.
28042
28043 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28044
28045         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28046         code.
28047         (cc32): Likewise.
28048
28049         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28050         (__acr): Likewise.
28051         (__cpy): Likewise.
28052         (norm): Likewise.
28053         (denorm): Likewise.
28054         (__dbl_mp): Likewise.
28055         (add_magnitudes): Likewise.
28056         (sub_magnitudes): Likewise.
28057         (__mul): Likewise.
28058         (__inv): Likewise.
28059
28060         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28061         style.
28062
28063         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28064         style.
28065
28066         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28067         code.
28068
28069         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28070         up changes with default code.
28071         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28072         Likewise.
28073
28074 2013-02-24  Allan McRae  <allan@archlinux.org>
28075
28076         * manual/socket.texi (The Internet Namespace): Order menu items
28077         to match that in the file.
28078
28079         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28080         node listing of the info page menu.
28081
28082 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28083
28084         [BZ #13550]
28085         * sysdeps/i386/bp-asm.h: Remove file.
28086         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28087         (PARMS): Do not use macros from bp-asm.h.
28088         (S1): Likewise.
28089         (S2): Likewise.
28090         (SIZE): Likewise.
28091         (__mpn_add_n): Do not use BP_SYM
28092         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28093         "bp-asm.h".
28094         (PARMS): Do not use macros from bp-asm.h.
28095         (S1): Likewise.
28096         (SIZE): Likewise.
28097         (__mpn_addmul_1): Do not use BP_SYM
28098         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28099         "bp-asm.h".
28100         (PARMS): Do not use macros from bp-asm.h.
28101         (SIGMSK): Likewise.
28102         (_setjmp): Likewise.  Do not use BP_SYM.
28103         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28104         "bp-asm.h".
28105         (PARMS): Do not use macros from bp-asm.h.
28106         (SIGMSK): Likewise.
28107         (setjmp): Likewise.  Do not use BP_SYM.
28108         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28109         "bp-asm.h".
28110         (PARMS): Do not use macros from bp-asm.h.
28111         (__frexp): Do not use BP_SYM.
28112         (frexp): Likewise.
28113         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28114         "bp-asm.h".
28115         (PARMS): Do not use macros from bp-asm.h.
28116         (__frexpf): Do not use BP_SYM.
28117         (frexpf): Likewise.
28118         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28119         "bp-asm.h".
28120         (PARMS): Do not use macros from bp-asm.h.
28121         (__frexpl): Do not use BP_SYM.
28122         (frexpl): Likewise.
28123         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28124         "bp-asm.h".
28125         (PARMS): Do not use macros from bp-asm.h.
28126         (__remquo): Do not use BP_SYM.
28127         (remquo): Likewise.
28128         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28129         "bp-asm.h".
28130         (PARMS): Do not use macros from bp-asm.h.
28131         (__remquof): Do not use BP_SYM.
28132         (remquof): Likewise.
28133         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28134         "bp-asm.h".
28135         (PARMS): Do not use macros from bp-asm.h.
28136         (__remquol): Do not use BP_SYM.
28137         (remquol): Likewise.
28138         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28139         "bp-asm.h".
28140         (PARMS): Do not use macros from bp-asm.h.
28141         (DEST): Likewise.
28142         (SRC): Likewise.
28143         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28144         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28145         "bp-asm.h".
28146         (PARMS): Do not use macros from bp-asm.h.
28147         (strlen): Do not use BP_SYM.
28148         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28149         "bp-asm.h".
28150         (PARMS): Do not use macros from bp-asm.h.
28151         (S1): Likewise.
28152         (S2): Likewise.
28153         (SIZE): Likewise.
28154         (__mpn_add_n): Do not use BP_SYM.
28155         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28156         "bp-asm.h".
28157         (PARMS): Do not use macros from bp-asm.h.
28158         (S1): Likewise.
28159         (SIZE): Likewise.
28160         (__mpn_addmul_1): Do not use BP_SYM.
28161         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28162         weak_alias.
28163         (bzero): Likewise.
28164         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28165         "bp-asm.h".
28166         (PARMS): Do not use macros from bp-asm.h.
28167         (S): Likewise.
28168         (SIZE): Likewise.
28169         (__mpn_lshift): Do not use BP_SYM.
28170         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28171         "bp-asm.h".
28172         (PARMS): Do not use macros from bp-asm.h.
28173         (DEST): Likewise.
28174         (SRC): Likewise.
28175         (LEN): Likewise.
28176         (memcpy): Likewise.  Do not use BP_SYM.
28177         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28178         libc_hidden_def and weak_alias.
28179         (mempcpy): Do not use BP_SYM in weak_alias.
28180         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28181         "bp-asm.h".
28182         (PARMS): Do not use macros from bp-asm.h.
28183         (DEST): Likewise.
28184         (LEN): Likewise.
28185         [!BZERO_P] (CHR): Likewise.
28186         (memset): Likewise.  Do not use BP_SYM.
28187         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28188         "bp-asm.h".
28189         (PARMS): Do not use macros from bp-asm.h.
28190         (S1): Likewise.
28191         (SIZE): Likewise.
28192         (__mpn_mul_1): Do not use BP_SYM.
28193         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28194         "bp-asm.h".
28195         (PARMS): Do not use macros from bp-asm.h.
28196         (S): Likewise.
28197         (SIZE): Likewise.
28198         (__mpn_rshift): Do not use BP_SYM.
28199         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28200         "bp-asm.h".
28201         (PARMS): Do not use macros from bp-asm.h.
28202         (STR): Likewise.
28203         (CHR): Likewise.
28204         (strchr): Likewise.  Do not use BP_SYM.
28205         (index): Do not use BP_SYM in weak_alias.
28206         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28207         "bp-asm.h".
28208         (PARMS): Do not use macros from bp-asm.h.
28209         (DEST): Likewise.
28210         (SRC): Likewise.
28211         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28212         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28213         "bp-asm.h".
28214         (PARMS): Do not use macros from bp-asm.h.
28215         (strlen): Do not use BP_SYM.
28216         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28217         "bp-asm.h".
28218         (PARMS): Do not use macros from bp-asm.h.
28219         (S1): Likewise.
28220         (S2): Likewise.
28221         (SIZE): Likewise.
28222         (__mpn_sub_n): Do not use BP_SYM.
28223         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28224         "bp-asm.h".
28225         (PARMS): Do not use macros from bp-asm.h.
28226         (S1): Likewise.
28227         (SIZE): Likewise.
28228         (__mpn_submul_1): Do not use BP_SYM.
28229         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28230         "bp-asm.h".
28231         (PARMS): Do not use macros from bp-asm.h.
28232         (S1): Likewise.
28233         (S2): Likewise.
28234         (SIZE): Likewise.
28235         (__mpn_add_n): Do not use BP_SYM.
28236         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28237         weak_alias.
28238         (bzero): Likewise.
28239         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28240         "bp-asm.h".
28241         (PARMS): Do not use macros from bp-asm.h.
28242         (BLK2): Likewise.
28243         (LEN): Likewise.
28244         (memcmp): Do not use BP_SYM.
28245         (bcmp): Do not use BP_SYM in weak_alias.
28246         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28247         "bp-asm.h".
28248         (PARMS): Do not use macros from bp-asm.h.
28249         (DEST): Likewise.
28250         (SRC): Likewise.
28251         (LEN): Likewise.
28252         (memcpy): Likewise.  Do not use BP_SYM.
28253         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28254         "bp-asm.h".
28255         (PARMS): Do not use macros from bp-asm.h.
28256         (DEST): Likewise.
28257         (SRC): Likewise.
28258         (LEN): Likewise.
28259         (memmove): Likewise.  Do not use BP_SYM.
28260         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28261         "bp-asm.h".
28262         (PARMS): Do not use macros from bp-asm.h.
28263         (DEST): Likewise.
28264         (SRC): Likewise.
28265         (LEN): Likewise.
28266         (__mempcpy): Likewise.  Do not use BP_SYM.
28267         (mempcpy): Do not use BP_SYM in weak_alias.
28268         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28269         "bp-asm.h".
28270         (PARMS): Do not use macros from bp-asm.h.
28271         (DEST): Likewise.
28272         (LEN): Likewise.
28273         [!BZERO_P] (CHR): Likewise.
28274         (memset): Likewise.  Do not use BP_SYM.
28275         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28276         "bp-asm.h".
28277         (PARMS): Do not use macros from bp-asm.h.
28278         (STR2): Likewise.
28279         (strcmp): Do not use BP_SYM.
28280         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28281         "bp-asm.h".
28282         (PARMS): Do not use macros from bp-asm.h.
28283         (STR): Likewise.
28284         (DELIM): Likewise.
28285         [USE_AS_STRTOK_R] (SAVE): Likewise.
28286         (FUNCTION): Likewise.  Do not use BP_SYM.
28287         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28288         aliases.
28289         (strtok_r): Likewise.
28290         (__GI___strtok_r): Likewise.
28291         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28292         (PARMS): Do not use macros from bp-asm.h.
28293         (S): Likewise.
28294         (SIZE): Likewise.
28295         (__mpn_lshift): Do not use BP_SYM.
28296         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28297         (PARMS): Do not use macros from bp-asm.h.
28298         (STR): Likewise.
28299         (CHR): Likewise.
28300         (__memchr): Do not use BP_SYM.
28301         (memchr): Do not use BP_SYM in weak_alias.
28302         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28303         (PARMS): Do not use macros from bp-asm.h.
28304         (BLK2): Likewise.
28305         (LEN): Likewise.
28306         (memcmp): Do not use BP_SYM.
28307         (bcmp): Do not use BP_SYM in weak_alias.
28308         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28309         (PARMS): Do not use macros from bp-asm.h.
28310         (S1): Likewise.
28311         (SIZE): Likewise.
28312         (__mpn_mul_1): Do not use BP_SYM.
28313         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28314         "bp-asm.h".
28315         (PARMS): Do not use macros from bp-asm.h.
28316         (STR): Likewise.
28317         (CHR): Likewise.
28318         (__rawmemchr): Do not use BP_SYM.
28319         (rawmemchr): Do not use BP_SYM in weak_alias.
28320         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28321         (PARMS): Do not use macros from bp-asm.h.
28322         (S): Likewise.
28323         (SIZE): Likewise.
28324         (__mpn_rshift): Do not use BP_SYM.
28325         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28326         (PARMS): Do not use macros from bp-asm.h.
28327         (SIGMSK): Likewise.
28328         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28329         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28330         (_start): Do not use BP_SYM.
28331         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28332         (PARMS): Do not use macros from bp-asm.h.
28333         (DEST): Likewise.
28334         (SRC): Likewise.
28335         (__stpcpy): Likewise.  Do not use BP_SYM.
28336         (stpcpy): Do not use BP_SYM in weak_alias.
28337         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28338         "bp-asm.h".
28339         (PARMS): Do not use macros from bp-asm.h.
28340         (DEST): Likewise.
28341         (SRC): Likewise.
28342         (LEN): Likewise.
28343         (__stpncpy): Likewise.  Do not use BP_SYM.
28344         (stpncpy): Do not use BP_SYM in weak_alias.
28345         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28346         (PARMS): Do not use macros from bp-asm.h.
28347         (STR): Likewise.
28348         (CHR): Likewise.
28349         (strchr): Likewise.  Do not use BP_SYM.
28350         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28351         "bp-asm.h".
28352         (PARMS): Do not use macros from bp-asm.h.
28353         (STR): Likewise.
28354         (CHR): Likewise.
28355         (__strchrnul): Likewise.  Do not use BP_SYM.
28356         (strchrnul): Do not use BP_SYM in weak_alias.
28357         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28358         "bp-asm.h".
28359         (PARMS): Do not use macros from bp-asm.h.
28360         (STOP): Likewise.
28361         (strcspn): Do not use BP_SYM.
28362         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28363         "bp-asm.h".
28364         (PARMS): Do not use macros from bp-asm.h.
28365         (STR): Likewise.
28366         (STOP): Likewise.
28367         (strpbrk): Likewise.  Do not use BP_SYM.
28368         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28369         "bp-asm.h".
28370         (PARMS): Do not use macros from bp-asm.h.
28371         (STR): Likewise.
28372         (CHR): Likewise.
28373         (strrchr): Likewise.  Do not use BP_SYM.
28374         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (SKIP): Likewise.
28377         (strspn): Do not use BP_SYM.
28378         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28379         (PARMS): Do not use macros from bp-asm.h.
28380         (STR): Likewise.
28381         (DELIM): Likewise.
28382         (SAVE): Likewise.
28383         (FUNCTION): Likewise.  Do not use BP_SYM.
28384         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28385         aliases.
28386         (strtok_r): Likewise.
28387         (__GI___strtok_r): Likewise.
28388         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28389         (PARMS): Do not use macros from bp-asm.h.
28390         (S1): Likewise.
28391         (S2): Likewise.
28392         (SIZE): Likewise.
28393         (__mpn_sub_n): Do not use BP_SYM.
28394         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28395         "bp-asm.h".
28396         (PARMS): Do not use macros from bp-asm.h.
28397         (S1): Likewise.
28398         (SIZE): Likewise.
28399         (__mpn_submul_1): Do not use BP_SYM.
28400         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28401         <bp-sym.h>.
28402         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28403         and <bp-asm.h>.
28404         (PARMS): Do not use macros from bp-asm.h.
28405         (FLAGS): Likewise.
28406         (PTID): Likewise.
28407         (TLS): Likewise.
28408         (CTID): Likewise.
28409         (__clone): Do not use BP_SYM.
28410         (clone): Do not use BP_SYM in weak_alias.
28411         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28412         and <bp-asm.h>.
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (LEN): Likewise.
28415         (__mmap64): Do not use BP_SYM.
28416         (mmap64): Do not use BP_SYM in weak_alias.
28417         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28418         <bp-sym.h> and <bp-asm.h>.
28419         (PARMS): Do not use macros from bp-asm.h.
28420         (__posix_fadvise64_l64): Do not use BP_SYM.
28421         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28422         (PARMS): Do not use macros from bp-asm.h.
28423         (NSOPS): Likewise.
28424         (semtimedop): Do not use BP_SYM.
28425         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28426         and <bp-asm.h>.
28427
28428 2013-02-21  Allan McRae  <allan@archlinux.org>
28429
28430         * manual/message.texi (Charset conversion in gettext):
28431         Move @end statement to beginning of line.
28432
28433 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28434
28435         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28436         static.
28437         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28438         Likewise.
28439
28440         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28441         (denorm): Likewise.
28442         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28443         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28444
28445 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28446
28447         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28448         tail-call to the resolved function if pltexit isn't needed.
28449
28450 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28451
28452         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28453         or Y being zero as being unlikely.
28454         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28455         Likewise.
28456
28457 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28458
28459         * manual/nss.texi (System Databases and Name Service Switch):
28460         Remove frobnicate @pxref.
28461
28462 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28463
28464         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28465         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28466
28467 2013-02-20  Petr Machata  <pmachata@redhat.com>
28468
28469         * elf/elf.h (R_ARM_TARGET1): New macro.
28470         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28471         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28472         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28473         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28474         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28475         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28476         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28477         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28478         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28479         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28480         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28481         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28482         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28483         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28484         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28485         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28486         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28487         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28488         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28489         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28490         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28491         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28492         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28493         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28494         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28495         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28496         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28497         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28498         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28499         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28500         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28501         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28502         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28503         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28504         (R_ARM_THM_GOT_BREL12): Likewise.
28505         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28506         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28507         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28508         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28509         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28510         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28511         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28512         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28513         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28514
28515 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28516
28517         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28518         __attribute_used__ to __attribute__ ((unused)).
28519
28520 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28521
28522         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28523         powerpc mpa.c.
28524         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28525         comment formatting.
28526         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28527
28528 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28529
28530         [BZ #13550]
28531         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28532         Remove macro.
28533         (ENTER): Remove both macro definitions.
28534         (LEAVE): Likewise.
28535         (CHECK_BOUNDS_LOW): Likewise.
28536         (CHECK_BOUNDS_HIGH): Likewise.
28537         (CHECK_BOUNDS_BOTH): Likewise.
28538         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28539         (RETURN_BOUNDED_POINTER): Likewise.
28540         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28541         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28542         (POP_ERRNO_LOCATION_RETURN): Likewise.
28543         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28544         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28545         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28546         macros.
28547         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28548         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28549         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28550         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28551         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28552         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28553         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28554         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28555         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28556         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28557         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28558         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28559         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28560         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28561         removed macros.
28562         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28563         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28564         macros.
28565         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28566         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28567         * sysdeps/i386/i586/memset.S (memset): Likewise.
28568         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28569         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28570         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28571         macros.
28572         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28573         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28574         Change uses of L(2) to L(out).
28575         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28576         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28577         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28578         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28579         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28580         removed macros.
28581         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28582         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28583         macros.
28584         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28585         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28586         (RETURN): Do not use macro LEAVE.
28587         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28588         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28589         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28590         * sysdeps/i386/i686/memset.S (memset): Likewise.
28591         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28592         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28593         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28594         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28595         Likewise.
28596         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28597         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28598         L(1_2) and L(1_3) into L(1).
28599         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28600         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28601         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28602         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28603         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28604         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28605         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28606         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28607         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28608         macros.
28609         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28610         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28611         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28612         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28613         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28614         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28615         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28616         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28617         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28618         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28619         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28620         * sysdeps/i386/strspn.S (strspn): Likewise.
28621         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28622         conditional code.
28623         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28624         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28625         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28626         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28627         L(1_3) into L(1_1).
28628         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28629         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28630         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28631         macros.
28632         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28633
28634 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28635
28636         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28637         macro.
28638
28639 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28640
28641         * math/atest-exp.c (exp_mpn): Remove ROUND.
28642         * math/atest-exp2.c (exp_mpn): Likewise.
28643         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28644
28645         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28646         * stdlib/tst-tls-atexit-lib.c: Likewise.
28647         * stdlib/tst-tls-atexit.c: Likewise.
28648
28649 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28650
28651         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28652         and __attribute_alloc_size__.
28653
28654 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28655
28656         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28657         __attribute_alloc_size__.
28658         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28659         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28660
28661 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28662
28663         * include/programs/xmalloc.h: New file.
28664         * catgets/gencat.c: Include it.
28665         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28666         * elf/pldd.c: Likewise.
28667         * iconv/iconv_charmap.c: Likewise.
28668         * iconv/iconvconfig.c: Likewise.
28669         * iconv/strtab.c: Likewise.
28670         * locale/programs/locale.c: Likewise.
28671         * locale/programs/localedef.h: Likewise.
28672         * locale/programs/simple-hash.c: Likewise.
28673         * nscd/nscd.h: Likewise.
28674         * nss/makedb.c: Likewise.
28675         * sysdeps/generic/ldconfig.h: Likewise.
28676
28677 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28678
28679         * Versions.def: Add GLIBC_2.18.
28680         * include/link.h (struct link_map): New member l_tls_dtor_count.
28681         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28682         (__call_tls_dtors): Likewise.
28683         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28684         __cxa_thread_atexit_impl.
28685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28686         Likewise.
28687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28688         Likewise.
28689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28690         Likewise.
28691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28692         Likewise.
28693         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28694         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28695         Likewise.
28696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28697         Likewise.
28698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28699         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28700         Likewise.
28701         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28702         (tests): Add test case tst-tls-atexit.
28703         (modules-names): Add shared library for tst-tls-atexit.
28704         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28705         (GLIBC_PRIVATE): Add __call_tls_dtors.
28706         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28707         for libstdc++.
28708         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28709         * stdlib/tst-tls-atexit.c: New test case.
28710         * stdlib/tst-tls-atexit-lib.c: New test case.
28711
28712         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28713
28714         * elf/Versions (ld): Add _dl_find_dso_for_object.
28715         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28716         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28717         (dl_open_worker): Use _dl_find_dso_for_object.
28718         * elf/dl-sym.c (do_sym): Likewise.
28719         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28720
28721 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28722
28723         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28724         Syntactic changes only.
28725         (_dl_runtime_profile): Do a tail-call to the resolved function.
28726
28727 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28728
28729         [BZ #13550]
28730         * sysdeps/x86_64/bp-asm.h: Remove file.
28731         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28732         <bp-sym.h> and <bp-asm.h>.
28733         (__clone): Do not use BP_SYM.
28734         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28735         <bp-sym.h> and <bp-asm.h>.
28736         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28737         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28738         "bp-asm.h".
28739         (_setjmp): Do not use BP_SYM.
28740         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28741         "bp-asm.h".
28742         (setjmp): Do not use BP_SYM.
28743         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28744         libc_hidden_def.
28745         (mempcpy): Do not use BP_SYM in weak_alias.
28746         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28747         "bp-asm.h".
28748         (strchr): Do not use BP_SYM.
28749         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28750         "bp-asm.h".
28751         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28752         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28753         (_start): Do not use BP_SYM.
28754         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28755         "bp-asm.h".
28756         (strcat): Do not use BP_SYM.
28757         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28758         "bp-asm.h".
28759         (STRCMP): Do not use BP_SYM.
28760         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28761         "bp-asm.h".
28762         (STRCPY): Do not use BP_SYM.
28763         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28764         "bp-asm.h".
28765         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28766         "bp-asm.h".
28767         (FUNCTION): Do not use BP_SYM.
28768         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28769         weak_alias.
28770         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28771
28772 2013-02-17  Andreas Jaeger  <aj@suse.de>
28773
28774         * time/Versions: Sort entries.
28775         * string/Versions: Likewise.
28776         * resolv/Versions: Likewise.
28777         * posix/Versions: Likewise.
28778         * iconv/Versions: Likewise.
28779         * elf/Versions: Likewise.
28780         * wcsmbs/Versions: Likewise.
28781
28782 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28783
28784         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28785         loop termination condition.
28786
28787         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28788         variable to calculate EZ.
28789         (__sqr): Likewise.
28790
28791         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28792         the lower precision input.
28793
28794 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28795
28796         [BZ #13550]
28797         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28798         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28799         (run-via-rtld-prefix): Do not handle %-bp tests.
28800         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28801         (all-object-suffixes): Remove .ob.
28802         (bppfx): Remove variable.
28803         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28804         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28805         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28806         [$(build-bounded) = yes] (libtype.ob): Likewise.
28807         * Makerules (elide-routines.ob): Remove variable.
28808         (do-tests-clean): Do not handle *-bp.out.
28809         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28810         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28811         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28812         (tests): Do not include $(tests-bp.out).
28813         (xtests): Do not include $(xtests-bp.out).
28814         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28815         [$(build-bounded) = yes] ($(addprefix
28816         $(objpfx),$(binaries-bounded))): Remove rule.
28817         ($(objpfx)%-bp.out): Remove rule.
28818         * config.make.in (build-bounded): Remove variable.
28819         * crypt/Makefile [$(build-bounded) = yes]
28820         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28821         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28822         append to variable.
28823         [$(build-bounded) = yes] (install-lib): Likewise.
28824         [$(build-bounded) = yes] (generated): Likewise.
28825         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28826         Remove rule.
28827         * intl/Makefile [$(build-bounded) = yes]
28828         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28829         * math/Makefile [$(build-bounded) = yes]
28830         ($(tests:%=$(objpfx)%-bp): Likewise.
28831         * misc/Makefile [$(build-bounded) = yes]
28832         ($(objpfx)tst-tsearch-bp): Likewise.
28833         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28834         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28835         Remove dependency.
28836         * string/Makefile (o-objects.ob): Remove variable.
28837         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28838         (CFLAGS-.ob): Remove variable.
28839         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28840         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28841         both definitions of variable.
28842         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28843         (ASFLAGS-.ob): Remove variable.
28844
28845 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28846
28847         [BZ #13550]
28848         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28849         Remove __BOUNDED_POINTERS__ from condition.
28850         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28851         * string/bits/string2.h [!__NO_STRING_INLINES &&
28852         !__BOUNDED_POINTERS__]: Likewise.
28853         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28854         Likewise.
28855         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28856         Remove conditional code.
28857         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28858         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28859         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28860         condition.
28861
28862         [BZ #13550]
28863         * csu/libc-start.c: Do not include <bp-sym.h>.
28864         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28865         * elf/dl-open.c: Do not include <bp-sym.h>.
28866         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28867         * math/fegetenv.c: Do not include <bp-sym.h>.
28868         (fegetenv): Do not use BP_SYM in versioned symbols.
28869         * nptl/sysdeps/pthread/bits/libc-lockP.h
28870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28871         <bp-sym.h>.
28872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28873         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28875         (__pthread_mutex_destroy): Likewise.
28876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28877         (__pthread_mutex_lock): Likewise.
28878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28879         (__pthread_mutex_trylock): Likewise.
28880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28881         (__pthread_mutex_unlock): Likewise.
28882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28883         (__pthread_mutexattr_init): Likewise.
28884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28885         (__pthread_mutexattr_destroy): Likewise.
28886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28887         (__pthread_mutexattr_settype): Likewise.
28888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28889         (__pthread_rwlock_init): Likewise.
28890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28891         (__pthread_rwlock_destroy): Likewise.
28892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28893         (__pthread_rwlock_rdlock): Likewise.
28894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28895         (__pthread_rwlock_tryrdlock): Likewise.
28896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28897         (__pthread_rwlock_wrlock): Likewise.
28898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28899         (__pthread_rwlock_trywrlock): Likewise.
28900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28901         (__pthread_rwlock_unlock): Likewise.
28902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28903         (__pthread_key_create): Likewise.
28904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28905         (__pthread_setspecific): Likewise.
28906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28907         (__pthread_getspecific): Likewise.
28908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28909         Likewise.
28910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28911         (_pthread_cleanup_push_defer): Likewise.
28912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28913         (_pthread_cleanup_pop_restore): Likewise.
28914         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28915         (pthread_setcancelstate): Likewise.
28916         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28917         <bp-sym.h>.
28918         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28919         (memchr): Do not use BP_SYM in weak_alias.
28920         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28921         (fegetenv): Do not use BP_SYM in versioned symbols.
28922         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28923         (fesetenv): Do not use BP_SYM in versioned symbols.
28924         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28925         (feupdateenv): Do not use BP_SYM in versioned symbols.
28926         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28927         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28928         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28929         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28930         (open64): Do not use BP_SYM in weak_alias.
28931         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28932         (fegetenv): Do not use BP_SYM in versioned symbols.
28933         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28934         (fesetenv): Do not use BP_SYM in versioned symbols.
28935         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28936         (feupdateenv): Do not use BP_SYM in versioned symbols.
28937         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28938         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28939         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28940         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28941         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28942         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28943         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28944         <bp-sym.h>.
28945         (__libc_start_main): Do not use BP_SYM.
28946
28947 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28948
28949         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28950         redundant return line.
28951         (norm): Likewise.
28952         (denorm): Likewise.
28953         (dbl_mp): Likewise.
28954         (sub_magnitudes): Likewise.
28955         (__add): Likewise.
28956         (__sub): Likewise.
28957         (__mul): Likewise.
28958         (__inv): Likewise.
28959         (__dvd): Likewise.
28960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28961         (norm): Likewise.
28962         (denorm): Likewise.
28963         (dbl_mp): Likewise.
28964         (sub_magnitudes): Likewise.
28965         (__add): Likewise.
28966         (__sub): Likewise.
28967         (__mul): Likewise.
28968         (__inv): Likewise.
28969         (__dvd): Likewise.
28970
28971         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28972         instead of __mul.
28973         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28974         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28975         (cc32): Likewise.
28976
28977         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28978         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28979         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28980         of __mul for squares.
28981         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28982         function
28983         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28984         Likewise.
28985         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28986         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28987
28988 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28989
28990         [BZ #13550]
28991         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28992         code.
28993         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28994         prototype or function definition.  Rename ubp_* variables and
28995         parameters.  Remove argv definitions conditional on
28996         [__BOUNDED_POINTERS__].
28997         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28998         * elf/dl-runtime.c (_dl_fixup): Likewise.
28999         * include/set-hooks.h (RUN_HOOK): Likewise.
29000         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29001         definition.
29002         * string/strcpy.c (strcpy): Do not use __unbounded.
29003         * sysdeps/generic/frame.h (struct layout): Likewise.
29004         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29005         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29006         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29007         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29008         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29009         (__backtrace): Likewise.
29010         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29011         use __ptrvalue.
29012         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29013         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29014         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29015         Likewise.
29016         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29017         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29018         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29019         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29020         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29021         Do not use __unbounded.
29022         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29023         Rename __unboundedrlimits parameter to rlimits in prototype.
29024         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29025         Do not use __unbounded.
29026         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29027         not use __ptrvalue.
29028         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29029         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29030         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29031         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29032         __ptrvalue or __unbounded.
29033         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29034         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29035         use __unbounded.
29036         (__new_msgctl): Do not use __ptrvalue.
29037         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29038         __unbounded.
29039         (__libc_msgrcv): Do not use __ptrvalue.
29040         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29041         startup_info): Do not use __unbounded.
29042         (__libc_start_main): Likewise.  Rename ubp_* variables and
29043         parameters.  Remove argv definitions conditional on
29044         [__BOUNDED_POINTERS__].
29045         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29046         __ptrvalue.
29047         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29048         use __unbounded.
29049         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29050         or __ptrvalue.
29051         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29052         use __unbounded.
29053         (__new_shmctl): Do not use __ptrvalue.
29054         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29055         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29056         Likewise.
29057         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29058         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29059         (__libc_sigaction): Likewise.
29060         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29061         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29062         Likewise.
29063         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29064
29065 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29066
29067         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29068
29069         * string/mempcpy.c: Implement by calling memcpy.
29070
29071 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29072
29073         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29074
29075         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29076         evaluation.
29077
29078         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29079         values in the mantissa.
29080
29081         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29082         minimize writes to Z.
29083         (sub_magnitudes): Simplify code a bit.
29084
29085 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29086
29087         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29088         from the message.  The linker prefixes all warnings with that already.
29089
29090 2013-02-12  Andreas Schwab  <schwab@suse.de>
29091
29092         [BZ #15078]
29093         * posix/regexec.c (extend_buffers): Add parameter min_len.
29094         (check_matching): Pass minimum needed length.
29095         (clean_state_log_if_needed): Likewise.
29096         (get_subexp): Likewise.
29097         * posix/Makefile (tests): Add bug-regex34.
29098         (bug-regex34-ENV): Define.
29099         * posix/bug-regex34.c: New file.
29100
29101         [BZ #11561]
29102         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29103         elements compare against the byte sequence of it, not its name.
29104         * posix/Makefile (tests): Add bug-regex35.
29105         (bug-regex35-ENV): Define.
29106         * posix/bug-regex35.c: New file.
29107
29108 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29109
29110         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29111         comment.
29112         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29113         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29114         (CHECK_EOL): Add undef.
29115
29116 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29117
29118         * bits/stdlib-bsearch.h: New file.
29119         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29120         * stdlib/stdlib.h: Likewise.
29121
29122 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29123
29124         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29125         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29126         declaration.
29127         * manual/search.texi (Array Search Function): Add missing const in
29128         lfind prototype.
29129         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29130         declaration to use rlim_t.
29131         (Basic Scheduling Functions): Remove erroneous const from
29132         sched_getparam prototype.  Remove erroneous * from
29133         sched_get_priority_max and sched_get_priority_min prototypes.
29134         (Resource Usage): Fix summary @comment on vtimes to refer to
29135         sys/vtimes.h rather than vtimes.h.
29136         Add missing *s in vtimes prototype.
29137         (Limits on Resources): Fix ulimit prototype to return long int.
29138         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29139         prototypes to use long int rather than double.
29140         (BSD Random): Fix initstate and setstate to use char *, not void *.
29141         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29142         prototype to make second argument 'struct aiocb64 *const[]'.
29143         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29144         (Status of AIO Operations): Remove erroneous const in aio_return and
29145         aio_return64 prototypes.
29146         (Synchronizing I/O): Fix sync prototype to return void.
29147         * manual/startup.texi (Suboptions): Remove an erroneous const in
29148         getsubopt prototype.
29149         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29150         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29151         use size_t rather than int.
29152         (Scanning All Users): Likewise for getpwent_r.
29153         (Setting Groups): Add missing const to setgroups prototype.
29154         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29155         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29156         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29157         'const void *' rather than 'const char *'.
29158         (Host Address Functions): Likewise for inet_ntop.
29159         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29160         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29161         ssize_t for return value.
29162         (Sending Data): Likewise for send, sendto, sendmsg.
29163         (Socket Option Functions): Add a missing const in setsockopt prototype.
29164         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29165         use wchar_t for the argument.
29166         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29167         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29168         take no arguments.
29169         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29170         double/float/long double for second argument.
29171         Fix return types of significand, significandf, significandl.
29172         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29173         argument in fchmod prototype.
29174         (File Owner): Use uid_t and gid_t in fchown prototype.
29175         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29176         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29177         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29178         use 'const struct dirent **' as argument types to CMP function pointer
29179         argument.
29180         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29181         (File Times): Fix summary magic @comment for struct utimbuf and utime
29182         to refer to utime.h, not time.h.
29183         * manual/string.texi (Argz Functions): Add missing const in
29184         argz_extract and argz_next prototypes.
29185         (Finding Tokens in a String): Likewise for basename.
29186         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29187         (Copying and Concatenation): Fix typo in wmemmove prototype.
29188         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29189         (Signal Stack): Remove erroneous const in sigstack prototype.
29190         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29191         prototype.
29192         (Simple Calendar Time): Likewise for stime.
29193         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29194         prototype.
29195         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29196         say sys/sysctl.h instead.
29197         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29198         and vsyslog prototypes.
29199
29200 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29201
29202         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29203         Remove.
29204
29205 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29206
29207         * misc/sys/mman.h: Fix typo in mremap comment.
29208
29209 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29210
29211         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29212         the '\0' terminator.
29213
29214 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29215
29216         [BZ #13550]
29217         * debug/segfault.c: Don't include <bp-checks.h>.
29218         * sysdeps/generic/bp-checks.h: Remove file.
29219         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29220         (__GETDENTS): Don't use CHECK_N.
29221         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29222         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29223         (__getgroups): Don't use CHECK_N.
29224         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29225         (setgroups): Don't use CHECK_N.
29226         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29227         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29228         (__libc_msgrcv): Don't use CHECK_N.
29229         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29230         (__libc_msgsnd): Don't use CHECK_N.
29231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29232         <bp-checks.h>.
29233         (__libc_pread): Don't use CHECK_N.
29234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29235         include <bp-checks.h>.
29236         (__libc_pread64): Don't use CHECK_N.
29237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29238         include <bp-checks.h>.
29239         (__libc_pwrite): Don't use CHECK_N.
29240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29241         include <bp-checks.h>.
29242         (__libc_pwrite64): Don't use CHECK_N.
29243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29244         <bp-checks.h>.
29245         (__libc_pread): Don't use CHECK_N.
29246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29247         include <bp-checks.h>.
29248         (__libc_pread64): Don't use CHECK_N.
29249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29250         include <bp-checks.h>.
29251         (__libc_pwrite): Don't use CHECK_N.
29252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29253         include <bp-checks.h>.
29254         (__libc_pwrite64): Don't use CHECK_N.
29255         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29256         (do_pread): Don't use CHECK_N.
29257         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29258         (do_pread64): Don't use CHECK_N.
29259         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29260         (do_pwrite): Don't use CHECK_N.
29261         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29262         (do_pwrite64): Don't use CHECK_N.
29263         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29264         (__libc_readv): Don't use CHECK_N.
29265         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29266         (semop): Don't use CHECK_N.
29267         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29268         <bp-checks.h>.
29269         (semtimedop): Don't use CHECK_N.
29270         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29271         (__libc_pread): Don't use CHECK_N.
29272         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29273         <bp-checks.h>.
29274         (__libc_pread64): Don't use CHECK_N.
29275         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29276         <bp-checks.h>.
29277         (__libc_pwrite): Don't use CHECK_N.
29278         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29279         <bp-checks.h>.
29280         (__libc_pwrite64): Don't use CHECK_N.
29281         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29282         <bp-checks.h>.
29283         (__libc_msgrcv): Don't use CHECK_N.
29284         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29285         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29286         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29287         (__libc_writev): Don't use CHECK_N.
29288
29289 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29290
29291         * string/strcpy.c: Removed unused variable.
29292
29293         * Makeconfig (+sysdep-includes): Define with := rather than =.
29294         Use an existing include/ subdir of each sysdeps dir before it.
29295
29296 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29297
29298         * nscd/connection.c (register_traced_file): Comment function.
29299         [HAVE_INOTIFY] (union __inev): Define.
29300         [HAVE_INOTIFY] (inotify_check_files): New function.
29301         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29302         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29303         clear_db_cache.
29304         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29305
29306 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29307
29308         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29309         loaded if not already and that a failure is permanent.
29310
29311 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29312
29313         [BZ #15006]
29314         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29315         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29316
29317 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29318
29319         [BZ #13550]
29320         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29321         (CHECK_1_NULL_OK): Likewise.
29322         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29323         (__fxstat): Do not use CHECK_1.
29324         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29325         <bp-checks.h>.
29326         (___fxstat64): Do not use CHECK_1.
29327         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29328         <bp-checks.h>.
29329         (__fxstatat): Do not use CHECK_1.
29330         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29331         <bp-checks.h>.
29332         (__fxstatat64): Do not use CHECK_1.
29333         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29334         <bp-checks.h>.
29335         (__fxstat): Do not use CHECK_1.
29336         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29337         <bp-checks.h>.
29338         (__fxstatat): Do not use CHECK_1.
29339         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29340         <bp-checks.h>.
29341         (__getresgid): Do not use CHECK_1.
29342         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29343         <bp-checks.h>.
29344         (__getresuid): Do not use CHECK_1.
29345         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29346         <bp-checks.h>.
29347         (__lxstat): Do not use CHECK_1.
29348         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29349         <bp-checks.h>.
29350         (__old_msgctl): Do not use CHECK_1.
29351         (__new_msgctl): Likewise.
29352         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29353         <bp-checks.h>.
29354         (__new_setrlimit): Do not use CHECK_1.
29355         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29356         <bp-checks.h>.
29357         (__old_shmctl): Do not use CHECK_1.
29358         (__new_shmctl): Likewise.
29359         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29360         <bp-checks.h>.
29361         (__xstat): Do not use CHECK_1.
29362         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29363         (__lxstat): Do not use CHECK_1.
29364         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29365         <bp-checks.h>.
29366         (___lxstat64): Do not use CHECK_1.
29367         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29368         (__old_msgctl): Do not use CHECK_1.
29369         (__new_msgctl): Likewise.
29370         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29371         <bp-checks.h>.
29372         (__gettimeofday): Do not use CHECK_1.
29373         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29374         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29375         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29376         <bp-checks.h>.
29377         (__gettimeofday): Do not use CHECK_1.
29378         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29379         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29380         (__new_shmctl): Do not use CHECK_1.
29381         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29382         <bp-checks.h>.
29383         (do_sigtimedwait): Do not use CHECK_1.
29384         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29385         <bp-checks.h>.
29386         (do_sigwaitinfo): Do not use CHECK_1.
29387         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29388         <bp-checks.h>.
29389         (msgctl): Do not use CHECK_1.
29390         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29391         <bp-checks.h>.
29392         (shmctl): Do not use CHECK_1.
29393         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29394         (ustat): Do not use CHECK_1.
29395         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29396         <bp-checks.h>.
29397         (__fxstat): Do not use CHECK_1.
29398         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29399         <bp-checks.h>.
29400         (__fxstatat): Do not use CHECK_1.
29401         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29402         <bp-checks.h>.
29403         (__lxstat): Do not use CHECK_1.
29404         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29405         <bp-checks.h>.
29406         (__xstat): Do not use CHECK_1.
29407         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29408         (__xstat): Do not use CHECK_1.
29409         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29410         (___xstat64): Do not use CHECK_1.
29411
29412         [BZ #13550]
29413         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29414         definitions.
29415         (CHECK_BOUNDS_HIGH): Likewise.
29416         * string/strcpy.c: Do not include <bp-checks.h>.
29417         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29418
29419 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29420
29421         * nscd/nscd-client.h (__nscd_drop_map_ref):
29422         Add __attribute__ ((unused)).
29423         * nis/nss-nisplus.h (niserr2nss): Likewise.
29424
29425         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29426         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29427
29428         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29429         Remove inline keyword.
29430         * include/rounding-mode.h (round_away): Likewise.
29431         * libio/wfileops.c (adjust_wide_data): Likewise.
29432         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29433         (__m128i_strloadu_tolower): Likewise.
29434         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29435         (__m128i_strloadu_tolower): Likewise.
29436         * time/mktime.c (ydhms_diff): Likewise.
29437         * locale/elem-hash.h (elem_hash): Likewise.
29438         * locale/setlocale.c (setdata): Likewise.
29439         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29440         (re_string_wchar_at): Likewise.
29441         (bitset_not, bitset_merge, bitset_mask): Likewise.
29442         [!(__GNUC__ > 3)] (inline): Remove macro.
29443         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29444         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29445         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29446         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29447         * string/memcmp.c (memcmp_bytes): Likewise.
29448         * locale/programs/locarchive.c (compute_hashval): Likewise.
29449         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29450         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29451         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29452         * nss/getent.c (print_rpc, print_protocols): Likewise.
29453         (print_passwd, print_group, print_aliases): Likewise.
29454         * nis/nss-nisplus.h (niserr2nss): Likewise.
29455         * nscd/connections.c (restart_p): Likewise.
29456         Change return type to bool.
29457
29458 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29459
29460         * Makeconfig (all-Depend-files): Add existing
29461         $(sorted-subdirs:=/Depend) files.
29462         (all-subdirs): Remove nss.
29463         * sysdeps/unix/inet/Subdirs: Add it here instead.
29464         * hesiod/Depend: New file.
29465
29466         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29467         instead of calling alloca.
29468
29469         * io/lseek.c (__lseek): Rename to __libc_lseek.
29470         Define __lseek as an alias.
29471
29472         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29473
29474 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29475
29476         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29477         else clause and remove check for non-standard endianness.
29478
29479 2013-02-04  David S. Miller  <davem@davemloft.net>
29480
29481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29482
29483 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29484
29485         [BZ #13550]
29486         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29487         (__ubp_memchr): Remove prototype.
29488         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29489         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29490         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29491         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29492         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29493         Remove alias.
29494         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29495         (__ubp_memchr): Likewise.
29496         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29497         (__ubp_memchr): Likewise.
29498         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29499         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29500         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29501         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29502         CHECK_STRING.
29503         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29504         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29505         (__getcwd): Do not use CHECK_STRING.
29506         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29507         <bp-checks.h>.
29508         (__real_chown): Do not use CHECK_STRING.
29509         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29510         <bp-checks.h>.
29511         (fchownat): Do not use CHECK_STRING.
29512         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29513         CHECK_STRING.
29514         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29515         <bp-checks.h>.
29516         (__lchown): Do not use CHECK_STRING.
29517         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29518         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29519         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29520         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29522         include <bp-checks.h>.
29523         (truncate64): Do not use CHECK_STRING.
29524         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29525         <bp-checks.h>.
29526         (__real_chown): Do not use CHECK_STRING.
29527         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29528         <bp-checks.h>.
29529         (__lchown): Do not use CHECK_STRING.
29530         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29531         <bp-checks.h>.
29532         (__chown): Do not use CHECK_STRING.
29533         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29534         <bp-checks.h>.
29535         (truncate64): Do not use CHECK_STRING.
29536         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29537         Likewise.
29538         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29539         (__xmknod): Do not use CHECK_STRING.
29540         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29541         <bp-checks.h>.
29542         (__xmknodat): Do not use CHECK_STRING.
29543         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29544         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29545
29546 2013-02-04  Andreas Schwab  <schwab@suse.de>
29547
29548         [BZ #14142]
29549         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29550         * include/netdb.h: Likewise for h_errno.
29551         * elf/tst-stackguard1.c: Include <tls.h>.
29552
29553 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29554
29555         * elf/link.h (struct link_map): Extend the l_addr comment.
29556         * include/link.h (struct link_map): Likewise.
29557
29558 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29559
29560         [BZ #13550]
29561         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29562         (BOUNDED_1): Remove macro.
29563         * debug/backtrace.c: Don't include <bp-checks.h>.
29564         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29565         (__backtrace): Likewise.
29566         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29567         <bp-checks.h>.
29568         (__backtrace): Don't use BOUNDED_1.
29569         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29570         <bp-checks.h>.
29571         (__backtrace): Don't use BOUNDED_1.
29572         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29573         (__backtrace): Don't use BOUNDED_1.
29574         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29575         (shmat): Don't use BOUNDED_N.
29576
29577 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29578
29579         [BZ #13550]
29580         * sysdeps/generic/bp-start.h: Remove file.
29581         * csu/libc-start.c: Don't include <bp-start.h>.
29582         (LIBC_START_MAIN): Set up __environ directly instead of using
29583         INIT_ARGV_and_ENVIRON.
29584         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29585         <bp-start.h>.
29586
29587         [BZ #13550]
29588         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29589         definitions.
29590         (CHECK_FCNTL): Likewise.
29591         (CHECK_N_PAGES): Likewise.
29592
29593         [BZ #13550]
29594         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29595         definitions.
29596         (CHECK_SIGSET_NULL_OK): Likewise.
29597         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29598         <bp-checks.h>.
29599         (sigpending): Don't use CHECK_SIGSET.
29600         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29601         <bp-checks.h>.
29602         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29603         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29604         <bp-checks.h>.
29605         (do_sigsuspend): Don't use CHECK_SIGSET.
29606         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29607         use CHECK_SIGSET.
29608         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29609         (do_sigwait): Don't use CHECK_SIGSET.
29610         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29611         use CHECK_SIGSET.
29612         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29613         include <bp-checks.h>.
29614         (sigpending): Don't use CHECK_SIGSET.
29615         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29616         include <bp-checks.h>.
29617         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29618         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29619         <bp-checks.h>.
29620         (sigpending): Don't use CHECK_SIGSET.
29621         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29622         <bp-checks.h>.
29623         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29624
29625         [BZ #13550]
29626         * sysdeps/generic/bp-semctl.h: Remove file.
29627         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29628         <bp-checks.h> and <bp-semctl.h>.
29629         (__old_semctl): Don't use CHECK_SEMCTL.
29630         (__new_semctl): Likewise.
29631         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29632         and <bp-semctl.h>.
29633         (__old_semctl): Don't use CHECK_SEMCTL.
29634         (__new_semctl): Likewise.
29635         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29636         <bp-checks.h> and <bp-semctl.h>.
29637         (__old_semctl): Don't use CHECK_SEMCTL.
29638         (__new_semctl): Likewise.
29639         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29640         <bp-checks.h> and <bp-semctl.h>.
29641         (semctl): Don't use CHECK_SEMCTL.
29642
29643         [BZ #13550]
29644         * Makerules (elide-bp-thunks): Remove variable.
29645         (elide-routines.oS): Don't use $(elide-bp-thunks).
29646         (elide-routines.os): Likewise.
29647         (elide-routines.o): Likewise.
29648         (elide-routines.op): Likewise.
29649         (elide-routines.og): Likewise.
29650         (objects): Don't use $(bp-thunks).
29651         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29652         include.
29653         (common-generated): Do not add s-proto-bp.d.
29654         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29655         (int): Likewise.
29656         (typ): Likewise.
29657         Do not generate makefile rules for bounded-pointer thunks.
29658         * sysdeps/generic/bp-thunks.h: Remove file.
29659         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29660         * sysdeps/unix/s-proto-bp.S: Likewise.
29661
29662         [BZ #15062]
29663         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29664         parts of result separately when argument is not close to line from
29665         -i to i and one part of argument is small.
29666         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29667         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29668         * math/libm-test.inc (cacos_test): Add more tests.
29669         (casin_test): Likewise.
29670         (casinh_test): Likewise.
29671         * sysdeps/i386/fpu/libm-test-ulps: Update.
29672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29673
29674 2013-01-31  David S. Miller  <davem@davemloft.net>
29675
29676         * po/de.po: Update from translation team.
29677
29678 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29679
29680         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29681
29682 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29683
29684         * configure.in (_AC_PROG_CC_C89): New definition.
29685         * configure: Regenerate.
29686
29687         * configure.in (AC_PROG_CPP): New definition.
29688         * configure: Regenerate.
29689
29690 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29691
29692         * debug/tst-backtrace.h: New file.
29693         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29694         (ret): Remove variable.
29695         (x): Likewise.
29696         (FAIL): Remove macro.
29697         (NO_INLINE): Likewise.
29698         (fn1): Use match function instead of strstr.
29699         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29700         (ret): Remove variable.
29701         (x): Likewise.
29702         (FAIL): Remove macro.
29703         (NO_INLINE): Likewise.
29704         (fn): Use match function instead of strstr.
29705         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29706         (ret): Remove variable.
29707         (x): Likewise.
29708         (FAIL): Remove macro.
29709         (NO_INLINE): Likewise.
29710         (handle_signal): Use match function instead of strstr.
29711         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29712         (ret): Remove variable.
29713         (x): Likewise.
29714         (FAIL): Remove macro.
29715         (NO_INLINE): Likewise.
29716         (handle_signal): Use match function instead of strstr.
29717
29718 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29719
29720         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29721
29722 2013-01-23  David S. Miller  <davem@davemloft.net>
29723
29724         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29725         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29726         argument of CAS if possible.
29727         * sysdeps/sparc/sparc64/bits/atomic.h
29728         (__arch_compare_and_exchange_val_32_acq): Likewise.
29729         (__arch_compare_and_exchange_val_64_acq): Likewise.
29730
29731 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29732
29733         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29734         * sysdeps/posix/ulimit.c: ... this.
29735         Include <limits.h>.
29736         * sysdeps/unix/bsd/ulimit.c: Remove file.
29737
29738 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29739
29740         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29741         (LDFLAGS-tst-array5): Likewise.
29742
29743 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29744
29745         [BZ #15036]
29746         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29747         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29748         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29749         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29750
29751 2013-01-21  David S. Miller  <davem@davemloft.net>
29752
29753         * sysdeps/sparc/backtrace.c: New file.
29754         * sysdeps/sparc/sparc32/backtrace.h: New file.
29755         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29756         * sysdeps/sparc/sparc64/backtrace.h: New file.
29757         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29758         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29759         -funwind-tables.
29760
29761 2013-01-21  Andreas Schwab  <schwab@suse.de>
29762
29763         [BZ #15020]
29764         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29765         closed its stdout.
29766
29767 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29768
29769         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29770         "mpa2.h".
29771         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29772
29773 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29774             Mark Mitchell  <mark@codesourcery.com>
29775             Tom de Vries  <tom@codesourcery.com>
29776             Paul Pluzhnikov  <ppluzhnikov@google.com>
29777
29778         * debug/tst-backtrace2.c: New file.
29779         * debug/tst-backtrace3.c: Likewise.
29780         * debug/tst-backtrace4.c: Likewise.
29781         * debug/tst-backtrace5.c: Likewise.
29782         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29783         (CFLAGS-tst-backtrace3.c): Likewise.
29784         (CFLAGS-tst-backtrace4.c): Likewise.
29785         (CFLAGS-tst-backtrace5.c): Likewise.
29786         (LDFLAGS-tst-backtrace2): Likewise.
29787         (LDFLAGS-tst-backtrace3): Likewise.
29788         (LDFLAGS-tst-backtrace4): Likewise.
29789         (LDFLAGS-tst-backtrace5): Likewise.
29790         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29791         tst-backtrace4 and tst-backtrace5.
29792
29793 2013-01-18  Anton Blanchard  <anton@samba.org>
29794             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29795
29796         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29797         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29798         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29799         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29801         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29802         "+r" and remove output regs list as redundant.  Add explicit inline
29803         asm to specify register of return val to work around compiler codegen
29804         bug.  Remove (int) cast on return value.  Add return type parameter to
29805         use in macro so that this macro does not truncate return value for
29806         64-bit values.
29807         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29808         pass to INTERNAL_VSYSCALL_NCS.
29809         (INLINE_VSYSCALL): Add 'long int' as return type to
29810         INTERNAL_VSYSCALL_NCS macro invocation.
29811         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29812         INTERNAL_VSYSCALL_NCS macro invocation.
29813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29814
29815 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29816
29817         [BZ #14496]
29818         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29819         Fix application of SIMD FP exception mask.
29820
29821         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29822         mp_no from a power of two.
29823         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29824         __mpexp_twomm1.  Use __pow_mp.
29825
29826         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29827         multiplication.
29828
29829 2013-01-17  David S. Miller  <davem@davemloft.net>
29830
29831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29832
29833 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29834
29835         [BZ #15023]
29836         * include/complex.h: Condition contents on [!_COMPLEX_H].
29837         (__kernel_casinhf): New prototype.
29838         (__kernel_casinh): Likewise.
29839         (__kernel_casinhl): Likewise.
29840         * math/Makefile (libm_calls): Add k_casinh.
29841         * math/k_casinh.c: New file.
29842         * math/k_casinhf.c: Likewise.
29843         * math/k_casinhl.c: Likewise.
29844         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29845         finite nonzero arguments.
29846         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29847         finite nonzero arguments.
29848         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29849         finite nonzero arguments.
29850         * math/s_casinh.c: Do not include <float.h>.
29851         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29852         * math/s_casinhf.c: Do not include <float.h>.
29853         (__casinhf): Move code for finite nonzero arguments to
29854         k_casinhf.c.
29855         * math/s_casinhl.c: Do not include <float.h>.
29856         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29857         redefine.
29858         (__casinhl): Move code for finite nonzero arguments to
29859         k_casinhl.c.
29860         * math/libm-test.inc (cacos_test): Add more tests.
29861         * sysdeps/i386/fpu/libm-test-ulps: Update.
29862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29863
29864 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29865
29866         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29867         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29868         [!HAVE_MREMAP]: Remove [defined linux] case.
29869         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29870
29871 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29872
29873         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29874
29875 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29876
29877         * elf/elf.h (R_386_SIZE32): New relocation.
29878         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29879         R_386_SIZE32.
29880         (elf_machine_rela): Likewise.
29881         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29882         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29883
29884 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29885
29886         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29887         (FP_FAST_FMA): Do not define.
29888         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29889         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29890         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29891         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29892         !_SOFT_FLOAT]: Likewise.
29893         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29894         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29895         value.
29896         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29897         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29898         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29899         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29900         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29901         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29902         file.
29903
29904 2013-01-16  Andreas Schwab  <schwab@suse.de>
29905
29906         [BZ #14327]
29907         * include/stdlib.h (__mktemp): Add declaration.
29908         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29909         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29910
29911 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29912
29913         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29914         definitions.
29915         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29916         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29917         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29918         definitions here.
29919         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29920         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29921         definitions.
29922         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29923         and ONE.
29924         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29925         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29926         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29927         definitions.
29928         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29929         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29930         definitions.
29931         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29932
29933         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29934
29935 2013-01-15  David S. Miller  <davem@davemloft.net>
29936
29937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29938         trunc{,f} to libm-sysdep_routes.
29939         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29941         file.
29942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29944         file.
29945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29946         file.
29947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29949         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29950         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29951         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29952         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29953         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29954         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29955
29956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29957         nearbyint{,f} to libm-sysdep_routes.
29958         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29960         New file.
29961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29962         file.
29963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29964         New file.
29965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29966         file.
29967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29969         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29970         file.
29971         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29972         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29973         file.
29974         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29975         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29976         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29977
29978         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29979         libc_feholdexcept and libc_fesetenv.
29980
29981 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29982
29983         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29984
29985 2013-01-14  David S. Miller  <davem@davemloft.net>
29986
29987         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29988         (SPARC_ASM_VIS2_IFUNC): Likewise.
29989         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29991         use of 'siam' instruction.
29992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29993         Likewise.
29994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29995         Likewise.
29996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29997         Likewise.
29998         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29999         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30000         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30003         file.
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30005         file.
30006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30007         file.
30008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30009         file.
30010         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30011         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30012         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30013         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30015         new VIS2 routines.
30016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30019         Likewise.
30020         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30021         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30022         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30023         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30025         routines to libm-sysdep_routines.
30026         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30027
30028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30029         fdim/fdimf to libm-sysdep_routines.
30030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30031         file.
30032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30034         file.
30035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30036         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30038         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30039         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30040         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30041         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30042
30043 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30044
30045         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30046         to optimize copies.
30047
30048         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30049         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30050         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30051
30052         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30053         local variable MPTWO.
30054         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30055         Likewise.
30056
30057 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30058
30059         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30060         GLOB_NOESCAPE.
30061
30062 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30063
30064         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30065
30066 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30067
30068         * manual/pattern.texi (glob_t): Document gl_flags.
30069         (glob64_t): Likewise.
30070
30071 2013-01-11  David S. Miller  <davem@davemloft.net>
30072
30073         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30074         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30075         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30076         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30077         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30078         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30079         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30080         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30081         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30082         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30083         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30084         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30085         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30086
30087         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30088         sparc V9 rather than using V8 code.
30089         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30090         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30091
30092         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30093         Move to...
30094         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30095         Here.
30096
30097 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30098
30099         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30100         not in the main loop.
30101         * configure: Regenerated.
30102
30103 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30104
30105         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30106         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30107         to just #else.
30108         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30109         [!__GLIBC_HAVE_LONG_LONG] case.
30110         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30111         condition to just #else.
30112         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30113         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30114         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30115         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30116         unconditional.
30117         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30118         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30119         #elif condition to just #else.
30120         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30121         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30122         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30123         #elif condition to just #else.
30124
30125 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30126
30127         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30128         (EF_MIPS_ARCH_64): Fix value.
30129         (EF_MIPS_ARCH_32R2): New.
30130         (EF_MIPS_ARCH_64R2): New.
30131
30132 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30133
30134         * Makeconfig (+link-pie-before-libc): New.
30135         (+link-pie-after-libc): Likewise.
30136         (+link-pie-tests): Likewise.
30137         (+link-pie): Rewritten.
30138         (link-before-libc): Remove $(config-LDFLAGS).
30139         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30140         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30141         (config-LDFLAGS): Renamed to ...
30142         (rtld-LDFLAGS): This.
30143         (rtld-tests-LDFLAGS): New macro.
30144         (link-libc-rpath-link): Likewise.
30145         (link-libc-tests-rpath-link): Likewise.
30146         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30147         (link-libc): Prepand $(link-libc-rpath-link).
30148         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30149         (test-program-prefix): New macro.
30150         (test-via-rtld-prefix): Likewise.
30151         (test-program-cmd): Likewise.
30152         (host-test-program-cmd): Likewise.
30153         * Makefile ($(common-objpfx)testrun.sh): Replace
30154         $(run-program-prefix) with $(test-program-prefix).
30155         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30156         $(rtld-LDFLAGS).
30157         ($(common-objpfx)shlib.lds): Likewise.
30158         (build-module-helper): Likewise.
30159         ($(common-objpfx)format.lds): Likewise.
30160         * Rules (binaries-pie-tests): New.
30161         (binaries-pie-notests): Likewise.
30162         (binaries-pie): Rewritten.
30163         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30164         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30165         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30166         (make-test-out): Replace $(host-built-program-cmd) with
30167         $(host-test-program-cmd).
30168         * config.make.in (build-hardcoded-path-in-tests): New variable.
30169         * configure.in (--enable-hardcoded-path-in-tests): New configure
30170         option.
30171         (hardcoded_path_in_tests): New AC_SUBST.
30172         * configure: Regenerated.
30173         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30174         $(built-program-cmd) with $(test-program-cmd).
30175         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30176         (test_program_cmd): This.
30177         * elf/Makefile ($(objpfx)order.out): Run test with
30178         $(test-program-prefix).
30179         ($(objpfx)order2.out): Likewise.
30180         ($(objpfx)tst-initorder.out): Likewise.
30181         ($(objpfx)tst-initorder2.out): Likewise.
30182         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30183         $(test-program-cmd).
30184         ($(objpfx)tst-array1-static.out): Likewise.
30185         ($(objpfx)tst-array2.out): Likewise.
30186         ($(objpfx)tst-array3.out): Likewise.
30187         ($(objpfx)tst-array4.out): Likewise.
30188         ($(objpfx)tst-array5.out): Likewise.
30189         ($(objpfx)tst-array5-static.out): Likewise.
30190         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30191         $(test-program-cmd).
30192         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30193         $(run-program-prefix) with $(test-program-prefix).
30194         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30195         (test_program_prefix): This.
30196         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30197         $(run-program-prefix) with $(test-program-prefix).
30198         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30199         (test_program_prefix): This.
30200         * iconvdata/tst-tables.sh: Likewise.
30201         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30202         $(run-program-prefix) with $(test-program-prefix).
30203         ($(objpfx)tst-translit.out): Likewise.
30204         ($(objpfx)tst-gettext2.out): Likewise.
30205         ($(objpfx)tst-gettext4.out): Likewise.
30206         ($(objpfx)tst-gettext6.out): Likewise.
30207         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30208         (test_program_prefix): This.
30209         * intl/tst-gettext2.sh: Likewise.
30210         * intl/tst-gettext4.sh  Likewise.
30211         * intl/tst-gettext6.sh: Likewise.
30212         * intl/tst-translit.sh: Likewise.
30213         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30214         with $(test-program-cmd).
30215         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30216         $(run-program-prefix) with $(test-program-prefix).
30217         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30218         (test_program_prefix): This.
30219         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30220         $(run-program-prefix) with $(test-program-prefix).
30221         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30222         (test_program_prefix): This.
30223         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30224         * posix/Makefile ($(objpfx)globtest.out): Replace
30225         $(run-via-rtld-prefix) and $(test-wrapper) with
30226         $(test-program-prefix) and $(test-via-rtld-prefix).
30227         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30228         $(test-program-prefix).
30229         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30230         $(host-test-program-cmd).
30231         (tst-spawn-ARGS): Likewise.
30232         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30233         $(test-program-prefix).
30234         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30235         (test_via_rtld_prefix): This.
30236         (test_wrapper): Renamed to ...
30237         (test_program_prefix): This.
30238         (run_program_prefix): Replaced by test_program_prefix.
30239         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30240         (test_program_prefix): This.
30241         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30242         with $(host-test-program-cmd).
30243         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30244         $(run-program-prefix) with $(test-program-prefix).
30245         ($(objpfx)tst-printf.out): Likewise.
30246         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30247         $(test-program-cmd).
30248         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30249         (test_program_prefix): This.
30250         * stdio-common/tst-unbputc.sh: Likewise.
30251         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30252         $(run-program-prefix) with $(test-program-prefix).
30253         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30254         (test_program_prefix): This.
30255         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30256         $(built-program-cmd) with $(test-program-cmd).
30257
30258 2013-01-11  Andreas Jaeger  <aj@suse.de>
30259
30260         [BZ #15003]
30261         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30262         value. Sync with Linux 3.7.
30263
30264 2013-01-10  David S. Miller  <davem@davemloft.net>
30265
30266         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30267         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30268         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30269
30270 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30271
30272         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30273         never set.
30274         * configure: Regenerated.
30275
30276 2013-01-10  David S. Miller  <davem@davemloft.net>
30277
30278         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30279         sparc V9 rather than using V8 code.
30280         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30281         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30282
30283 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30284
30285         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30286         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30287         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30288         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30289         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30290         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30291         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30292         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30293         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30294         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30295         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30296         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30297         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30298         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30299         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30300         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30301         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30302         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30303         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30304         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30305         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30306         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30307         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30308         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30309         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30310         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30311         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30312
30313 2013-01-10  David S. Miller  <davem@davemloft.net>
30314
30315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30316
30317 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30318
30319         * posix/Makefile (tests-static): New variable.
30320         (tests): Add $(tests-static).
30321         (tst-exec-static-ARGS): New variable.
30322         (tst-spawn-static-ARGS): Likewise.
30323         * posix/tst-exec-static.c: New file.
30324         * posix/tst-spawn-static.c: Likewise.
30325         * posix/tst-exec.c: Support run directly.
30326         * posix/tst-spawn.c: Likewise.
30327
30328 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30329
30330         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30331         long.
30332         * math/bits/mathcalls.h (llrint): Likewise.
30333         (llround): Likewise.
30334         * stdlib/stdlib.h (struct drand48_data): Likewise.
30335         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30336         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30337         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30338         Likewise.
30339         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30340         Likewise.
30341         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30342         (elf_greg_t): Likewise.
30343         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30344         (__jmp_buf): Likewise.
30345         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30346         definitions.
30347         (llrint): Likewise, for all definitions.
30348         (llrintl): Likewise.
30349
30350         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30351         Remove [__GNUC__] condition.
30352         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30353         condition to just [__USE_ISOC99].
30354         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30355
30356 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30357
30358         [BZ #14200]
30359         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30360         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30361         defined.
30362         (_POSIX_V6_ILP32_OFF32): Likewise.
30363         (_XBS5_ILP32_OFF32): Likewise.
30364         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30365         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30366
30367 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30368
30369         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30370
30371         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30372         doubles __mpexp_twomm1.  Adjust usage.
30373         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30374         Remove.
30375
30376 2013-01-10  Andreas Schwab  <schwab@suse.de>
30377
30378         [BZ #14964]
30379         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30380         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30381
30382 2013-01-09  David S. Miller  <davem@davemloft.net>
30383
30384         [BZ #15003]
30385         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30386         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30387         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30388         (TCP_FASTOPEN): Define.
30389         (tcp_repair_opt): New structure.
30390         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30391         enum values.
30392         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30393         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30394         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30395         (tcp_cookie_transactions): New structure.
30396
30397 2013-01-09  Anton Blanchard  <anton@samba.org>
30398
30399         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30400         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30401         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30402         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30403
30404 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30405
30406         * include/features.h (__USE_ANSI): Remove.
30407
30408 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30409
30410         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30411
30412         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30413
30414 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30415
30416         * sysdeps/s390/fpu/libm-test-ulps: Update.
30417
30418         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30419
30420         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30421         (__acr): Likewise.
30422         (__cpy): Likewise.
30423         (norm): Likewise.
30424         (denorm): Likewise.
30425         (__mp_dbl): Likewise.
30426         (__dbl_mp): Likewise.
30427         (add_magnitudes): Likewise.
30428         (sub_magnitudes): Likewise.
30429         (__add): Likewise.
30430         (__sub): Likewise.
30431         (__mul): Likewise.
30432         (__inv): Likewise.
30433         (__dvd): Likewise.
30434         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30435         (__acr): Likewise.
30436         (__cpy): Likewise.
30437         (norm): Likewise.
30438         (denorm): Likewise.
30439         (__mp_dbl): Likewise.
30440         (__dbl_mp): Likewise.
30441         (add_magnitudes): Likewise.
30442         (sub_magnitudes): Likewise.
30443         (__add): Likewise.
30444         (__sub): Likewise.
30445         (__mul): Likewise.
30446         (__inv): Likewise.
30447         (__dvd): Likewise.
30448         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30449         (__acr): Likewise.
30450         (__cpy): Likewise.
30451         (norm): Likewise.
30452         (denorm): Likewise.
30453         (__mp_dbl): Likewise.
30454         (__dbl_mp): Likewise.
30455         (add_magnitudes): Likewise.
30456         (sub_magnitudes): Likewise.
30457         (__add): Likewise.
30458         (__sub): Likewise.
30459         (__mul): Likewise.
30460         (__inv): Likewise.
30461         (__dvd): Likewise.
30462
30463 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30464
30465         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30466         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30467         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30468         2 && __USE_EXTERN_INLINES]: Likewise.
30469
30470 2013-01-08  Andreas Jaeger  <aj@suse.de>
30471
30472         [BZ# 14985]
30473         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30474         Remove.
30475         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30476         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30477
30478 2013-01-07  Anton Blanchard  <anton@samba.org>
30479
30480         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30481         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30482         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30483         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30484         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30485         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30486         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30487         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30488         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30489         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30490         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30491         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30492         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30493         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30494         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30495         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30496         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30497         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30498         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30499         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30500         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30501         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30502         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30503         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30504         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30505         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30506         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30507         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30508         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30509         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30510         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30511         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30512         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30513         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30514         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30515         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30516         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30517         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30518         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30519         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30520         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30521         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30522         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30523
30524 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30525
30526         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30527         (__MALLOC_PMT): Likewise.
30528         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30529         [__GNUC__], only on [_LIBC].
30530         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30531         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30532         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30533         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30534         forward declaration.
30535         (realloc_hook_ini): Likewise.
30536         (memalign_hook_ini): Likewise.
30537         (__libc_memalign): Do not use __MALLOC_PMT in variable
30538         declaration.
30539         (__libc_valloc): Likewise.
30540         (__libc_pvalloc): Likewise.
30541         (__libc_calloc): Likewise.
30542         (__posix_memalign): Likewise.
30543
30544         [BZ #14996]
30545         * math/s_casinh.c: Include <float.h>.
30546         (__casinh): Do not do computation with squaring and square root
30547         for large arguments.
30548         * math/s_casinhf.c: Include <float.h>.
30549         (__casinhf): Do not do computation with squaring and square root
30550         for large arguments.
30551         * math/s_casinhl.c: Include <float.h>.
30552         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30553         (__casinhl): Do not do computation with squaring and square root
30554         for large arguments.
30555         * math/libm-test.inc (casin_test): Add more tests.
30556         (casinh_test): Likewise.
30557         * sysdeps/i386/fpu/libm-test-ulps: Update.
30558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30559
30560 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30561
30562         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30563         (__x86_64_raw_data_cache_size): Likewise.
30564         (__x86_64_data_cache_size_half): Likewise.
30565         (__x86_64_raw_data_cache_size_half): Likewise.
30566         (__x86_64_shared_cache_size): Likewise.
30567         (__x86_64_raw_shared_cache_size): Likewise.
30568         (__x86_64_shared_cache_size_half): Likewise.
30569         (__x86_64_raw_shared_cache_size_half): Likewise.
30570         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30571         to ...
30572         (__x86_data_cache_size): This.
30573         (__x86_64_raw_data_cache_size): Renamed to ...
30574         (__x86_raw_data_cache_size): This.
30575         (__x86_64_data_cache_size_half): Renamed to ...
30576         (__x86_data_cache_size_half): This.
30577         (__x86_64_raw_data_cache_size_half): Renamed to ...
30578         (__x86_raw_data_cache_size_half): This.
30579         (__x86_64_shared_cache_size): Renamed to ...
30580         (__x86_shared_cache_size): This.
30581         (__x86_64_raw_shared_cache_size): Renamed to ...
30582         (__x86_raw_shared_cache_size): This.
30583         (__x86_64_shared_cache_size_half): Renamed to ...
30584         (__x86_shared_cache_size_half): This.
30585         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30586         (__x86_raw_shared_cache_size_half): This.
30587         * sysdeps/x86_64/memcpy.S: Updated.
30588         * sysdeps/x86_64/memset.S: Likewise.
30589         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30590         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30591         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30592
30593 2013-01-04  David S. Miller  <davem@davemloft.net>
30594
30595         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30596
30597 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30598
30599         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30600         1 to avoid redefinition warning.
30601         (__USE_GNU): Don't define.
30602         (init_signaling_nan): Protoize.
30603
30604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30605
30606 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30607
30608         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30609         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30610         (__cpymn): Likewise.
30611         (norm): Remove commented code.
30612         (denorm): Likewise.
30613         (__mp_dbl): Likewise.
30614         (__inv): Likewise.
30615         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30616         (__cpymn): Likewise.
30617         (norm): Remove commented code.
30618         (denorm): Likewise.
30619         (__mp_dbl): Likewise.
30620         (__inv): Likewise.
30621
30622         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30623         mp_no value for 1.0 and 2.0.
30624         (norm): Use RADIXI instead of radixi.d.
30625         (denorm): Likewise.
30626         (__mul): Use 0.0 instead of zero.d.
30627         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30628         mp_no value for 1.0 and 2.0.
30629         (norm): Use RADIXI instead of radixi.d.
30630         (denorm): Likewise.
30631         (__mul): Use 0.0 instead of zero.d.
30632
30633 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30634
30635         [BZ #14994]
30636         * math/s_casinh.c (__casinh): Reduce finite argument to first
30637         quadrant then set signs of results at the end.
30638         * math/s_casinhf.c (__casinhf): Likewise.
30639         * math/s_casinhl.c (__casinhl): Likewise.
30640         * math/libm-test.inc (casin_test): Add more tests.
30641         (casinh_test): Likewise.
30642         * sysdeps/i386/fpu/libm-test-ulps: Update.
30643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30644
30645 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30646
30647         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30648
30649         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30650
30651         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30652         declarations.
30653         (denorm): Likewise.
30654         (__mp_dbl): Likewise.
30655         (__inv): Likewise.
30656
30657         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30658         and adjust the header comment.
30659
30660         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30661         variable name from declaration.
30662
30663 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30664
30665         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30666         Initialize COMMON_CPUID_INDEX_7 element.
30667         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30668         (CPUID_RTM): Likewise.
30669         (HAS_RTM): Likewise.
30670         (COMMON_CPUID_INDEX_7): New enum.
30671
30672 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30673
30674         [BZ #14981]
30675         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30676         size is zero, record memory as freed.
30677
30678 2013-01-03  Andreas Jaeger  <aj@suse.de>
30679
30680         * po/ia.po: Add new Interlingua translation.
30681
30682 2012-01-03  Allan McRae  <allan@archlinux.org>
30683
30684         * locale/programs/localedef.c: Fix description of '--posix' flag.
30685
30686 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30687
30688         * NEWS: Update dates in second copyright notice.
30689         * README: Update copyright dates in example.
30690         * manual/libc.texinfo: Update copyright dates.
30691         * scripts/test-installation.pl: Update copyright date in --version
30692         output.
30693
30694         * hurd/ctty-input.c: Fix copyright notice formatting.
30695         * hurd/ctty-output.c: Likewise.
30696         * hurd/dtable.c: Likewise.
30697         * hurd/hurd-raise.c: Likewise.
30698         * hurd/hurdprio.c: Likewise.
30699         * hurd/msgportdemux.c: Likewise.
30700         * misc/sys/file.h: Likewise.
30701         * misc/sys/ioctl.h: Likewise.
30702         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30703         * sysdeps/mach/hurd/chdir.c: Likewise.
30704         * sysdeps/mach/hurd/fchdir.c: Likewise.
30705         * sysdeps/mach/hurd/rename.c: Likewise.
30706         * sysdeps/mach/hurd/rmdir.c: Likewise.
30707         * sysdeps/mach/hurd/seekdir.c: Likewise.
30708         * sysdeps/mach/hurd/setsid.c: Likewise.
30709         * sysdeps/posix/wait3.c: Likewise.
30710
30711         * All files with FSF copyright notices: Update copyright dates
30712         using scripts/update-copyrights.
30713         * intl/plural.c: Regenerated.
30714         * locale/programs/charmap-kw.h: Likewise.
30715         * locale/programs/locfile-kw.h: Likewise.
30716
30717 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30718
30719         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30720         four values.
30721
30722         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30723         calculation loop and add branch prediction.
30724
30725         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30726         check access beyond bounds of m1np.
30727
30728         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30729         MPTWO.
30730         (__inv): Remove local variable MPTWO to use the global
30731         constant.
30732         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30733         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30734         variable MPTWO.
30735         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30736         MP3HALFS static const.
30737
30738 2013-01-01  David S. Miller  <davem@davemloft.net>
30739
30740         * po/ca.po: Update from translation team.
30741
30742 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30743
30744         * scripts/update-copyrights: New file.
30745         * Makeconfig: Reformat copyright notice.
30746         * ctype/ctype.h: Likewise.
30747         * debug/swprintf_chk.c: Likewise.
30748         * elf/dl-cache.c: Likewise.
30749         * elf/dl-debug.c: Likewise.
30750         * elf/dl-object.c: Likewise.
30751         * grp/initgroups.c: Likewise.
30752         * hurd/Makefile: Likewise.
30753         * hurd/hurd/signal.h: Likewise.
30754         * hurd/hurdfault.c: Likewise.
30755         * hurd/hurdioctl.c: Likewise.
30756         * hurd/hurdlookup.c: Likewise.
30757         * hurd/intr-msg.c: Likewise.
30758         * iconv/gconv_open.c: Likewise.
30759         * libio/swprintf.c: Likewise.
30760         * locale/lc-ctype.c: Likewise.
30761         * locale/nl_langinfo.c: Likewise.
30762         * mach/Machrules: Likewise.
30763         * mach/Makefile: Likewise.
30764         * malloc/obstack.h: Likewise.
30765         * manual/Makefile: Likewise.
30766         * manual/tsort.awk: Likewise.
30767         * misc/bits/stab.def: Likewise.
30768         * nis/nis_print_group_entry.c: Likewise.
30769         * nis/nis_table.c: Likewise.
30770         * nis/nss_compat/compat-pwd.c: Likewise.
30771         * nis/nss_compat/compat-spwd.c: Likewise.
30772         * po/Makefile: Likewise.
30773         * posix/fnmatch.c: Likewise.
30774         * posix/regex.h: Likewise.
30775         * resolv/Makefile: Likewise.
30776         * resolv/nss_dns/dns-network.c: Likewise.
30777         * resolv/res_hconf.c: Likewise.
30778         * scripts/gen-sorted.awk: Likewise.
30779         * soft-fp/soft-fp.h: Likewise.
30780         * stdio-common/printf.h: Likewise.
30781         * stdlib/monetary.h: Likewise.
30782         * stdlib/random.c: Likewise.
30783         * stdlib/random_r.c: Likewise.
30784         * sysdeps/generic/Makefile: Likewise.
30785         * sysdeps/gnu/Makefile: Likewise.
30786         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30787         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30788         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30789         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30790         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30791         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30792         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30793         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30794         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30795         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30796         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30797         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30798         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30799         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30800         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30801         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30802         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30803         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30804         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30805         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30806         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30807         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30808         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30809         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30810         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30811         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30812         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30813         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30814         * sysdeps/mach/hurd/errnos.awk: Likewise.
30815         * sysdeps/mach/hurd/fork.c: Likewise.
30816         * sysdeps/mach/hurd/getcwd.c: Likewise.
30817         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30818         * sysdeps/mach/hurd/mmap.c: Likewise.
30819         * sysdeps/mach/hurd/utimes.c: Likewise.
30820         * sysdeps/mach/hurd/xmknod.c: Likewise.
30821         * sysdeps/posix/profil.c: Likewise.
30822         * sysdeps/posix/readdir_r.c: Likewise.
30823         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30824         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30825         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30826         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30827         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30828         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30829         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30830         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30831         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30832         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30833         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30834         * sysdeps/pthread/lio_listio.c: Likewise.
30835         * sysdeps/sparc/dl-procinfo.h: Likewise.
30836         * sysdeps/unix/i386/sysdep.S: Likewise.
30837         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30838         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30839         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30840         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30842         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30843         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30844         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30845         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30846         * sysdeps/wordsize-32/divdi3.c: Likewise.
30847         * time/sys/time.h: Likewise.
30848         * wcsmbs/Makefile: Likewise.
30849
30850 2013-01-01  David S. Miller  <davem@davemloft.net>
30851
30852         * po/fr.po: Update from translation team.
30853
30854         * catgets/gencat.c: Update copyright year.
30855         * csu/version.c: Likewise.
30856         * debug/catchsegv.sh: Likewise.
30857         * debug/pcprofiledump.c: Likewise.
30858         * debug/xtrace.sh: Likewise.
30859         * elf/ldconfig.c: Likewise.
30860         * elf/ldd.bash.in: Likewise.
30861         * elf/pldd.c: Likewise.
30862         * elf/sotruss.ksh: Likewise.
30863         * elf/sprof.c: Likewise.
30864         * iconv/iconv_prog.c: Likewise.
30865         * iconv/iconvconfig.c: Likewise.
30866         * locale/programs/locale.c: Likewise.
30867         * locale/programs/localedef.c: Likewise.
30868         * login/programs/pt_chown.c: Likewise.
30869         * malloc/memusage.sh: Likewise.
30870         * malloc/memusagestat.c: Likewise.
30871         * malloc/mtrace.pl: Likewise.
30872         * nscd/nscd.c: Likewise.
30873         * nss/getent.c: Likewise.
30874         * nss/makedb.c: Likewise.
30875         * posix/getconf.c: Likewise.
30876
30877 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30878
30879         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30880         numbers.
30881
30882 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30883
30884         * math/bits/mathcalls.h (modf): Use __nonnull.
30885
30886 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30887
30888         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30889         (split): Use macro CN instead of the bare value.
30890         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30891         could be used.
30892         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30893         instead of the bare value.
30894         (power1): Likewise.
30895
30896 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30897
30898         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30899         __ATAN_TWOM.
30900         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30901
30902         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30903         their values.
30904         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30905         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30906         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30907         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30908
30909 2012-12-28  Andreas Jaeger  <aj@suse.de>
30910
30911         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30912         values are from Linux 3.7.
30913
30914         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30915         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30916
30917 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30918
30919         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30920         TRUE case.
30921
30922         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30923         (norm): Likewise.
30924         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30925         variables with preprocessor constants.
30926         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30927         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30928         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30929
30930 2012-12-27  Bruno Haible  <bruno@clisp.org>
30931
30932         [BZ #14317]
30933         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30934         only if needed.
30935
30936 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30937
30938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30939         and use variable directly.
30940         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30941
30942         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30943         MPONE.
30944         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30945         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30946         variable MPONE.
30947         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30948         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30949         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30950         include directive.  Remove local variable MPONE.
30951         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30952         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30953         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30954
30955 2012-12-25  David S. Miller  <davem@davemloft.net>
30956
30957         * version.h (RELEASE): Set to "development".
30958         (VERSION): Set to "2.17.90".
30959         * NEWS: Add 2.18 section.
30960
30961 2012-12-21  David S. Miller  <davem@davemloft.net>
30962
30963         * po/hr.po: Update from translation team.
30964
30965 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30966
30967         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30968
30969 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30970
30971         * NEWS:  Mention new memcpy for MIPS.
30972
30973 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30974
30975         * manual/contrib.texi (Contributors): Spelling correction.
30976
30977 2012-12-15  David S. Miller  <davem@davemloft.net>
30978
30979         * po/ru.po: Update from translation team.
30980
30981 2012-12-13  David S. Miller  <davem@davemloft.net>
30982
30983         * NEWS: Mention IFUNC testsuite enhancements.
30984
30985         * po/pl.po: Update from translation team.
30986         * po/bg.po: Likewise.
30987
30988         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30989         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30990
30991 2012-12-11  David S. Miller  <davem@davemloft.net>
30992
30993         * po/sv.po: Update from translation team.
30994
30995         * po/vi.po: Update from translation team.
30996
30997         * po/cs.po: Update from translation team.
30998
30999         * po/de.po: Update from translation team.
31000         * po/eo.po: Likewise.
31001         * po/nl.po: Likewise.
31002
31003 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31004
31005         [BZ #14246]
31006         * manual/argp.texi (Argp Helper Functions): Move node to follow
31007         Argp Parsing State.
31008
31009         [BZ #14872]
31010         * manual/conf.texi (Limits on File System Capacity): Mention if
31011         terminating null is included in the max size.
31012
31013 2012-12-10  Andreas Jaeger  <aj@suse.de>
31014
31015         * po/cs.po: Update from translation team.
31016
31017 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31018
31019         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31020         void pointer and cast to uintptr_t.
31021         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31022         path.
31023         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31024         * sysdeps/s390/s390-64/memset.S: Likewise.
31025
31026 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31027
31028         [BZ #14833]
31029         * menual/message.texi (Message Translation): Fix typos.
31030         (Helper programs for gettext): Likewise.
31031
31032 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31033
31034         [BZ #14898]
31035         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31036         Change to -1.
31037
31038 2012-12-07  David S. Miller  <davem@davemloft.net>
31039
31040         * po/libc.pot: Update.
31041
31042 2012-12-07  Richard Henderson  <rth@redhat.com>
31043
31044         [BZ #10114]
31045         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31046         normal/normal case to before the switch.
31047         (_FP_DIV): Likewise.
31048
31049 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31050             Mike Frysinger  <vapier@gentoo.org>
31051
31052         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31053         check for __NR_fadvise64_64.
31054
31055 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31056
31057         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31058         0, not just to plain "0" as a statement.
31059         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31060         with cw.
31061
31062 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31063
31064         * NEWS: Use sourceware.org in Bugzilla URL.
31065
31066 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31067
31068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31069         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31070
31071         * stdio-common/tst-put-error.c (do_test): Add newline to the
31072         padded test to ensure flush.
31073
31074 2012-12-05  Jeff Law  <law@redhat.com>
31075
31076         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31077
31078 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31079
31080         * README: Don't refer to ports add-on as distributed separately.
31081         Mention AArch64 in list of systems supported in the ports add-on.
31082
31083         * LICENSES: Add more non-FSF copyright and license notices.
31084
31085         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31086         ((unused)).
31087
31088         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31089
31090         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31091         10000 as width of padded output.
31092
31093 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31094
31095         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31096
31097         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31098         variable LX with __attribute__ ((unused)).
31099         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31100         Likewise.
31101         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31102         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31103         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31104         with __attribute__ ((unused)).
31105
31106 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31107
31108         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31109
31110 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31111
31112         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31113         (CFLAGS-nldbl-acos.c): New variable.
31114         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31115         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31116         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31117         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31118         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31119         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31120         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31121         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31122         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31123         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31124         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31125         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31126         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31127         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31128         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31129         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31130         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31131         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31132         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31133         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31134         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31135         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31136         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31137         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31138         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31139         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31140         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31141         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31142         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31143         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31144         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31145         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31146         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31147         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31148         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31149         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31150         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31151         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31152         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31153         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31154         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31155         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31156         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31157         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31158         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31159         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31160         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31161         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31162         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31163         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31164         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31165         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31166         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31167         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31168         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31169         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31170         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31171         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31172         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31173         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31174         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31175         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31176         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31177         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31178         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31207         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31208         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31209         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31210         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31211
31212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31213         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31214
31215         [BZ #14914]
31216         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31217         whole low double instead of just low 47 bits when splitting values
31218         into two parts.
31219
31220 2012-12-03  Allan McRae  <allan@archlinux.org>
31221
31222         * manual/stdio.texi (Predefined Printf Handlers): Remove
31223         @hsep and @vsep usage.
31224
31225 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31226
31227         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31228         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31229
31230 2012-12-03  Jeff Law  <law@redhat.com>
31231
31232         * time/sys/time.h (settimeofday): Do not mark TV argument
31233         as __nonnull.
31234
31235 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31236
31237         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31238         when currently writing and seek to current position when not.
31239         * libio/Makefile (tests): Remove bug-fclose1.
31240         * libio/bug-fclose1.c: Delete.
31241
31242 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31243
31244         * manual/arith.texi (feenableexcept): Fix typo.
31245         (fedisableexcept): Likewise.
31246
31247 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31248
31249         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31250         second, differently-typed declaration, rather than a cast.
31251
31252 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31253
31254         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31255         * include/rpc/svc.h: ... here.
31256
31257 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31258
31259         [BZ #13013]
31260         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31261         depending n and resplen2 to catch cases where answer
31262         equals answerp2.
31263
31264 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31265
31266         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31267         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31268
31269 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31270
31271         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31272
31273 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31274
31275         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31276
31277 2012-11-28  Jeff Law  <law@redhat.com>
31278
31279         [BZ #13761]
31280         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31281         dataset_temporary.  Track alloca usage into alloca_used.
31282         If dataset is large allocate and release it via malloc/free.
31283
31284 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31285
31286         [BZ #14197]
31287         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31288
31289 2012-11-28  David S. Miller  <davem@davemloft.net>
31290
31291         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31292
31293 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31294
31295         [BZ #14803]
31296         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31297         of pi/2 rounded to nearest to 64 bits.
31298         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31299         nearest to 64 bits.
31300         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31301         bits.
31302
31303 2012-11-28  Jeff Law <law@redhat.com>
31304             Martin Osvald <mosvald@redhat.com>
31305
31306         [BZ #14889]
31307         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31308         * sunrpc/svc.c: Include time.h.
31309         (__svc_accept_failed): New function.
31310         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31311         any reason other than EINTR, call __svc_accept_failed.
31312         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31313         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31314
31315 2012-11-28  Andreas Schwab  <schwab@suse.de>
31316
31317         * scripts/abilist.awk: Also handle indirect functions in .opd
31318         section.
31319
31320 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31321
31322         [BZ #13881]
31323         * sysdeps/x86/fpu/powl_helper.c: New file.
31324         * sysdeps/x86/fpu/Makefile: Likewise.
31325         * sysdeps/i386/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         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31330         (p3): New object.
31331         (__ieee754_powl): Use __powl_helper for finite arguments except
31332         integer exponents below 8.
31333         * math/libm-test.inc (pow_test): Add more tests and enable some
31334         previously disabled tests.
31335         * sysdeps/i386/fpu/libm-test-ulps: Update.
31336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31337
31338 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31339             Carlos O'Donell  <carlos_odonell@mentor.com>
31340
31341         * nss/makedb.c (is_prime): Assert that input is odd and greater
31342         than 4.  Note that fact in a comment too.
31343         (next_prime): Add 4 to input.
31344
31345 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31346
31347         [BZ #11741]
31348         * libio/Makefile (tests): Add test case tst-fwrite-error.
31349         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31350         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31351         * libio/tst-fwrite-error.c: New test case.
31352
31353 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31354
31355         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31356         before casting to void *.
31357         * include/libc-internal.h (__pointer_type): New macro.
31358         (__integer_if_pointer_type_sub): Likewise.
31359         (__integer_if_pointer_type): Likewise.
31360         (cast_to_integer): Likewise.
31361         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31362         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31363         before casting to atomic64_t.
31364         (atomic_exchange_acq): Likewise.
31365         (__arch_exchange_and_add_body): Likewise.
31366         (__arch_add_body): Likewise.
31367         (atomic_add_negative): Likewise.
31368         (atomic_add_zero): Likewise.
31369
31370 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31371
31372         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31373         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31374         (add_fdes): Likewise.
31375         (linear_search_fdes): Likewise.
31376         (binary_search_unencoded_fdes): Likewise.
31377
31378 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31379
31380         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31381
31382 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31383
31384         * configure.in: Autodetect C++ header directories.
31385         * configure: Regenerated.
31386
31387 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31388
31389         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31390
31391 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31392
31393         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31394
31395 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31396
31397         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31398         LDBL_MANT_DIG == 106]: Disable some tests.
31399         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31400         Likewise.
31401         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31402         Likewise.
31403
31404         [BZ #14871]
31405         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31406         input for small inputs.  Return +/- pi/2 for large inputs.
31407         * math/libm-test.inc (atan_test): Add more tests.
31408
31409         * sysdeps/generic/unwind-dw2-fde-glibc.c
31410         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31411         __attribute__ ((unused)).
31412
31413         [BZ #14645]
31414         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31415         x * y if x and y are nonzero and z is zero.
31416
31417         [BZ #14811]
31418         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31419         nonzero exponents with absolute value below 0x1p-117 to +/-
31420         0x1p-117.
31421
31422         [BZ #14869]
31423         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31424         up arguments below 2**-450, not just those below 2**-500.
31425         * math/libm-test.inc (hypot_test): Add another test.
31426
31427         [BZ #14868]
31428         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31429         Return a+b for ratio over 2**120, not 2**60.
31430         * math/libm-test.inc (hypot_test): Add another test.
31431
31432         * math/libm-test.inc (clog_test): Use
31433         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31434         (clog10_test): Likewise.
31435
31436         [BZ #6778]
31437         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31438
31439 2012-11-22  Andreas Schwab  <schwab@suse.de>
31440
31441         * sysdeps/i386/fpu/libm-test-ulps: Update.
31442
31443 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31444
31445         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31446         printf output with newline.
31447
31448 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31449
31450         [BZ #14865]
31451         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31452         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31453         -z nodlopen, -z initfirst and -z execstack support.
31454         * configure: Regenerated.
31455
31456         * elf/elf.h (DF_1_NODIRECT): New macro.
31457         (DF_1_IGNMULDEF): Likewise.
31458         (DF_1_NOKSYMS): Likewise.
31459         (DF_1_NOHDR): Likewise.
31460         (DF_1_EDITED): Likewise.
31461         (DF_1_NORELOC): Likewise.
31462         (DF_1_SYMINTPOSE): Likewise.
31463         (DF_1_GLOBAUDIT): Likewise.
31464         (DF_1_SINGLETON): Likewise.
31465         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31466         DT_1_SUPPORTED_MASK bits.
31467         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31468
31469 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31470
31471         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31472
31473 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31474
31475         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31476         macro.
31477
31478         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31479         (sendmmsg): Move declarations...
31480         * socket/sys/socket.h: ... here.
31481         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31482         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31483         include it from...
31484         * socket/recvmmsg.c: ... this new file.
31485         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31486         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31487         definition of __sendmmsg hidden.
31488         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31489         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31490         Move ENOSYS stub into and include it from...
31491         * socket/sendmmsg.c: ... this new file.
31492         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31493         (sysdep_routines): Move recvmmsg and sendmmsg...
31494         * socket/Makefile (routines): ... here.
31495         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31496         (GLIBC_PRIVATE): Add __sendmmsg.
31497         * include/sys/socket.h (__sendmmsg): Add declarations.
31498         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31499         sendmmsg.
31500
31501 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31502
31503         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31504         variable I1 with __attribute__ ((unused)).
31505         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31506
31507 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31508
31509         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31510         DUMMY variables with __attribute__ ((unused)).
31511
31512         * bits/byteswap.h: Include <bits/types.h>.
31513         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31514
31515 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31516
31517         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31518         string_t.  Do not manually set errno.
31519         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31520         length with __strnlen.  Make sure to both set errno and return it on
31521         failure.
31522
31523 2012-11-19  David S. Miller  <davem@davemloft.net>
31524
31525         With help from Joseph Myers.
31526         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31527         very large arguments properly.
31528         * math/libm-test.inc (atan_test): New tests.
31529         (atan2_test): New tests.
31530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31531         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31532
31533 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31534
31535         [BZ #14856]
31536         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31537         Define to 3.
31538
31539         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31540         [POSIX] (EADDRNOTAVAIL): Likewise.
31541         [POSIX] (EAFNOSUPPORT): Likewise.
31542         [POSIX] (EALREADY): Likewise.
31543         [POSIX] (ECONNABORTED): Likewise.
31544         [POSIX] (ECONNREFUSED): Likewise.
31545         [POSIX] (ECONNRESET): Likewise.
31546         [POSIX] (EDESTADDRREQ): Likewise.
31547         [POSIX] (EDQUOT): Likewise.
31548         [POSIX] (EHOSTUNREACH): Likewise.
31549         [POSIX] (EIDRM): Likewise.
31550         [POSIX] (EISCONN): Likewise.
31551         [POSIX] (ELOOP): Likewise.
31552         [POSIX] (EMULTIHOP): Likewise.
31553         [POSIX] (ENETDOWN): Likewise.
31554         [POSIX] (ENETUNREACH): Likewise.
31555         [POSIX] (ENOBUFS): Likewise.
31556         [POSIX] (ENODATA): Likewise.
31557         [POSIX] (ENOLINK): Likewise.
31558         [POSIX] (ENOMSG): Likewise.
31559         [POSIX] (ENOPROTOOPT): Likewise.
31560         [POSIX] (ENOSR): Likewise.
31561         [POSIX] (ENOSTR): Likewise.
31562         [POSIX] (ENOTCONN): Likewise.
31563         [POSIX] (ENOTSOCK): Likewise.
31564         [POSIX] (EOPNOTSUPP): Likewise.
31565         [POSIX] (EOVERFLOW): Likewise.
31566         [POSIX] (EPROTO): Likewise.
31567         [POSIX] (EPROTONOSUPPORT): Likewise.
31568         [POSIX] (EPROTOTYPE): Likewise.
31569         [POSIX] (ESTALE): Likewise.
31570         [POSIX] (ETIME): Likewise.
31571         [POSIX] (ETXTBSY): Likewise.
31572         [POSIX] (EWOULDBLOCK): Likewise.
31573         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31574         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31575         [POSIX] (SEEK_CUR): Likewise.
31576         [POSIX] (SEEK_END): Likewise.
31577         [POSIX || UNIX98] (mode_t): Do not require.
31578         [POSIX] (off_t): Likewise.
31579         [POSIX] (pid_t): Likewise.
31580         [POSIX] (sys/stat.h): Do not allow header.
31581         [POSIX] (unistd.h): Likewise.
31582         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31583         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31584         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31585         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31586         require.
31587         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31588         sigevent): Specify elements.
31589         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31590         entry.
31591         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31592         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31593
31594         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31595         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31596         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31597         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31598         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31599         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31600         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31601         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31602         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31603         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31604         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31605         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31606         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31607         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31608         Likewise.
31609         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31610         Likewise.
31611         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31612         Likewise.
31613         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31614         Likewise.
31615         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31616         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31617         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31618         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31619         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31620         Specify lower bound on value.
31621         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31622         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31623         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31624         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31625         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31626         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31627         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31628         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31629         value.
31630         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31631         as optional.
31632         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31633         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31634         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31635         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31636         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31637         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31638         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31639         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31640         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31641         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31642         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31643         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31644         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31645         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31646         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31647         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31648         entry.
31649         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31650         optional.
31651         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31652         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31653         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31654         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31655         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31656         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31657         Likewise.
31658         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31659         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31660         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31661         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31662         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31663         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31664         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31665         as optional.
31666         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31667         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31668         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31669         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31670         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31671         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31672         specify as optional.
31673         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31674         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31675         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31676         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31677         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31678         [XPG3] (NL_LANGMAX): Likewise.
31679         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31680         [POSIX || XPG3] (NL_NMAX): Likewise.
31681         [POSIX || XPG3] (NL_SETMAX): Likewise.
31682         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31683         [XPG3] (NZERO): Likewise.
31684         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31685         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31686         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31687         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31688         (REG_ERANGE): Expect.
31689         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31690         optional-constant.
31691         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31692         Use (void) in prototype.
31693         [POSIX] (*_t): Allow.
31694         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31695         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31696         (WRDE_BADVAL): Expect.
31697
31698         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31699         expect.
31700         [XPG3 || XPG4] (O_RSYNC): Likewise.
31701         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31702         Likewise.
31703         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31704         [XPG3 || XPG4] (sigqueue): Likewise.
31705         [XPG3 || XPG4] (sigtimedwait): Likewise.
31706         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31707         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31708         [XPG3 || XPG4] (vsnprintf): Likewise.
31709         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31710         Likewise.
31711         [XPG3 || XPG4] (blksize_t): Likewise.
31712         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31713         Likewise.
31714         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31715         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31716         [XPG3 || XPG4] (struct itimerspec): Likewise.
31717         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31718         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31719         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31720         [XPG3 || XPG4] (clockid_t): Likewise.
31721         [XPG3 || XPG4] (timer_t): Likewise.
31722         [XPG3 || XPG4] (clock_getres): Likewise.
31723         [XPG3 || XPG4] (clock_gettime): Likewise.
31724         [XPG3 || XPG4] (clock_settime): Likewise.
31725         [XPG3 || XPG4] (nanosleep): Likewise.
31726         [XPG3 || XPG4] (timer_create): Likewise.
31727         [XPG3 || XPG4] (timer_delete): Likewise.
31728         [XPG3 || XPG4] (timer_gettime): Likewise.
31729         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31730         [XPG3 || XPG4] (timer_settime): Likewise.
31731         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31732         [XPG3 || XPG4] (getlogin_r): Likewise.
31733         [XPG3 || XPG4] (pread): Likewise.
31734         [XPG3 || XPG4] (pthread_atfork): Likewise.
31735         [XPG3 || XPG4] (pwrite): Likewise.
31736
31737         [BZ #14835]
31738         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31739         <bits/siginfo.h>.
31740
31741 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31742
31743         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31744         finalizing MALLSTREAM.
31745
31746         * sysdeps/mach/hurd/syncfs.c: New file.
31747
31748 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31749
31750         [BZ #14719]
31751         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31752         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31753         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31754         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31755         (_nss_dns_gethostbyname4_r): Likewise.
31756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31757         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31758
31759 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31760
31761         [BZ #13763]
31762         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31763
31764 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31765
31766         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31767         * elf/cache.c (print_entry): Print ",AArch64" for
31768         FLAG_AARCH64_LIB64
31769
31770         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31771         * elf/cache.c (print_entry): Print ",hard-float" for
31772         FLAG_ARM_LIBHF.
31773
31774 2012-11-18  David S. Miller  <davem@davemloft.net>
31775
31776         With help from Joseph Myers.
31777         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31778         cutoff to 2**-13.
31779         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31780         cutoff to 2**-25.
31781         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31782         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31783         small.
31784         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31785         * math/libm-test.inc (y0_test): New tests.
31786         (y1_test): New tests.
31787         * sysdeps/i386/fpu/libm-test-ulps: Update.
31788         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31789         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31790
31791 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31792
31793         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31794         64-bit targets.
31795         * configure: Regenerated.
31796
31797 2012-11-17  David S. Miller  <davem@davemloft.net>
31798
31799         [BZ #14811]
31800         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31801         nonzero exponents with absolute value below 0x1p-128 to +/-
31802         0x1p-128.
31803
31804 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31805
31806         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31807
31808         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31809
31810         * posix/getconf-speclist.c: New file.
31811         * posix/posix-envs.def: Likewise.
31812         * posix/confstr.c (START_ENV_GROUP): New macro.
31813         (END_ENV_GROUP): Likewise.
31814         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31815         (KNOWN_PRESENT_ENV_STRING): Likewise.
31816         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31817         (UNKNOWN_ENVIRONMENT): Likewise.
31818         (confstr): Include posix-envs.def instead of handling
31819         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31820         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31821         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31822         (END_ENV_GROUP): Likewise.
31823         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31824         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31825         (UNKNOWN_ENVIRONMENT): Likewise.
31826         (__sysconf): Include posix-envs.def instead of handling associated
31827         cases directly here.
31828         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31829         preprocessing getconf-speclist.c rather than running getconf or
31830         generating empty file.
31831
31832 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31833
31834         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31835
31836 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31837
31838         [BZ #14672]
31839         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31840
31841 2012-11-16  David S. Miller  <davem@davemloft.net>
31842
31843         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31844         smaller than LDBL_EPSILON/2.0L, just return xm1.
31845
31846 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31847
31848         * elf/tst-array1.c (init): Set constructor priority to 1000.
31849         (fini): Set destructor priority to 1000.
31850         * elf/tst-array2dep.c: Likewise.
31851
31852 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31853
31854         [BZ #11741]
31855         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31856         (_IO_new_file_xsputn): Also return EOF if none of the input
31857         data was written when overflow failed.
31858         * libio/iopadn.c (_IO_padn): Likewise.
31859         * libio/iowpadn.c (_IO_wpadn): Likewise.
31860         * stdio-common/tst-put-error.c: Add copyright notice.
31861         (do_test): Add case for printing padded string.
31862         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31863         _IO_padn returned error.
31864         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31865         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31866         return EOF.
31867
31868 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31869
31870         * libio/libioP.h: Add comment note that the references to C++
31871         bits are now obsolete.
31872
31873 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31874
31875         * math/libm-test.inc (check_complex): Use asprintf.
31876
31877 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31878
31879         * debug/pcprofiledump.c (print_version): Update copyright year.
31880         * malloc/memusagestat.c (print_version): Likewise.
31881
31882 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31883
31884         [BZ #14831]
31885         * elf/Makefile (tests): Add tst-audit8.
31886         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31887         ($(objpfx)tst-audit8.out): New target.
31888         (tst-audit8-ENV): New variable.
31889         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31890         audit if l_reloc_result is NULL.
31891         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31892         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31893         * elf/tst-audit8.c: New file.
31894
31895 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31896
31897         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31898         * misc/Makefile (CFLAGS-select.c): Define.
31899         * posix/Makefile (CFLAGS-pause.c): Define.
31900
31901 2012-11-13  David S. Miller  <davem@davemloft.net>
31902
31903         * crypt/Makefile: Move test targets after toplevel Rules
31904         inclusion.  Grab any necessary sysdep routines when linking.
31905         * crypt/md5.c (md5_process_block): Remove define, we will always
31906         name it __md5_process_block.
31907         (md5_finish_ctx): Update md5_process_block call.
31908         (md5_stream): Likewise.
31909         (md5_process_bytes): Likewise.
31910         (md5_process_block): Rename to __md5_process_block and move to ...
31911         * crypt/md5-block.c: ... here.
31912         * crypt/sha256.c (sha256_process_block): Move to ...
31913         * crypt/sha256-block.c: ... here.
31914         * crypt/sha512.c (sha512_process_block): Move to ...
31915         * crypt/sha512-block.c: ... here.
31916         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31917         path.
31918         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31919         * sysdeps/sparc/sparc64/multiarch/Makefile
31920         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31921         crypt subdir.
31922         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31923         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31924         multiarch changes.
31925         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31926         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31927         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31928         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31929         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31930         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31931         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31932         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31933         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31934         file.
31935         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31936         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31937         file.
31938         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31939
31940 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31941
31942         * timezone/tzselect.ksh: Update from tzcode git revision
31943         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31944         * timezone/zdump.c: Likewise.
31945         * timezone/zic.c: Likewise.
31946         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31947         in TZVERSION setting, not $(PKGVERSION).
31948         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31949         REPORT_BUGS_TO settings.
31950
31951         [BZ #14838]
31952         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31953         macro.
31954
31955 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31956
31957         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31958         detection to immediately after _FP_ROUND().
31959         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31960         bits are 0.
31961
31962 2012-11-11  David S. Miller  <davem@davemloft.net>
31963
31964         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31965         inttypes.h
31966         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31967         __close rather than their public counterparts.
31968
31969 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31970
31971         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31972         file.
31973         [UNIX98] (sem_timedwait): Do not expect.
31974         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31975         [XPG4 || UNIX98] (sockatmark): Do not expect.
31976         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31977         (clock_getcpuclockid): Do not expect.
31978         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31979         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31980         Do not expect.
31981         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31982         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31983         [UNIX98] (vwscanf): Likewise.
31984         [UNIX98] (vswscanf): Likewise.
31985
31986 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31987
31988         * timezone/version.h: Remove file.
31989         * timezone/README: Do not refer to version.h.
31990         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31991         $(objpfx)version.h.
31992         ($(objpfx)zdump.o): Likewise.
31993         ($(objpfx)version.h): New target.
31994
31995         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31996         2012i.
31997         * timezone/README: Don't mention modification to tzselect.ksh.
31998         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31999         work on unmodified tzselect.ksh.  Substitute version numbers in
32000         tzselect.ksh.
32001
32002         * Makefile (format-me): Remove.
32003         (INSTALL): Adjust indentation.  Use commands directly instead of
32004         using $(format-me).
32005
32006         * aclocal.m4 (ACX_PKGVERSION): New macro.
32007         (ACX_BUGURL): Likewise.
32008         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32009         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32010         (REPORT_BUGS_TO): Likewise.
32011         * configure: Regenerated.
32012         * config.h.in (PKGVERSION): New macro.
32013         (REPORT_BUGS_TO): Likewise.
32014         * config.make.in (PKGVERSION): New variable.
32015         (PKGVERSION_TEXI): Likewise.
32016         (REPORT_BUGS_TO): Likewise.
32017         (REPORT_BUGS_TEXI): Likewise.
32018         * Makefile (format-me): Use -I$(common-objpfx)manual.
32019         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32020         ($(common-objpfx)manual/%): New target.
32021         (manual/%): Remove target.
32022         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32023         (print_version): Use PKGVERSION.
32024         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32025         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32026         and REPORT_BUGS_TO.
32027         ($(objpfx)xtrace): Likewise.
32028         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32029         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32030         (print_version): Use PKGVERSION.
32031         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32032         (do_version): Use PKGVERSION.
32033         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32034         REPORT_BUGS_TO.
32035         (common-ldd-rewrite): Likewise.
32036         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32037         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32038         (print_version): Use PKGVERSION.
32039         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32040         * elf/pldd.c (argp_program_bug_address): Remove variable.
32041         (more_help): New function.
32042         (argp): Use more_help.
32043         (print_version): Use PKGVERSION.
32044         * elf/sln.c (main): Use PKGVERSION.
32045         (usage): Use REPORT_BUGS_TO.
32046         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32047         (top level): Use PKGVERSION.
32048         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32049         (print_version): Use PKGVERSION.
32050         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32051         (print_version): Use PKGVERSION.
32052         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32053         (print_version): Use PKGVERSION.
32054         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32055         (print_version): Use PKGVERSION.
32056         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32057         (print_version): Use PKGVERSION.
32058         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32059         (print_version): Use PKGVERSION.
32060         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32061         and BUGURL.
32062         ($(objpfx)memusage): Likewise.
32063         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32064         (do_version): Use PKGVERSION.
32065         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32066         (print_version): Use PKGVERSION.
32067         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32068         ($PKGVERSION): New variable.
32069         ($REPORT_BUGS_TO): Likewise.
32070         (usage): Use $REPORT_BUGS_TO.
32071         (top level): Use $PKGVERSION.
32072         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32073         ($(objpfx)pkgvers.texi): New rule.
32074         ($(objpfx)stamp-pkgvers): Likewise.
32075         * manual/install.texi: Include pkgvers.texi.
32076         (--with-pkgversion): Document new configure option.
32077         (--with-bugurl): Likewise.
32078         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32079         than necessarily for this particular distribution.  Use
32080         REPORT_BUGS_TO for where to report bugs.
32081         * INSTALL: Regenerated.
32082         * manual/libc.texinfo: Include pkgvers.texi.
32083         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32084         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32085         (print_version): Use PKGVERSION.
32086         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32087         (print_version): Use PKGVERSION.
32088         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32089         (print_version): Use PKGVERSION.
32090         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32091         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32092         macro.
32093         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32094         (print_version): Use PKGVERSION.
32095         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32096         (print_version): Use PKGVERSION.
32097         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32098         and PKGVERSION.
32099
32100         * timezone/checktab.awk: Update from tzcode 2012i.
32101         * timezone/ialloc.c: Likewise.
32102         * timezone/private.h: Likewise.
32103         * timezone/scheck.c: Likewise.
32104         * timezone/tzfile.h: Likewise.
32105         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32106         (TZVERSION): Hardcode tzcode version number.
32107         * timezone/zdump.c: Update from tzcode 2012i.
32108         * timezone/zic.c: Likewise.
32109         * timezone/version.h: New file.
32110         * timezone/README: Describe version.h.  Update upstream location.
32111
32112         [BZ #14824]
32113         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32114         (mktemp): Enable declaration.
32115         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32116         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32117         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32118         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32119         Likewise.
32120         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32121         Likewise.
32122         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32123         Likewise.
32124         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32125         Likewise.
32126         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32127         Likewise.
32128         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32129         Likewise.
32130
32131         [BZ #14821]
32132         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32133         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32134         for copies of such integer values.
32135         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32136         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32137
32138 2012-11-09  Andreas Jaeger  <aj@suse.de>
32139
32140         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32141         definitions and declarations that are provided by
32142         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32143
32144 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32145
32146         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32147         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32148         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32149         definition.
32150
32151 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32152
32153         * elf/elf.h: Update comment before AArch64 relocations.
32154
32155 2012-11-07  David S. Miller  <davem@davemloft.net>
32156
32157         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32158         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32159         (__start_context): Declare.
32160         (__makecontext_ret): Delete.
32161         (__makecontext): Hook up __start_context instead of
32162         __makecontext_ret.
32163         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32164         (sysdep_routines): Add __start_context when in stdlib.
32165
32166 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32167
32168         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32169         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32170         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32171         hardcoded "nm".
32172         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32173         (READELF): New variable.  Use it instead of hardcoded "readelf".
32174
32175 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32176
32177         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32178         * sysdeps/x86/Makefile: Here.
32179         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32180         * sysdeps/x86/tst-xmmymm.sh: This.
32181
32182 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32183
32184         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32185         expectations.
32186         [UNIX98] (pthread_barrier_t): Do not expect.
32187         [UNIX98] (pthread_barrierattr_t): Likewise.
32188         [UNIX98] (pthread_spinlock_t): Likewise.
32189         [UNIX98] (pthread_barrier_destroy): Likewise.
32190         [UNIX98] (pthread_barrier_init): Likewise.
32191         [UNIX98] (pthread_barrier_wait): Likewise.
32192         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32193         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32194         [UNIX98] (pthread_barrierattr_init): Likewise.
32195         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32196         [UNIX98] (pthread_getcpuclockid): Likewise.
32197         [UNIX98] (pthread_mutex_timedlock): Likewise.
32198         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32199         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32200         [UNIX98] (pthread_sigmask): Likewise.
32201         [UNIX98] (pthread_spin_destroy): Likewise.
32202         [UNIX98] (pthread_spin_init): Likewise.
32203         [UNIX98] (pthread_spin_lock): Likewise.
32204         [UNIX98] (pthread_spin_trylock): Likewise.
32205         [UNIX98] (pthread_spin_unlock): Likewise.
32206         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32207         Do not expect.
32208         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32209         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32210         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32211         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32212         [XPG3 || XPG4] (pthread_key_t): Likewise.
32213         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32214         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32215         [XPG3 || XPG4] (pthread_once_t): Likewise.
32216         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32217         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32218         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32219         [XPG3 || XPG4] (pthread_t): Likewise.
32220
32221         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32222         not expect.
32223         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32224
32225         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32226         Change function return type to int.
32227
32228         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32229         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32230         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32231         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32232         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32233         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32234         [!POSIX] (posix_madvise): Likewise.
32235         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32236         && !UNIX98].
32237         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32238         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32239         (mode_t): Likewise.
32240         (posix_mem_offset): Likewise.
32241         (posix_typed_mem_get_info): Likewise.
32242         (posix_typed_mem_open): Likewise.
32243
32244         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32245         Change condition to [XOPEN2K8].
32246
32247         * conform/conformtest.pl: Preprocess allow-header data with -x c
32248         instead of from stdin.
32249         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32250         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32251         [C99-based standards] (cerfc): Likewise.
32252         [C99-based standards] (cexp2): Likewise.
32253         [C99-based standards] (cexpm1): Likewise.
32254         [C99-based standards] (clog10): Likewise.
32255         [C99-based standards] (clog1p): Likewise.
32256         [C99-based standards] (clog2): Likewise.
32257         [C99-based standards] (clgamma): Likewise.
32258         [C99-based standards] (ctgamma): Likewise.
32259         [C99-based standards] (cerff): Likewise.
32260         [C99-based standards] (cerfcf): Likewise.
32261         [C99-based standards] (cexp2f): Likewise.
32262         [C99-based standards] (cexpm1f): Likewise.
32263         [C99-based standards] (clog10f): Likewise.
32264         [C99-based standards] (clog1pf): Likewise.
32265         [C99-based standards] (clog2f): Likewise.
32266         [C99-based standards] (clgammaf): Likewise.
32267         [C99-based standards] (ctgammaf): Likewise.
32268         [C99-based standards] (cerfl): Likewise.
32269         [C99-based standards] (cerfcl): Likewise.
32270         [C99-based standards] (cexp2l): Likewise.
32271         [C99-based standards] (cexpm1l): Likewise.
32272         [C99-based standards] (clog10l): Likewise.
32273         [C99-based standards] (clog1pl): Likewise.
32274         [C99-based standards] (clog2l): Likewise.
32275         [C99-based standards] (clgammal): Likewise.
32276         [C99-based standards] (ctgammal): Likewise.
32277         * conform/data/inttypes.h-data [C99-based standards]: Include
32278         stdint.h-data.  Remove all expectations for stdint.h contents.
32279         [C99-based standards] (PRI*): Do not allow.
32280         [C99-based standards] (SCN*): Likewise.
32281         [C99-based standards] (*_t): Likewise.
32282         [C99-based-standards] (PRId8): Expect macro.
32283         [C99-based-standards] (PRIi8): Likewise.
32284         [C99-based-standards] (PRIo8): Likewise.
32285         [C99-based-standards] (PRIu8): Likewise.
32286         [C99-based-standards] (PRIx8): Likewise.
32287         [C99-based-standards] (PRIX8): Likewise.
32288         [C99-based-standards] (SCNd8): Likewise.
32289         [C99-based-standards] (SCNi8): Likewise.
32290         [C99-based-standards] (SCNo8): Likewise.
32291         [C99-based-standards] (SCNu8): Likewise.
32292         [C99-based-standards] (SCNx8): Likewise.
32293         [C99-based-standards] (PRIdLEAST8): Likewise.
32294         [C99-based-standards] (PRIiLEAST8): Likewise.
32295         [C99-based-standards] (PRIoLEAST8): Likewise.
32296         [C99-based-standards] (PRIuLEAST8): Likewise.
32297         [C99-based-standards] (PRIxLEAST8): Likewise.
32298         [C99-based-standards] (PRIXLEAST8): Likewise.
32299         [C99-based-standards] (SCNdLEAST8): Likewise.
32300         [C99-based-standards] (SCNiLEAST8): Likewise.
32301         [C99-based-standards] (SCNoLEAST8): Likewise.
32302         [C99-based-standards] (SCNuLEAST8): Likewise.
32303         [C99-based-standards] (SCNxLEAST8): Likewise.
32304         [C99-based-standards] (PRIdFAST8): Likewise.
32305         [C99-based-standards] (PRIiFAST8): Likewise.
32306         [C99-based-standards] (PRIoFAST8): Likewise.
32307         [C99-based-standards] (PRIuFAST8): Likewise.
32308         [C99-based-standards] (PRIxFAST8): Likewise.
32309         [C99-based-standards] (PRIXFAST8): Likewise.
32310         [C99-based-standards] (SCNdFAST8): Likewise.
32311         [C99-based-standards] (SCNiFAST8): Likewise.
32312         [C99-based-standards] (SCNoFAST8): Likewise.
32313         [C99-based-standards] (SCNuFAST8): Likewise.
32314         [C99-based-standards] (SCNxFAST8): Likewise.
32315         [C99-based-standards] (PRId16): Likewise.
32316         [C99-based-standards] (PRIi16): Likewise.
32317         [C99-based-standards] (PRIo16): Likewise.
32318         [C99-based-standards] (PRIu16): Likewise.
32319         [C99-based-standards] (PRIx16): Likewise.
32320         [C99-based-standards] (PRIX16): Likewise.
32321         [C99-based-standards] (SCNd16): Likewise.
32322         [C99-based-standards] (SCNi16): Likewise.
32323         [C99-based-standards] (SCNo16): Likewise.
32324         [C99-based-standards] (SCNu16): Likewise.
32325         [C99-based-standards] (SCNx16): Likewise.
32326         [C99-based-standards] (PRIdLEAST16): Likewise.
32327         [C99-based-standards] (PRIiLEAST16): Likewise.
32328         [C99-based-standards] (PRIoLEAST16): Likewise.
32329         [C99-based-standards] (PRIuLEAST16): Likewise.
32330         [C99-based-standards] (PRIxLEAST16): Likewise.
32331         [C99-based-standards] (PRIXLEAST16): Likewise.
32332         [C99-based-standards] (SCNdLEAST16): Likewise.
32333         [C99-based-standards] (SCNiLEAST16): Likewise.
32334         [C99-based-standards] (SCNoLEAST16): Likewise.
32335         [C99-based-standards] (SCNuLEAST16): Likewise.
32336         [C99-based-standards] (SCNxLEAST16): Likewise.
32337         [C99-based-standards] (PRIdFAST16): Likewise.
32338         [C99-based-standards] (PRIiFAST16): Likewise.
32339         [C99-based-standards] (PRIoFAST16): Likewise.
32340         [C99-based-standards] (PRIuFAST16): Likewise.
32341         [C99-based-standards] (PRIxFAST16): Likewise.
32342         [C99-based-standards] (PRIXFAST16): Likewise.
32343         [C99-based-standards] (SCNdFAST16): Likewise.
32344         [C99-based-standards] (SCNiFAST16): Likewise.
32345         [C99-based-standards] (SCNoFAST16): Likewise.
32346         [C99-based-standards] (SCNuFAST16): Likewise.
32347         [C99-based-standards] (SCNxFAST16): Likewise.
32348         [C99-based-standards] (PRId32): Likewise.
32349         [C99-based-standards] (PRIi32): Likewise.
32350         [C99-based-standards] (PRIo32): Likewise.
32351         [C99-based-standards] (PRIu32): Likewise.
32352         [C99-based-standards] (PRIx32): Likewise.
32353         [C99-based-standards] (PRIX32): Likewise.
32354         [C99-based-standards] (SCNd32): Likewise.
32355         [C99-based-standards] (SCNi32): Likewise.
32356         [C99-based-standards] (SCNo32): Likewise.
32357         [C99-based-standards] (SCNu32): Likewise.
32358         [C99-based-standards] (SCNx32): Likewise.
32359         [C99-based-standards] (PRIdLEAST32): Likewise.
32360         [C99-based-standards] (PRIiLEAST32): Likewise.
32361         [C99-based-standards] (PRIoLEAST32): Likewise.
32362         [C99-based-standards] (PRIuLEAST32): Likewise.
32363         [C99-based-standards] (PRIxLEAST32): Likewise.
32364         [C99-based-standards] (PRIXLEAST32): Likewise.
32365         [C99-based-standards] (SCNdLEAST32): Likewise.
32366         [C99-based-standards] (SCNiLEAST32): Likewise.
32367         [C99-based-standards] (SCNoLEAST32): Likewise.
32368         [C99-based-standards] (SCNuLEAST32): Likewise.
32369         [C99-based-standards] (SCNxLEAST32): Likewise.
32370         [C99-based-standards] (PRIdFAST32): Likewise.
32371         [C99-based-standards] (PRIiFAST32): Likewise.
32372         [C99-based-standards] (PRIoFAST32): Likewise.
32373         [C99-based-standards] (PRIuFAST32): Likewise.
32374         [C99-based-standards] (PRIxFAST32): Likewise.
32375         [C99-based-standards] (PRIXFAST32): Likewise.
32376         [C99-based-standards] (SCNdFAST32): Likewise.
32377         [C99-based-standards] (SCNiFAST32): Likewise.
32378         [C99-based-standards] (SCNoFAST32): Likewise.
32379         [C99-based-standards] (SCNuFAST32): Likewise.
32380         [C99-based-standards] (SCNxFAST32): Likewise.
32381         [C99-based-standards] (PRId64): Likewise.
32382         [C99-based-standards] (PRIi64): Likewise.
32383         [C99-based-standards] (PRIo64): Likewise.
32384         [C99-based-standards] (PRIu64): Likewise.
32385         [C99-based-standards] (PRIx64): Likewise.
32386         [C99-based-standards] (PRIX64): Likewise.
32387         [C99-based-standards] (SCNd64): Likewise.
32388         [C99-based-standards] (SCNi64): Likewise.
32389         [C99-based-standards] (SCNo64): Likewise.
32390         [C99-based-standards] (SCNu64): Likewise.
32391         [C99-based-standards] (SCNx64): Likewise.
32392         [C99-based-standards] (PRIdLEAST64): Likewise.
32393         [C99-based-standards] (PRIiLEAST64): Likewise.
32394         [C99-based-standards] (PRIoLEAST64): Likewise.
32395         [C99-based-standards] (PRIuLEAST64): Likewise.
32396         [C99-based-standards] (PRIxLEAST64): Likewise.
32397         [C99-based-standards] (PRIXLEAST64): Likewise.
32398         [C99-based-standards] (SCNdLEAST64): Likewise.
32399         [C99-based-standards] (SCNiLEAST64): Likewise.
32400         [C99-based-standards] (SCNoLEAST64): Likewise.
32401         [C99-based-standards] (SCNuLEAST64): Likewise.
32402         [C99-based-standards] (SCNxLEAST64): Likewise.
32403         [C99-based-standards] (PRIdFAST64): Likewise.
32404         [C99-based-standards] (PRIiFAST64): Likewise.
32405         [C99-based-standards] (PRIoFAST64): Likewise.
32406         [C99-based-standards] (PRIuFAST64): Likewise.
32407         [C99-based-standards] (PRIxFAST64): Likewise.
32408         [C99-based-standards] (PRIXFAST64): Likewise.
32409         [C99-based-standards] (SCNdFAST64): Likewise.
32410         [C99-based-standards] (SCNiFAST64): Likewise.
32411         [C99-based-standards] (SCNoFAST64): Likewise.
32412         [C99-based-standards] (SCNuFAST64): Likewise.
32413         [C99-based-standards] (SCNxFAST64): Likewise.
32414         [C99-based-standards] (PRIdMAX): Likewise.
32415         [C99-based-standards] (PRIiMAX): Likewise.
32416         [C99-based-standards] (PRIoMAX): Likewise.
32417         [C99-based-standards] (PRIuMAX): Likewise.
32418         [C99-based-standards] (PRIxMAX): Likewise.
32419         [C99-based-standards] (PRIXMAX): Likewise.
32420         [C99-based-standards] (SCNdMAX): Likewise.
32421         [C99-based-standards] (SCNiMAX): Likewise.
32422         [C99-based-standards] (SCNoMAX): Likewise.
32423         [C99-based-standards] (SCNuMAX): Likewise.
32424         [C99-based-standards] (SCNxMAX): Likewise.
32425         [C99-based-standards] (PRIdPTR): Likewise.
32426         [C99-based-standards] (PRIiPTR): Likewise.
32427         [C99-based-standards] (PRIoPTR): Likewise.
32428         [C99-based-standards] (PRIuPTR): Likewise.
32429         [C99-based-standards] (PRIxPTR): Likewise.
32430         [C99-based-standards] (PRIXPTR): Likewise.
32431         [C99-based-standards] (SCNdPTR): Likewise.
32432         [C99-based-standards] (SCNiPTR): Likewise.
32433         [C99-based-standards] (SCNoPTR): Likewise.
32434         [C99-based-standards] (SCNuPTR): Likewise.
32435         [C99-based-standards] (SCNxPTR): Likewise.
32436         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32437         allow.
32438         * conform/data/stdint.h-data: Update comments to clarify
32439         requirements.
32440         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32441         type.
32442         [C99-based standards] (INT8_MAX): Likewise.
32443         [C99-based standards] (INT16_MIN): Likewise.
32444         [C99-based standards] (INT16_MAX): Likewise.
32445         [C99-based standards] (INT32_MIN): Likewise.
32446         [C99-based standards] (INT32_MAX): Likewise.
32447         [C99-based standards] (INT64_MIN): Likewise.
32448         [C99-based standards] (INT64_MAX): Likewise.
32449         [C99-based standards] (UINT8_MAX): Likewise.
32450         [C99-based standards] (UINT16_MAX): Likewise.
32451         [C99-based standards] (UINT32_MAX): Likewise.
32452         [C99-based standards] (UINT64_MAX): Likewise.
32453         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32454         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32455         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32456         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32457         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32458         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32459         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32460         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32461         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32462         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32463         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32464         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32465         [C99-based standards] (INT_FAST8_MIN): Likewise.
32466         [C99-based standards] (INT_FAST8_MAX): Likewise.
32467         [C99-based standards] (INT_FAST16_MIN): Likewise.
32468         [C99-based standards] (INT_FAST16_MAX): Likewise.
32469         [C99-based standards] (INT_FAST32_MIN): Likewise.
32470         [C99-based standards] (INT_FAST32_MAX): Likewise.
32471         [C99-based standards] (INT_FAST64_MIN): Likewise.
32472         [C99-based standards] (INT_FAST64_MAX): Likewise.
32473         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32474         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32475         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32476         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32477         [C99-based standards] (INTPTR_MIN): Likewise.
32478         [C99-based standards] (INTPTR_MAX): Likewise.
32479         [C99-based standards] (UINTPTR_MAX): Likewise.
32480         [C99-based standards] (INTMAX_MIN): Likewise.
32481         [C99-based standards] (INTMAX_MAX): Likewise.
32482         [C99-based standards] (UINTMAX_MAX): Likewise.
32483         [C99-based standards] (PTRDIFF_MIN): Likewise.
32484         [C99-based standards] (PTRDIFF_MAX): Likewise.
32485         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32486         [C99-based standards] (SIZE_MAX): Likewise.
32487         [C99-based standards] (WCHAR_MAX): Likewise.
32488         [C99-based standards] (WINT_MAX): Likewise.
32489         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32490         constraint on value.
32491         [C99-based standards] (WCHAR_MIN): Likewise.
32492         [C99-based standards] (WINT_MIN): Likewise.
32493         [C99-based standards] (*_t): Allow.
32494         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32495         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32496         Include math.h-data and complex.h-data.  Remove all expectations
32497         of math.h and complex.h contents.
32498         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32499         at end of line.
32500         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32501         (struct tm): Expect tag.
32502         [C99-based-standards] (wcstof): Expect function.
32503         [C99-based-standards] (wcstold): Likewise.
32504         [C99-based-standards] (wcstoll): Likewise.
32505         [C99-based-standards] (wcstoull): Likewise.
32506         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32507         macro-int-constant.  Specify type.
32508         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32509         constraint on value.
32510         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32511         Specify type.
32512         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32513         Specify value.
32514         [ISO C standards]: Do not allow headers.
32515         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32516         wcs[abcdefghijklmnopqrstuvwxyz]*.
32517         [ISO C standards] (*_t): Do not allow.
32518         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32519         Expect function.
32520         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32521         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32522         Specify type.
32523         [ISO C standards]: Do not allow headers.
32524         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32525         is[abcdefghijklmnopqrstuvwxyz]*.
32526         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32527         to[abcdefghijklmnopqrstuvwxyz]*.
32528         [ISO C standards] (*_t): Do not allow.
32529         * conform/data/stdalign.h-data: New file.
32530         * conform/data/stdbool.h-data: Likewise.
32531         * conform/data/stdnoreturn.h-data: Likewise.
32532
32533 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32534
32535         [BZ #14815]
32536         * manual/filesys.texi (Directory Entries): Typo fix.
32537         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32538
32539 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32540
32541         * elf/elf.h (EM_AARCH64): New macro.
32542         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32543         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32544         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32545         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32546         (R_AARCH64_TLSDESC): Likewise.
32547         (NT_ARM_TLS): Likewise.
32548         (NT_ARM_HW_BREAK): Likewise.
32549         (NT_ARM_HW_WATCH): Likewise.
32550
32551 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32552
32553         [BZ #14811]
32554         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32555         (__ieee754_powl): Saturate nonzero exponents with absolute value
32556         below 0x1p-79 to +/- 0x1p-79.
32557         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32558         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32559         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32560         nonzero exponents with absolute value below 0x1p-32 to +/-
32561         0x1p-32.
32562         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32563         (__ieee754_powl): Saturate nonzero exponents with absolute value
32564         below 0x1p-79 to +/- 0x1p-79.
32565         * math/libm-test.inc (pow_test): Add more tests.
32566
32567 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32568
32569         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32570         _dl_s390_cap_flags with kernel. Increase string length.
32571         (_dl_s390_platforms): Add z196 and zEC12.
32572
32573 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32574
32575         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32576         Change XOPEN21K to XOPEN2K.
32577
32578 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32579
32580         * string/memmove.c: Use memcpy when possible.
32581
32582 2012-11-06  Andreas Jaeger  <aj@suse.de>
32583
32584         * po/eo.po: Update from translation team.
32585
32586 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32587
32588         [BZ #14793]
32589         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32590         exponent and small x and y exponents, scale x or y up.  Increase
32591         by 2 the exponent used in scaling up.
32592         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32593         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32594         * math/libm-test.inc (fma_test): Add more tests.
32595         (fma_test_towardzero): Likewise.
32596         (fma_test_downward): Likewise.
32597         (fma_test_upward): Likewise.
32598
32599 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32600
32601         [BZ #14805]
32602         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32603         fenv_t *.
32604
32605         [BZ #14801]
32606         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32607         namespace for names of struct fields.
32608         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32609         fenv_t fields.
32610         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32611         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32612
32613 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32614
32615         [BZ #3665]
32616         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32617
32618 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32619
32620         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32621         PTR_DEMANGLE.
32622
32623         [BZ #5246]
32624         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32625         PTR_DEMANGLE.
32626
32627 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32628
32629         [BZ #14797]
32630         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32631         definitely overflow as x * y not x * y + z.
32632         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32633         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32634         * math/libm-test.inc (fma_test): Add more tests.
32635         (fma_test_towardzero): Likewise.
32636         (fma_test_downward): Likewise.
32637         (fma_test_upward): Likewise.
32638
32639 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32640
32641         [BZ #157]
32642
32643         * include/stub-tag.h: Remove file.
32644         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32645         '#include' of it.
32646         * manual/maint.texi (Porting): Don't reference it.
32647         * Makerules ($(objpfx)stubs): Likewise.
32648         * dirent/closedir.c: Don't include <stub-tag.h>.
32649         * dirent/dirfd.c: Likewise.
32650         * dirent/fdopendir.c: Likewise.
32651         * dirent/getdents.c: Likewise.
32652         * dirent/getdents64.c: Likewise.
32653         * dirent/opendir.c: Likewise.
32654         * dirent/readdir.c: Likewise.
32655         * dirent/readdir64.c: Likewise.
32656         * dirent/readdir64_r.c: Likewise.
32657         * dirent/readdir_r.c: Likewise.
32658         * dirent/rewinddir.c: Likewise.
32659         * dirent/seekdir.c: Likewise.
32660         * dirent/telldir.c: Likewise.
32661         * gmon/profil.c: Likewise.
32662         * grp/setgroups.c: Likewise.
32663         * inet/if_index.c: Likewise.
32664         * io/access.c: Likewise.
32665         * io/chdir.c: Likewise.
32666         * io/chmod.c: Likewise.
32667         * io/chown.c: Likewise.
32668         * io/close.c: Likewise.
32669         * io/dup.c: Likewise.
32670         * io/dup2.c: Likewise.
32671         * io/dup3.c: Likewise.
32672         * io/euidaccess.c: Likewise.
32673         * io/faccessat.c: Likewise.
32674         * io/fchdir.c: Likewise.
32675         * io/fchmod.c: Likewise.
32676         * io/fchmodat.c: Likewise.
32677         * io/fchown.c: Likewise.
32678         * io/fchownat.c: Likewise.
32679         * io/fcntl.c: Likewise.
32680         * io/flock.c: Likewise.
32681         * io/fstatfs.c: Likewise.
32682         * io/fstatfs64.c: Likewise.
32683         * io/fstatvfs.c: Likewise.
32684         * io/fstatvfs64.c: Likewise.
32685         * io/futimens.c: Likewise.
32686         * io/fxstat.c: Likewise.
32687         * io/fxstat64.c: Likewise.
32688         * io/fxstatat.c: Likewise.
32689         * io/fxstatat64.c: Likewise.
32690         * io/getcwd.c: Likewise.
32691         * io/isatty.c: Likewise.
32692         * io/lchmod.c: Likewise.
32693         * io/lchown.c: Likewise.
32694         * io/link.c: Likewise.
32695         * io/linkat.c: Likewise.
32696         * io/lseek.c: Likewise.
32697         * io/lseek64.c: Likewise.
32698         * io/lxstat64.c: Likewise.
32699         * io/mkdir.c: Likewise.
32700         * io/mkdirat.c: Likewise.
32701         * io/mkfifo.c: Likewise.
32702         * io/mkfifoat.c: Likewise.
32703         * io/open.c: Likewise.
32704         * io/open64.c: Likewise.
32705         * io/openat.c: Likewise.
32706         * io/openat64.c: Likewise.
32707         * io/pipe.c: Likewise.
32708         * io/pipe2.c: Likewise.
32709         * io/poll.c: Likewise.
32710         * io/posix_fadvise.c: Likewise.
32711         * io/posix_fadvise64.c: Likewise.
32712         * io/posix_fallocate.c: Likewise.
32713         * io/posix_fallocate64.c: Likewise.
32714         * io/read.c: Likewise.
32715         * io/readlink.c: Likewise.
32716         * io/readlinkat.c: Likewise.
32717         * io/rmdir.c: Likewise.
32718         * io/sendfile.c: Likewise.
32719         * io/sendfile64.c: Likewise.
32720         * io/statfs.c: Likewise.
32721         * io/statfs64.c: Likewise.
32722         * io/statvfs.c: Likewise.
32723         * io/statvfs64.c: Likewise.
32724         * io/symlink.c: Likewise.
32725         * io/symlinkat.c: Likewise.
32726         * io/ttyname.c: Likewise.
32727         * io/ttyname_r.c: Likewise.
32728         * io/umask.c: Likewise.
32729         * io/unlink.c: Likewise.
32730         * io/unlinkat.c: Likewise.
32731         * io/utime.c: Likewise.
32732         * io/utimensat.c: Likewise.
32733         * io/write.c: Likewise.
32734         * io/xmknod.c: Likewise.
32735         * io/xmknodat.c: Likewise.
32736         * io/xstat.c: Likewise.
32737         * io/xstat64.c: Likewise.
32738         * login/getpt.c: Likewise.
32739         * login/grantpt.c: Likewise.
32740         * login/unlockpt.c: Likewise.
32741         * math/e_acoshl.c: Likewise.
32742         * math/e_acosl.c: Likewise.
32743         * math/e_asinl.c: Likewise.
32744         * math/e_atan2l.c: Likewise.
32745         * math/e_atanhl.c: Likewise.
32746         * math/e_coshl.c: Likewise.
32747         * math/e_expl.c: Likewise.
32748         * math/e_fmodl.c: Likewise.
32749         * math/e_gammal_r.c: Likewise.
32750         * math/e_hypotl.c: Likewise.
32751         * math/e_j0l.c: Likewise.
32752         * math/e_j1l.c: Likewise.
32753         * math/e_jnl.c: Likewise.
32754         * math/e_lgammal_r.c: Likewise.
32755         * math/e_log10l.c: Likewise.
32756         * math/e_log2l.c: Likewise.
32757         * math/e_logl.c: Likewise.
32758         * math/e_powl.c: Likewise.
32759         * math/e_rem_pio2l.c: Likewise.
32760         * math/e_sinhl.c: Likewise.
32761         * math/e_sqrtl.c: Likewise.
32762         * math/fclrexcpt.c: Likewise.
32763         * math/fedisblxcpt.c: Likewise.
32764         * math/feenablxcpt.c: Likewise.
32765         * math/fegetenv.c: Likewise.
32766         * math/fegetexcept.c: Likewise.
32767         * math/fegetround.c: Likewise.
32768         * math/feholdexcpt.c: Likewise.
32769         * math/fesetenv.c: Likewise.
32770         * math/fesetround.c: Likewise.
32771         * math/feupdateenv.c: Likewise.
32772         * math/fgetexcptflg.c: Likewise.
32773         * math/fraiseexcpt.c: Likewise.
32774         * math/fsetexcptflg.c: Likewise.
32775         * math/ftestexcept.c: Likewise.
32776         * math/k_cosl.c: Likewise.
32777         * math/k_rem_pio2l.c: Likewise.
32778         * math/k_sinl.c: Likewise.
32779         * math/k_tanl.c: Likewise.
32780         * math/s_asinhl.c: Likewise.
32781         * math/s_atanl.c: Likewise.
32782         * math/s_cbrtl.c: Likewise.
32783         * math/s_erfl.c: Likewise.
32784         * math/s_expm1l.c: Likewise.
32785         * math/s_log1pl.c: Likewise.
32786         * math/s_tanhl.c: Likewise.
32787         * misc/acct.c: Likewise.
32788         * misc/brk.c: Likewise.
32789         * misc/chflags.c: Likewise.
32790         * misc/chroot.c: Likewise.
32791         * misc/fchflags.c: Likewise.
32792         * misc/fgetxattr.c: Likewise.
32793         * misc/flistxattr.c: Likewise.
32794         * misc/fremovexattr.c: Likewise.
32795         * misc/fsetxattr.c: Likewise.
32796         * misc/fsync.c: Likewise.
32797         * misc/ftruncate.c: Likewise.
32798         * misc/futimes.c: Likewise.
32799         * misc/futimesat.c: Likewise.
32800         * misc/getdomain.c: Likewise.
32801         * misc/getdtsz.c: Likewise.
32802         * misc/gethostid.c: Likewise.
32803         * misc/gethostname.c: Likewise.
32804         * misc/getloadavg.c: Likewise.
32805         * misc/getpagesize.c: Likewise.
32806         * misc/getsysstats.c: Likewise.
32807         * misc/getxattr.c: Likewise.
32808         * misc/gtty.c: Likewise.
32809         * misc/ioctl.c: Likewise.
32810         * misc/lgetxattr.c: Likewise.
32811         * misc/listxattr.c: Likewise.
32812         * misc/llistxattr.c: Likewise.
32813         * misc/lremovexattr.c: Likewise.
32814         * misc/lsetxattr.c: Likewise.
32815         * misc/lutimes.c: Likewise.
32816         * misc/madvise.c: Likewise.
32817         * misc/mincore.c: Likewise.
32818         * misc/mlock.c: Likewise.
32819         * misc/mlockall.c: Likewise.
32820         * misc/mmap.c: Likewise.
32821         * misc/mprotect.c: Likewise.
32822         * misc/msync.c: Likewise.
32823         * misc/munlock.c: Likewise.
32824         * misc/munlockall.c: Likewise.
32825         * misc/munmap.c: Likewise.
32826         * misc/preadv.c: Likewise.
32827         * misc/preadv64.c: Likewise.
32828         * misc/ptrace.c: Likewise.
32829         * misc/pwritev.c: Likewise.
32830         * misc/pwritev64.c: Likewise.
32831         * misc/readv.c: Likewise.
32832         * misc/reboot.c: Likewise.
32833         * misc/remap_file_pages.c: Likewise.
32834         * misc/removexattr.c: Likewise.
32835         * misc/revoke.c: Likewise.
32836         * misc/select.c: Likewise.
32837         * misc/setdomain.c: Likewise.
32838         * misc/setegid.c: Likewise.
32839         * misc/seteuid.c: Likewise.
32840         * misc/sethostid.c: Likewise.
32841         * misc/sethostname.c: Likewise.
32842         * misc/setregid.c: Likewise.
32843         * misc/setreuid.c: Likewise.
32844         * misc/setxattr.c: Likewise.
32845         * misc/sstk.c: Likewise.
32846         * misc/stty.c: Likewise.
32847         * misc/swapoff.c: Likewise.
32848         * misc/swapon.c: Likewise.
32849         * misc/sync.c: Likewise.
32850         * misc/syncfs.c: Likewise.
32851         * misc/syscall.c: Likewise.
32852         * misc/truncate.c: Likewise.
32853         * misc/ualarm.c: Likewise.
32854         * misc/usleep.c: Likewise.
32855         * misc/ustat.c: Likewise.
32856         * misc/utimes.c: Likewise.
32857         * misc/vhangup.c: Likewise.
32858         * misc/writev.c: Likewise.
32859         * posix/_exit.c: Likewise.
32860         * posix/alarm.c: Likewise.
32861         * posix/execve.c: Likewise.
32862         * posix/fexecve.c: Likewise.
32863         * posix/fork.c: Likewise.
32864         * posix/fpathconf.c: Likewise.
32865         * posix/getaddrinfo.c: Likewise.
32866         * posix/getegid.c: Likewise.
32867         * posix/geteuid.c: Likewise.
32868         * posix/getgid.c: Likewise.
32869         * posix/getgroups.c: Likewise.
32870         * posix/getlogin.c: Likewise.
32871         * posix/getlogin_r.c: Likewise.
32872         * posix/getpgid.c: Likewise.
32873         * posix/getpid.c: Likewise.
32874         * posix/getppid.c: Likewise.
32875         * posix/getresgid.c: Likewise.
32876         * posix/getresuid.c: Likewise.
32877         * posix/getsid.c: Likewise.
32878         * posix/getuid.c: Likewise.
32879         * posix/glob64.c: Likewise.
32880         * posix/nanosleep.c: Likewise.
32881         * posix/pathconf.c: Likewise.
32882         * posix/pause.c: Likewise.
32883         * posix/posix_madvise.c: Likewise.
32884         * posix/pread.c: Likewise.
32885         * posix/pread64.c: Likewise.
32886         * posix/pwrite.c: Likewise.
32887         * posix/pwrite64.c: Likewise.
32888         * posix/sched_getaffinity.c: Likewise.
32889         * posix/sched_getp.c: Likewise.
32890         * posix/sched_gets.c: Likewise.
32891         * posix/sched_primax.c: Likewise.
32892         * posix/sched_primin.c: Likewise.
32893         * posix/sched_rr_gi.c: Likewise.
32894         * posix/sched_setaffinity.c: Likewise.
32895         * posix/sched_setp.c: Likewise.
32896         * posix/sched_sets.c: Likewise.
32897         * posix/sched_yield.c: Likewise.
32898         * posix/setgid.c: Likewise.
32899         * posix/setlogin.c: Likewise.
32900         * posix/setpgid.c: Likewise.
32901         * posix/setresgid.c: Likewise.
32902         * posix/setresuid.c: Likewise.
32903         * posix/setsid.c: Likewise.
32904         * posix/setuid.c: Likewise.
32905         * posix/sleep.c: Likewise.
32906         * posix/spawni.c: Likewise.
32907         * posix/sysconf.c: Likewise.
32908         * posix/times.c: Likewise.
32909         * posix/wait.c: Likewise.
32910         * posix/wait3.c: Likewise.
32911         * posix/wait4.c: Likewise.
32912         * posix/waitpid.c: Likewise.
32913         * resolv/gai_sigqueue.c: Likewise.
32914         * resource/getpriority.c: Likewise.
32915         * resource/getrlimit.c: Likewise.
32916         * resource/getrusage.c: Likewise.
32917         * resource/nice.c: Likewise.
32918         * resource/setpriority.c: Likewise.
32919         * resource/setrlimit.c: Likewise.
32920         * resource/ulimit.c: Likewise.
32921         * rt/aio_cancel.c: Likewise.
32922         * rt/aio_fsync.c: Likewise.
32923         * rt/aio_read.c: Likewise.
32924         * rt/aio_sigqueue.c: Likewise.
32925         * rt/aio_suspend.c: Likewise.
32926         * rt/aio_write.c: Likewise.
32927         * rt/clock_getres.c: Likewise.
32928         * rt/clock_gettime.c: Likewise.
32929         * rt/clock_nanosleep.c: Likewise.
32930         * rt/clock_settime.c: Likewise.
32931         * rt/lio_listio.c: Likewise.
32932         * rt/mq_close.c: Likewise.
32933         * rt/mq_getattr.c: Likewise.
32934         * rt/mq_notify.c: Likewise.
32935         * rt/mq_open.c: Likewise.
32936         * rt/mq_receive.c: Likewise.
32937         * rt/mq_send.c: Likewise.
32938         * rt/mq_setattr.c: Likewise.
32939         * rt/mq_timedreceive.c: Likewise.
32940         * rt/mq_timedsend.c: Likewise.
32941         * rt/mq_unlink.c: Likewise.
32942         * rt/shm_open.c: Likewise.
32943         * rt/shm_unlink.c: Likewise.
32944         * rt/timer_create.c: Likewise.
32945         * rt/timer_delete.c: Likewise.
32946         * rt/timer_getoverr.c: Likewise.
32947         * rt/timer_gettime.c: Likewise.
32948         * rt/timer_settime.c: Likewise.
32949         * setjmp/__longjmp.c: Likewise.
32950         * setjmp/setjmp.c: Likewise.
32951         * signal/kill.c: Likewise.
32952         * signal/killpg.c: Likewise.
32953         * signal/raise.c: Likewise.
32954         * signal/sigaction.c: Likewise.
32955         * signal/sigaltstack.c: Likewise.
32956         * signal/sigblock.c: Likewise.
32957         * signal/sigignore.c: Likewise.
32958         * signal/sigintr.c: Likewise.
32959         * signal/signal.c: Likewise.
32960         * signal/sigpause.c: Likewise.
32961         * signal/sigpending.c: Likewise.
32962         * signal/sigqueue.c: Likewise.
32963         * signal/sigreturn.c: Likewise.
32964         * signal/sigset.c: Likewise.
32965         * signal/sigsetmask.c: Likewise.
32966         * signal/sigstack.c: Likewise.
32967         * signal/sigsuspend.c: Likewise.
32968         * signal/sigtimedwait.c: Likewise.
32969         * signal/sigvec.c: Likewise.
32970         * signal/sigwait.c: Likewise.
32971         * signal/sigwaitinfo.c: Likewise.
32972         * signal/sysv_signal.c: Likewise.
32973         * socket/accept.c: Likewise.
32974         * socket/accept4.c: Likewise.
32975         * socket/bind.c: Likewise.
32976         * socket/connect.c: Likewise.
32977         * socket/getpeername.c: Likewise.
32978         * socket/getsockname.c: Likewise.
32979         * socket/getsockopt.c: Likewise.
32980         * socket/isfdtype.c: Likewise.
32981         * socket/listen.c: Likewise.
32982         * socket/recv.c: Likewise.
32983         * socket/recvfrom.c: Likewise.
32984         * socket/recvmsg.c: Likewise.
32985         * socket/send.c: Likewise.
32986         * socket/sendmsg.c: Likewise.
32987         * socket/sendto.c: Likewise.
32988         * socket/setsockopt.c: Likewise.
32989         * socket/shutdown.c: Likewise.
32990         * socket/sockatmark.c: Likewise.
32991         * socket/socket.c: Likewise.
32992         * socket/socketpair.c: Likewise.
32993         * stdio-common/ctermid.c: Likewise.
32994         * stdio-common/cuserid.c: Likewise.
32995         * stdio-common/remove.c: Likewise.
32996         * stdio-common/rename.c: Likewise.
32997         * stdio-common/renameat.c: Likewise.
32998         * stdio-common/tempname.c: Likewise.
32999         * stdlib/getcontext.c: Likewise.
33000         * stdlib/makecontext.c: Likewise.
33001         * stdlib/setcontext.c: Likewise.
33002         * stdlib/swapcontext.c: Likewise.
33003         * stdlib/system.c: Likewise.
33004         * streams/fattach.c: Likewise.
33005         * streams/fdetach.c: Likewise.
33006         * streams/getmsg.c: Likewise.
33007         * streams/getpmsg.c: Likewise.
33008         * streams/putmsg.c: Likewise.
33009         * streams/putpmsg.c: Likewise.
33010         * sysdeps/unix/bsd/getpt.c: Likewise.
33011         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33012         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33013         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33015         Likewise.
33016         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33017         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33018         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33019         * sysvipc/msgctl.c: Likewise.
33020         * sysvipc/msgget.c: Likewise.
33021         * sysvipc/msgrcv.c: Likewise.
33022         * sysvipc/msgsnd.c: Likewise.
33023         * sysvipc/semctl.c: Likewise.
33024         * sysvipc/semget.c: Likewise.
33025         * sysvipc/semop.c: Likewise.
33026         * sysvipc/semtimedop.c: Likewise.
33027         * sysvipc/shmat.c: Likewise.
33028         * sysvipc/shmctl.c: Likewise.
33029         * sysvipc/shmdt.c: Likewise.
33030         * sysvipc/shmget.c: Likewise.
33031         * termios/tcdrain.c: Likewise.
33032         * termios/tcflow.c: Likewise.
33033         * termios/tcflush.c: Likewise.
33034         * termios/tcgetattr.c: Likewise.
33035         * termios/tcgetpgrp.c: Likewise.
33036         * termios/tcsendbrk.c: Likewise.
33037         * termios/tcsetattr.c: Likewise.
33038         * termios/tcsetpgrp.c: Likewise.
33039         * time/adjtime.c: Likewise.
33040         * time/clock.c: Likewise.
33041         * time/getitimer.c: Likewise.
33042         * time/gettimeofday.c: Likewise.
33043         * time/setitimer.c: Likewise.
33044         * time/settimeofday.c: Likewise.
33045         * time/stime.c: Likewise.
33046         * time/time.c: Likewise.
33047
33048 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33049
33050         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33051         /usr/old/bin.
33052
33053         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33054         instead of spaces.
33055         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33056
33057 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33058
33059         [BZ #14796]
33060         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33061         FE_TONEAREST before applying Dekker multiplication and Knuth
33062         addition.  Clear inexact exceptions and check for exact zero
33063         results afterwards.
33064         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33065         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33066         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33067         * math/libm-test.inc (fma_test): Add more tests.
33068         (fma_test_towardzero): Likewise.
33069         (fma_test_downward): Likewise.
33070         (fma_test_upward): Likewise.
33071         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33072         function.
33073         (libc_fesetround): New macro.
33074         (libc_fesetroundf): Likewise.
33075         (libc_fesetroundl): Likewise.
33076         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33077         function.
33078         (libc_fesetround_387): Likewise.
33079         (libc_fesetroundf): New macro.
33080         (libc_fesetround): Likewise.
33081         (libc_fesetroundl): Likewise.
33082         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33083         function.
33084         (libc_fesetroundf): New macro.
33085         (libc_fesetround): Likewise.
33086         (libc_fesetroundl): Likewise.
33087         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33088         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33089         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33090         libm_hidden_ver.
33091         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33092         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33093         libm_hidden_def.
33094         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33095         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33096         libm_hidden_ver.
33097         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33098         libm_hidden_def.
33099
33100         [BZ #3439]
33101         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33102         integer constant usable in #if and use that to give value to enum
33103         constant.
33104         (FE_DIVBYZERO): Likewise.
33105         (FE_UNDERFLOW): Likewise.
33106         (FE_OVERFLOW): Likewise.
33107         (FE_INVALID): Likewise.
33108         (FE_INVALID_SNAN): Likewise.
33109         (FE_INVALID_ISI): Likewise.
33110         (FE_INVALID_IDI): Likewise.
33111         (FE_INVALID_ZDZ): Likewise.
33112         (FE_INVALID_IMZ): Likewise.
33113         (FE_INVALID_COMPARE): Likewise.
33114         (FE_INVALID_SOFTWARE): Likewise.
33115         (FE_INVALID_SQRT): Likewise.
33116         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33117         (FE_TONEAREST): Likewise.
33118         (FE_TOWARDZERO): Likewise.
33119         (FE_UPWARD): Likewise.
33120         (FE_DOWNWARD): Likewise.
33121         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33122         (FE_DIVBYZERO): Likewise.
33123         (FE_OVERFLOW): Likewise.
33124         (FE_UNDERFLOW): Likewise.
33125         (FE_INEXACT): Likewise.
33126         (FE_TONEAREST): Likewise.
33127         (FE_DOWNWARD): Likewise.
33128         (FE_UPWARD): Likewise.
33129         (FE_TOWARDZERO): Likewise.
33130         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33131         (FE_UNDERFLOW): Likewise.
33132         (FE_OVERFLOW): Likewise.
33133         (FE_DIVBYZERO): Likewise.
33134         (FE_INVALID): Likewise.
33135         (FE_TONEAREST): Likewise.
33136         (FE_TOWARDZERO): Likewise.
33137         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33138         (FE_OVERFLOW): Likewise.
33139         (FE_UNDERFLOW): Likewise.
33140         (FE_DIVBYZERO): Likewise.
33141         (FE_INEXACT): Likewise.
33142         (FE_TONEAREST): Likewise.
33143         (FE_TOWARDZERO): Likewise.
33144         (FE_UPWARD): Likewise.
33145         (FE_DOWNWARD): Likewise.
33146         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33147         (FE_DIVBYZERO): Likewise.
33148         (FE_OVERFLOW): Likewise.
33149         (FE_UNDERFLOW): Likewise.
33150         (FE_INEXACT): Likewise.
33151         (FE_TONEAREST): Likewise.
33152         (FE_DOWNWARD): Likewise.
33153         (FE_UPWARD): Likewise.
33154         (FE_TOWARDZERO): Likewise.
33155
33156 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33157
33158         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33159
33160 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33161
33162         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33163         commands.  Quote $PWD.
33164         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33165         -x" by "export".
33166         (remove_newlines): Remove.
33167
33168 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33169
33170         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33171         * stdlib/stdlib.h (atof): Moved to ...
33172         * include/bits/stdlib-float.h: Here.  New file.
33173         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33174         * stdlib/bits/stdlib-float.h: New file.
33175         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33176         -mno-sse -mno-mmx.
33177         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33178         <xmmintrin.h>.
33179
33180 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33181
33182         * conform/conformtest.pl (@headers): Add fenv.h.
33183         * conform/data/fenv.h-data: New file.
33184         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33185         include of <math/fenv.h>.
33186
33187         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33188         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33189         && !UNIX98].  Enables tests for XOPEN2K8.
33190         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33191         POSIX2008]: Likewise.
33192
33193         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33194         (struct rusage): Do not expect type or its members.
33195
33196         [BZ #3439]
33197         * math/math.h (FP_NAN): Define macro to integer constant usable in
33198         #if and use that to give value to enum constant.
33199         (FP_INFINITE): Likewise.
33200         (FP_ZERO): Likewise.
33201         (FP_SUBNORMAL): Likewise.
33202         (FP_NORMAL): Likewise.
33203
33204 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33205
33206         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33207         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33208         arguments.
33209
33210 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33211
33212         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33213         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33214         autoconf-time if not.
33215         * configure.in: Remove AC_PREREQ.
33216
33217 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33218
33219         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33220         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33221         of the internal implementation.
33222
33223 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33224
33225         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33226         except include of <misc/sys/syslog.h>.
33227
33228 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33229
33230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33231         function returns with a NULL context exit with zero.
33232
33233 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33234
33235         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33236
33237 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33238
33239         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33240         (run_program_cmd): This.
33241         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33242         (tst_langinfo): New variable.  Use it.
33243
33244 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33245
33246         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33247         floating point opcodes.
33248
33249 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33250
33251         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33252         variable.
33253
33254         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33255
33256         * sysdeps/mach/hurd/powerpc: Remove directory.
33257         * sysdeps/mach/powerpc: Likewise.
33258
33259 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33260
33261         * scripts/check-local-headers.sh: Ignore c++ headers.
33262
33263 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33264
33265         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33266         __libc_cleanup_region_start argument.
33267
33268 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33269
33270         [BZ #14784]
33271         [BZ #14785]
33272         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33273         x * y using scaling, not as x * y + z.
33274         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33275         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33276         * math/libm-test.inc (fma_test): Add more tests.
33277         (fma_test_towardzero): Likewise.
33278         (fma_test_downward): Likewise.
33279         (fma_test_upward): Likewise.
33280
33281 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33282
33283         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33284
33285 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33286
33287         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33288         New variable.
33289
33290 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33291
33292         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33293
33294 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33295
33296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33297         Fix sort order.
33298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33299         Likewise.
33300
33301 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33302
33303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33304         Fix the order of the list for glibc 2.17.
33305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33306         Likewise.
33307
33308 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33309
33310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33311
33312 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33313
33314         [BZ #14610]
33315         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33316         for low part of x being zero before using __atanl (y).
33317         * math/libm-test.inc (atan2_test): Add another test.
33318
33319         * manual/install.texi (Configuring and compiling): Document
33320         general use of test-wrapper and test-wrapper-env.
33321         * INSTALL: Regenerated.
33322
33323         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33324         (__fma): 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-128/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         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33332         (__fmal): Do not extract and scale down low bits on after-rounding
33333         systems when result rounded to normal precision would have normal
33334         exponent.
33335         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33336         macro.
33337         (fma_test): Add more tests.
33338         (fma_test_towardzero): Likewise.
33339         (fma_test_downward): Likewise.
33340         (fma_test_upward): Likewise.
33341
33342 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33343
33344         * sysdeps/i386/tininess.h: Renamed to ...
33345         * sysdeps/x86/tininess.h: This.
33346         * sysdeps/x86_64/tininess.h: Removed.
33347
33348 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33349
33350         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33351         input.  Use $(build-program-cmd).
33352         ($(objpfx)tst-array1-static.out): Likewise.
33353         ($(objpfx)tst-array2.out): Likewise.
33354         ($(objpfx)tst-array3.out): Likewise.
33355         ($(objpfx)tst-array4.out): Likewise.
33356         ($(objpfx)tst-array5.out): Likewise.
33357         ($(objpfx)tst-array5-static.out): Likewise.
33358
33359 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33360
33361         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33362         if defined.
33363
33364         * nss/nsswitch.h (nss_interface_function): Provide new
33365         macro for use with NSS functions.
33366         * grp/initgroups.c: Use new macro.
33367         * nss/getXXbyYY.c: Likewise.
33368         * nss/getXXbyYY_r.c: Likewise.
33369         * nss/getXXent.c: Likewise.
33370         * nss/getXXent_r.c: Likewise.
33371         * sysdeps/posix/getaddrinfo.c: Likewise.
33372
33373 2012-10-30  Andreas Jaeger  <aj@suse.de>
33374
33375         * po/ru.po: Update Russion translation from translation project.
33376
33377 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33378
33379         [BZ #14152]
33380         [BZ #14783]
33381         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33382         result and shift together with sticky bit instead of replicating
33383         round-to-nearest rounding.
33384         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33385         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33386         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33387         missing underflow exceptions.
33388         (fma_test_towardzero): Add more tests.
33389         (fma_test_downward): Likewise.
33390         (fma_test_upward): Likewise.
33391
33392         [BZ #14047]
33393         * sysdeps/generic/tininess.h: New file.
33394         * sysdeps/i386/tininess.h: Likewise.
33395         * sysdeps/sh/tininess.h: Likewise.
33396         * sysdeps/x86_64/tininess.h: Likewise.
33397         * stdlib/tst-strtod-underflow.c: Likewise.
33398         * stdlib/tst-tininess.c: Likewise.
33399         * stdlib/strtod_l.c: Include <tininess.h>.
33400         (round_and_return): Do not set errno for exact underflow cases.
33401         Force an underflow exception when setting errno for underflow.
33402         Determine underflow based on rounding to normal precision if
33403         TININESS_AFTER_ROUNDING.
33404         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33405         ERANGE for exact underflow cases.
33406         * stdlib/Makefile (tests): Add tst-tininess and
33407         tst-strtod-underflow.
33408         ($(objpfx)tst-tininess): Use $(link-libm).
33409         ($(objpfx)tst-strtod-underflow): Likewise.
33410
33411 2012-10-30  Andreas Jaeger  <aj@suse.de>
33412
33413         [BZ#14767]
33414         * elf/Makefile (tests): Remove conditional for have-initfini-array
33415         since this is now always required and the variable does not exist
33416         anymore.
33417         (tests-static): Likewise.
33418         (modules-names): Likewise.
33419
33420         * po/eo.po: Add Esperanto translation from translation project.
33421
33422         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33423         merged with constructor/destructor.
33424         (init_array): Likewise.
33425         * elf/tst-array2dep.c (fini_array): Likewise.
33426         (init_array): Likewise.
33427
33428 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33429
33430         * manual/message.texi: Delete @cartouche tags.
33431
33432 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33433
33434         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33435         EOPNOTSUPP.
33436         * sysdeps/mach/hurd/fsync.c: Likewise.
33437
33438         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33439         [_POSIX_REALTIME_SIGNALS]: Change condition to
33440         [_POSIX_REALTIME_SIGNALS > 0].
33441
33442 2012-10-27  Andreas Jaeger  <aj@suse.de>
33443
33444         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33445         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33446         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33447         [__WORDSIZE != 64]: Likewise.
33448
33449 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33450
33451         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33452         *  iconvdata/tst-tables.sh: Likewise.
33453
33454 2012-10-25  David S. Miller  <davem@davemloft.net>
33455
33456         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33457         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33458         of strtoull.
33459
33460         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33461         ifunc-impl-list.c
33462         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33463         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33464         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33465         file.
33466
33467 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33468
33469         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33470         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33471         __getdirentries.
33472
33473 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33474             Jim Blandy  <jimb@codesourcery.com>
33475
33476         * scripts/cross-test-ssh.sh: New file.
33477         * manual/install.texi (Configuring and compiling): Document use of
33478         cross-test-ssh.sh.
33479         * INSTALL: Regenerated.
33480
33481 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33482
33483         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33484         EOPNOTSUPP.
33485
33486 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33487
33488         * Makeconfig (run-program-prefix): Fix comment.
33489
33490 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33491             Jim Blandy  <jimb@codesourcery.com>
33492
33493         * Makeconfig (test-wrapper): New variable,
33494         (test-wrapper-env): Likewise.
33495         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33496         (run-built-tests): Define to yes.
33497         (run-program-prefix): Use $(test-wrapper).
33498         (built-program-cmd): Likewise.
33499         * Rules (make-test-out): Use $(test-wrapper-env) and
33500         $(host-built-program-cmd).
33501         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33502         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33503         tst-pathopt.sh.
33504         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33505         $(test-wrapper-env) to tst-rtld-load-self.sh.
33506         ($(objpfx)order2.out): Use $(test-wrapper).
33507         ($(objpfx)tst-initorder.out): Likewise.
33508         ($(objpfx)tst-initorder2.out): Likewise.
33509         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33510         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33511         (test_wrapper_env): New variable.  Use it to run ld.so.
33512         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33513         Use it to run ld.so.
33514         (test_wrapper_env): Likewise.
33515         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33516         $(test-wrapper) to run-iconv-test.sh.
33517         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33518         (ICONV): Use $test_wrapper.
33519         * posix/Makefile ($(objpfx)globtest.out): Pass
33520         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33521         globtest.sh, not $(run-program-prefix).
33522         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33523         (test_wrapper): Likewise.
33524         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33525         set together with run_via_rtld_prefix.
33526         (run_program_prefix): Define in terms of test_wrapper and
33527         run_via_rtld_prefix.
33528
33529 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33530
33531         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33532         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33533         Targets removed.
33534
33535         [BZ #14743]
33536         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33537         Declare __clock_getres, __clock_gettime, __clock_settime,
33538         __clock_nanosleep, and __clock_getcpuclockid.
33539         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33540         Remove librt_hidden_def (clock_gettime).
33541         * sysdeps/unix/clock_gettime.c: Likewise.
33542         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33543         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33544         * rt/clock_getres.c: Define __clock_getres as an alias.
33545         * sysdeps/posix/clock_getres.c: Likewise.
33546         * rt/clock_settime.c: Define __clock_settime as an alias.
33547         * sysdeps/unix/clock_settime.c: Likewise.
33548         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33549         * sysdeps/unix/clock_nanosleep.c: Likewise.
33550         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33551         * rt/clock-compat.c: New file.
33552         * rt/Makefile (librt-routines): Add clock-compat and move
33553         $(clock-routines) to ...
33554         (routines): ... here, new variable.
33555         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33556         Don't add get_clockfreq here.
33557         * rt/Versions (libc: GLIBC_2.17): New version set.
33558         Add clock_* symbols here.
33559         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33560         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33561         (GLIBC_2.17): Add clock_* symbols.
33562         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33563         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33564         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33566         Likewise.
33567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33568         Likewise.
33569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33571         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33573         * NEWS: Mention the move.
33574
33575         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33576         Use __open, __read, __close rather than their public counterparts.
33577         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33578         (__get_clockfreq_via_cpuinfo): Likewise.
33579         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33580         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33581
33582         * config.h.in (HAVE_IFUNC): New #undef.
33583         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33584         was successful.
33585         * configure: Regenerated.
33586
33587 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33588
33589         * configure.in: Move READELF check to start of file.
33590         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33591         libc_cv_asm_gnu_indirect_function in the process.
33592         * configure: Regenerated.
33593
33594 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33595
33596         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33597         send the output to /dev/null.
33598         (libc_cv_cc_with_libunwind): Likewise.
33599         (libc_cv_as_noexecstack): Likewise.
33600         * configure: Regenerate.
33601
33602 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33603
33604         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33605
33606         * posix/globtest.sh (TMPDIR): Do not set.
33607         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33608         (testout): Likewise.
33609
33610 2012-10-24  Andreas Jaeger  <aj@suse.de>
33611
33612         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33613         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33614         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33615         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33616         posix_fadvise64, posix_fallocate64.
33617
33618         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33619         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33620         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33621         Likewise.
33622         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33623         Likewise.
33624         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33625
33626         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33627         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33628         <bits/fcntl-linux.h>.
33629         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33630
33631         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33632         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33633         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33634         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33635         [__WORDSIZE != 64]: Likewise.
33636
33637 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33638
33639         * Makeconfig (run-built-tests): New variable.
33640         * Rules [$(cross-compiling) = yes]: Change condition to
33641         [$(run-built-tests) = no].
33642         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33643         to [$(run-built-tests) = yes].
33644         * elf/Makefile [$(cross-compiling) = no]: Likewise
33645         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33646         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33647         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33648         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33649         * io/Makefile [$(cross-compiling) = no]: Likewise.
33650         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33651         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33652         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33653         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33654         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33655         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33656         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33657         * string/Makefile [$(cross-compiling) = no]: Likewise.
33658
33659         * posix/Makefile ($(objpfx)globtest.out): Pass
33660         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33661         $(rtld-installed-name).
33662         * posix/globtest.sh (elf_objpfx): Remove variable.
33663         (rtld_installed_name): Likewise.
33664         (library_path): Likewise.
33665         (run_program_prefix): New variable.  Use for running globtest
33666         binary.
33667
33668 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33669             Joseph Myers  <joseph@codesourcery.com>
33670
33671         * Makeconfig (host-built-program-cmd): New variable.
33672         * elf/Makefile (tst-stackguard1-ARGS): Use
33673         $(host-built-program-cmd).
33674         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33675         (tst-spawn-ARGS): Likewise.
33676         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33677
33678 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33679             Jim Blandy  <jimb@codesourcery.com>
33680
33681         * Makeconfig (run-via-rtld-prefix): New variable.
33682         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33683         (built-program-cmd): Likewise.
33684
33685 2012-10-22  Andreas Jaeger  <aj@suse.de>
33686
33687         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33688         __O_RSYNC if it exists, otherwise to O_SYNC.
33689
33690 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33691             Joseph Myers  <joseph@codesourcery.com>
33692
33693         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33694         /dev/null.
33695         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33696         from /dev/null
33697         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33698         /dev/null.
33699
33700 2012-10-22  Andreas Jaeger  <aj@suse.de>
33701
33702         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33703         Define always.
33704         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33705
33706         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33707         bits/fcntl-linux.h.
33708
33709         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33710         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33711
33712         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33713         to __O_LARGEFILE.
33714         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33715         to __O_LARGEFILE.
33716
33717 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33718             Joseph Myers  <joseph@codesourcery.com>
33719
33720         * config.make.in (NM): New variable.
33721
33722 2012-10-21  Andreas Jaeger  <aj@suse.de>
33723
33724         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33725         definitions and declarations that are provided by
33726         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33727
33728 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33729
33730         [BZ #14683]
33731         * elf/Makefile (tests-static): Add tst-leaks1-static.
33732         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33733         ($(objpfx)tst-leaks1-static): New rule.
33734         ($(objpfx)tst-leaks1-static-mem): Likewise.
33735         (tst-leaks1-static-ENV): New macro.
33736         * elf/dl-open.c (dl_open_worker): Check the main application
33737         only if SHARED is defined.
33738         * elf/tst-leaks1-static.c: New file.
33739
33740 2012-10-20  Andreas Jaeger  <aj@suse.de>
33741
33742         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33743         generic values for Linux.
33744         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33745         and declarations that are provided by <bits/fcntl-linux.h> and
33746         include <bits/fcntl-linux.h>.
33747         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33748         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33749
33750 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33751
33752         * io/fcntl.h: Move include of <bits/types.h> to the top and
33753         include it unconditionally.
33754
33755 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33756
33757         * wcsmbs/Makefile (tests-ifunc): New variable.
33758         (tests): Add $(tests-ifunc).
33759         * wcsmbs/test-wcschr-ifunc.c: New file.
33760         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33761         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33762         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33763         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33764         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33765
33766         * string/Makefile (tests-ifunc): New variable.
33767         (tests): Add $(tests-ifunc).
33768         * string/test-memccpy.c (TEST_NAME): New macro.
33769         * string/test-memchr.c (TEST_NAME): Likewise.
33770         * string/test-memcmp.c (TEST_NAME): Likewise.
33771         * string/test-memcpy.c (TEST_NAME): Likewise.
33772         * string/test-memmem.c (TEST_NAME): Likewise.
33773         * string/test-memmove.c (TEST_NAME): Likewise.
33774         * string/test-memset.c (TEST_NAME): Likewise.
33775         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33776         * string/test-stpcpy.c (TEST_NAME): Likewise.
33777         * string/test-stpncpy.c (TEST_NAME): Likewise.
33778         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33779         * string/test-strcasestr.c (TEST_NAME): Likewise.
33780         * string/test-strcat.c (TEST_NAME): Likewise.
33781         * string/test-strchr.c (TEST_NAME): Likewise.
33782         * string/test-strcmp.c(TEST_NAME): Likewise.
33783         * string/test-strcpy.c (TEST_NAME): Likewise.
33784         * string/test-strcspn.c (TEST_NAME): Likewise.
33785         * string/test-strlen.c (TEST_NAME): Likewise.
33786         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33787         * string/test-strncmp.c (TEST_NAME): Likewise.
33788         * string/test-strncpy.c (TEST_NAME): Likewise.
33789         * string/test-strnlen.c (TEST_NAME): Likewise.
33790         * string/test-strpbrk.c (TEST_NAME): Likewise.
33791         * string/test-strrchr.c (TEST_NAME): Likewise.
33792         * string/test-strspn.c (TEST_NAME): Likewise.
33793         * string/test-strstr.c (TEST_NAME): Likewise.
33794         * string/test-bcopy-ifunc.c: New file.
33795         * string/test-bzero-ifunc.c: Likewise.
33796         * string/test-memccpy-ifunc.c: Likewise.
33797         * string/test-memchr-ifunc.c: Likewise.
33798         * string/test-memcmp-ifunc.c: Likewise.
33799         * string/test-memcpy-ifunc.c: Likewise.
33800         * string/test-memmem-ifunc.c: Likewise.
33801         * string/test-memmove-ifunc.c: Likewise.
33802         * string/test-mempcpy-ifunc.c: Likewise.
33803         * string/test-memset-ifunc.c: Likewise.
33804         * string/test-rawmemchr-ifunc.c: Likewise.
33805         * string/test-stpcpy-ifunc.c: Likewise.
33806         * string/test-stpncpy-ifunc.c: Likewise.
33807         * string/test-strcasecmp-ifunc.c: Likewise.
33808         * string/test-strcasestr-ifunc.c: Likewise.
33809         * string/test-strcat-ifunc.c: Likewise.
33810         * string/test-strchr-ifunc.c: Likewise.
33811         * string/test-strchrnul-ifunc.c: Likewise.
33812         * string/test-strcmp-ifunc.c: Likewise.
33813         * string/test-strcpy-ifunc.c: Likewise.
33814         * string/test-strcspn-ifunc.c: Likewise.
33815         * string/test-strlen-ifunc.c: Likewise.
33816         * string/test-strncasecmp-ifunc.c: Likewise.
33817         * string/test-strncat-ifunc.c: Likewise.
33818         * string/test-strncmp-ifunc.c: Likewise.
33819         * string/test-strncpy-ifunc.c: Likewise.
33820         * string/test-strnlen-ifunc.c: Likewise.
33821         * string/test-strpbrk-ifunc.c: Likewise.
33822         * string/test-strrchr-ifunc.c: Likewise.
33823         * string/test-strspn-ifunc.c: Likewise.
33824         * string/test-strstr-ifunc.c: Likewise.
33825
33826         * debug/Makefile (tests-ifunc): New variable.
33827         (tests): Add $(tests-ifunc).
33828         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33829         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33830         * debug/test-stpcpy_chk-ifunc.c: New file.
33831         * debug/test-strcpy_chk-ifunc.c: Likewise.
33832
33833 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33834
33835         [BZ #13601]
33836         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33837         header is not read in.
33838
33839 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33840
33841         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33842         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33843         directly.  Pass built executable to script as
33844         $(built-program-cmd).
33845         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33846         $testprogram without using LD_LIBRARY_PATH and $ldso.
33847
33848         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33849         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33850         $(rtld-installed-name).
33851         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33852         (rtld_installed_name): Likewise.
33853         (library_path): Likewise.
33854         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33855         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33856         $(run-program-prefix) to tst-tables.sh.
33857         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33858         it to run tst-table-from and tst-table-to.
33859         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33860         Pass it to tst-table.sh.
33861         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33862         $(run-program-prefix) to tst-gettext.sh.
33863         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33864         tst-translit.sh.
33865         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33866         tst-gettext2.sh.
33867         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33868         to run tst-gettext.
33869         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33870         to run tst-gettext2.
33871         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33872         to run tst-translit.
33873         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33874         $(run-program-prefix) to tst-mtrace.sh.
33875         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33876         to run tst-mtrace.
33877         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33878         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33879         $(rtld-installed-name).
33880         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33881         (rtld_installed_name): Likewise.
33882         (run_program_prefix): New variable.  Use it to run wordexp-test.
33883
33884         * Makeconfig (ARCH): Remove all definitions.
33885         (machine): Likewise.
33886         [ARCH]: Remove conditional code.
33887         [!objdir]: Give error.
33888         [!objdir] (objpfx): Remove.
33889         [!objdir] (common-objpfx): Likewise.
33890         [!objdir] (common-objdir): Likewise.
33891         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33892         AC_CONFIG_FILES call.
33893         * configure: Regenerated.
33894
33895         [BZ #13888]
33896         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33897         or TMPDIR.
33898         (testout): Likewise.
33899
33900         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33901         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33902         $(rtld-installed-name).
33903         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33904         (rtld_installed_name): Likwise.
33905         (runit): Remove function.
33906         (run_getconf): New variable,  Use it for running getconf binary.
33907
33908 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33909
33910         [BZ #14716]
33911         * string/test-memmem.c (check_result): New function.
33912         (do_one_test): Use it.
33913         (check1): New function.
33914         (test_main): Use it.
33915
33916 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33917
33918         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33919
33920 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33921
33922         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33923         (_G_LSEEK64): Likewise.
33924         (_G_MMAP64): Likewise.
33925         (_G_FSTAT64): Likewise.
33926         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33927         (_G_LSEEK64): Likewise.
33928         (_G_MMAP64): Likewise.
33929         (_G_FSTAT64): Likewise.
33930         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33931         unconditional.  Call __mmap64 directly.
33932         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33933         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33934         __lseek64 directly.
33935         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33936         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33937         __mmap64 directly.
33938         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33939         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33940         __lseek64 directly.
33941         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33942         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33943         __lseek64 directly.
33944         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33945         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33946         __lseek64 directly.
33947         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33948         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33949         __fxstat64 directly.
33950         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33951         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33952         unconditional.
33953         (freopen64) [!_G_OPEN64]: Remove conditional code.
33954         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33955         unconditional.
33956         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33957         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33958         unconditional.
33959         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33960         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33961         unconditional.
33962         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33963         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33964         unconditional.
33965         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33966         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33967         unconditional.
33968         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33969         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33970         unconditional.
33971         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33972         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33973         unconditional.
33974         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33975
33976 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33977
33978         [BZ #12140]
33979         * manual/memory.texi (Malloc Tunable Parameters): Add note
33980         about free list pointers overwriting some perturb bytes.
33981         Wording suggested by Roland McGrath.
33982
33983 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33984
33985         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33986         (lgamma_test): Likewise.
33987         (tgamma_test): Likewise.
33988
33989 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33990
33991         [BZ #14700]
33992         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33993         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33994
33995 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33996
33997         * NEWS: Mention BZ #14716.
33998         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33999         when removing AVAILABLE1_USES_J macro.
34000
34001 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34002
34003         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34004         (__bswap_64): __uint64_t for unsigned 64-bit int.
34005
34006 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34007
34008         * include/string.h (memmem): Declare libc hidden alias.
34009         * string/memmem.c (memmem): Define libc hidden alias.
34010         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34011         __read, __close instead of open, read, close.
34012
34013 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34014
34015         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34016         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34017         global and hidden.
34018         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34019         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34020         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34021         Likewise.
34022         (__rawmemchr_sse2): Likewise.
34023         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34024         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34025         (__strchr_sse2): Likewise.
34026         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34027         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34028         (__strcasecmp_sse2): Likewise.
34029         (__strncasecmp_sse2): Likewise.
34030         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34031         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34032         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34033         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34034         (__strrchr_sse2): Likewise.
34035         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34036         ifunc-impl-list.c.
34037         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34038         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34039         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34040         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34041         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34042         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34043         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34044         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34045         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34046         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34047         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34048         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34049         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34050         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34051         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34052         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34053         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34054         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34055         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34056         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34057         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34058         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34059         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34060         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34061         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34062         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34063         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34064         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34065         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34066         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34067
34068         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34069         global and hidden.
34070         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34071         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34072         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34073         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34074         Likewise.
34075         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34076         Likewise.
34077         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34078         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34079         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34080         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34081         ifunc-impl-list.c.
34082         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34083         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34084         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34085         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34086         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34087         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34088         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34089         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34090         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34091         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34092         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34093         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34094         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34095         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34096         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34097         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34098         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34099         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34100         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34101         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34102         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34103         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34104         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34105         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34106         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34107         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34108         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34109         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34110         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34111         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34112         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34113         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34114         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34115         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34116         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34117         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34118         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34119         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34120         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34121         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34122         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34123
34124         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34125         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34126         * include/ifunc-impl-list.h: New file.
34127         * misc/ifunc-impl-list.c: Likewise.
34128         * misc/Makefile (routines): Add ifunc-impl-list.
34129         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34130         * string/test-string.h: Include <ifunc-impl-list.h>.
34131         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34132         TEST_NAME]: New variables.
34133         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34134         are defined.
34135         (test_init): Call __libc_ifunc_impl_list to initialize
34136         func_list if TEST_IFUNC and TEST_NAME are defined.
34137
34138         * string/Makefile (strop-tests): Add bcopy and bzero.
34139         * string/test-bcopy.c: New file.
34140         * string/test-bzero.c: Likewise.
34141         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34142         defined.
34143         * string/test-memset.c: Support bzero test if TEST_BZERO is
34144         defined.
34145         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34146         __libc_memmove.
34147         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34148         __libc_memset.
34149         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34150         of memset.
34151
34152 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34153
34154         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34155         * configure: Regenerated.
34156
34157         * Makeconfig (+link-static-before-libc): Don't include
34158         $(link-static-libc).
34159
34160         * libio/libio.h (_IO_pos_t): Remove.
34161
34162 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34163
34164         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34165         McGrath.
34166
34167 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34168
34169         * crypt/crypt-entry.c: Include fips-private.h.
34170         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34171         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34172         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34173         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34174
34175 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34176
34177         * crypt/crypt-private.h: Include stdbool.h.
34178         (_ufc_setup_salt_r): Return bool.
34179         * crypt/crypt-entry.c: Include errno.h.
34180         (__crypt_r): Return NULL with EINVAL for bad salt.
34181         * crypt/crypt_util.c (bad_for_salt): New.
34182         (_ufc_setup_salt_r): Check that salt is long enough and within
34183         the specified alphabet.
34184         * crypt/badsalttest.c: New file.
34185         * crypt/Makefile (tests): Add it.
34186         ($(objpfx)badsalttest): New.
34187
34188 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34189
34190         * NEWS: Add entry for BZ #14602.
34191
34192 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34193
34194         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34195         type-generic.
34196         * math/libm-test.inc: Update comment listing what functions and
34197         macros are tested.
34198         (isgreater_test): New function.
34199         (isgreaterequal_test): Likewise.
34200         (isless_test): Likewise.
34201         (islessequal_test): Likewise.
34202         (islessgreater_test): Likewise.
34203         (isunordered_test): Likewise.
34204         (main): Call the new functions.
34205
34206 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34207
34208         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34209         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34210         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34211         * sysdeps/i386/configure: Regenerated.
34212         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34213         * sysdeps/mach/configure: Regenerated.
34214         * sysdeps/mach/hurd/configure: Regenerated.
34215         * sysdeps/powerpc/configure: Regenerated.
34216         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34217         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34218         * sysdeps/s390/s390-32/configure: Regenerated.
34219         * sysdeps/s390/s390-64/configure: Regenerated.
34220         * sysdeps/sh/configure: Regenerated.
34221         * sysdeps/sparc/configure: Regenerated.
34222         * sysdeps/unix/sysv/linux/configure: Regenerated.
34223         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34224         * sysdeps/x86_64/configure: Regenerated.
34225
34226         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34227         defined.  Don't check if MAP is NULL.
34228
34229 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34230
34231         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34232         (_G_stat64): Likewise.
34233         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34234         (_G_stat64): Likewise.
34235         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34236         instead of struct _G_stat64.
34237         * libio/fileops.c (mmap_remap_check): Likewise.
34238         (decide_maybe_mmap): Likewise.
34239         (_IO_new_file_seekoff): Likewise.
34240         (_IO_file_stat): Likewise.
34241         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34242         _G_off64_t.
34243         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34244         instead of struct _G_stat64.
34245         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34246
34247 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34248
34249         [BZ #14602]
34250         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34251         Replace with ...
34252         (CHECK_EOL): New macro.
34253         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34254         CHECK_EOL.
34255         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34256         Replace with CHECK_EOL.
34257         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34258         Replace with CHECK_EOL.
34259
34260 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34261
34262         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34263         type-generic.
34264         * math/libm-test.inc: Update comment listing what functions and
34265         macros are tested.
34266         (finite_test): New function.
34267         (isinf_test): Likewise.
34268         (isnan_test): Likewise.
34269         (fpclassify_test): Test subnormal input.
34270         (isfinite_test): Likewise.
34271         (isnormal_test): Likewise.
34272         (main): Call the new functions.
34273
34274 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34275
34276         [BZ #14660]
34277         * Makerules (%.dynsym): Force C locale when running
34278         $(OBJDUMP) --dynamic-syms.
34279
34280 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34281
34282         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34283         <stdint.h>.
34284
34285 2012-10-06  David S. Miller  <davem@davemloft.net>
34286
34287         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34288         upper 32-bits of the length value in %o2 since we use branch-on-register
34289         tests which consider the entire 64-bit register.
34290
34291 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34292
34293         * string/test-strstr.c (check2): Add a test for page boundary.
34294
34295 2012-10-05  David S. Miller  <davem@davemloft.net>
34296
34297         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34298         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34299         file.
34300         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34301         sysdep_routines.
34302         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34303         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34304         and bzero when HWCAP_SPARC_CRYPTO is present.
34305
34306 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34307
34308         [BZ #14602]
34309         * string/test-strstr.c (check2): New function.
34310         (test_main): Call check2.
34311
34312         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34313         and bug-strchr1.
34314         * string/bug-strcasestr1.c (do_test): Moved to ...
34315         * string/test-strcasestr.c (check1): Here.  New function.
34316         (do_one_test): Break out result checking code into ...
34317         (check_result): This.  New function.
34318         (do_one_test): Call check_result.
34319         (test_main): Call check1.
34320         * string/bug-strchr1.c (do_test): Moved to ...
34321         * string/test-strchr.c (check1): Here.  New function.
34322         (do_one_test): Break out result checking code into ...
34323         (check_result): This.  New function.
34324         (do_one_test): Call check_result.
34325         (test_main): Call check1.
34326         * string/bug-strstr1.c (main): Moved to ...
34327         * string/test-strstr.c (check1): Here.  New function.
34328         (do_one_test): Break out result checking code into ...
34329         (check_result): This.  New function.
34330         (do_one_test): Call check_result.
34331         (test_main): Call check1.
34332         * string/bug-strcasestr1.c: Removed.
34333         * string/bug-strchr1.c: Likewise.
34334         * string/bug-strstr1.c: Likewise.
34335
34336         * elf/Makefile (dl-routines): Add hwcaps.
34337         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34338         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34339         (_dl_important_hwcaps): Moved to ...
34340         * elf/dl-hwcaps.c: Here.  New file.
34341         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34342
34343         [BZ #14557]
34344         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34345         if IS_IN_rtld isn't defined.
34346
34347         * elf/dl-support.c (_dl_sysinfo_map): New.
34348         Include "get-dynamic-info.h" and "setup-vdso.h".
34349         (_dl_non_dynamic_init): Call setup_vdso.
34350         * elf/dynamic-link.h: Don't include <assert.h>.
34351         (elf_get_dynamic_info): Moved to ...
34352         * elf/get-dynamic-info.h: Here.  New file.
34353         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34354         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34355         * elf/setup-vdso.h: Here.  New file.
34356         * elf/rtld.c: Include "setup-vdso.h".
34357         (dl_main): Call setup_vdso.
34358
34359 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34360
34361         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34362         creal in comment listing functions tested.  List finite, isinf,
34363         isnan, isless, islessequal, isgreater, isgreaterequal,
34364         islessgreater, isunordered, lgamma_r and pow10 as functions and
34365         macros not tested.  Mention which functions not tested are aliases
34366         for other functions.  Fix typo.  Note that signs of NaNs are not
34367         tested.
34368
34369         * scripts/config.guess: Update from config.git.
34370         * scripts/config.sub: Likewise.
34371
34372 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34373
34374         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34375         * misc/madvise.c (madvise): Renamed to __madvise.
34376         Make madvise a weak alias.
34377         * include/sys/mman.h: Declare __madvise.
34378         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34379         * sysdeps/unix/syscalls.list
34380         (madvise): Make __madvise the strong name, and madvise a weak alias.
34381         * sysdeps/unix/sysv/linux/syscalls.list
34382         (madvise, mmap): Remove redundant entries.
34383         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34384         * malloc/malloc.c (mtrim): Likewise.
34385         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34386
34387 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34388
34389         * sysdeps/mach/hurd/dl-cache.c: File removed.
34390         * config.h.in (USE_LDCONFIG): New #undef.
34391         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34392         * configure: Regenerated.
34393         * elf/Makefile (dl-routines): Add dl-cache only under
34394         [$(use-ldconfig) = yes].
34395         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34396         cache on [USE_LDCONFIG].
34397         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34398         [USE_LDCONFIG].
34399         * elf/rtld.c (dl_main): Likewise.
34400
34401 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34402
34403         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34404         _SC_LEVEL4_CACHE_LINESIZE.
34405
34406 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34407
34408         * sysdeps/unix/bsd/confstr.h: File removed.
34409
34410 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34411
34412         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34413         sys/sdt-config.h.
34414
34415 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34416
34417         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34418         Make 'mapoff' field ElfW(Off) rather than off_t.
34419
34420 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34421
34422         * nscd/Makefile: Remove nscd-cflags and all its users.
34423         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34424         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34425
34426         [BZ #10631]
34427         * malloc.c (malloc_printerr): Clarify error message.
34428
34429 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34430
34431         [BZ #14648]
34432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34433         Set bit_FMA_Usable if FMA is supported.
34434         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34435         macro.
34436         (bit_FMA4_Usable): Updated.
34437         (index_FMA_Usable): New macro.
34438         (CPUID_FMA): Likewise
34439         (HAS_FMA): Defined with bit_FMA_Usable.
34440
34441 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34442
34443         * bits/types.h (__swblk_t): Type removed.
34444         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34445         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34446         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34447         (__SWBLK_T_TYPE): Likewise.
34448         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34449         (__SWBLK_T_TYPE): Likewise.
34450         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34451         (__SWBLK_T_TYPE): Likewise.
34452         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34453         (__SWBLK_T_TYPE): Likewise.
34454
34455 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34456             Honza Horak <hhorak@redhat.com>
34457
34458         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34459         (xdr_mapname): Use YPMAXMAP as maxsize.
34460         (xdr_peername): Use YPMAXPEER as maxsize.
34461         (xdr_keydat): Use YPAXRECORD as maxsize.
34462         (xdr_valdat): Use YPMAXRECORD as maxsize.
34463
34464 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34465
34466         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34467
34468         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34469         * csu/init-first.c: ... here.
34470         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34471         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34472         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34473         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34474         * sysdeps/i386/init-first.c: File removed.
34475         * sysdeps/sh/init-first.c: File removed.
34476
34477 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34478
34479         [BZ #14645]
34480         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34481         if x * y might underflow to zero and z is zero.
34482         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34483         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34484         * math/libm-test.inc (min_subnorm_value): New variable.
34485         (fma_test): Add more tests.
34486         (fma_test_towardzero): Likewise.
34487         (fma_test_downward): Likewise
34488         (fma_test_upward): Likewise.
34489         (initialize): Set min_subnorm_value.
34490
34491 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34492
34493         [BZ #14638]
34494         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34495         0 + 0.
34496         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34497         mode for addition resulting in exact zero.
34498         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34499         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34500         exact 0 + 0.
34501         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34502         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34503         * math/libm-test.inc (fma_test): Add more tests.
34504         (fma_test_towardzero): New function.
34505         (fma_test_downward): Likewise.
34506         (fma_test_upward): Likewise.
34507         (main): Call the new functions.
34508
34509 2012-09-28  David S. Miller  <davem@davemloft.net>
34510
34511         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34512
34513 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34514
34515         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34516         instead of SIGALRM.
34517
34518         * sysdeps/gnu/_G_config.h: Moved to ...
34519         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34520         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34521         * sysdeps/generic/_G_config.h: ... here.
34522
34523         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34524
34525         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34526
34527         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34528         Conditionalize target on [libnss_test1.so-version].
34529
34530         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34531
34532         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34533         (elfobjdir): Move out of conditionals.
34534
34535         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34536         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34537         (__nss_lookup_function): Conditionalize label remove_from_tree on
34538         [!DO_STATIC_NSS || SHARED], matching its only use.
34539
34540 2012-09-28  David S. Miller  <davem@davemloft.net>
34541
34542         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34543         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34544         file.
34545         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34546         sysdep_routines.
34547         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34548         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34549         when HWCAP_SPARC_CRYPTO is present.
34550
34551 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34552
34553         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34554
34555 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34556
34557         [BZ #6530]
34558         * stdio-common/vfprintf.c (process_string_arg): Revert
34559         2000-07-22 change.
34560
34561 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34562
34563         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34564         for testcase.
34565         * stdio-common/tst-sprintf.c: Include <locale.h>
34566         (main): Test sprintf's handling of incomplete multibyte
34567         characters.
34568
34569 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34570
34571         * elf/dl-runtime.c (VERSYMIDX): Removed.
34572         * elf/dl-version.c (VERSYMIDX): Likewise.
34573         * elf/do-rel.h (VERSYMIDX): Likewise.
34574         (VALIDX): Likewise.
34575         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34576         * elf/rtld.c (VALIDX): Likewise.
34577         (ADDRIDX): Likewise.
34578         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34579         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34580         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34581         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34582         (VALIDX): Likewise.
34583         (ADDRIDX): Likewise.
34584
34585 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34586
34587         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34588
34589 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34590
34591         [BZ #11438]
34592         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34593         to global scope.
34594         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34595         addresses are in the same scope as 192.0.2/24.
34596         * posix/gai.conf: Document new scope table defaults.
34597
34598 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34599
34600         [BZ #5298]
34601         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34602         for ftell.  Compute offsets from write pointers instead.
34603         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34604
34605 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34606
34607         [BZ #14543]
34608         * libio/Makefile (tests): New test case tst-fseek.
34609         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34610         combination works in wide mode.
34611         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34612         state when the external buffer state changes.
34613
34614 2012-09-27  David S. Miller  <davem@davemloft.net>
34615
34616         [BZ #14376]
34617         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34618         pass reloc->r_addend in as the 'high' argument to
34619         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34620
34621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34622
34623 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34624
34625         * rt/tst-aio2.c: Include <pthread.h>.
34626         * rt/tst-aio3.c: Likewise.
34627
34628 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34629
34630         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34631
34632 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34633
34634         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34635         contents on [SHARED].
34636
34637 2012-09-26  Marek Polacek  <polacek@redhat.com>
34638
34639         [BZ #14530]
34640         [BZ #13741]
34641         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34642         for C++ and GCC <4.3 as well as for non GCC compilers.
34643
34644 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34645
34646         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34647
34648 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34649
34650         * Makefile.in (all, install): Declare with .PHONY.
34651         Reported by Michael Hope <michael.hope@linaro.org>.
34652
34653 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34654
34655         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34656         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34657         system header.
34658         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34659         Likewise.
34660         (sydep_routines): Add the new and the internal functions.
34661         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34662         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34664         (GLIBC_2.17): Add the new function.
34665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34666         (GLIBC_2.17): Likewise.
34667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34668         (GLIBC_2.17): Likewise.
34669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34670         (GLIBC_2.17): Likewise.
34671         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34672
34673 2012-09-25  Alan Modra  <amodra@gmail.com>
34674
34675         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34676         Add release barrier before setting once_control to say
34677         initialisation is done.  Add hints on lwarx.  Use macro in
34678         place of isync.
34679         (clear_once_control): Add release barrier.
34680
34681 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34682
34683         [BZ #13629]
34684         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34685         specially.
34686         * math/s_clog10.c (__clog10): Likewise.
34687         * math/s_clog10f.c (__clog10f): Likewise.
34688         * math/s_clog10l.c (__clog10l): Likewise.
34689         * math/s_clogf.c (__clogf): Likewise.
34690         * math/s_clogl.c (__clogl): Likewise.
34691         * math/Makefile (libm-calls): Add x2y2m1.
34692         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34693         (__x2y2m1): Likewise.
34694         (__x2y2m1l): Likewise.
34695         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34696         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34697         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34698         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34699         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34700         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34701         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34702         * sysdeps/i386/fpu/libm-test-ulps: Update.
34703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34704
34705         [BZ #14621]
34706         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34707         int as type of variable DEPTH.
34708         (glob): Use size_t instead of int as type of variables NEWCOUNT
34709         and OLD_PATHC.
34710
34711 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34712
34713         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34714         Add s_sincosf-sse2.
34715         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34716         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34717         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34718         macros for using routine as __sincosf_ia32.
34719         Use macro for function declaration and weak_alias.
34720         * sysdeps/i386/fpu/libm-test-ulps: Update.
34721
34722         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34723         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34724
34725         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34726         subnormal argument.
34727         * math/s_cexpf.c (__cexpf): Likewise.
34728         * math/s_csinf.c (__csinf): Likewise.
34729         * math/s_csinhf.c (__csinhf): Likewise.
34730         * math/s_ctanf.c (__ctanf): Likewise.
34731         * math/s_ctanhf.c (__ctanhf): Likewise.
34732         * math/s_ccosh.c (__ccoshf): Likewise.
34733         * math/s_cexp.c (__cexpl): Likewise.
34734         * math/s_csin.c (__csin): Likewise.
34735         * math/s_csinh.c (__csinh): Likewise.
34736         * math/s_ctan.c (__ctan): Likewise.
34737         * math/s_ctanh.c (ctanh): Likewise.
34738         * math/s_ccoshl.c (__ccoshl): Likewise.
34739         * math/s_cexpl.c (__cexpl): Likewise.
34740         * math/s_csinl.c (__csinl): Likewise.
34741         * math/s_csinhl.c (__csinhl): Likewise.
34742         * math/s_ctanl.c (__ctanl): Likewise.
34743         * math/s_ctanhl.c (__ctanhl): Likewise.
34744
34745 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34746
34747         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34748         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34749         (_IO_off_t): Define to __off_t, not _G_off_t.
34750         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34751         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34752         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34753         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34754         type of __dummy and __dummy2 fields.
34755         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34756         (_G_ssize_t): Likewise.
34757         (_G_off_t): Likewise.
34758         (_G_pid_t): Likewise.
34759         (_G_uid_t): Likewise.
34760         (_G_wchar_t): Likewise.
34761         (_G_wint_t): Likewise.
34762         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34763         (_G_ssize_t): Likewise.
34764         (_G_off_t): Likewise.
34765         (_G_pid_t): Likewise.
34766         (_G_uid_t): Likewise.
34767         (_G_wchar_t): Likewise.
34768         (_G_wint_t): Likewise.
34769         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34770         (_G_ssize_t): Likewise.
34771         (_G_off_t): Likewise.
34772         (_G_pid_t): Likewise.
34773         (_G_uid_t): Likewise.
34774         (_G_wchar_t): Likewise.
34775         (_G_wint_t): Likewise.
34776
34777 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778
34779         * malloc/arena.c: Include malloc-sysdep.h.
34780         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34781         is sufficient to shrink the heap or an unmap is needed.
34782         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34783         new function check_may_shrink_heap.
34784         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34785         new function check_may_shrink_heap.
34786
34787 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34788
34789         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34790         comments.
34791
34792 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34793
34794         * catgets/test-gencat.sh: Add "set -e".
34795         * elf/tst-pathopt.sh: Likewise.
34796         * grp/tst_fgetgrent.sh: Likewise.
34797         * iconvdata/run-iconv-test.sh: Likewise.
34798         * intl/tst-gettext.sh: Likewise.
34799         * intl/tst-gettext2.sh: Likewise.
34800         * intl/tst-gettext4.sh: Likewise.
34801         * intl/tst-gettext6.sh: Likewise.
34802         * intl/tst-translit.sh: Likewise.
34803         * io/ftwtest-sh: Likewise.
34804         * libio/test-freopen.sh: Likewise.
34805         * malloc/tst-mtrace.sh: Likewise.
34806         * posix/globtest.sh: Likewise.
34807         * posix/tst-getconf.sh: Likewise.
34808         * posix/wordexp-tst.sh: Likewise.
34809         * stdio-common/tst-printf.sh: Likewise.
34810         * stdio-common/tst-unbputc.sh: Likewise.
34811         * stdlib/tst-fmtmsg.sh: Likewise.
34812         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34813         * catgets/Makefile: Do not specify -e option when running
34814         testsuite shell scripts.
34815         * elf/Makefile: Likewise.
34816         * grp/Makefile: Likewise.
34817         * iconvdata/Makefile: Likewise.
34818         * intl/Makefile: Likewise.
34819         * io/Makefile: Likewise.
34820         * libio/Makefile: Likewise.
34821         * malloc/Makefile: Likewise.
34822         * posix/Makefile: Likewise.
34823         * stdio-common/Makefile: Likewise.
34824         * stdlib/Makefile: Likewise.
34825         * sysdeps/x86_64/Makefile: Likewise.
34826
34827         * io/ftwtest-sh: Add copyright header.
34828         * posix/globtest.sh: Likewise.
34829         * posix/tst-getconf.sh: Likewise.
34830         * posix/wordexp-tst.sh: Likewise.
34831         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34832
34833 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34834
34835         [BZ #13679]
34836         * Makeconfig (+link): Defined as $(+link-static) if
34837         $(build-shared) isn't yes.
34838         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34839         isn't yes.
34840         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34841
34842         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34843
34844         [BZ #14562]
34845         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34846         new chunk size with MALLOC_ALIGN_MASK.
34847
34848 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34849
34850         [BZ #5044]
34851         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34852         <rounding-mode.h>.
34853         (__printf_fphex): Determine rounding using get_rounding_mode and
34854         round_away.
34855         * stdio-common/tst-printf-round.c (struct hex_test): New
34856         structure.
34857         (hex_tests): New variable.
34858         (test_hex_in_one_mode): New function.
34859         (do_test): Also run tests for hex float output.
34860
34861 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34862
34863         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34864         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34865         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34866         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34867         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34868         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34869         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34870         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34871
34872 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34873
34874         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34875         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34876         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34877         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34878
34879 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34880
34881         [BZ #14579]
34882         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34883         mode only.
34884         * elf/tst-rtld-load-self.sh: New test.
34885         * elf/Makefile: Run it.
34886
34887 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34888
34889         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34890         (tst-writev-ENV): Remove.
34891         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34892
34893 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34894
34895         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34896
34897 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34898
34899         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34900         unconditional.
34901         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34902         Likewise.
34903         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34904         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34905         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34906         Likewise.
34907
34908 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34909
34910         [BZ #14587]
34911         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34912         * config.make.in (have-cpp-asm-debuginfo): Removed.
34913         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34914         * configure: Regenerated.
34915
34916 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34917
34918         [BZ #5044]
34919         * stdio-common/printf_fp.c: Include <stdbool.h> and
34920         <rounding-mode.h>.
34921         (___printf_fp): Determine rounding using get_rounding_mode and
34922         round_away.
34923         * stdio-common/tst-printf-round.c: New file.
34924         * stdio-common/Makefile (tests): Add tst-printf-round.
34925         (link-libm): New variable.
34926         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34927
34928 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34929
34930         [BZ #14576]
34931         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34932         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34933         Likewise.
34934         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34935         Likewise.
34936
34937 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34938
34939         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34940         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34941         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34942         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34943
34944 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34945
34946         [BZ #14518]
34947         * include/rounding-mode.h: New file.
34948         * sysdeps/generic/get-rounding-mode.h: Likewise.
34949         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34950         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34951         (MAX_VALUE): New macro.
34952         (MIN_VALUE): Likewise.
34953         (overflow_value): New function.
34954         (underflow_value): Likewise.
34955         (round_and_return): Use overflow_value and underflow_value to
34956         determine return values in overflow and underflow cases.  Use
34957         round_away to determine rounding depending on rounding mode.
34958         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34959         determine return values in overflow and underflow cases.
34960         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34961         (struct test_results): New structure.
34962         (struct test): Use struct test_results to store expected results
34963         for all rounding modes.
34964         (TEST): Include expected results for all rounding modes.
34965         (test_in_one_mode): New function.
34966         (do_test): Use test_in_one_mode to compute and check results.
34967         Check results for all rounding modes.
34968         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34969         $(link-libm).
34970
34971 2012-12-09  Allan McRae  <allan@archlinux.org>
34972
34973         * sysdeps/i386/fpu/libm-test-ulps: Update
34974
34975 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34976
34977         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34978         (_G_int32_t): Likewise.
34979         (_G_uint16_t): Likewise.
34980         (_G_uint32_t): Likewise.
34981         (_G_HAVE_BOOL): Likewise.
34982         (_G_HAVE_ATEXIT): Likewise.
34983         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34984         (_G_HAVE_IO_FILE_OPEN): Likewise.
34985         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34986         (_G_int32_t): Likewise.
34987         (_G_uint16_t): Likewise.
34988         (_G_uint32_t): Likewise.
34989         (_G_HAVE_BOOL): Likewise.
34990         (_G_HAVE_ATEXIT): Likewise.
34991         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34992         (_G_HAVE_IO_FILE_OPEN): Likewise.
34993         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34994         (_G_int32_t): Likewise.
34995         (_G_uint16_t): Likewise.
34996         (_G_uint32_t): Likewise.
34997         (_G_HAVE_BOOL): Likewise.
34998         (_G_HAVE_ATEXIT): Likewise.
34999         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35000         (_G_HAVE_IO_FILE_OPEN): Likewise.
35001
35002 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35003
35004         * csu/libc-tls.c: Update copyright years.
35005
35006 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35007
35008         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35009         [!_G_USING_THUNKS]: Remove conditional code.
35010         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35011         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35012
35013         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35014         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35015         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35016         (_G_VTABLE_LABEL_PREFIX): Likewise.
35017         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35018         * sysdeps/gnu/_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         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35023         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35024         (_G_VTABLE_LABEL_PREFIX): Likewise.
35025         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35026
35027 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35028
35029         * libio/Makefile: Include ../Makeconfig before tests.
35030         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35031         only if $(build-shared) is yes.
35032
35033         * iconv/gconv_db.c: Update copyright years.
35034
35035 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35036
35037         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35038         unwind info if defined PIC. Fix special cases description.
35039         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35040
35041         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35042         DP_HI_MASK entry.
35043         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35044
35045 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35046
35047         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35048
35049         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35050         is NULL.
35051
35052         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35053         (LDLIBS-tst-chk4): This.
35054         (LDFLAGS-tst-chk5): Renamed to ...
35055         (LDLIBS-tst-chk5): This.
35056         (LDFLAGS-tst-chk6): Renamed to ...
35057         (LDLIBS-tst-chk6): This.
35058         (LDFLAGS-tst-lfschk4): Renamed to ...
35059         (LDLIBS-tst-lfschk4): This.
35060         (LDFLAGS-tst-lfschk5): Renamed to ...
35061         (LDLIBS-tst-lfschk5): This.
35062         (LDFLAGS-tst-lfschk6): Renamed to ...
35063         (LDLIBS-tst-lfschk6): This.
35064
35065         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35066         on $(common-objpfx)soversions.mk.
35067
35068 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35069
35070         [BZ #10014]
35071         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35072         example host name.
35073
35074 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35075
35076         * malloc/arena.c (arena_get_retry): New function that gets
35077         another arena for the caller to try its request on.
35078         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35079         current arena cannot fulfill the request.
35080         (__libc_memalign): Likewise.
35081         (__libc_memalign): Likewise.
35082         (__libc_pvalloc): Likewise.
35083         (__libc_calloc): Likewise.
35084
35085 2012-09-05  John Tobey  <john.tobey@gmail.com>
35086
35087         [BZ #13542]
35088         * manual/arith.texi (Operations on Complex): Fix description
35089         of carg branch cut.
35090
35091 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35092
35093         [BZ #10014]
35094         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35095         host name.
35096
35097         [BZ #10038]
35098         * manual/memory.texi (Memory): Make order of menu items match
35099         order of sections.
35100
35101 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35102
35103         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35104         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35105         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35106
35107 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35108
35109         * csu/libc-tls.c (static_dtv): Renamed to ...
35110         (_dl_static_dtv): This.  Make it global.
35111         (_dl_initial_dtv): Removed.
35112         (__libc_setup_tls): Updated.
35113         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35114         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35115         DL_INITIAL_DTV.
35116
35117 2012-09-06  Petr Machata  <pmachata@redhat.com>
35118
35119         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35120         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35121         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35122         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35123
35124 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35125
35126         [BZ #14545]
35127         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35128         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35129         freeing dtv[-1].
35130
35131 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35132
35133         [BZ #14544]
35134         * Makeconfig (link-static-before-libc): Replace $(+prector)
35135         with $(+prectorT).
35136         (link-static-after-libc): Replace $(+postctor) with
35137         $(+postctorT).
35138         (link-bounded): Replace $(+prector)/$(+postctor) with
35139         $(+prectorT)/$(+postctorT).
35140         (+prectorT): New macro.
35141         (+postctorT): Likewise.
35142
35143 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35144
35145         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35146         (round_str): Handle values above the maximum for IBM long double
35147         as inexact.
35148         * stdlib/tst-strtod-round.c (tests): Regenerated.
35149
35150 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35151
35152         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35153         assembler flag.
35154         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35155         zarch_nohighgprs around the zarch optimized routines.
35156         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35157         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35158         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35159         for zarch.
35160
35161 2012-09-05  David S. Miller  <davem@davemloft.net>
35162
35163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35164
35165         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35166         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35167         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35168         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35169         entries.
35170
35171 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35172
35173         * malloc/arena.c: Fold copyright years.
35174         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35175
35176 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35177
35178         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35179
35180 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35181
35182         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35183
35184 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35185
35186         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35187         change internal state upon failure.
35188
35189 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35190
35191         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35192         * malloc/memusage.c (mmap): Likewise.
35193         (mmap64, mremap): Likewise.  Adjust name in comment.
35194
35195 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35196
35197         * libio/fileops.c: Fix typos in comments.
35198         * libio/oldfileops.c: Likewise.
35199         * libio/wfileops.c: Likewise.
35200
35201 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35202
35203         [BZ #1349]
35204         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35205         (tst-malloc-usable-ENV): Set environment for test case.
35206         * malloc/hooks.c (malloc_check_get_size): New function to get
35207         requested size.
35208         * malloc/malloc.c (musable): Use malloc_check_get_size.
35209         * malloc/tst-malloc-usable.c: New test case.
35210
35211 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35212
35213         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35214
35215 2012-09-05  Allan McRae  <allan@archlinux.org>
35216
35217         [BZ #13966]
35218         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35219         determine header location.
35220         * configure: Regenerated.
35221
35222 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35223
35224         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35225         float format.
35226         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35227         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35228         format.
35229         (test): Regenerate.
35230
35231 2012-09-04  David S. Miller  <davem@davemloft.net>
35232
35233         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35234         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35235         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35236
35237 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35238
35239         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35240         failures.
35241
35242         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35243
35244 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35245
35246         [BZ #9914]
35247         * libio/iogetdelim.c: Include <limits.h>.
35248         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35249         + len + 1 would overflow.
35250
35251 2012-09-03  Andreas Jaeger  <aj@suse.de>
35252
35253         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35254         * sysdeps/i386/fpu/libm-test-ulps: Update.
35255
35256 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35257
35258         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35259         Add s_sinf-sse2, s_conf-sse2.
35260
35261         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35262         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35263         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35264         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35265
35266         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35267         for using routine as __sinf_ia32.
35268         Use macro for function declaration and weak_alias.
35269         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35270         for using routine as __cosf_ia32.
35271         Use macro for function declaration and weak_alias.
35272
35273         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35274         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35275
35276         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35277         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35278         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35279
35280         * math/libm-test.inc (cos_test): Add more test cases.
35281         (sin_test): Likewise.
35282         (sincos_test): Likewise.
35283
35284 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35285
35286         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35287         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35288         hidden.
35289         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35290
35291 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35292
35293         [BZ #14538]
35294         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35295         first element of the GOT.
35296         (elf_machine_load_address): Return the difference between
35297         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35298
35299 2012-09-01  Allan McRae  <allan@archlinux.org>
35300
35301         [BZ #13412]
35302         * configure.in (AWK): Require gawk version 3.0 or later.
35303         * configure: Regenerated.
35304
35305 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35306
35307         * sysdeps/unix/sysv/linux/kernel-features.h
35308         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35309         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35310         [__NR_clock_getres]: Make code unconditional.
35311         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35312         (clock_getcpuclockid): Remove code left unreachable by removal of
35313         conditionals.
35314         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35315         code unconditional.
35316         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35317         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35318         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35319         Make code unconditional.
35320         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35321         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35322         * sysdeps/unix/sysv/linux/clock_settime.c
35323         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35324         conditional code.
35325         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35326         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35327
35328 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35329
35330         [BZ #14476]
35331         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35332         scripts/test-installation.pl.
35333
35334         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35335         and $ld_so_version if it is set.
35336
35337 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35338
35339         [BZ #14516]
35340         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35341         failure if reading from procfs failed.
35342         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35343
35344 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35345
35346         * sysdeps/unix/sysv/linux/kernel-features.h
35347         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35348         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35349         Remove conditional code.
35350         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35351         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35352         Remove conditional code.
35353         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35354         * sysdeps/unix/sysv/linux/i386/fxstat.c
35355         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35356         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35357         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35358         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35359         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35360         * sysdeps/unix/sysv/linux/i386/lxstat.c
35361         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35362         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35363         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35364         Remove conditional code.
35365         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35366         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35367         Remove conditional code.
35368         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35369         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35370         <kernel-features.h>.
35371         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35372         Remove.
35373         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35374         Remove conditional code.
35375         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35376         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35377         Remove conditional.
35378
35379 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35380
35381         [BZ #5400]
35382         * NEWS: Add fixed bug number.
35383
35384 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35385
35386         [BZ #14519]
35387         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35388         underflowing exponent in case of negative sign.
35389         * stdlib/tst-strtod-round-data: Add more tests.
35390         * stdlib/tst-strtod-round.c (tests): Regenerated.
35391
35392         [BZ #3479]
35393         * stdlib/strtod_l.c (NDIG): Remove.
35394         (HEXNDIG): Likewise.
35395         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35396         smallest representable value.
35397         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35398         lie within an exact representation of 1/2 ulp of the result.
35399         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35400         unconditionally.
35401         (TENS_P9_IDX): Define unconditionally.
35402         (TENS_P9_SIZE): Likewise.
35403         (TENS_P10_IDX): Likewise.
35404         (TENS_P10_SIZE): Likewise.
35405         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35406         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35407         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35408         entries for 10^2^13 and 10^2^14.
35409         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35410         (TENS_P13_IDX): Define.
35411         (TENS_P13_SIZE): Likewise.
35412         (TENS_P14_IDX): Likewise.
35413         (TENS_P14_SIZE): Likewise.
35414         (_fpioconst_pow10): Change array size to
35415         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35416         unconditional.
35417         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35418         1024]: Add entries for 10^2^13 and 10^2^14.
35419         [LAST_POW10 > _LAST_POW10]: Remove #error.
35420         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35421         (_fpioconst_pow10): Change array size to
35422         FPIOCONST_POW10_ARRAY_SIZE.
35423         * stdlib/gen-fpioconst.c: New file.
35424         * stdlib/gen-tst-strtod-round.c: Likewise.
35425         * stdlib/tst-strtod-round-data: Likewise.
35426         * stdlib/tst-strtod-round.c: Likewise.
35427         * stdlib/Makefile (tests): Add tst-strtod-round.
35428
35429         [BZ #14459]
35430         * stdlib/strtod_l.c: Include <stdint.h>.
35431         (NDEBUG): Do not define.
35432         (round_and_return): Change EXPONENT parameter to type intmax_t.
35433         Rearrange calculations to avoid internal overflow possibilities.
35434         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35435         Rearrange calculations to avoid internal overflow possibilities.
35436         Assert that number fits inside MPNSIZE limbs.
35437         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35438         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35439         calculations and add assertions to avoid internal overflow
35440         possibilities.  Add casts to avoid signed/unsigned operations.
35441         * stdlib/tst-strtod-overflow.c: New file.
35442         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35443
35444 2012-08-25  Marek Polacek  <polacek@redhat.com>
35445
35446         * time/time.h: Fix some typos in comments.
35447
35448 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35449
35450         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35451         * posix/tst-rfc3484-2.c: Likewise.
35452         * posix/tst-rfc3484-3.c: Likewise.
35453
35454 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35455
35456         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35457         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35458
35459 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35460
35461         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35462         #include of fxstatat64.c.
35463
35464 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35465
35466         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35467         * shadow/getspent_r.c: Likewise.
35468         * shadow/getspnam.c: Likewise.
35469         * shadow/getspnam_r.c: Likewise.
35470         * gshadow/getsgent.c: Likewise.
35471         * gshadow/getsgent_r.c: Likewise.
35472         * gshadow/getsgnam.c: Likewise.
35473         * gshadow/getsgnam_r.c: Likewise.
35474         * inet/getnetbyad.c: Likewise.
35475         * inet/getnetbyad_r.c: Likewise.
35476         * inet/getnetbynm.c: Likewise.
35477         * inet/getnetbynm_r.c: Likewise.
35478         * inet/getnetent.c: Likewise.
35479         * inet/getnetent_r.c: Likewise.
35480         * inet/getproto.c: Likewise.
35481         * inet/getproto_r.c: Likewise.
35482         * inet/getprtent.c: Likewise.
35483         * inet/getprtent_r.c: Likewise.
35484         * inet/getprtname.c: Likewise.
35485         * inet/getprtname_r.c: Likewise.
35486         * inet/getrpcbyname.c: Likewise.
35487         * inet/getrpcbyname_r.c: Likewise.
35488         * inet/getrpcbynumber.c: Likewise.
35489         * inet/getrpcbynumber_r.c: Likewise.
35490         * inet/getrpcent.c: Likewise.
35491         * inet/getrpcent_r.c: Likewise.
35492         * inet/getaliasent.c: Likewise.
35493         * inet/getaliasent_r.c: Likewise.
35494         * inet/getaliasname.c: Likewise.
35495         * inet/getaliasname_r.c: Likewise.
35496         * nscd/getgrgid_r.c: Likewise.
35497         * nscd/getgrnam_r.c: Likewise.
35498         * nscd/gethstbyad_r.c: Likewise.
35499         * nscd/gethstbynm3_r.c: Likewise.
35500         * nscd/getpwnam_r.c: Likewise.
35501         * nscd/getpwuid_r.c: Likewise.
35502         * nscd/getsrvbynm_r.c: Likewise.
35503         * nscd/getsrvbypt_r.c: Likewise.
35504         * nscd/gai.c: Likewise.
35505
35506         * configure.in (build_nscd): New substituted variable, set
35507         by --disable-build-nscd and defaults to $use_nscd.
35508         * configure: Regenerated.
35509         * config.make.in (build-nscd): New substituted variable.
35510         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35511         Change conditional to require [$(build-nscd) = yes] as well.
35512         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35513
35514         [BZ# 13696]
35515         * configure.in (use_nscd): New substituted variable, set by
35516         --disable-nscd.  If enabled, define USE_NSCD.
35517         * configure: Regenerated.
35518         * config.h.in: Add USE_NSCD.
35519         * config.make.in (use-nscd): New substituted variable.
35520         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35521         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35522         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35523         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35524         (CFLAGS-getgrnam_r.c): Likewise.
35525         (CFLAGS-initgroups.c): Likewise.
35526         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35527         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35528         Variables removed.
35529         * inet/getnetgrent_r.c
35530         (nscd_setnetgrent): New function, broken out of ...
35531         (setnetgrent): ... here.  Call it.
35532         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35533         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35534         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35535         * nscd/Makefile (routines, aux): Move definitions after include of
35536         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35537         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35538         Conditionalize on [USE_NSCD].
35539         (is_nscd, nscd_init_cb): Likewise.
35540         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35541         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35542         * nss/nss_db/db-init.c: Likewise.
35543         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35544         [USE_NSCD].
35545         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35546         (make_request): Use it.
35547         (cache_valid_p): New function.
35548         (__check_pf): Use it.
35549         * NEWS: Add item for --disable-nscd.
35550
35551 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35552
35553         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35554         to support sed >= 4.2.1-20-ga9bf076.
35555         * configure: Regenerated.
35556
35557 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35558
35559         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35560         Conditionalize whole body on [IREL].
35561
35562 2012-08-22  Jeff Law <law@redhat.com>
35563
35564         [BZ #14505]
35565         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35566         if the family is PF_UNSPEC.
35567
35568 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35569
35570         * Makerules (lib-version): Rename from V.
35571         (install-lib-nosubdir): Change V to lib-version.
35572
35573 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35574
35575         [BZ #14252]
35576         * powerpc32/power6/wcschr.c: New file.
35577         * powerpc32/power6/wcscpy.c: New file.
35578         * powerpc32/power6/wcsrchr.c: New file.
35579         * powerpc64/power6/wcschr.c: New file.
35580         * powerpc64/power6/wcscpy.c: New file.
35581         * powerpc64/power6/wcsrchr.c: New file.
35582
35583 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35584
35585         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35586         (two_way_short_needle): Use it.
35587         * string/strstr.c (AVAILABLE1_USES_J): Define.
35588         * string/strcasestr.c: Likewise.
35589
35590         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35591         array references.
35592         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35593
35594         [BZ #11607]
35595         * NEWS: Add an entry.
35596         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35597         define their defaults.
35598         (two_way_short_needle): Detect end-of-string on-the-fly.
35599         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35600         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35601         * string/bug-strcasestr1.c: New test.
35602         * string/Makefile: Run it.
35603
35604 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35605
35606         [BZ #11607]
35607         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35608         the first character.
35609
35610 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35611
35612         * csu/elf-init.c (__libc_csu_irel): Function removed.
35613         * csu/libc-start.c (apply_irel): New function.
35614         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35615
35616 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35617
35618         * sysdeps/unix/sysv/linux/kernel-features.h
35619         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35620         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35621         <kernel-features.h>.
35622         [__NR_fadvise64_64]: Make code unconditional.
35623         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35624         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35625         !__NR_fadvise64_64)]: Likewise.
35626         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35627         !__NR_fadvise64_64))]: Likewise.
35628         [__NR_fadvise64]: Make code unconditional.
35629         [!__NR_fadvise64]: Remove conditional code.
35630         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35631         <kernel-features.h>.
35632         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35633         unconditional.
35634         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35635         conditional code.
35636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35637         not include <kernel-features.h>.
35638         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35639         unconditional.
35640         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35641         conditional code.
35642         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35643         include <kernel-features.h>.
35644         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35645         unconditional.
35646         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35647         conditional code.
35648
35649 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35650
35651         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35652         slight instruction rearrangements per scrollpipe analysis.
35653         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35654
35655 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35656
35657         * manual/syslog.texi (syslog; vsyslog, closelog):
35658         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35659         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35660
35661         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35662         DSOCAPS to match condition on defining it.
35663
35664 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35665
35666         * sysdeps/unix/sysv/linux/kernel-features.h
35667         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35669         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35670         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35672         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35673         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35675         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35676         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35677
35678         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35679         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35680
35681         * sysdeps/unix/sysv/linux/kernel-features.h
35682         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35683         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35684         unconditional.
35685         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35686         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35687         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35688         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35689         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35690         Make code unconditional.
35691         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35692         (__mmap64) [!__NR_mmap2]: Likewise.
35693         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35694         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35695         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35696         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35697         [__NR_mmap2]: Make code unconditional.
35698         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35699         (__mmap64) [!__NR_mmap2]: Likewise.
35700
35701 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35702
35703         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35704
35705 2012-08-18  Andreas Jaeger  <aj@suse.de>
35706
35707         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35708
35709 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35710
35711         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35712         * include/unistd.h (__have_sock_cloexec): Likewise.
35713         (__have_pipe2): Likewise.
35714         (__have_dup3): Likewise.
35715
35716 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35717
35718         [BZ #9685]
35719         * include/unistd.h (__have_pipe2): Change define into an extern int.
35720         (__have_dup3): Likewise.
35721         * socket/have_sock_cloexec.c: Include fcntl.h.
35722         (__have_pipe2): New variable.
35723         (__have_dup3): Likewise.
35724
35725 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35726
35727         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35728
35729 2012-08-17  Marek Polacek  <polacek@redhat.com>
35730
35731         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35732         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35733
35734 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35735
35736         * configure.in: Add AC_SUBST for sysheaders.
35737         * configure: Regenerated.
35738         * config.make.in (sysheaders): New substituted variable.
35739
35740         * sysdeps/unix/mkfifo.c: Moved ...
35741         * sysdeps/posix/mkfifo.c: ... here.
35742         * sysdeps/unix/mkfifoat.c: Moved ...
35743         * sysdeps/posix/mkfifoat.c: ... here.
35744
35745         * sysdeps/unix/utime.c: Moved ...
35746         * sysdeps/posix/utime.c: ... here.
35747
35748         * sysdeps/unix/time.c: Moved ...
35749         * sysdeps/posix/time.c: ... here.
35750         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35751         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35752
35753         * sysdeps/unix/nice.c: Moved ...
35754         * sysdeps/posix/nice.c: ... here.
35755
35756         * sysdeps/unix/alarm.c: Moved ...
35757         * sysdeps/posix/alarm.c: ... here.
35758
35759         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35760
35761 2012-08-17  Jeff Law <law@redhat.com>
35762
35763         * intl/Makefile (codeset_mo): New variable.
35764         ($(codeset_mo)): New target.
35765         (tst-codeset.out): Depend on that.  Remove explicit rule.
35766         (tst-gettext3.out, tst-gettext5.out): Likewise.
35767         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35768         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35769         * intl/tst-codeset.sh: Remove.
35770         * intl/tst-gettext3.sh: Likewise.
35771         * intl/tst-gettext5.sh: Likewise.
35772
35773 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35774
35775         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35776         * sysdeps/unix/syscalls.list: ... here.
35777
35778         * sysdeps/posix/getaddrinfo.c
35779         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35780         (gaiconf_init, gaiconf_reload): Use them.
35781         [!_STATBUF_ST_NSEC]
35782         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35783         Define using time_t rather than struct timespec.
35784
35785         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35786         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35787         Macros removed.
35788         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35789         [!NO_THREADS].
35790         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35791         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35792         Likewise.
35793
35794         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35795         __libc_cleanup_push argument.
35796
35797         * bits/param.h: New file.
35798         * misc/sys/param.h: New file.
35799         * include/sys/param.h: New file.
35800         * misc/Makefile (headers): Add bits/param.h.
35801         * sysdeps/generic/sys/param.h: File removed.
35802         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35803         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35804         * sysdeps/mach/hurd/bits/param.h: New file.
35805         * sysdeps/mach/hurd/sys/param.h: File removed.
35806
35807         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35808         last change.
35809
35810         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35811         [_IO_MTSAFE_IO].
35812         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35813         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35814         New macros.
35815
35816         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35817         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35818         rather than -D_IO_MTSAFE_IO conditionally.
35819         * stdio-common/Makefile (CPPFLAGS): Likewise.
35820         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35821         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35822         Use $(libio-mtsafe).
35823         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35824         of -D_IO_MTSAFE_IO.
35825         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35826         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35827         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35828         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35829         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35830         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35831         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35832         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35833         (CFLAGS-fread_u_chk.c): Likewise.
35834         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35835         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35836         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35837         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35838         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35839         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35840         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35841         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35842         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35843
35844         * libio/Makefile: Test [$(libc-reentrant) = yes]
35845         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35846
35847         * Makeconfig
35848         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35849         * sysdeps/pthread/configure: File removed.
35850         * sysdeps/pthread/Makeconfig: New file.
35851         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35852         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35853
35854 2012-08-16  Gary Benson  <gbenson@redhat.com>
35855
35856         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35857         unmapping the first object in a namespace.
35858
35859 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35860
35861         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35862         (__internal_setnetgrent): ... this.  Add internal_function to
35863         definition.  Add libc_hidden_def.
35864         (setnetgrent): Update caller.
35865         (internal_endnetgrent): Renamed to ...
35866         (__internal_endnetgrent): ... this.  Add internal_function to
35867         definition.  Add libc_hidden_def.
35868         (endnetgrent): Update caller.
35869         (internal_getnetgrent_r): Renamed to ...
35870         (__internal_getnetgrent_r): ... this.  Add internal_function to
35871         definition.  Add libc_hidden_def.
35872         (__getnetgrent_r): Update caller.
35873         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35874
35875 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35876
35877         * stdlib/longlong.h: Update from GCC.
35878
35879 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35880
35881         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35882         on _QL, which is set by umul_ppmm but never used.
35883         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35884         variables, which are set by GMP macros but never used.
35885         * stdio-common/_itowa.c (_itowa): Likewise.
35886         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35887         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35888
35889 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35890
35891         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35892         struct La_sh_regs is not constant.
35893         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35894         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35895         and struct La_sparc64_regs are not constant.
35896
35897 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35898
35899         * sysdeps/unix/sysv/linux/kernel-features.h
35900         (__ASSUME_POSIX_TIMERS): Remove.
35901         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35902         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35903         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35904         Make code unconditional.
35905         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35906         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35907         Make code unconditional.
35908         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35909         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35910         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35911         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35912         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35913         Make code unconditional.
35914         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35915         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35916         (__libc_missing_posix_timers): Remove.
35917
35918 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35919
35920         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35921         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35922
35923         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35924
35925         * elf/dl-sym.c: Include <stdlib.h>.
35926
35927         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35928         constants, which avoids warnings in 32-bit builds.
35929
35930         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35931         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35932
35933         * misc/lseek.c: File moved to ...
35934         * io/lseek.c: ... here.
35935
35936         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35937
35938         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35939         shifting LEN more than 31 bits at once.
35940
35941 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35942
35943         [BZ #14195]
35944         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35945         segmentation fault for a case of two empty input strings.
35946         * string/test-strncasecmp.c (check1): Renamed to...
35947         (bz12205): ...this.
35948         (bz14195): Add new testcase for two empty input strings and N > 0.
35949         (test_main): Call new testcase, adapt for renamed function.
35950
35951 2012-08-15  Andreas Jaeger  <aj@suse.de>
35952
35953         [BZ #14090]
35954         * crypt/md5test2.c: New test, based on test supplied by Serge
35955         Belyshev <belyshev@depni.sinp.msu.ru>.
35956         * crypt/Makefile (xtests): Add md5test-giant..
35957         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35958
35959 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35960
35961         [BZ #14090]
35962         * crypt/md5.c (md5_process_block): Don't assume the buffer
35963         length is less than 2**32.
35964         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35965         length is less than 2**64.
35966
35967 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35968
35969         * string/str-two-way.h: Include <sys/param.h>.
35970         (MAX): Macro removed.
35971
35972         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35973         Move #define and #undef of memmove to just before and after
35974         including <string.h>.
35975
35976         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35977         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35978         and after including <string.h>.  Move declarations of
35979         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35980         to before #include "string/memmove.c".
35981
35982         * include/dirent.h: Declare __getdirentries.
35983
35984         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35985         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35986
35987 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35988
35989         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35990         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35991         * sysdeps/i386/configure: Regenerated.
35992         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35993         STABS_CURRENT_FILE, and STABS_FUN.
35994         (END): Remove call to STABS_FUN_END.
35995         (STABS_CURRENT_FILE1): Delete.
35996         (STABS_CURRENT_FILE): Likewise.
35997         (STABS_FUN): Likewise.
35998         (STABS_FUN_END): Likewise.
35999         (STABS_FUN2): Likewise.
36000         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36001         * sysdeps/x86_64/configure: Regenerated.
36002
36003 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36004
36005         * elf/dl-open.c: Include <atomic.h>.
36006         * elf/dl-lookup.c: Likewise.
36007
36008 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36009
36010         * sysdeps/unix/sysv/linux/kernel-features.h
36011         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36012         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36013         unconditionally.
36014         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36015         unconditionally.
36016         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36017         condition on __ASSUME_CLONE_THREAD_FLAGS.
36018
36019 2012-08-14  Andreas Jaeger  <aj@suse.de>
36020
36021         * sysdeps/i386/fpu/libm-test-ulps: Update.
36022
36023 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36024
36025         * include/atomic.h (atomic_exchange_and_add): Split into ...
36026         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36027         New atomic macros.
36028
36029 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36030
36031         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36032
36033 2012-08-13  Jeff Law <law@redhat.com>
36034
36035         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36036         null byte in the output string.
36037
36038 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36039
36040         * sysdeps/unix/sysv/linux/kernel-features.h
36041         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36042         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36043         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36044         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36045         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36046         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36047         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36048
36049 2012-08-09  Jeff Law <law@redhat.com>
36050
36051         [BZ #13939]
36052         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36053         When avoid_arena is set, don't retry in the that arena.  Pick the
36054         next one, whatever it might be.
36055         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36056         (arena_lock): Pass in new parameter to arena_get2.
36057         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36058         arena_get2.
36059         (__libc_malloc): Unify retrying after main arena failure with
36060         __libc_memalign version.
36061         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36062
36063 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36064
36065         [BZ #14166]
36066         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36067         to __redirect_strstr.
36068         (__strstr_sse42): Use typeof __redirect_strstr.
36069         (__strstr_ia32): Likewise.
36070         (__libc_strstr): New prototype.
36071         (strstr): Renamed to ...
36072         (__libc_strstr): This.
36073         (strstr): New strong alias of __libc_strstr.
36074         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36075         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36076         __redirect_time.
36077         Include <time.h>.
36078         (__libc_time): New prototype.
36079         (time_ifunc): Replace time with __libc_time.
36080         (time): New strong alias and hidden definition of __libc_time.
36081         (__GI_time): Remove strong alias.
36082         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36083         Include <stddef.h>.
36084         (memmove): Redefined to __redirect_memmove.
36085         (__memmove_sse2): Use typeof __redirect_memmove.
36086         (__memmove_ssse3): Likewise.
36087         (__memmove_ssse3_back): Likewise.
36088         (__libc_memmove): New prototype.
36089         (memmove): Renamed to ...
36090         (__libc_memmove): This.
36091         (memmove): New strong alias of __libc_memmove.
36092
36093 2012-08-08  Mark Salter  <msalter@redhat.com>
36094
36095         * elf/elf.h
36096         (R_MN10300_TLS_GD): Define.
36097         (R_MN10300_TLS_LD): Likewise.
36098         (R_MN10300_TLS_LDO): Likewise.
36099         (R_MN10300_TLS_GOTIE): Likewise.
36100         (R_MN10300_TLS_IE): Likewise.
36101         (R_MN10300_TLS_LE): Likewise.
36102         (R_MN10300_TLS_DTPMOD): Likewise.
36103         (R_MN10300_TLS_DTPOFF): Likewise.
36104         (R_MN10300_TLS_TPOFF): Likewise.
36105         (R_MN10300_SYM_DIFF): Likewise.
36106         (R_MN10300_ALIGN): Likewise.
36107         (R_MN10300_NUM): Update.
36108
36109 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36110
36111         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36112         Remove.
36113
36114 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36115
36116         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36117
36118         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36119         sysdeps/unix -> sysdeps/posix move.
36120         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36121
36122 2012-08-07      Allan McRae     <allan@archlinux.org>
36123
36124         [BZ #14303]
36125         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36126         (SUNOS_CPP): Likewise.
36127         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36128         not found.
36129         (open_input): Call CPP using execvp.
36130
36131 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36132
36133         * sysdeps/unix/sysv/linux/kernel-features.h
36134         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36135         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36136         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36137         (__ASSUME_WAITID_SYSCALL): Likewise.
36138         * sysdeps/unix/sysv/linux/dl-execstack.c
36139         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36140         code unconditional.
36141         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36142         conditional code.
36143         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36144         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36145         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36146         code.
36147         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36148         unconditional.
36149         [__ASSUME_WAITID_SYSCALL]: Likewise.
36150         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36151
36152 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36153
36154         * sysdeps/unix/closedir.c: Renamed to ...
36155         * sysdeps/posix/closedir.c: ... here.
36156         * sysdeps/unix/dirfd.c: Renamed to ...
36157         * sysdeps/posix/dirfd.c: ... here.
36158         * sysdeps/unix/dirstream.h: Renamed to ...
36159         * sysdeps/posix/dirstream.h: ... here.
36160         * sysdeps/unix/fdopendir.c: Renamed to ...
36161         * sysdeps/posix/fdopendir.c: ... here.
36162         * sysdeps/unix/opendir.c: Renamed to ...
36163         * sysdeps/posix/opendir.c: ... here.
36164         * sysdeps/unix/readdir.c: Renamed to ...
36165         * sysdeps/posix/readdir.c: ... here.
36166         * sysdeps/unix/readdir_r.c: Renamed to ...
36167         * sysdeps/posix/readdir_r.c: ... here.
36168         * sysdeps/unix/rewinddir.c: Renamed to ...
36169         * sysdeps/posix/rewinddir.c: ... here.
36170         * sysdeps/unix/seekdir.c: Renamed to ...
36171         * sysdeps/posix/seekdir.c: ... here.
36172         * sysdeps/unix/telldir.c: Renamed to ...
36173         * sysdeps/posix/telldir.c: ... here.
36174         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36175         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36176         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36177         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36178
36179         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36180         * bits/fcntl.h: ... here.
36181
36182         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36183         not 0.
36184         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36185         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36186         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36187         (struct flock): Move l_start, l_len to the beginning.
36188         Use __pid_t for l_pid.
36189         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36190         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36191         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36192         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36193         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36194         [__USE_LARGEFILE64] (struct flock64): New type.
36195         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36196
36197         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36198         * bits/dirent.h: ... here.
36199
36200         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36201         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36202
36203 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36204
36205         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36206         Change from 2.6.0 to 2.6.16.
36207         * sysdeps/unix/sysv/linux/configure: Regenerated.
36208         * sysdeps/unix/sysv/linux/kernel-features.h
36209         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36210         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36211         version.
36212         (__ASSUME_UTIMES): Likewise.
36213         (__ASSUME_CLONE_STOPPED): Remove.
36214         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36215         architectures, not kernel version.
36216         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36217         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36218         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36219         (__ASSUME_WAITID_SYSCALL): Likewise.
36220         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36221         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36222         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36223         refer to older versions.
36224
36225 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36226
36227         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36228         Define alphasort64 as an alias.
36229         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36230         Define versionsort64 as an alias.
36231         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36232         Define scandir64 as an alias.
36233         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36234         Define scandirat64 as an alias.
36235         * dirent/alphasort64.c (alphasort64):
36236         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36237         * dirent/versionsort64.c: Likewise.
36238         * dirent/scandir64.c: Likewise.
36239         * dirent/scandirat64.c: Likewise.
36240         * sysdeps/wordsize-64/alphasort.c: File removed.
36241         * sysdeps/wordsize-64/alphasort64.c: File removed.
36242         * sysdeps/wordsize-64/scandir.c: File removed.
36243         * sysdeps/wordsize-64/scandir64.c: File removed.
36244         * sysdeps/wordsize-64/scandirat.c: File removed.
36245         * sysdeps/wordsize-64/scandirat64.c: File removed.
36246         * sysdeps/wordsize-64/versionsort.c: File removed.
36247         * sysdeps/wordsize-64/versionsort64.c: File removed.
36248         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36249         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36250         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36251         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36252         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36253         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36254         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36255         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36256
36257         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36258         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36259         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36260         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36261         [defined __arch64__ || defined __sparcv9]
36262         (__INO_T_MATCHES_INO64_T): New macro.
36263         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36264         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36265         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36266         * sysdeps/unix/sysv/linux/bits/dirent.h
36267         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36268         (_DIRENT_MATCHES_DIRENT64): New macro.
36269
36270         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36271         Define lockf64 as an alias.
36272         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36273         Define fseeko64 as an alias.
36274         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36275         Define ftello64 as an alias.
36276         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36277         Define _IO_fgetpos64 and fgetpos64 as aliases.
36278         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36279         Define _IO_fsetpos64 and fsetpos64 as aliases.
36280         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36281         Conditionalize body on this.
36282         * libio/fseeko64.c: Likewise.
36283         * libio/ftello64.c: Likewise.
36284         * libio/iofgetpos64.c: Likewise.
36285         * libio/iofsetpos64.c: Likewise.
36286         * sysdeps/wordsize-64/lockf.c: File removed.
36287         * sysdeps/wordsize-64/lockf64.c: File removed.
36288         * sysdeps/wordsize-64/fseeko.c: File removed.
36289         * sysdeps/wordsize-64/fseeko64.c: File removed.
36290         * sysdeps/wordsize-64/ftello.c: File removed.
36291         * sysdeps/wordsize-64/ftello64.c: File removed.
36292         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36293         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36294         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36295         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36296         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36297         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36298         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36299         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36300         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36301         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36302         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36303         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36304         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36305         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36306
36307         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36308         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36309         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36310         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36311         [defined __arch64__ || defined __sparcv9]
36312         (__OFF_T_MATCHES_OFF64_T): New macro.
36313         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36314         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36315         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36316         (__OFF_T_MATCHES_OFF64_T): New macro.
36317
36318 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36319
36320         * stdlib/secure-getenv.c (__secure_getenv): Replace
36321         GLIBC_2_16 with GLIBC_2_17.
36322
36323 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36324
36325         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36326         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36327
36328 2012-08-03  David S. Miller  <davem@davemloft.net>
36329
36330         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36331
36332 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36333
36334         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36335         Remove.
36336         (__ASSUME_CORRECT_SI_PID): Likewise.
36337         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36338         (__ASSUME_TMPFS_NAME): Likewise.
36339         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36340         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36341         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36342         (HAVE_AUX_SECURE): Make definition unconditional.
36343         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36344         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36345
36346 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36347
36348         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36349         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36350         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36351         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36352         __eloop_threshold instead of SYMLOOP_MAX.
36353
36354         * sysdeps/generic/eloop-threshold.h: New file.
36355         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36356         of MAXSYMLINKS.
36357         * elf/chroot_canon.c (chroot_canon): Likewise.
36358
36359 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36360
36361         [BZ #13717]
36362         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36363         Change to 2.6.0 everywhere.
36364         * sysdeps/unix/sysv/linux/configure: Regenerated.
36365         * sysdeps/unix/sysv/linux/kernel-features.h
36366         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36367         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36368         kernel versions.
36369         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36370         (__ASSUME_FUTEX_REQUEUE): Remove.
36371         (__ASSUME_STATFS64): Define unconditionally.
36372         (__ASSUME_AT_SECURE): Likewise.
36373         (__ASSUME_CORRECT_SI_PID): Likewise.
36374         (__ASSUME_TGKILL): Define without depending on kernel version for
36375         i386.
36376         (__ASSUME_UTIMES): Likewise.
36377         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36378         kernel version.
36379         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36380         (__ASSUME_TMPFS_NAME): Likewise.
36381         * README: Update reference to Linux kernel versions.
36382
36383 2012-08-02  Marek Polacek  <polacek@redhat.com>
36384
36385         [BZ# 14150]
36386         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36387         libc_cv_asm_type_prefix with %.
36388         * configure: Regenerated.
36389         * include/libc-symbols.h: Remove comment about
36390         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36391         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36392         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36393         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36394         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36395         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36396         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36397         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36398         * elf/tst-unique2mod1.c: Likewise.
36399         * elf/tst-unique1mod2.c: Likewise.
36400         * elf/tst-unique1mod1.c: Likewise.
36401         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36402         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36403         Replace ASM_TYPE_DIRECTIVE with .type.
36404         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36405         * sysdeps/i386/sysdep.h: Likewise.
36406         * sysdeps/x86_64/sysdep.h: Likewise.
36407         * sysdeps/sh/sysdep.h: Likewise.
36408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36409         Do not define ASM_TYPE_DIRECTIVE.
36410         * sysdeps/powerpc/sysdep.h: Likewise.
36411         * sysdeps/powerpc/powerpc32/sysdep.h:
36412         Replace ASM_TYPE_DIRECTIVE with .type.
36413         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36414         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36415         * sysdeps/i386/fpu/e_powf.S: Likewise.
36416         * sysdeps/i386/fpu/e_expl.S: Likewise.
36417         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36418         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36419         * sysdeps/i386/fpu/e_pow.S: Likewise.
36420         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36421         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36422         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36423         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36424         * sysdeps/i386/fpu/e_log2.S: Likewise.
36425         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36426         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36427         * sysdeps/i386/fpu/e_powl.S: Likewise.
36428         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36429         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36430         * sysdeps/i386/fpu/e_logl.S: Likewise.
36431         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36432         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36433         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36434         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36435         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36436         * sysdeps/i386/fpu/e_log.S: Likewise.
36437         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36438         * sysdeps/i386/fpu/e_logf.S: Likewise.
36439         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36440         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36441         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36442         * sysdeps/i386/fpu/e_log10.S: Likewise.
36443         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36444         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36445         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36446         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36447         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36448         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36449         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36450         * sysdeps/i386/i686/strtok.S: Likewise.
36451         * sysdeps/i386/i386-mcount.S: Likewise.
36452         * sysdeps/i386/strtok.S: Likewise.
36453         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36454         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36455         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36456         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36457         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36458         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36459         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36460         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36461         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36462         * sysdeps/x86_64/_mcount.S: Likewise.
36463         * sysdeps/x86_64/strtok.S: Likewise.
36464         * sysdeps/sh/_mcount.S: Likewise.
36465
36466 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36467
36468         * libio/iofopen.c: Include <fcntl.h>.
36469         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36470         (_IO_fopen64, fopen64): Define as aliases.
36471         * libio/iofopen64.c: Include <fcntl.h>.
36472         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36473         Conditionalize body on this.
36474         * sysdeps/wordsize-64/iofopen.c: File removed.
36475         * sysdeps/wordsize-64/iofopen64.c: File removed.
36476
36477 2012-08-01  Marek Polacek  <polacek@redhat.com>
36478
36479         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36480         Use dlfcn directly instead of a variable.
36481         (binfmt-subdir): Do not define.
36482         (dlfcn): Likewise.
36483
36484 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36485
36486         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36487         Remove all definitions.
36488         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36489         <kernel-features.h>.
36490         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36491         (miss_F_GETOWN_EX): Remove all definitions.
36492         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36493         macro definition.
36494         [!__ASSUME_FCNTL64]: Remove conditional code.
36495         [__ASSUME_FCNTL64]: Make code unconditional.
36496         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36497         <kernel-features.h>.
36498         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36499         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36500         (lockf64) [__NR_fcntl64]: Make code unconditional.
36501         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36502
36503         * sysdeps/unix/sysv/linux/kernel-features.h
36504         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36505         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36506         Make code unconditional.
36507         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36508         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36510         [__NR_vfork]: Make code unconditional.
36511         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36512         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36514         [__NR_vfork]: Make code unconditional.
36515         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36516         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36517
36518 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36519
36520         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36521         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36522
36523         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36524         Define mkstemp64 as an alias.
36525         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36526         Define mkstemps64 as an alias.
36527         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36528         Define mkostemp64 as an alias.
36529         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36530         Define mkostemps64 as an alias.
36531         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36532         Conditionalize body on this.
36533         * misc/mkostemp64.c: Likewise.
36534         * misc/mkostemps64.c: Likewise.
36535         * misc/mkstemps64.c: Likewise.
36536         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36537         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36538         * sysdeps/wordsize-64/mkostemp.c: File removed.
36539         * sysdeps/wordsize-64/mkstemp.c: File removed.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36541         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36544
36545         [BZ #14138]
36546         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36547         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36548         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36549         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36550
36551         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36552         compat_symbol macros from <shlib-compat.h> rather than the underlying
36553         default_symbol_version and symbol_version macros, so that DEFAULT
36554         lines in shlib-versions are respected.
36555         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36556
36557 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36558
36559         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36560         Declare with warn_unused_result.
36561         (setgid, setregid, setegid, setresgid): Likewise.
36562         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36563         Likewise.
36564         * WUR-REPORT: Remove set*id functions.
36565
36566 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36567
36568         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36569
36570 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36571
36572         [BZ #10191]
36573         * include/sys/socket.h (__libc_accept, __libc_accept4):
36574         Add attribute_hidden.
36575         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36576
36577         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36578         use of PTR_MANGLE.
36579         * inet/getnetgrent_r.c (setup): Likewise.
36580
36581         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36582
36583 2012-07-31  David S. Miller  <davem@davemloft.net>
36584
36585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36586
36587 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36588
36589         [BZ #13629]
36590         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36591         value between 1.0 and 2.0 and smaller part has absolute value less
36592         than 1.0.
36593         * math/s_clog10.c (__clog10): Likewise.
36594         * math/s_clog10f.c (__clog10f): Likewise.
36595         * math/s_clog10l.c (__clog10l): Likewise.
36596         * math/s_clogf.c (__clogf): Likewise.
36597         * math/s_clogl.c (__clogl): Likewise.
36598         * math/libm-test.inc (clog_test): Add more tests.
36599         (clog10_test): Likewise.
36600         * sysdeps/i386/fpu/libm-test-ulps: Update.
36601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36602
36603 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36604
36605         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36606         Exit with zero in case no suitable GID is found, and write a
36607         message to standard error.
36608
36609 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36610
36611         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36612         rather than to 1.
36613         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36614         (MAXPATHLEN): Removed.
36615         (NOGROUP, NODEV): New macros.
36616         (setbit, clrbit, isset, isclr): New macros.
36617         (howmany, roundup, powerof2): New macros.
36618         (DEV_BSIZE): New macro.
36619
36620         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36621         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36622
36623         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36624         definition on [!__NO_LONG_DOUBLE_MATH].
36625
36626         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36627         PTR_MANGLE and PTR_DEMANGLE.
36628
36629         * socket/accept4.c (accept4): Rename to __libc_accept4.
36630         Define accept4 as a weak alias.
36631
36632         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36633         on [_DIRENT_HAVE_D_TYPE].
36634         * io/ftw.c (ftw_dir): Likewise.
36635
36636         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36637
36638         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36639
36640         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36641         Use the BSD numbers rather than the arbitrary ones we had.
36642         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36643         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36644         (SIGXCPU, SIGXFSZ): New macros.
36645         (_NSIG): Now 32.
36646
36647         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36648         initializer on [_LIBC_REENTRANT].
36649
36650         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36651         definitions inside [_POSIX_MAPPED_FILES].
36652
36653         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36654
36655         * dirent/opendir.c: Include <fcntl.h>.
36656
36657         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36658         (__libc_getspecific): Likewise.
36659         (__libc_key_create): Likewise.
36660
36661         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36662         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36663         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36664         (tmpfile64): Define as alias.
36665         * sysdeps/wordsize-64/tmpfile.c: File removed.
36666         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36667         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36668         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36669
36670         * stdio-common/vfscanf.c: Include <stdbool.h>.
36671         * nss/makedb.c: Likewise.
36672         * stdio-common/_i18n_number.h: Likewise.
36673         * argp/argp-help.c: Likewise.
36674         * posix/wordexp.c: Likewise.
36675         * sysdeps/posix/spawni.c: Likewise.
36676         * nss/nss_files/files-initgroups.c: Likewise.
36677         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36678         * nss/nss_files/files-initgroups.c: Likewise.
36679         * nss/nss_db/db-netgrp.c: Likewise.
36680         * nss/nss_db/db-initgroups.c: Likewise.
36681         * io/fchmodat.c: Include <sys/stat.h>.
36682
36683         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36684         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36685
36686         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36687         [HAVE_MMAP].
36688
36689         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36690         Add multiple inclusion protection.
36691
36692 2012-07-27  David S. Miller  <davem@davemloft.net>
36693
36694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36695
36696 2012-07-27  Gary Benson  <gbenson@redhat.com>
36697
36698         [BZ #14298]
36699         * elf/rtld.c: Include <stap-probe.h>.
36700         (dl_main): Added static probes "init_start" and "init_complete".
36701         * elf/dl-load.c: Include <stap-probe.h>.
36702         (lose): Take new parameter "nsid".
36703         Added static probe "map_failed".
36704         (_dl_map_object_from_fd): Pass namespace id to lose.
36705         Added static probe "map_start".
36706         (open_verify): Pass namespace id to lose.
36707         * elf/dl-open.c: Include <stap-probe.h>.
36708         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36709         and "reloc_complete".
36710         * elf/dl-close.c: Include <stap-probe.h>.
36711         (_dl_close_worker): Added static probes "unmap_start" and
36712         "unmap_complete".
36713         * elf/rtld-debugger-interface.txt: New file documenting the above.
36714
36715 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36716
36717         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36718         rather than a string variable.
36719         * sunrpc/rpc_main.c (h_output): Likewise.
36720         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36721
36722 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36723
36724         * inet/check_native.c: New file.
36725
36726 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36727
36728         [BZ #13629]
36729         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36730         if larger part has absolute value 1.0.
36731         * math/s_clog10.c (__clog10): Likewise.
36732         * math/s_clog10f.c (__clog10f): Likewise.
36733         * math/s_clog10l.c (__clog10l): Likewise.
36734         * math/s_clogf.c (__clogf): Likewise.
36735         * math/s_clogl.c (__clogl): Likewise.
36736         * math/libm-test.inc (clog_test): Add more tests.
36737         (clog10_test): Likewise.
36738         * sysdeps/i386/fpu/libm-test-ulps: Update.
36739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36740
36741         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36742         (pltexit): Likewise.
36743         (La_regs): Likewise.
36744         (La_retval): Likewise.
36745         (int_retval): Likewise.
36746         Update #error for removed macros to refer only to definitions in
36747         tst-audit.h.
36748         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36749         macro.
36750         (pltexit): Likewise.
36751         (La_regs): Likewise.
36752         (La_retval): Likewise.
36753         (int_retval): Likewise.
36754         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36755         macro.
36756         (pltexit): Likewise.
36757         (La_regs): Likewise.
36758         (La_retval): Likewise.
36759         (int_retval): Likewise.
36760         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36761         macro.
36762         (pltexit): Likewise.
36763         (La_regs): Likewise.
36764         (La_retval): Likewise.
36765         (int_retval): Likewise.
36766         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36767         macro.
36768         (pltexit): Likewise.
36769         (La_regs): Likewise.
36770         (La_retval): Likewise.
36771         (int_retval): Likewise.
36772         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36773         macro.
36774         (pltexit): Likewise.
36775         (La_regs): Likewise.
36776         (La_retval): Likewise.
36777         (int_retval): Likewise.
36778         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36779         macro.
36780         (pltexit): Likewise.
36781         (La_regs): Likewise.
36782         (La_retval): Likewise.
36783         (int_retval): Likewise.
36784         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36785         macro definitions in tst-audit.h.
36786         * sysdeps/i386/tst-audit.h: New file.
36787         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36788         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36789         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36790         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36791         * sysdeps/sh/tst-audit.h: Likewise.
36792         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36793         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36794         * sysdeps/x86_64/tst-audit.h: Likewise.
36795
36796 2012-07-26  Andreas Jaeger  <aj@suse.de>
36797
36798         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36799         ptrace.
36800
36801         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36802         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36803         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36804         PTRACE_O_MASK.
36805         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36806         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36807         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36808
36809         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36810         value.
36811
36812         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36813         _sigsys.
36814         (si_call_addr, si_syscall, si_arch): Define new macro.
36815         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36816         _sigsys.
36817         (si_call_addr, si_syscall, si_arch): Define new marcro.
36818         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36819         _sigsys.
36820         (si_call_addr, si_syscall, si_arch): Define new macro.
36821         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36822         _sigsys.
36823         (si_call_addr, si_syscall, si_arch): Define new macro.
36824
36825 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36826
36827         [BZ #13717]
36828         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36829         Change to 2.4.21 where previously 2.4.1.
36830         * sysdeps/unix/sysv/linux/configure: Regenerated.
36831         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36832         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36833         Linux kernel version.
36834         (__ASSUME_STD_AUXV): Remove.
36835         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36836         kernel version.
36837         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36838         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36839         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36840         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36841         (__ASSUME_NETLINK_SUPPORT): Likewise.
36842         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36843         (__no_netlink_support): Remove conditional definition.
36844         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36845         Remove.
36846         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36847         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36848         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36849         (if_nameindex_ioctl): Remove.
36850         (if_nameindex_netlink): Do not handle __no_netlink_support.
36851         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36852         code.
36853         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36854         Remove conditional code.
36855         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36856         code.
36857         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36858         unconditional.
36859         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36860         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36861         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36862         Remove.
36863         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36864         [!__ASSUME_STD_AUXV]: Remove conditional code.
36865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36866         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36867         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36869         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36870         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36871         code.
36872         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36874         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36875         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36876         conditional code.
36877         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36879         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36880         code.
36881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36882         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36883         conditional code.
36884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36885         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36886         code unconditional.
36887         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36888         conditional code.
36889         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36890         unconditional.
36891         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36892         conditional code.
36893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36894         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36895         unconditional.
36896         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36897         conditional code.
36898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36899         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36900         code unconditional.
36901         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36902         conditional code.
36903         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36904         unconditional.
36905         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36906         conditional code.
36907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36908         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36909         code unconditional.
36910         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36911         conditional code.
36912         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36913         unconditional.
36914         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36915         conditional code.
36916
36917 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36918
36919         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36920         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36921         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36922         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36923         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36924         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36925         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36926         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36927         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36928         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36929         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36930         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36931         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36932         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36933         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36934         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36935         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36936         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36937         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36938         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36939         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36940         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36941         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36942
36943 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36944
36945         * Versions.def: Add GLIBC_2.17.
36946         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36947         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36948         Introduce __libc_secure_getenv.
36949         * stdlib/Versions (2.17): Add secure_getenv
36950         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36951         * stdlib/secure-getenv.c: Rename __secure_getenv to
36952         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36953         symbol __secure_getenv for GLIBC_2.0.
36954         * stdlib/tst-secure-getenv.c: New.
36955         * stdlib/Makefile (tests): Add testcase.
36956         * manual/startup.texi (Environment Access): Document
36957         secure_getenv.
36958         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36959         __libc_secure_getenv.
36960         * inet/ruserpass.c (ruserpass): Likewise.
36961         * malloc/mtrace.c (mtrace): Likewise.
36962         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36963         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36964         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36965         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36966         HAVE_SECURE_GETENV.
36967         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36968         __secure_getenv to __libc_secure_getenv.
36969         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36971         Likewise.
36972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36973         Likewise.
36974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36976         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36977         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36981
36982 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36983
36984         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36985         (struct La_i86_retval): Likewise.
36986         (struct La_x86_64_regs): Likewise.
36987         (struct La_x86_64_retval): Likewise.
36988         (struct La_x32_regs): Likewise.
36989         (struct La_x32_retval): Likewise.
36990         (struct La_ppc32_regs): Likewise.
36991         (struct La_ppc32_retval): Likewise.
36992         (struct La_ppc64_regs): Likewise.
36993         (struct La_ppc64_retval): Likewise.
36994         (struct La_sh_regs): Likewise.
36995         (struct La_sh_retval): Likewise.
36996         (struct La_s390_32_regs): Likewise.
36997         (struct La_s390_32_retval): Likewise.
36998         (struct La_s390_64_regs): Likewise.
36999         (struct La_s390_64_retval): Likewise.
37000         (struct La_sparc32_regs): Likewise.
37001         (struct La_sparc32_retval): Likewise.
37002         (struct La_sparc64_regs): Likewise.
37003         (struct La_sparc64_retval): Likewise.
37004         (struct audit_ifaces): Remove architecture-specific pltenter and
37005         pltexit members.
37006         * sysdeps/i386/ldsodefs.h: New file.
37007         * sysdeps/powerpc/ldsodefs.h: Likewise.
37008         * sysdeps/s390/ldsodefs.h: Likewise.
37009         * sysdeps/sh/ldsodefs.h: Likewise.
37010         * sysdeps/sparc/ldsodefs.h: Likewise.
37011         * sysdeps/x86_64/ldsodefs.h: Likewise.
37012
37013 2012-07-25  Marek Polacek  <polacek@redhat.com>
37014
37015         [BZ #6808]
37016         * math/libm-test.inc (yn_test): Add another test.
37017         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37018         to ERANGE when the result is +-Inf.
37019         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37020         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37021         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37022         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37023
37024 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37025
37026         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37027         equal to 0.
37028         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37029         clock_t.
37030         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37031
37032 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37033
37034         * configure.in <sysdeps resolving>: Correct printing
37035         Implies_before.
37036         * configure: Regenerate.
37037
37038 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37039
37040         * math/w_ilogb.c: Include <limits.h>.
37041         * math/w_ilogbl.c: Likewise.
37042
37043 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37044
37045         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37046         va_copy.  Document allowing for unavailable va_copy only as
37047         pre-C99 compatibility.
37048         * manual/string.texi (Copying and Concatenation): Use va_copy
37049         instead of __va_copy in concat example.
37050
37051 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37052
37053         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37054         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37055         it if not null.
37056
37057         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37058         with O_NOLINK passed to __file_name_lookup.
37059
37060         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37061         with O_NOLINK passed to __file_name_lookup.
37062
37063         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37064         negative N or less than NGIDS.
37065
37066         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37067         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37068         enough.  Use memcpy instead of strncpy.
37069
37070 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37071
37072         * elf/Makefile (check-data): Remove.
37073         (localplt.data): New vpath directive.
37074         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37075         instead of $(check-data).
37076         * scripts/data/localplt-generic.data: Move to ...
37077         * sysdeps/generic/localplt.data: ... here.
37078         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37079         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37080         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37082         ... here.
37083         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37085         ... here.
37086         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37088         ... here.
37089         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37090         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37091         ... here.
37092         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37094         ... here.
37095         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37097         ... here.
37098
37099 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37100
37101         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37102         PPC32 and PPC64 files.
37103         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37104         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37105
37106 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37107
37108         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37109         __makecontext_ret to ...
37110         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37111         ... here and call exit if uc_link is NULL.  New file.
37112         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37113         __makecontext_ret.S.
37114         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37115         __makecontext_ret to ...
37116         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37117         ... here and call exit if uc_link is NULL.  New file.
37118         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37119         __makecontext_ret.S.
37120
37121 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37122
37123         * elf/elf.h (R_390_IRELATIVE): New definition.
37124         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37125         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37126         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37127         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37128         (elf_machine_lazy_rel): Likewise.
37129         * sysdeps/s390/dl-irel.h: New file.
37130         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37131         * sysdeps/s390/s390-64/memset.S: New asm code.
37132         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37133         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37134         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37135         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37136         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37137         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37138         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37139         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37140         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37141         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37142         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37143         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37144         * sysdeps/s390/s390-32/memset.S: New asm code.
37145         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37146
37147 2012-07-17  Marek Polacek  <polacek@redhat.com>
37148
37149         [BZ #14349]
37150         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37151         * sysdeps/s390/s390-64/configure.in: Likewise.
37152         * sysdeps/sparc/configure.in: Likewise.
37153         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37154         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37155         * sysdeps/i386/configure.in: Likewise.
37156         * sysdeps/x86_64/configure.in: Likewise.
37157         * sysdeps/sh/configure.in: Likewise.
37158         * sysdeps/s390/s390-32/configure: Regenerated.
37159         * sysdeps/s390/s390-64/configure: Likewise.
37160         * sysdeps/x86_64/configure: Likewise.
37161         * sysdeps/sh/configure: Likewise.
37162         * sysdeps/powerpc/powerpc64/configure: Likewise.
37163         * sysdeps/powerpc/powerpc32/configure: Likewise.
37164         * sysdeps/sparc/configure: Likwise.
37165         * sysdeps/i386/configure: Likewise.
37166
37167         * elf/dl-open.c: Comment fixes.
37168
37169 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37170
37171         * Makefile [CXX] (check-data): Remove.
37172         [CXX] (c++-types.data): New vpath directive.
37173         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37174         vpath.  Do not allow for C++ type data being missing.
37175         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37176         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37177         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37178         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37179         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37180         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37181         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37183         ... here.
37184         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37186         ... here.
37187         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37189         ... here.
37190         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37191         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37192         ... here.
37193         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37194         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37195         ... here.
37196         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37197         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37198         ... here.
37199         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37201         ... here.
37202         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37203         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37204
37205         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37206         definitions to architecture-specific files.
37207         (TLS_IE): Likewise.
37208         (TLS_LD): Likewise.
37209         (TLS_GD): Likewise.
37210         * sysdeps/i386/tls-macros.h: New file.
37211         * sysdeps/powerpc/tls-macros.h: Likewise.
37212         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37213         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37214         * sysdeps/sh/tls-macros.h: Likewise.
37215         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37216         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37217         * sysdeps/x86_64/tls-macros.h: Likewise.
37218
37219 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37220
37221         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37222         zero value for regular exit case.
37223
37224         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37225         (__start_context): Preserve zero value for regular exit case.
37226
37227 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37228             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37229
37230         * manual/setjmp.texi (setcontext): Clarify normal process
37231         termination when uc_link is the null pointer.
37232         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37233         exit call.
37234
37235 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37236
37237         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37238         preprocessor.  Test for each exception mask separately.
37239
37240 2012-07-16  Andreas Jaeger  <aj@suse.de>
37241
37242         * po/ru.po: Update from translation team.
37243
37244 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37245
37246         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37247         equal to 0.
37248         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37249         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37250         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37251         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37252         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37253
37254 2012-07-13  Andreas Jaeger  <aj@suse.de>
37255
37256         * po/fr.po: Update from translation team.
37257
37258 2012-07-12  Marek Polacek  <polacek@redhat.com>
37259
37260         [BZ #14173]
37261         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37262         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37263         loop condition.
37264
37265 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37266
37267         [BZ #13717]
37268         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37269         Change to 2.4.1 where previously 2.4.0.
37270         * sysdeps/unix/sysv/linux/configure: Regenerated.
37271         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37272         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37273         version.
37274         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37275         (__ASSUME_AT_CLKTCK): Remove.
37276         (__ASSUME_AT_PAGESIZE): Likewise.
37277         (__ASSUME_AT_XID): Likewise.
37278         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37279         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37280         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37281         unconditionally.
37282         (HAVE_AUX_PAGESIZE): Likewise.
37283         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37284         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37285         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37286
37287 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37288
37289         [BZ #14307]
37290         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37291         the temporary buffer used to invoke __gethostbyname2_r,
37292         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37293         host_data / struct gaih_addrtuple.
37294         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37295         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37296         header file nss/nsswitch.h.
37297         * nss/nsswitch.h (global scope): Add definition of implementation
37298         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37299         resolv/nss_dns/dns-host.c).
37300
37301 2012-07-11  Andreas Jaeger  <aj@suse.de>
37302
37303         * po/fr.po: Update from translation team.
37304
37305         * po/sv.po: Update from translation team
37306         * po/fr.po: Another update from translation team.
37307
37308 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37309
37310         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37311         for subnormals or multiply small sinh result by itself.
37312         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37314
37315 2012-07-11  David S. Miller  <davem@davemloft.net>
37316
37317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37318
37319 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37320
37321         [BZ #14347]
37322         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37323         (INTERNAL_MARK): Shift it here.
37324
37325 2012-07-10  Marek Polacek  <polacek@redhat.com>
37326
37327         [BZ #14151]
37328         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37329         libc_cv_asm_global_directive with .globl.
37330         * configure: Regenerated.
37331         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37332         with .globl.
37333         * sysdeps/i386/configure: Regenerated.
37334         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37335         with .globl.
37336         * sysdeps/x86_64/configure: Regenerated.
37337         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37338         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37339         * elf/tst-unique2mod2.c: Likewise.
37340         * elf/tst-unique2mod1.c: Likewise.
37341         * elf/tst-unique1mod2.c: Likewise.
37342         * elf/tst-unique1mod1.c: Likewise.
37343         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37344         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37345         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37346         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37347         * sysdeps/mach/sysdep.h: Likewise.
37348         * sysdeps/i386/sysdep.h: Likewise.
37349         * sysdeps/i386/i386-mcount.S: Likewise.
37350         * sysdeps/x86_64/_mcount.S: Likewise.
37351         * sysdeps/x86_64/sysdep.h: Likewise.
37352         * sysdeps/sh/_mcount.S: Likewise.
37353         * sysdeps/sh/sysdep.h: Likewise.
37354         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37355         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37356         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37357         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37358         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37359         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37360         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37361         * locale/localeinfo.h: Likewise.
37362         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37363         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37364
37365 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37366
37367         [BZ #14336]
37368         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37369         system".
37370         * manual/message.texi (The Uniforum approach): Likewise.
37371         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37372         (glibc iconv Implementation): Likewise.
37373
37374 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37375
37376         [BZ #14337]
37377         * math/s_clog.c (__clog): Avoid scaling a value down where that
37378         could result in underflow.
37379         * math/s_clog10.c (__clog10): Likewise.
37380         * math/s_clog10f.c (__clog10f): Likewise.
37381         * math/s_clog10l.c (__clog10l): Likewise.
37382         * math/s_clogf.c (__clogf): Likewise.
37383         * math/s_clogl.c (__clogl): Likewise.
37384         * math/libm-test.inc (clog_test): Add more tests.
37385         (clog10_test): Likewise.
37386         * sysdeps/i386/fpu/libm-test-ulps: Update.
37387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37388
37389 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37390
37391         [BZ #14283]
37392         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37393         by 7 not 8 to examine high bit of fractional part.
37394
37395         [BZ #14042]
37396         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37397         for call to __mcount_internal.
37398         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37399         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37400         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37401
37402 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37403
37404         [BZ #14154]
37405         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37406         approximation for values within 0x1p-13f of an odd multiple of
37407         pi/4.
37408         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37409         exception.  Add more tests.
37410         * sysdeps/i386/fpu/libm-test-ulps: Update.
37411
37412         [BZ #6778]
37413         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37414         inputs and return -1 for them.  Do not check for +Inf in case not
37415         reachable for +Inf.
37416         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37417         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37418         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37419         and return -1 for them.  Do not check for +Inf in case not
37420         reachable for +Inf.
37421         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37422         define.
37423         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37424         and return -1 for them.  Do not check for +Inf in case not
37425         reachable for +Inf.
37426         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37427         spurious underflow.
37428         * sysdeps/i386/fpu/libm-test-ulps: Update.
37429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37430
37431 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37432
37433         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37434
37435 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37436
37437         [BZ #14157]
37438         [BZ #14331]
37439         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37440         could result in spurious underflow.  Scale down values above
37441         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37442         * math/s_csqrtf.c (__csqrtf): Likewise.
37443         * math/s_csqrtl.c (__csqrtl): Likewise.
37444         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37445         spurious underflow.
37446         * sysdeps/i386/fpu/libm-test-ulps: Update.
37447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37448
37449 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37450
37451         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37452         xopen-msg.sed.
37453         * catgets/xopen-msg.awk: New file.
37454         * catgets/xopen-msg.sed: Removed.
37455
37456         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37457         po2text.sed.
37458         * intl/po2test.awk: New file.
37459         * intl/po2test.sed: Removed.
37460
37461 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37462
37463         [BZ #14328]
37464         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37465         or multiply small sinh result by itself.
37466         * math/s_ctanf.c (__ctanf): Likewise.
37467         * math/s_ctanh.c (__ctanh): Likewise.
37468         * math/s_ctanhf.c (__ctanhf): Likewise.
37469         * math/s_ctanhl.c (__ctanhl): Likewise.
37470         * math/s_ctanl.c (__ctanl): Likewise.
37471         * math/libm-test.inc (ctan_test_tonearest): New function.
37472         (ctan_test_towardzero): Likewise.
37473         (ctan_test_downward): Likewise.
37474         (ctan_test_upward): Likewise.
37475         (ctanh_test_tonearest): Likewise.
37476         (ctanh_test_towardzero): Likewise.
37477         (ctanh_test_downward): Likewise.
37478         (ctanh_test_upward): Likewise.
37479         (main): Call these new functions.
37480         * sysdeps/i386/fpu/libm-test-ulps: Update.
37481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37482
37483 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37484
37485         * .gitignore: Delete /ports entry.
37486
37487 2012-07-03  Andreas Jaeger  <aj@suse.de>
37488
37489         * po/bg.po: Update from translation team.
37490         * po/cs.po: Likewise.
37491         * po/de.po: Likewise.
37492         * po/hr.po: Likewise.
37493         * po/nl.pl: Likewise.
37494         * po/pl.po: Likewise.
37495         * po/vi.po: Likewise.
37496
37497 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37498
37499         * Makeconfig [!+link] (+link-before-libc): New variable.
37500         [!+link] (+link-after-libc): Likewise.
37501         [!+link] (+link-tests): Likewise.
37502         [!+link] (+link): Define in terms of $(+link-before-libc) and
37503         $(+link-after-libc).
37504         [!+link-static] (+link-static-before-libc): New variable.
37505         [!+link-static] (+link-static-after-libc): Likewise.
37506         [!+link-static] (+link-static-tests): Likewise.
37507         [!+link-static] (+link-static): Define in terms of
37508         $(+link-static-before-libc) and $(+link-static-after-libc).
37509         [build-shared] (link-libc-before-gnulib): New variable.
37510         [build-shared] (link-libc-tests): Likewise.
37511         [build-shared] (link-libc): Define in terms of
37512         $(link-libc-before-gnulib).
37513         [!build-shared] (link-libc-tests): New variable.
37514         (link-libc-static-tests): New variable.
37515         [!gnulib] (gnulib-arch): New variable.
37516         [!gnulib] (gnulib-tests): Likewise.
37517         [!gnulib] (static-gnulib-arch): Likewise.
37518         [!gnulib] (static-gnulib-tests): Likewise.
37519         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37520         Define with "=" instead of ":=".
37521         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37522         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37523         * Rules (binaries-all-notests): New variable.
37524         (binaries-all-tests): Likewise.
37525         (binaries-static-notests): Likewise.
37526         (binaries-static-tests): Likewise.
37527         (binaries-all): Define using $(binaries-all-notests) and
37528         $(binaries-all-tests).
37529         (binaries-static): Define using $(binaries-static-notests) and
37530         $(binaries-static-tests).
37531         (binaries-shared-tests): New variable.
37532         (binaries-shared-notests): Likewise.
37533         (binaries-shared): Remove variable.
37534         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37535         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37536         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37537         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37538         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37539         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37540         * elf/Makefile (sln-modules): New variable.
37541         (extra-objs): Add $(sln-modules:=.o).
37542         (ldconfig-modules): Add static-stubs.
37543         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37544         * elf/static-stubs.c: New file.
37545
37546         [BZ #14283]
37547         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37548         by 7 not 8 to examine high bit of fractional part.  Use volatile
37549         variables when splitting into final array of floats if
37550         __FLT_EVAL_METHOD__ != 0.
37551         * math/libm-test.inc (cos_test): Add another test.
37552         (sin_test): Likewise.
37553         * sysdeps/i386/fpu/libm-test-ulps: Update.
37554
37555         [BZ #14273]
37556         * math/libm-test.inc (cosh_test): Add more tests.
37557
37558         * version.h (RELEASE): Set to "development".
37559         (VERSION): Set to "2.16.90".
37560
37561 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37562
37563         * NEWS: Update copyright. Remove last-updated date.
37564         Mention math library bug fixes and timezone data changes.
37565         * README: Mention GNU/Hurd, x32, and HPPA support status.
37566
37567 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37568
37569         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37570
37571 2012-06-27  Andreas Jaeger  <aj@suse.de>
37572
37573         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37574
37575 2012-06-25  Andreas Jaeger  <aj@suse.de>
37576
37577         * sysdeps/s390/fpu/libm-test-ulps: Update.
37578
37579 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37580             Thomas Schwinge  <thomas@codesourcery.com>
37581
37582         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37583         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37584         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37585         fanotify_mark.
37586
37587 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37588
37589         * sysdeps/mach/start.c: Remove file.
37590         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37591         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37592         * sysdeps/sh/init-first.c: Likewise.
37593
37594         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37595         registers for frame unwinding purposes, add CFI directives.
37596         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37597         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37598         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37599         Likewise.
37600
37601         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37602         __fortify_fail returning.
37603         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37604
37605         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37606         sysdeps/sh/____longjmp_chk.S.
37607         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37608         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37609         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37610         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37611
37612         * sysdeps/sh/abort-instr.h: New file.
37613         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37614         process in case exit returns.
37615
37616         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37617         initialize the GOT register before use.
37618
37619         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37620         calculation of ARGC > 4.
37621
37622         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37623         meaningful names to some local labels.
37624
37625 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37626             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37627
37628         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37629         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37630         (__arch_compare_and_exchange_val_16_acq): Likewise.
37631         (__arch_compare_and_exchange_val_32_acq): Likewise.
37632         (atomic_exchange_and_add): Fix gUSA sequence.
37633         (atomic_add): Likewise.
37634         (atomic_add_negative): Likewise.
37635         (atomic_add_zero): Likewise.
37636         (atomic_bit_test_set): Likewise.
37637
37638 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37639
37640         [BZ #13579]
37641         * include/link.h (struct link_map): Add l_free_initfini.
37642         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37643         l_initfini.
37644         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37645         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37646         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37647         set.
37648
37649 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37650
37651         * configure.in: Use AC_LANG_SOURCE.
37652         * configure: Regenerate.
37653
37654 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37655
37656         * configure.in (libc_cv_localstatedir): New substituted variable.
37657         * configure: Regenerated.
37658         * config.make.in (localstatedir): New variable, substituted from
37659         libc_cv_localstatedir.
37660         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37661         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37662         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37663         * sysdeps/gnu/configure: Regenerated.
37664
37665 2012-06-21  Jeff Law  <law@redhat.com>
37666
37667         [BZ #14277]
37668         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37669         free.  Simplify list management for _LIBC case.
37670
37671 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37672
37673         [BZ #14273]
37674         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37675         Clear sign bit of 64-bit integer value before comparing against
37676         overflow value.
37677
37678         * sysdeps/mach/configure: Regenerated.
37679
37680 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37681
37682         [BZ #14278]
37683         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37684
37685 2012-06-21  Jeff Law  <law@redhat.com>
37686
37687         [BZ #13882]
37688         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37689         uint16_t for elements in the "seen" array to avoid char overflows.
37690         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37691         * elf/dl-open.c (dl_open_worker): Likewise.
37692
37693 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37694
37695         * scripts/list-sources.sh: Scan PORTS for translations.
37696         * po/libc.pot: Regenerated.
37697
37698 2012-06-21  Andreas Jaeger  <aj@suse.de>
37699
37700         [BZ #12194]
37701         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37702         warning.
37703         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37704         * bits/byteswap-16.h (__bswap_16): Likewise.
37705         * bits/byteswap.h (__bswap_constant_16): Likewise.
37706
37707 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37708
37709         [BZ #14117]
37710         * sysdeps/i386/fpu_control.h: Removed.
37711         * sysdeps/x86_64/fpu_control.h: Moved to ...
37712         * sysdeps/x86/fpu_control.h: Here.
37713
37714         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37715         (_FPU_SETCW): Likewise.
37716
37717 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37718
37719         [BZ #14117]
37720         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37721         * sysdeps/x86/fpu/bits/mathinline.h: This.
37722         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37723
37724         [BZ #14050]
37725         [BZ #14117]
37726         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37727         functions if __x86_64__ is defined.
37728
37729 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37730
37731         * string/endian.h: Add !__ASSEMBLER__ condition for including
37732         conversion interfaces.
37733
37734 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37735
37736         [BZ #14241]
37737         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37738         of ABS(x) in calculating zero to negative powers other than odd
37739         integers.
37740         * math/libm-test.inc (pow_test): Add more tests.
37741
37742 2012-06-15  Andreas Jaeger  <aj@suse.de>
37743
37744         * manual/contrib.texi (Contributors): Update entry of Liubov
37745         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37746         Machado Filho.
37747
37748 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37749
37750         * string/string.h: Add __wur to GNU version of strerror_r.
37751
37752 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37753
37754         [BZ #14229]
37755         * string/Makefile (tests): Add tst-strtok_r.
37756         * string/tst-strtok_r.c: New file.
37757         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37758         RAX_LP/RDX_LP on SAVE_PTR.
37759
37760 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37761
37762         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37763
37764 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37765
37766         * libm_test.inc (csqrt_test): Allow more spurious underflow
37767         exceptions.
37768         (j0_test): Likewise.
37769         (j1_test): Likewise.
37770         (y0_test): Likewise.
37771         (y1_test): Likewise.
37772
37773 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37774
37775         * po/Makefile (libc.pot): Use UTF-8 charset.
37776
37777 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37778
37779         [BZ #14210]
37780         Suppress sign-conversion warning from FD_SET.
37781         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37782         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37783         not unsigned long int.
37784         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37785
37786 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37787
37788         [BZ #14050]
37789         [BZ #14117]
37790         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37791         __extern_always_inline instead of __extern_inline.
37792         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37793         (__signbit): Likewise.
37794         (__signbitl): Support C++ namespace.
37795         (lrintf): New inline function.
37796         (lrint): Likewise.
37797         (llrintf): Likewise.
37798         (llrint): Likewise.
37799         (fmaxf): Likewise.
37800         (fmax): Likewise.
37801         (fminf): Likewise.
37802         (fmin): Likewise.
37803         (rint): Likewise.
37804         (rintf): Likewise.
37805         (ceil): Likewise.
37806         (ceilf): Likewise.
37807         (floor): Likewise.
37808         (floorf): Likewise.
37809         (nearbyint): Likewise.
37810         (nearbyintf): Likewise.
37811
37812 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37813
37814         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37815         non-default versions.
37816
37817 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37818
37819         [BZ #14218]
37820         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37821
37822 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37823
37824         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37825         (FE_UPWARD, FE_DOWNWARD): Don't define.
37826         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37827         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37828
37829         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37830         reading it.
37831         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37832         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37833
37834 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37835
37836         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37837         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37838         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37839         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37840
37841 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37842
37843         [BZ #14117]
37844         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37845         * sysdeps/i386/fpu/Implies: New file.
37846         * sysdeps/x86_64/fpu/Implies: Likewise.
37847         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37848         * sysdeps/x86/fpu/bits/fenv.h: This.
37849
37850         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37851         __SSE_MATH__.
37852
37853 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37854
37855         [BZ #14134]
37856         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37857         character 0xffff that matches the last element of the
37858         conversion table.
37859
37860 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37861
37862         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37863         fmodl commit.
37864
37865 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37866
37867         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37868         values higher than 25.6283.
37869
37870 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37871
37872         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37873         subnormal exponent extraction and add some __builtin_expect.
37874         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37875         Fix for subnormal mantissa calculation.
37876
37877 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37878
37879         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37880         cpu2 is -1 and errno is not ENOSYS.
37881
37882 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37883
37884         [BZ #14117]
37885         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37886         * sysdeps/x86/bits/string.h: This.
37887         * sysdeps/x86_64/bits/string.h: Removed.
37888
37889         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37890         if not compiling for x86-64, but compiling for >= i486.
37891
37892         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37893         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37894
37895         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37896         New macro from Linux kernel 3.4.0.
37897         (FP_XSTATE_MAGIC2): Likewise.
37898         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37899         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37900         (struct _fpx_sw_bytes): New struct.
37901         (struct _xsave_hdr): Likewise.
37902         (struct _ymmh_state): Likewise.
37903         (struct _xstate): Likewise.
37904
37905         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37906         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37907         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37908         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37909         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37910         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37911
37912         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37913         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37914         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37915         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37916         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37917         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37918
37919 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37920
37921         [BZ #13743]
37922         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37923         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37924         (sysdep_headers): Include sys/platform/ppc.h.
37925         * sysdeps/powerpc/test-gettimebase.c: Test for
37926         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37927         * manual/Makefile (appendices): Include platform.texi.
37928         * manual/contrib.texi (Contributors): Update @node pointers.
37929         * manual/maint.texi (Maintenance): Likewise.
37930         (Platform): New node.
37931         * manual/platform.texi: New file.  Document the new features.
37932
37933 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37934             Jakub Jelinek  <jakub@redhat.com>
37935
37936         [BZ #14188]
37937         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37938         where __builtin_expect is unavailable.
37939
37940 2012-06-03  David S. Miller  <davem@davemloft.net>
37941
37942         * stdlib/longlong.h: Updated from GCC.
37943
37944 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37945
37946         [BZ #14042]
37947         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37948         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37949         __mcount_internal.
37950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37951         (GLIBC_2.16): Likewise.
37952
37953 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37954
37955         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37956
37957 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37958
37959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37960         (default-abi): New variable.
37961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37962         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37963         variable.
37964         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37965         Likewise.
37966         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37967         Likewise.
37968         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37969         Likewise.
37970
37971         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37972         definition.  Document in comment.
37973
37974 2012-06-01  David S. Miller  <davem@davemloft.net>
37975
37976         * stdlib/longlong.h: Updated from GCC.
37977
37978 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37979
37980         [BZ #14117]
37981         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37982         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37983         sys/debugreg.h sys/io.h here.
37984         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37985         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37986         sys/io.h.
37987         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37988         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37989         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37990         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37991         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37992         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37993
37994         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37995         Define only if __x86_64__ is defined.
37996
37997 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37998
37999         [BZ #14048]
38000         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38001         Use int64_t for variable i.
38002         * math/libm-test.inc (fmod_test): Add more tests.
38003
38004         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38005         z computation is not scheduled after fetestexcept.
38006         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38007         Use math_force_eval instead of asm to ensure calculation scheduled
38008         before exception test.
38009         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38010         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38011
38012 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38013
38014         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38015         computation is not scheduled after fetestexcept.
38016
38017 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38018
38019         [BZ #14117]
38020         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38021         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38022
38023 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38024
38025         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38026         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38027
38028 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38029
38030         [BZ #14117]
38031         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38032         <bits/wordsize.h>.
38033         (__WCHAR_MIN): Support __WORDSIZE == 64.
38034         (__WCHAR_MAX): Likewise.
38035
38036         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38037         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38038
38039         [BZ #14183]
38040         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38041         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38042
38043         [BZ #14117]
38044         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38045         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38046
38047         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38048         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38049
38050         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38051         Defined to 1 if __x86_64__ isn't defined.
38052         (_STAT_VER_LINUX_OLD): New.
38053         (st_atime): Remove duplicate.
38054         (st_mtime): Likewise.
38055         (st_ctime): Likewise.
38056
38057 2012-05-31  David S. Miller  <davem@davemloft.net>
38058
38059         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38060         entries.
38061
38062 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38063
38064         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38065         gen-libm-test.pl.
38066
38067         [BZ #14132]
38068         * elf/dl-reloc.c: Include <_itoa.h>.
38069         (_dl_reloc_bad_type): Remove use of INTUSE.
38070         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38071         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38072         * stdio-common/psiginfo.c (psiginfo): Likewise.
38073         * stdio-common/psignal.c (psignal): Likewise.
38074         * string/strsignal.c (strsignal): Likewise.
38075         * include/signal.h (_sys_siglist): Declare hidden proto.
38076         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38077         INTVARDEF with libc_hidden_data_def.
38078         * stdio-common/itoa-udigits.c: Likewise.
38079         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38080         (_itoa_lower_digits_internal): Remove declaration.
38081         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38082         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38083         (_sys_sigabbrev_internal): Remove aliases.
38084         (_sys_siglist): Define hidden alias.
38085
38086 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38087
38088         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38089         bits/sysctl.h.
38090
38091 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38092
38093         [BZ #14117]
38094         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38095         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38096
38097         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38098         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38099         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38100         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38101         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38102         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38103
38104         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38105         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38106         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38107
38108         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38109         with __addr.
38110         (insw): Likewise.
38111         (insl): Likewise.
38112         (outsb): Likewise.
38113         (outsw): Likewise.
38114         (outsl): Likewise.
38115
38116         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38117         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38118         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38119
38120         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38121         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38122         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38123         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38124         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38125         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38126
38127         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38128         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38129
38130         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38131         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38132
38133         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38134         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38135         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38136
38137         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38138         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38139         to ...
38140         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38141
38142         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38143         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38144         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38145
38146         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38147         for x86-64.
38148         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38149
38150 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38151
38152         * math/math.h (M_El): Use two more decimal places.
38153         (M_LOG2El): Likewise.
38154         (M_LOG10El): Likewise.
38155         (M_LN2l): Likewise.
38156         (M_LN10l): Likewise.
38157         (M_PIl): Likewise.
38158         (M_PI_2l): Likewise.
38159         (M_PI_4l): Likewise.
38160         (M_1_PIl): Likewise.
38161         (M_2_PIl): Likewise.
38162         (M_2_SQRTPIl): Likewise.
38163         (M_SQRT2l): Likewise.
38164         (M_SQRT1_2l): Likewise.
38165
38166 2012-05-31  David S. Miller  <davem@davemloft.net>
38167
38168         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38169         values between float registers.
38170         * sysdeps/sparc/sparc64/memset.S: Likewise.
38171         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38172
38173 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38174
38175         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38176         -D_FORTIFY_SOURCE=1.
38177         (CPPFLAGS-tst-longjmp_chk.c): Define.
38178         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38179         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38180         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38181         CFLAGS-tst-wchar-h.c.
38182
38183 2012-05-31  Marek Polacek  <polacek@redhat.com>
38184
38185         [BZ #14132]
38186         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38187         __endmntent_internal): Remove declaration.
38188         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38189         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38190         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38191
38192 2012-05-30  David S. Miller  <davem@davemloft.net>
38193
38194         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38195         (___Q_simulate_exceptions): Use real FP ops rather than writing
38196         into the %fsr.
38197         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38198         Likewise.
38199
38200 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38201
38202         [BZ #14117]
38203         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38204         * sysdeps/x86/bits/xtitypes.h: This.
38205
38206         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38207         * sysdeps/x86/bits/wordsize.h: This.
38208
38209         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38210         * sysdeps/x86/bits/huge_vall.h: This.
38211
38212         * sysdeps/i386/bits/select.h: Removed.
38213         * sysdeps/x86_64/bits/select.h: Renamed to ...
38214         * sysdeps/x86/bits/select.h: This.
38215
38216         * sysdeps/i386/bits/setjmp.h: Removed.
38217         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38218         * sysdeps/x86/bits/setjmp.h: This.
38219
38220         * sysdeps/i386/bits/mathdef.h: Removed.
38221         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38222         * sysdeps/x86/bits/mathdef.h: This.
38223
38224 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38225
38226         [BZ #14132]
38227         * include/sys/socket.h (__connect_internal)
38228         (__libc_sa_len_internal): Remove declaration.
38229         (__connect, __libc_sa_len): Declare hidden_proto.
38230         (SA_LEN): Remove use of INTUSE.
38231         * socket/connect.c: Add libc_hidden_def.
38232         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38233         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38234         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38235         alias.
38236         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38237         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38238         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38239         of adding _internal alias.
38240
38241 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38242
38243         [BZ #14117]
38244         * sysdeps/i386/bits/link.h: Removed.
38245         * sysdeps/i386/bits/linkmap.h: Likewise.
38246         * sysdeps/x86_64/bits/link.h: Renamed to ...
38247         * sysdeps/x86/bits/link.h: This.
38248         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38249         * sysdeps/x86/bits/linkmap.h: This.
38250
38251         * sysdeps/i386/bits/endian.h: Removed.
38252         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38253         * sysdeps/x86/bits/endian.h: This.
38254
38255         * sysdeps/i386/bits/byteswap.h: Removed.
38256         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38257         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38258         * sysdeps/x86/bits/byteswap.h: This.
38259         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38260         * sysdeps/x86/bits/byteswap-16.h: This.
38261         * sysdeps/i386/Implies: Add x86.
38262         * sysdeps/x86_64/Implies: Likewise.
38263
38264 2012-05-30  David S. Miller  <davem@davemloft.net>
38265
38266         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38267         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38268         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38269         (FP_TRAPPING_EXCEPTIONS): Define.
38270         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38271         (FP_TRAPPING_EXCEPTIONS): Define.
38272         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38273         subnormals only when inexact has been signalled or underflow
38274         exceptions are enabled.
38275         (_FP_PACK_CANONICAL): Likewise.
38276
38277 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38278
38279         [BZ #14183]
38280         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38281         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38282
38283 2012-05-30  Richard Henderson  <rth@twiddle.net>
38284
38285         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38286         with #ifndef NOT_IN_libc.
38287
38288         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38289         marked to avoid plt entry.
38290
38291 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38292
38293         [BZ #14112]
38294         * Makeconfig (default-abi): New macro.
38295         (abi-includes): Likewise.
38296         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38297         $(abi-$(default-abi)-lib-soname) for soname if defined.
38298         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38299         abi-variants.
38300         * Makefile (installed-stubs): Likewise.
38301         * include/stubs-biarch.h: Removed.
38302         * scripts/lib-names.awk: Only handle one library at a time.
38303         * scripts/soversions.awk: Remove WORDSIZE support.
38304         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38305         entries.
38306         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38307         Removed.
38308         (syscall-list-default-condition): Likewise.
38309         (syscall-list-default-condition): Likewise.
38310         (syscall-list-includes): Likewise.
38311         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38312         syscall-list-* with abi-*.  Handle undefined abi-variants.
38313         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38314         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38315         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38316         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38317         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38318         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38319         Removed.
38320         (syscall-list-32-options): Likewise.
38321         (syscall-list-32-condition): Likewise.
38322         (syscall-list-64-options): Likewise.
38323         (syscall-list-64-condition): Likewise.
38324         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38325         macro.
38326         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38327         Renamed to ...
38328         (abi-*): This.
38329         (abi-64-ld-soname): New macro.
38330         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38331         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38332         Renamed to ...
38333         (abi-*): This.
38334         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38335         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38336
38337 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38338
38339         * sysdeps/unix/sysv/linux/kernel-features.h
38340         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38341         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38342         include <kernel-features.h>.
38343         [!__NR_ftruncate64]: Remove conditional code.
38344         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38345         [__NR_ftruncate64]: Make code unconditional.
38346         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38347         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38348         include <kernel-features.h>.
38349         [!__NR_ftruncate64]: Remove conditional code.
38350         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38351         [__NR_ftruncate64]: Make code unconditional.
38352         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38354         include <kernel-features.h>.
38355         [!__NR_ftruncate64]: Remove conditional code.
38356         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38357         [__NR_ftruncate64]: Make code unconditional.
38358         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38360         include <kernel-features.h>.
38361         [!__NR_ftruncate64]: Remove conditional code.
38362         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38363         [__NR_ftruncate64]: Make code unconditional.
38364         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38365
38366         * configure.in (libc_cv_fpie): Weaken to a compile test using
38367         LIBC_TRY_CC_OPTION.
38368         * configure: Regenerated.
38369
38370 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38371
38372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38376         Refreshed.
38377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38383         Refreshed.
38384
38385 2012-05-27  David S. Miller  <davem@davemloft.net>
38386
38387         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38388         (___Q_zero): New.
38389         (__Q_simulate_exceptions): Return void.  Change to simulate
38390         exceptions by writing into the %fsr.
38391         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38392         (__Qp_handle_exceptions): Likewise.
38393         (numbers): Delete.
38394         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38395         __Qp_handle_exceptions.
38396         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38397         __Qp_handle_exceptions.
38398         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38399         as unused and give dummy FP_RND_NEAREST initializer.
38400         (FP_INHIBIT_RESULTS): Define.
38401         (___Q_simulate_exceptions): Update declaration.
38402         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38403         formatting.
38404         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38405         as unused and give dummy FP_RND_NEAREST initializer.
38406         (__Qp_handle_exceptions): Update declaration.
38407         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38408         formatting.
38409
38410 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38411
38412         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38413         the temporary FPU control word.
38414         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38415         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38416         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38417         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38418         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38419         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38420         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38421         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38422         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38423         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38424         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38425
38426 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38427
38428         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38429         fields.
38430
38431 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38432
38433         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38434         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38435         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38436         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38437         Likewise.
38438         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38439         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38440         Likewise.
38441
38442 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38443
38444         * po/h.po: Update from translation team.
38445
38446 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38447
38448         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38449
38450         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38451         handling of denormals.
38452         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38453         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38454         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38455         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38456         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38457         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38458         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38459         Likewise.
38460
38461 2012-05-26  Marek Polacek  <polacek@redhat.com>
38462
38463         [BZ #14152]
38464         * math/libm-test.inc (fma_test): Don't always expect underflow
38465         exception.
38466
38467 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38468
38469         [BZ #12416]
38470         * elf/tst-execstack.c: Include stackinfo.h.
38471         (do_test): Adjust test case to ensure that pthread_getattr_np
38472         behaviour remains the same after marking stack executable.
38473
38474 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38475
38476         * sysdeps/unix/sysv/linux/kernel-features.h
38477         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38478         * sysdeps/unix/sysv/linux/i386/getrlimit.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         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38483         kernel-features.h.
38484         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38485         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38486
38487 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38488
38489         * configure.in: Define the default includes to being none.
38490         * configure: Regenerated.
38491
38492 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38493
38494         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38495         * sysdeps/x86_64/setjmp.S: Likewise.
38496         * sysdeps/i386/bsd-setjmp.S: Likewise.
38497         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38498         * sysdeps/i386/setjmp.S: Likewise.
38499         * sysdeps/i386/__longjmp.S: Likewise.
38500         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38501         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38502
38503         * include/stap-probe.h: New file.
38504         * configure.in: Handle --enable-systemtap.
38505         * configure: Regenerated.
38506         * config.h.in (USE_STAP_PROBE): New #undef.
38507         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38508         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38509         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38510
38511 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38512
38513         [BZ #13717]
38514         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38515         to 2.4.0 where earlier.
38516         * sysdeps/unix/sysv/linux/configure: Regenerated.
38517         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.c: Do not include
38522         <kernel-features.h>.
38523         [__ASSUME_32BITUIDS]: Make code unconditional.
38524         [!__ASSUME_32BITUIDS]: Remove conditional code.
38525         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38526         [__ASSUME_32BITUIDS]: Make code unconditional.
38527         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38528         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.c: Do not include
38565         <kernel-features.h>.
38566         [__ASSUME_32BITUIDS]: Make code unconditional.
38567         [!__ASSUME_32BITUIDS]: Remove conditional code.
38568         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38569         <kernel-features.h>.
38570         [__NR_setresgid] (__setresgid): Do not declare.
38571         [__ASSUME_32BITUIDS]: Make code unconditional.
38572         [!__ASSUME_32BITUIDS]: Remove conditional code.
38573         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38574         <kernel-features.h>.
38575         [__NR_setresuid] (__setresuid): Do not declare.
38576         [__ASSUME_32BITUIDS]: Make code unconditional.
38577         [!__ASSUME_32BITUIDS]: Remove conditional code.
38578         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.c: Do not include
38611         <kernel-features.h>.
38612         [__ASSUME_32BITUIDS]: Make code unconditional.
38613         [!__ASSUME_32BITUIDS]: Remove conditional code.
38614         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38615         <kernel-features.h>.
38616         [__ASSUME_32BITUIDS]: Make code unconditional.
38617         [!__ASSUME_32BITUIDS]: Remove conditional code.
38618         * sysdeps/unix/sysv/linux/kernel-features.h
38619         (__ASSUME_SETRESUID_SYSCALL): Remove.
38620         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38621         (__ASSUME_32BITUIDS): Likewise.
38622         (__ASSUME_LDT_WORKS): Likewise.
38623         (__ASSUME_O_DIRECTORY): Likewise.
38624         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38625         architecture but not kernel version.
38626         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38627         (__ASSUME_MMAP2_SYSCALL): Likewise.
38628         (__ASSUME_STAT64_SYSCALL): Likewise.
38629         (__ASSUME_IPC64): Likewise.
38630         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38631         <kernel-features.h>.
38632         [__ASSUME_32BITUIDS]: Make code unconditional.
38633         [!__ASSUME_32BITUIDS]: Remove conditional code.
38634         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38635         <kernel-features.h>.
38636         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38637         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38638         132096]: Remove conditional code.
38639         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38640         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
38645         <kernel-features.h>.
38646         [__ASSUME_32BITUIDS]: Make code unconditional.
38647         [!__ASSUME_32BITUIDS]: Remove conditional code.
38648         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38649         <kernel-features.h>.
38650         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38651         unconditional.
38652         (__setresgid): Do not declare.
38653         [__ASSUME_32BITUIDS]: Make code unconditional.
38654         [!__ASSUME_32BITUIDS]: Remove conditional code.
38655         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38656         <kernel-features.h>.
38657         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38658         unconditional.
38659         (__setresuid): Do not declare.
38660         [__ASSUME_32BITUIDS]: Make code unconditional.
38661         [!__ASSUME_32BITUIDS]: Remove conditional code.
38662         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38663         <kernel-features.h>.
38664         [__ASSUME_32BITUIDS]: Make code unconditional.
38665         [!__ASSUME_32BITUIDS]: Remove conditional code.
38666         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38667         <kernel-features.h>.
38668         [__ASSUME_32BITUIDS]: Make code unconditional.
38669         [!__ASSUME_32BITUIDS]: Remove conditional code.
38670
38671 2012-05-25  Richard Henderson  <rth@twiddle.net>
38672
38673         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38674         dl_hwcap to ifunc resolver.
38675         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38676         elf_ifunc_invoke.
38677         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38678         dl_hwcap to ifunc resolver.
38679         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38680
38681 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38682
38683         [BZ #14153]
38684         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38685         for |x| <= 2**-26, not 2**-57.
38686         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38687         exception.
38688
38689 2012-05-24  Jeff Law  <law@redhat.com>
38690
38691         * stdio-common/Makefile (tests): Add bug25.
38692         * stdio-common/bug25.c: New test.
38693
38694 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38695
38696         [BZ #13576]
38697         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38698         multiple of MALLOC_ALIGNMENT in size.
38699         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38700
38701 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38702
38703         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38704         Require >= 256.
38705         (FILENAME_MAX): Use macro-int-constant.
38706         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38707         (_IOFBF): Use macro-int-constant.
38708         (_IOLBF): Likewise.
38709         (_IONBF): Likewise.
38710         (SEEK_CUR): Likewise.
38711         (SEEK_END): Likewise.
38712         (SEEK_SET): Likewise.
38713         (TMP_MAX): Likewise.
38714         (EOF): Use macro-int-constant.  Require < 0.
38715         (NULL): Use macro-constant.  Require == 0.
38716         (stdin): Require type to be FILE *.
38717         (stdout): Likewise.
38718         (stderr): Likewise.
38719         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38720         macro-int-constant.
38721         (EXIT_SUCCESS): Likewise.
38722         (NULL): Use macro-constant.  Require == 0.
38723         (RAND_MAX): Use macro-int-constant.
38724         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38725         [C99-based standards] (strtof): Require function.
38726         [C99-based standards] (strtold): Likewise.
38727         [C99-based standards] (strtoll): Likewise.
38728         [C99-based standards] (strtoull): Likewise.
38729         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38730         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38731         [ISO || ISO99 || ISO11] (math.h): Likewise.
38732         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38733         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38734         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38735
38736 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38737
38738         [BZ #14132]
38739         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38740         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38741         * intl/dgettext.c (DCGETTEXT): Likewise.
38742         * intl/gettext.c (DCGETTEXT): Likewise.
38743         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38744         * posix/regex_internal.h (gettext): Likewise.
38745         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38746         Remove declaration.
38747         * include/argz.h (__argz_count_internal)
38748         (__argz_stringify_internal): Remove declaration.
38749         (__argz_count, __argz_stringify): Declare hidden proto.
38750         * intl/dcgettext.c: Remove use of INTDEF.
38751         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38752         * string/argz-stringify.c: Likewise.
38753         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38754         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38755         Declare hidden proto.
38756         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38757         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38758         Declare hidden proto.
38759         * include/stdio.h (__asprintf_internal): Don't declare.
38760         (__asprintf): Don't define as macro.  Declare hidden proto.
38761         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38762         (__fsetlocking): Declare hidden proto.
38763         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38764         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38765         hidden proto.
38766         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38767         (_IO_setlinebuf): Remove use of INTUSE.
38768         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38769         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38770         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38771         Remove declaration.
38772         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38773         (_IO_do_flush): Remove use of INTUSE.
38774         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38775         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38776         (_IO_adjust_column, _IO_least_wmarker)
38777         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38778         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38779         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38780         (_IO_default_doallocate, _IO_wdefault_doallocate)
38781         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38782         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38783         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38784         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38785         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38786         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38787         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38788         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38789         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38790         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38791         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38792         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38793         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38794         proto.
38795         (_IO_flush_all_internal, _IO_adjust_column_internal)
38796         (_IO_default_uflow_internal, _IO_default_finish_internal)
38797         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38798         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38799         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38800         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38801         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38802         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38803         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38804         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38805         (_IO_file_close_internal, _IO_file_close_it_internal)
38806         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38807         (_IO_file_init_internal, _IO_file_attach_internal)
38808         (_IO_file_fopen_internal, _IO_file_read_internal)
38809         (_IO_file_sync_internal, _IO_file_seek_internal)
38810         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38811         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38812         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38813         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38814         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38815         (_IO_list_all_internal, _IO_link_in_internal)
38816         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38817         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38818         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38819         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38820         (_IO_do_write_internal, _IO_padn_internal)
38821         (_IO_getline_info_internal, _IO_getline_internal)
38822         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38823         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38824         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38825         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38826         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38827         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38828         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38829         with libc_hidden_ver, remove use of INTUSE.
38830         * libio/genops.c: Likewise.
38831         * libio/freopen.c: Likewise.
38832         * libio/freopen64.c: Likewise.
38833         * libio/iofclose.c: Likewise.
38834         * libio/iofdopen.c: Likewise.
38835         * libio/iofflush.c: Likewise.
38836         * libio/iofflush_u.c: Likewise.
38837         * libio/iofgets.c: Likewise.
38838         * libio/iofgets_u.c: Likewise.
38839         * libio/iofopen.c: Likewise.
38840         * libio/iofopncook.c: Likewise.
38841         * libio/iofread.c: Likewise.
38842         * libio/iofread_u.c: Likewise.
38843         * libio/ioftell.c: Likewise.
38844         * libio/iofwrite.c: Likewise.
38845         * libio/iogetline.c: Likewise.
38846         * libio/iogets.c: Likewise.
38847         * libio/iogetwline.c: Likewise.
38848         * libio/iopadn.c: Likewise.
38849         * libio/iopopen.c: Likewise.
38850         * libio/ioseekoff.c: Likewise.
38851         * libio/ioseekpos.c: Likewise.
38852         * libio/iosetbuffer.c: Likewise.
38853         * libio/iosetvbuf.c: Likewise.
38854         * libio/ioungetc.c: Likewise.
38855         * libio/ioungetwc.c: Likewise.
38856         * libio/iovdprintf.c: Likewise.
38857         * libio/iovsprintf.c: Likewise.
38858         * libio/iovsscanf.c: Likewise.
38859         * libio/memstream.c: Likewise.
38860         * libio/obprintf.c: Likewise.
38861         * libio/oldfileops.c: Likewise.
38862         * libio/oldiofclose.c: Likewise.
38863         * libio/oldiofdopen.c: Likewise.
38864         * libio/oldiofopen.c: Likewise.
38865         * libio/oldiopopen.c: Likewise.
38866         * libio/oldstdfiles.c: Likewise.
38867         * libio/putc.c: Likewise.
38868         * libio/setbuf.c: Likewise.
38869         * libio/setlinebuf.c: Likewise.
38870         * libio/stdfiles.c: Likewise.
38871         * libio/strops.c: Likewise.
38872         * libio/vasprintf.c: Likewise.
38873         * libio/vscanf.c: Likewise.
38874         * libio/vsnprintf.c: Likewise.
38875         * libio/vswprintf.c: Likewise.
38876         * libio/wfiledoalloc.c: Likewise.
38877         * libio/wfileops.c: Likewise.
38878         * libio/wgenops.c: Likewise.
38879         * libio/wmemstream.c: Likewise.
38880         * libio/wstrops.c: Likewise.
38881         * libio/__fpurge.c: Likewise.
38882         * libio/__fsetlocking.c: Likewise.
38883         * assert/assert.c: Likewise.
38884         * debug/fgets_chk.c: Likewise.
38885         * debug/fgets_u_chk.c: Likewise.
38886         * debug/fread_chk.c: Likewise.
38887         * debug/fread_u_chk.c: Likewise.
38888         * debug/gets_chk.c: Likewise.
38889         * debug/obprintf_chk.c: Likewise.
38890         * debug/vasprintf_chk.c: Likewise.
38891         * debug/vdprintf_chk.c: Likewise.
38892         * debug/vsnprintf_chk.c: Likewise.
38893         * debug/vsprintf_chk.c: Likewise.
38894         * malloc/mtrace.c: Likewise.
38895         * misc/error.c: Likewise.
38896         * misc/syslog.c: Likewise.
38897         * stdio-common/asprintf.c: Likewise.
38898         * stdio-common/fxprintf.c: Likewise.
38899         * stdio-common/getw.c: Likewise.
38900         * stdio-common/isoc99_fscanf.c: Likewise.
38901         * stdio-common/isoc99_scanf.c: Likewise.
38902         * stdio-common/isoc99_vfscanf.c: Likewise.
38903         * stdio-common/isoc99_vscanf.c: Likewise.
38904         * stdio-common/isoc99_vsscanf.c: Likewise.
38905         * stdio-common/printf-prs.c: Likewise.
38906         * stdio-common/printf_fp.c: Likewise.
38907         * stdio-common/printf_fphex.c: Likewise.
38908         * stdio-common/printf_size.c: Likewise.
38909         * stdio-common/putw.c: Likewise.
38910         * stdio-common/scanf.c: Likewise.
38911         * stdio-common/sprintf.c: Likewise.
38912         * stdio-common/tmpfile.c: Likewise.
38913         * stdio-common/vfprintf.c: Likewise.
38914         * stdio-common/vfscanf.c: Likewise.
38915         * stdlib/strfmon_l.c: Likewise.
38916         * sunrpc/openchild.c: Likewise.
38917         * sunrpc/xdr_stdio.c: Likewise.
38918         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38919         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38920
38921 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38922
38923         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38924
38925         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38926         in the third column, to generate for the shared library an IFUNC
38927         that uses _dl_vdso_vsym.
38928         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38929         * Makeconfig (object-suffixes-noshared): New variable.
38930
38931         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38932         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38933         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38934         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38935
38936         [BZ #14132]
38937         * include/sys/time.h (__gettimeofday): Remove macro.
38938         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38939         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38940         Remove INTDEF.
38941         (__gettimeofday): Add libc_hidden_def.
38942         (gettimeofday): Add libc_hidden_weak.
38943         * sysdeps/mach/gettimeofday.c: Likewise.
38944         * sysdeps/posix/gettimeofday.c: Likewise.
38945         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38946         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38947         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38948         (__gettimeofday_internal): Remove strong_alias.
38949         (__gettimeofday): Add libc_hidden_def.
38950         (gettimeofday): Add libc_hidden_weak.
38951         * sysdeps/unix/syscalls.list (gettimeofday):
38952         Remove __gettimeofday_internal alias.
38953
38954 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38955             H.J. Lu  <hongjiu.lu@intel.com>
38956
38957         [BZ #12495]
38958         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38959         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38960         (largebin_index_32_big): New.
38961         (largebin_index): Use it for 16-byte alignment.
38962         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38963         correction with front_misalign.
38964
38965 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38966
38967         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38969         Likewise.
38970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38971         Likewise.
38972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38973         Likewise.
38974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38975         Likewise.
38976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38977         Likewise.
38978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38979         Likewise.
38980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38981         Likewise.
38982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38983         Likewise.
38984         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38985         Likewise.
38986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38987         Likewise.
38988         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38989         Likewise.
38990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38991         Likewise.
38992
38993         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38994         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38995
38996 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38997
38998         [BZ #10846]
38999         [BZ #14036]
39000         * math/libm-test.inc (exp_test): Add test from bug 14036.
39001         (pow_test): Add test from bug 10846.
39002
39003         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39004         and other flags.
39005         (special_function): Do not include flags in test name.
39006         (parse_args): Likewise.
39007         * sysdeps/i386/fpu/libm-test-ulps: Update.
39008         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39009         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39010         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39012
39013         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39014         exceptions.
39015         * math/libm-test.inc ("Philosophy"): Update comment about
39016         exception testing.
39017         (UNDERFLOW_EXCEPTION): New macro.
39018         (UNDERFLOW_EXCEPTION_OK): Likewise.
39019         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39020         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39021         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39022         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39023         (INVALID_EXCEPTION_OK): Update value.
39024         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39025         (OVERFLOW_EXCEPTION_OK): Likewise.
39026         (IGNORE_ZERO_INF_SIGN): Likewise.
39027         (test_exceptions): Handle underflow exceptions.
39028         (acos_test): Update for underflow exception expectations.
39029         (cexp_test): Likewise.
39030         (clog_test): Likewise.
39031         (clog10_test): Likewise.
39032         (csqrt_test): Likewise.
39033         (ctan_test): Likewise.
39034         (ctanh_test): Likewise.
39035         (exp_test): Likewise.
39036         (exp10_test): Likewise.
39037         (exp2_test): Likewise.
39038         (expm1_test): Likewise.
39039         (fma_test): Likewise.
39040         (j0_test): Likewise.
39041         (jn_test): Likewise.
39042         (nexttoward_test): Likewise.
39043         (pow_test): Likewise.
39044         (scalbn_test): Likewise.
39045         (scalbln_test): Likewise.
39046         (tan_test): Likewise.
39047         (y1_test): Likewise.
39048         * sysdeps/i386/fpu/libm-test-ulps: Update.
39049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39050
39051 2012-05-23  David S. Miller  <davem@davemloft.net>
39052
39053         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39054         (__libc_sigaction): Remove unused local variables.
39055
39056 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39057
39058         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39059
39060 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39061
39062         mktime: avoid signed integer overflow
39063         * time/mktime.c (__mktime_internal): Do not mishandle the case
39064         where diff == INT_MIN.
39065
39066         mktime: simplify computation of average
39067         * time/mktime.c (ranged_convert): Use new time_t_avg function
39068         instead of rolling our own (probably-slower) code.
39069
39070         mktime: do not assume signed right shift propagates sign bit
39071         * time/mktime.c (isdst_differ): New static function.
39072         (__mktime_internal): No need to normalize tm_isdst now.
39073         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39074         tm_isdst values.
39075
39076         mktime: merge another wrapv change from gnulib
39077         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39078         from some compilers.
39079
39080         mktime: remove incorrect attempt at unusual arithmetics
39081         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39082         The code didn't really work on such machines anyway.
39083         (TYPE_MINIMUM): Assume two's complement.
39084         (twos_complement_arithmetic): Verify that long_int and time_t
39085         are two's complement (or unsigned, in the latter case).
39086
39087         mktime: check signed shifts on long_int and time_t, too
39088         * time/mktime.c (SHR): Check that shifts work as desired
39089         on the types long_int and time_t too, as SHR is used on
39090         such types.
39091
39092         mktime: do not assume 'long' is wide enough
39093         * time/mktime.c (verify): Move decl up.
39094         (long_int): New type.
39095         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39096         to remove assumption in the code that 'long' is wide enough to
39097         store year values.  This assumption is not true on x32 and on
39098         some non-glibc platforms.
39099
39100         mktime: merge wrapv change from gnulib
39101         * time/mktime.c (WRAPV): New macro.
39102         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39103         (guess_time_tm, __mktime_internal): Do not assume that signed
39104         integer overflow wraps around; modern compilers generate code
39105         where this assumption is no longer valid.
39106
39107 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39108
39109         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39110         Replace "jmp L(pseudo_end)" with "ret".
39111         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39112         Likewise.
39113
39114 2012-05-23  Andreas Jaeger  <aj@suse.de>
39115
39116         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39117         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39118
39119 2012-05-23  Andreas Jaeger  <aj@suse.de>
39120             Maximilian Attems  <max@stro.at>
39121
39122         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39123         New macros.
39124
39125 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39126
39127         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39128         code so that pseudo_end is just ret and the stack pointer is
39129         correct also for static library in error case.
39130
39131 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39132
39133         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39134         move to syscalls.list.
39135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39139
39140         * manual/install.texi (Running make install): Do not mention Linux
39141         kernel version for which pt_chown is not needed.
39142         (Linux): Do not mention problems with nscd with 2.0 kernels.
39143         * INSTALL: Regenerated.
39144
39145 2012-05-23  Andreas Jaeger  <aj@suse.de>
39146
39147         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39148         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39149         macro.
39150         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39151         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39152         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39153         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39154         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39155         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39156         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39157         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39158         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39159         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39160         * sysdeps/unix/sysv/linux/bits/in.h
39161         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39162
39163 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39164
39165         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39166         (PREPARE_VERSION): Just use assert instead, it will be elided
39167         under [NDEBUG] anyway.
39168
39169 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39170
39171         * sysdeps/unix/sysv/linux/Makefile: Include
39172         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39173         (sysdep_routines): Remove sysctl.
39174         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39175         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39176         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39177         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39178         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39179
39180 2012-05-22  Andreas Jaeger  <aj@suse.de>
39181
39182         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39183         that pseudo_end is just ret and the stack pointer is correct also
39184         for static library in error case.
39185
39186 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39187
39188         [BZ #14122]
39189         * nss/nsswitch.c (defconfig_entries): New variable.
39190         (__nss_database_lookup): Don't leak defconfig entries.
39191         (nss_parse_service_list): Don't leak on error paths.
39192         (free_database_entries): New function.
39193         (free_defconfig): New function.
39194         (free_mem): Move common code to free_database_entries.
39195
39196 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39197
39198         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39199         Add arch_prctl.
39200         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39201
39202         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39203         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39204         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39205         New macro.
39206         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39207         (INTERNAL_SYSCALL_TYPES): Likewise.
39208         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39209         (LOAD_REGS_TYPES_[1-6]): Likewise.
39210         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39211         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39212
39213 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39214
39215         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39216         copysignl for GLIBC_2_0.
39217         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39218         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39219         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39220         logbl for GLIBC_2_0.
39221         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39222         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39223
39224 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39225
39226         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39227         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39228
39229         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39230         Use "neg %eax".
39231
39232         * time/mktime.c: Update copyright years.
39233
39234 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39235
39236         mktime: merge comment-quoting-style change from gnulib
39237         * time/mktime.c: Quote 'like this' in comments.
39238         The GNU coding standards suggest that we no longer quote `like this',
39239         as "`" and "'" are typically rendered asymmetrically nowadays.
39240         The typical gnulib style is to quote 'like this' when quoting
39241         code, and "like this" when quoting English.
39242
39243         * time/mktime.c (compile-command): Add "-I.".
39244
39245         mktime: merge mktime-internal.h change from gnulib
39246         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39247
39248         mktime: merge time_r change from gnulib
39249         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39250
39251         mktime: merge DEBUG change from gnulib
39252         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39253         case system <time.h> has a #define.
39254
39255         mktime: merge <sys/types.h> change from gnulib
39256         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39257         since <time.t> is now guaranteed to define time_t.
39258
39259         mktime: merge HAVE_CONFIG_H change from gnulib
39260         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39261
39262 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39263
39264         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39265         Use "neg %eax".
39266
39267         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39268         __rlim_t cast.
39269         (struct rusage): Use anonymous union to pad each field to
39270         __syscall_slong_t.
39271
39272 2012-05-21  David S. Miller  <davem@davemloft.net>
39273
39274         * Makefules (o-iterator): Remove .s cases.
39275         (compile-command.s): Delete.
39276         (COMPILE.s): Delete.
39277         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39278
39279 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39280
39281         * configure.in (libc_cv_predef_stack_protector): Only consider
39282         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39283         * configure: Regenerated.
39284
39285 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39286
39287         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39288         New macro.  Use R*LP on int and pointer.
39289         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39290         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39291         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39292         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39293
39294         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39295         [__WORDSIZE_TIME64_COMPAT32] instead of
39296         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39297         (struct utmp): Likewise.
39298         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39299         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39300         Renamed to ...
39301         (__WORDSIZE_TIME64_COMPAT32): This.
39302         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39303         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39304         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39305         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39306         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39307         (__WORDSIZE_TIME64_COMPAT32): New macro.
39308
39309 2012-05-21  Andreas Jaeger  <aj@suse.de>
39310
39311         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39312         only if [SHARED]. Add prototype for __wcschr_ia32.
39313
39314 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39315
39316         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39317         of %rbp unmolested in the jmp_buf while mangling the low bits.
39318         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39319         unmolested high bits of %rbp while demangling the low bits.
39320         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39321
39322 2012-05-21  Andreas Jaeger  <aj@suse.de>
39323
39324         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39325         * sunrpc/svc_simple.c: Use it for registerrpc.
39326         * sunrpc/xcrypt.c: Use it for passwd2des.
39327
39328         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39329
39330 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39331
39332         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39333         Don't define if [__SYSCALL_WORDSIZE != 32].
39334         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39335         New macro.
39336
39337 2012-05-21  Bruno Haible  <bruno@clisp.org>
39338             Andreas Jaeger  <aj@suse.de>
39339
39340         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39341         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39342         inptr and inend for must_buffer_ch.
39343         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39344         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39345         * stdio-common/Makefile (tests): Remove bug15.
39346         (bug15-ENV): Remove macro.
39347         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39348         anymore.
39349
39350 2012-05-19  Andreas Jaeger  <aj@suse.de>
39351             Roland McGrath  <roland@hack.frob.com>
39352
39353         * manual/contrib.texi: Completely rewritten. It contains now an
39354         alphabetical list of contributors and their contributions.
39355
39356 2012-05-21  Richard Henderson  <rth@twiddle.net>
39357
39358         * misc/getauxval.c (__getauxval): Use unsigned long int.
39359         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39360         (getauxval): Use unsigned long int.
39361
39362 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39363
39364         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39365
39366 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39367
39368         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39369         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39370         __alignof__ (long double).
39371
39372 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39373
39374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39375
39376 2012-05-20  Richard Henderson  <rth@twiddle.net>
39377
39378         * misc/getauxval.c: New file.
39379         * misc/sys/auxv.h: New file.
39380         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39381         (routines): Add getauxval.
39382         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39383         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39384         * elf/dl-sysdep.c (_dl_auxv): Remove.
39385         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39386         * elf/dl-support.c (_dl_auxv): New variable.
39387         (_dl_aux_init): Initialize it.
39388         * manual/startup.texi (Auxiliary Vector): New node.
39389         * sysdeps/generic/bits/hwcap.h: New file.
39390         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39391         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39392         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39393         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39394         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39395         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39397         Update.
39398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39400         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39401         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39402         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39404         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39406
39407 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39408
39409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39410
39411 2012-05-19  David S. Miller  <davem@davemloft.net>
39412
39413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39414
39415 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39416
39417         [BZ #14123]
39418         * math/s_ccosh.c: Include <float.h>
39419         (__ccosh): Avoid internal overflow calculating sinh and cosh
39420         values before multiplying by sin and cos values.
39421         * math/s_ccoshf.c: Likewise.
39422         * math/s_ccoshl.c: Likewise.
39423         * math/s_csin.c: Likewise.
39424         * math/s_csinf.c: Likewise.
39425         * math/s_csinl.c: Likewise.
39426         * math/s_csinh.c: Likewise.
39427         * math/s_csinhf.c: Likewise.
39428         * math/s_csinhl.c: Likewise.
39429         * math/libm-test.inc (ccos_test): Add more tests.
39430         (ccosh_test): Likewise.
39431         (csin_test): Likewise.
39432         (csinh_test): Likewise.
39433         * sysdeps/i386/fpu/libm-test-ulps: Update.
39434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39435
39436 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39437
39438         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39439         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39440
39441         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39442
39443 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39444
39445         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39446         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39447         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39448         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39449         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39450         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39451         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39452         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39453         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39454         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39455         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39456         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39457         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39458         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39459         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39460         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39461         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39462         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39463         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39464         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39465         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39466         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39467         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39468         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39469         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39470         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39471         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39472         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39473         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39474         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39475         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39476
39477 2012-05-18  Andreas Jaeger  <aj@suse.de>
39478
39479         * csu/.gitignore: Delete.
39480
39481 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39482
39483         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39484         (timex): Use __syscall_slong_t.
39485
39486 2012-05-18  Andreas Jaeger  <aj@suse.de>
39487             Carlos O'Donell  <carlos_odonell@mentor.com>
39488
39489         * manual/install.texi (Configuring and compiling): Update
39490         description about files modified in the source directory.
39491         * INSTALL: Regenerated.
39492
39493 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39494
39495         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39496         value.  Use "or" to set return value to -1.
39497         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39498         negate return value.
39499
39500 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39501
39502         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39503         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39504         failure if the compiler has Graphite support disabled.
39505         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39506         Likewise.
39507         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39508         (CFLAGS-memmove.c): Likewise.
39509         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39510         Likewise.
39511
39512 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39513
39514         * sysdeps/x86_64/x32/_itoa.h: New file.
39515
39516         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39517         getdents system call only if kernel and user dirents have the
39518         same d_ino and d_off.
39519
39520         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39521         LLONG_MAX != LONG_MAX.
39522         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39523         (_fitoa_word): Likewise.
39524
39525         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39526         years.
39527         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39528         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39529         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39530
39531         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39532         include <bits/wordsize.h>.  Check __x86_64__ instead of
39533         __WORDSIZE.
39534         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39535         if __x86_64__ is defined.  Use anonymous union on fpstate.
39536
39537         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39538         anonymous union.
39539
39540 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39541
39542         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39543         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39544         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39545         Refer to _rtld_local_ro instead of _rtld_global_ro.
39546         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39547         Likewise.
39548         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39549         Likewise.
39550         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39551         Likewise.
39552         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39553         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39554         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39555
39556         * sysdeps/powerpc/powerpc32/dl-machine.c
39557         (__elf_machine_runtime_setup) [PROF]: Don't reference
39558         _dl_prof_resolve.
39559
39560 2012-05-18  Andreas Jaeger  <aj@suse.de>
39561
39562         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39563         function only available for GCCs before 3.4 since GCC 3.4
39564         introduced a builtin.
39565         (lrint): Likewise.
39566         (llrintf): Likewise.
39567         (llrint): Likewise.
39568         (fmaxf): Likewise.
39569         (fmax): Likewise.
39570         (fminf): Likewise.
39571         (fmin): Likewise.
39572         (rint): Likewise.
39573         (rintf): Likewise.
39574         (nearbyint): Likewise.
39575         (nearbyintf): Likewise.
39576         (ceil): Likewise.
39577         (ceilf): Likewise.
39578         (floor): Likewise.
39579         (floorf): Likewise.
39580
39581 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39582
39583         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39584         on both fields and cast pointer to __syscall_ulong_t.
39585
39586         * bits/types.h (__fsword_t): New type.
39587         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39588         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39589         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39590         (__FSWORD_T_TYPE): Likewise.
39591         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39592         (__FSWORD_T_TYPE): Likewise.
39593         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39594         (__FSWORD_T_TYPE): Likewise.
39595         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39596         (__FSWORD_T_TYPE): Likewise.
39597         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39598         __SWORD_TYPE with __fsword_t.
39599         (statfs64): Likewise.
39600
39601 2012-05-17  David S. Miller  <davem@davemloft.net>
39602
39603         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39604
39605 2012-05-17  Andreas Jaeger  <aj@suse.de>
39606
39607         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39608         warning.
39609
39610 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39611
39612         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39613
39614 2012-05-17  Andreas Jaeger  <aj@suse.de>
39615
39616         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39617         when it is used.
39618
39619 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39620
39621         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39622
39623 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39624
39625         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39626         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39627
39628 2012-05-17  Andreas Jaeger  <aj@suse.de>
39629             Carlos O'Donell  <carlos_odonell@mentor.com>
39630
39631         [BZ #14059]
39632         * sysdeps/x86_64/multiarch/init-arch.h
39633         (bit_YMM_Usable): Rename to...
39634         (bit_AVX_Usable): ... this.
39635         (bit_FMA4_Usable): New macro.
39636         (bit_XMM_state): New macro.
39637         (bit_YMM_state): New macro.
39638         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39639         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39640         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39641         (CPUID_OSXSAVE): New macro.
39642         (CPUID_AVX): New macro.
39643         (CPUID_FMA4): New macro.
39644         (index_YMM_Usable): Rename to...
39645         (index_AVX_Usable): ... this.
39646         (HAS_AVX): Use HAS_ARCH_FEATURE.
39647         (HAS_FMA4): Likewise.
39648         (HAS_YMM_USABLE): Remove.
39649         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39650         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39651         are present.
39652         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39653         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39654         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39655         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39656         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39657
39658 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39659
39660         * math/libm-test.c: Support platforms without multiple rounding modes.
39661         * math/bug-nextafter.c: Support platforms without FP exceptions.
39662         * math/bug-nexttoward.c: Likewise.
39663         * math/test-fenv.c: Likewise.
39664         * math/test-misc.c: Likewise.
39665         * stdlib/bug-getcontext.c: Likewise.
39666
39667 2012-05-17  Andreas Jaeger  <aj@suse.de>
39668
39669         * manual/examples/search.c (critter_cmp): Change signature to
39670         avoid warnings.
39671         * manual/string.texi (Collation Functions): Likewise.
39672
39673 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39674
39675         * bits/types.h: Fold copyright years.
39676         * bits/typesizes.h: Likewise.
39677         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39678         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39679         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39680         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39681         * time/time.h: Likewise.
39682
39683 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39684
39685         [BZ #208]
39686         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39687         in instead of returning them.  Return void.
39688         (__libc_mallinfo): Accumulate over all arenas.
39689         (__malloc_stats): Adjust for change in int_mallinfo interface.
39690
39691 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39692
39693         [BZ #10375]
39694         * configure.in (NM): Add AC_CHECK_TOOL for it.
39695         (libc_extra_cflags): New substituted variable.
39696         Check for -fstack-protector being used implicitly.
39697         * configure: Regenerated.
39698         * config.make.in (config-extra-cflags): New variable,
39699         gets @libc_extra_cflags@.
39700         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39701
39702         [BZ #10375]
39703         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39704         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39705         * configure: Regenerated.
39706         * config.make.in (CPPUNDEFS): New substituted variable.
39707         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39708         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39709         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39710
39711 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39712
39713         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39714         (mq_attr): Use __syscall_slong_t.
39715
39716 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39717
39718         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39719         Check __x86_64__ instead of __WORDSIZE.
39720         (_STAT_VER_LINUX): Likewise.
39721         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39722         __syscall_ulong_t and __syscall_slong_t.
39723         (stat64): Likewise.
39724
39725 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39726
39727         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39728
39729 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39730
39731         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39732
39733 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39734
39735         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39736         __syscall_ulong_t.
39737
39738         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39739         include <bits/wordsize.h>.  Check __x86_64__ instead of
39740         __WORDSIZE.
39741         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39742         defined.
39743         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39744
39745         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39746         include <bits/wordsize.h>.  Check __x86_64__ instead of
39747         __WORDSIZE.
39748         (user_regs_struct): Use "__extension__ unsigned long long"
39749         instead of "unsigned long" if __x86_64__ is defined.
39750         (user): Likewise.  Pad after pointer field if __ILP32__ is
39751         defined.
39752
39753 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39754
39755         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39756         versions 5 to 9.
39757         * configure: Regenerated.
39758         * manual/install.texi (texinfo): Increase version requirement to
39759         4.5 or later.
39760         * INSTALL: Regenerated.
39761
39762         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39763
39764 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39765
39766         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39767
39768         * sysdeps/x86_64/x32/ffs.c: New file.
39769
39770         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39771         __syscall_ulong_t.
39772         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39773         defined.  Use __syscall_ulong_t.
39774         (shminfo): Use __syscall_ulong_t.
39775         (shm_info): Likewise.
39776
39777         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39778         __syscall_ulong_t.
39779
39780         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39781         <bits/wordsize.h>.
39782         (msgqnum_t): Use __syscall_ulong_t.
39783         (msglen_t): Likewise.
39784         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39785         __syscall_ulong_t.
39786
39787         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39788         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39789
39790         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39791
39792         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39793         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39794
39795         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39796         __syscall_slong_t.
39797
39798         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39799         include <bits/wordsize.h>.  Check __x86_64__ instead of
39800         __WORDSIZE.
39801
39802         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39803         "unsigned long long int" if __x86_64__ is defined.
39804         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39805
39806         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39807         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39808         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39809
39810         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39811         <stdint.h>.
39812         (GET_PC): Cast to uintptr_t first.
39813         (GET_FRAME): Likewise.
39814         (GET_STACK): Likewise.
39815
39816         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39817         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39818         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39819         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39820         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39821         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39822         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39823         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39825         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39826         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39827         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39828         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39829         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39831         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39832         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39833         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39834         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39835         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39836         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39837         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39838         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39839         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39840         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39841         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39842         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39843         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39844         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39845
39846 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39847
39848         * Makerules (+depfiles): Also collect depfiles from .oS in
39849         $(extra-objs).
39850         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39851         .oS, $(libnldbl-routines)).
39852
39853         * Makerules (native-compile-mkdep-flags): Define.
39854         * sunrpc/Makefile (extra-objs): Add $(addprefix
39855         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39856         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39857         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39858         calling $(make-target-directory).
39859
39860 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39861
39862         * bits/types.h (__snseconds_t): Removed.
39863         * time/time.h (struct timespec): Replace __snseconds_t with
39864         __syscall_slong_t.
39865         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39866         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39867         Likewise.
39868         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39869         (__SNSECONDS_T_TYPE): Likewise.
39870         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39871         (__SNSECONDS_T_TYPE): Likewise.
39872         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39873         (__SNSECONDS_T_TYPE): Likewise.
39874
39875 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39876
39877         * sysdeps/mach/hurd/bits/typesizes.h
39878         (__SYSCALL_SLONG_TYPE): New macro.
39879         (__SYSCALL_ULONG_TYPE): Likewise.
39880
39881 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39882
39883         * bits/types.h (__syscall_slong_t): New type.
39884         (__syscall_ulong_t): Likewise.
39885
39886         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39887         (__SYSCALL_ULONG_TYPE): Likewise.
39888         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39889         (__SYSCALL_SLONG_TYPE): Likewise.
39890         (__SYSCALL_ULONG_TYPE): Likewise.
39891         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39892         (__SYSCALL_SLONG_TYPE): Likewise.
39893         (__SYSCALL_ULONG_TYPE): Likewise.
39894         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39895         (__SYSCALL_SLONG_TYPE): Likewise.
39896         (__SYSCALL_ULONG_TYPE): Likewise.
39897
39898 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39899
39900         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39901         Add sigaltstack-offsets.sym.
39902         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39903         <sigaltstack-offsets.h>.
39904         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39905         longjmp_msg pointer.
39906         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39907         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39908         signal stack.
39909         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39910
39911 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39912
39913         * elf/stackguard-macros.h: Remove file.
39914         * sysdeps/generic/stackguard-macros.h: New file.
39915         * sysdeps/i386/stackguard-macros.h: Likewise.
39916         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39917         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39918         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39919         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39920         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39921         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39922         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39923         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39924         <elf/stackguard-macros.h>.
39925
39926         [BZ #14109]
39927         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39928         __aligned__ in attribute.
39929         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39930         (gregset_t): Likewise.
39931
39932 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39933
39934         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39935         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39936         * sysdeps/x86_64/x32/Implies-after: New file.
39937
39938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39939
39940         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39941         and access return value for _dl_profile_fixup.  Use R10_LP to
39942         load frame size.
39943
39944 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39945
39946         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39947
39948 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39949
39950         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39951         * sysdeps/x86_64/x32/sysdep.h: New file.
39952
39953 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39954
39955         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39956         * sysdeps/x86_64/setjmp.S: Likewise.
39957
39958 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39959
39960         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39961         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39962         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39963         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39964         remove unused global constant.
39965
39966 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39967
39968         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39969         include of <not-cancel.h>.
39970
39971 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39972
39973         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39974
39975 2012-05-15  Jeff Law  <law@redhat.com>
39976             Andreas Jaeger  <aj@suse.de>
39977
39978         [BZ #13594]
39979         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39980         out from...
39981         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39982         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39983         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39984         code changing __hst_map_handle.map.
39985
39986 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39987
39988         * configure.in (sysnames): Look for Implies-before and Implies-after
39989         files.
39990         * configure: Regenerated.
39991
39992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39993
39994         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39995         8-byte data alignment with LP_SIZE alignment.
39996
39997 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39998
39999         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40000         into R10_LP.
40001
40002 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40003
40004         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40005
40006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40007
40008         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40009         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40010         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40011         Likewise.
40012         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40013
40014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40017         (stackinfo_sub_sp): Likewise.
40018
40019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40022         RAX_LP.
40023
40024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40025
40026         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40027         into R*_LP.
40028
40029 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40030
40031         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40032         sizes into R*_LP.
40033
40034 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40035
40036         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40037
40038 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40039
40040         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40041         into R11_LP and load __x86_64_shared_cache_size_half into
40042         R8_LP.
40043
40044 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40045
40046         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40047         R8_LP.
40048
40049 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40050
40051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40052         logb for POWER7.
40053         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40054         logbf for POWER7.
40055         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40056         logbl for POWER7.
40057         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40058         powerpc32/power7/fpu/s_logb.c via #include.
40059         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40060         powerpc32/power7/fpu/s_logbf.c via #include.
40061         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40062         powerpc32/power7/fpu/s_logbl.c via #include.
40063
40064 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40065
40066         * README.libm: Remove file.
40067
40068 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40069
40070         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40071         count for x32.  Use R*_LP and omit operand-size suffix.
40072
40073 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40074
40075         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40076         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40077         * sysdeps/x86_64/x32/shlib-versions: New file.
40078
40079 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40080
40081         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40082         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40083         Use _dl_fatal_printf instead.
40084
40085 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40086
40087         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40088         set if not set by the user.  Do not allow for being unset.
40089         * sysdeps/unix/sysv/linux/configure: Regenerated.
40090
40091 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40092
40093         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40094         the `q' suffix from lea and replace .quad with ASM_ADDR.
40095
40096 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40097
40098         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40099         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40100         instead of $17.
40101         (PTR_DEMANGLE): Likewise.
40102
40103 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40104
40105         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40106         (LP_OP): Likewise.
40107         (ASM_ADDR): Likewise.
40108         (RAX_LP): Likewise.
40109         (RBP_LP): Likewise.
40110         (RBX_LP): Likewise.
40111         (RCX_LP): Likewise.
40112         (RDI_LP): Likewise.
40113         (RSI_LP): Likewise.
40114         (RSP_LP): Likewise.
40115         (R8_LP): Likewise.
40116         (R9_LP): Likewise.
40117         (R10_LP): Likewise.
40118         (R10_LP): Likewise.
40119         (R11_LP): Likewise.
40120         (R12_LP): Likewise.
40121         (R13_LP): Likewise.
40122         (R14_LP): Likewise.
40123         (R15_LP): Likewise.
40124
40125 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40126
40127         * sysdeps/x86_64/x32/dl-machine.h: New file.
40128
40129 2012-05-14  Andreas Jaeger  <aj@suse.de>
40130
40131         * manual/Makefile (subdir): Remove export of subdir.
40132         (all): Remove target.
40133         (.PHONY): Remove all from list.
40134         (mkinstalldirs): Remove.
40135         (.PHONY): Remove installdirs from list.
40136         ($(inst_infodir)/libc.info): Use make-target-directory.
40137         (installdirs): Remove.
40138         (subdir_%): Remove.
40139         (glibc-targets): Remove.
40140         (lib): Remove.
40141         (stubs): Remove.
40142         ($(objpfx)stubs ../po/manual.pot): Remove.
40143         ($(objpfx)stamp%): Remove.
40144         (make-target-directory): Remove.
40145         (subdir_install): Remove.
40146         (routines): Remove.
40147         (aux): Remove.
40148         (sources): Remove.
40149         (objects): Remove.
40150         (headers): Remove.
40151
40152         [BZ #13750]
40153         * manual/.gitignore: Remove, it's not needed anymore.
40154         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40155         all files in it.
40156         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40157         directory.
40158         (texis): Renamed to $(objpfx)texis.
40159         (texis-path): New, contains path to generated files.
40160         (chapters.%): Use texis-path for complete path, add extra argument
40161         libc-texinfo.sh.
40162         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40163         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40164         (summary,texi, stamp-summary): Use complete path of
40165         files. Generate files in build dir.
40166         (dir-add.texi): Build in build dir.
40167         (libm-err.texi,stamp-libm-err): Likewise.
40168         (version.texi, stamp-version): Likewise.
40169         (.%c.texi): Likewise.
40170         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40171         (mostlyclean): Remove target.
40172         (realclean): Remove target.
40173         (generated): Add new variable with contents from mostlyclean and
40174         realclean, remove entries duplicated in common-mostlyclean, add
40175         stamp-libm-err and stamp-version.
40176         (generated-dirs): Add libc directory.
40177         ($(inst_infodir)/libc.info): Install files from build dir.
40178
40179         * manual/install.texi (Configuring and compiling): Adjust since
40180         the info files are not part of the tar ball anymore.
40181
40182 2012-05-14  Andreas Jaeger  <aj@suse.de>
40183
40184         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40185         variable.
40186
40187 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40188
40189         [BZ #13717]
40190         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40191         to 2.2.0 where earlier.
40192         * sysdeps/unix/sysv/linux/configure: Regenerated.
40193         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40194         Remove conditional code.
40195         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40196         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40197         Remove conditional code.
40198         [!__NR_lchown]: Likewise.
40199         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40200         [__NR_lchown]: Likewise.
40201         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40202         comment referencing __ASSUME_LCHOWN_SYSCALL.
40203         * sysdeps/unix/sysv/linux/i386/sigaction.c
40204         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40205         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40206         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40207         Remove conditional code.
40208         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40209         (__protocol_available): Remove #if 0 code.
40210         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40211         conditional code.
40212         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40213         * sysdeps/unix/sysv/linux/kernel-features.h
40214         (__ASSUME_GETCWD_SYSCALL): Don't define.
40215         (__ASSUME_REALTIME_SIGNALS): Likewise.
40216         (__ASSUME_PREAD_SYSCALL): Likewise.
40217         (__ASSUME_PWRITE_SYSCALL): Likewise.
40218         (__ASSUME_POLL_SYSCALL): Likewise.
40219         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40220         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40221         non-SPARC.
40222         (__ASSUME_SIOCGIFNAME): Don't define.
40223         (__ASSUME_MSG_NOSIGNAL): Likewise.
40224         (__ASSUME_SENDFILE): Define unconditionally.
40225         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40226         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40227         conditional code.
40228         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40229         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40230         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40231         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40232         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40233         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40234         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40236         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40237         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40239         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40240         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40242         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40243         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40245         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40246         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40248         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40249         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40251         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40252         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40254         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40255         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40257         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40258         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40259         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40260         Remove conditional code.
40261         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40262         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40263         Remove conditional code.
40264         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40265         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40266         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40267         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40268         Remove conditional code.
40269         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40270         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40271         Remove conditional code.
40272         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40273         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40274         Remove conditional code.
40275         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40276         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40277         Remove conditional code.
40278         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40279         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40280         Remove conditional code.
40281         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40282         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40283         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40284         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40285         * sysdeps/unix/sysv/linux/sigaction.c
40286         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40287         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40288         * sysdeps/unix/sysv/linux/sigpending.c
40289         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40290         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40291         * sysdeps/unix/sysv/linux/sigprocmask.c
40292         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40293         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40294         * sysdeps/unix/sysv/linux/sigsuspend.c
40295         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40296         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40297         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40298         (__libc_missing_rt_sigs): Remove.
40299         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40300         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40301         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40302         Remove conditional code.
40303         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40304         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40305         return 1.
40306         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40307         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40308         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40309         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40310
40311 2012-05-14  Andreas Jaeger  <aj@suse.de>
40312
40313         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40314         it's not used in glibc.
40315         (__coshm1): Likewise.
40316         (__acosh1p): Likewise.
40317         (__sgn): Likewise.
40318
40319         * manual/string.texi (Copying and Concatenation): Add missing
40320         variable in concat example.
40321         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40322
40323 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40324
40325         [BZ #14103]
40326         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40327         __builtin_clzl with __builtin_clzll.
40328
40329 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40330
40331         [BZ #14104]
40332         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40333         libc_freeres_ptr.
40334
40335 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40336
40337         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40338         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40339         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40340         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40341
40342 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40343
40344         * NEWS: Update ia64 info.
40345
40346 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40347
40348         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40349         used as bcopy.
40350
40351 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40352
40353         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40354         * sysdeps/unix/syscalls.list (dup3): Likewise.
40355         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40356         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40357
40358 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40359
40360         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40361         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40362
40363 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40364
40365         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40366         thread pointer.
40367         (TLS_IE): Use mov/add instead of movq/addq to load thread
40368         pointer.
40369         (TLS_GD_PREFIX): New.
40370         (TLS_GD): Use it.
40371
40372 2012-05-11  David S. Miller  <davem@davemloft.net>
40373
40374         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40375         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40376         (_FPU_SETCW): Likewise.
40377
40378 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40379
40380         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40381         is 32-byte aligned.
40382
40383 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40384
40385         [BZ #11837]
40386         * iconvdata/gb18030.c: Update tables.
40387         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40388         characters specially.
40389         (BODY for TO_LOOP): Add encoding of missing ranges.
40390
40391 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40392
40393         [BZ #13673]
40394         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40395         * sysdeps/mach/hurd/dup3.c: Likewise.
40396         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40397         * sysdeps/powerpc/memmove.c:: Likewise.
40398
40399 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40400
40401         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40402         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40403
40404 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40405
40406         * elf/elf.h (R_X86_64_RELATIVE64): New.
40407         (R_X86_64_NUM): Updated.
40408         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40409         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40410         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40411         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40412         tst-quad1pie tst-quad2pie
40413         (modules-names): Add tst-quadmod1 tst-quadmod2.
40414         ($(objpfx)tst-quad1): New dependency.
40415         ($(objpfx)tst-quad2): Likewise.
40416         ($(objpfx)tst-quad1pie): Likewise.
40417         ($(objpfx)tst-quad2pie): Likewise.
40418         * sysdeps/x86_64/tst-quad1.c: New file.
40419         * sysdeps/x86_64/tst-quad1pie.c: New file.
40420         * sysdeps/x86_64/tst-quad2.c: Likewise.
40421         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40422         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40423         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40424         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40425         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40426
40427 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40428
40429         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40430         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40431         * streams/stropts.h (t_scalar_t): Define type.
40432
40433         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40434         (_PATH_PRESERVE): Set to "/var/lib".
40435         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40436
40437         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40438         instead of int.
40439
40440         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40441         if __dir_mkfile succeeded.
40442
40443         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40444         checking for _hurd_dtablesize.  Unlock it right after having
40445         finished _hurd_dtable allocation.
40446
40447 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40448
40449         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40450         * sysdeps/mach/hurd/configure: Regenerated.
40451         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40452         special-casing to...
40453         * sysdeps/gnu/configure.in: ... this new file.
40454         * sysdeps/unix/sysv/linux/configure: Regenerated.
40455         * sysdeps/gnu/configure: New generated file.
40456
40457         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40458         for Linux: use nsec instead of usec, as well as:
40459         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40460         members of type struct timespec.
40461         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40462         New macros.
40463         (struct stat64): Likewise.
40464         (_STATBUF_ST_NSEC): New macro.
40465         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40466
40467         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40468         __strtoul_internal rather than strtoul.
40469
40470 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40471
40472         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40473         and reject them.
40474
40475 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40476
40477         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40478         which preserves existing values.
40479         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40480
40481 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40482
40483         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40484         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40485         greater than FD_SETSIZE.
40486
40487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40488
40489         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40490         allocated, call __vm_protect to finish enabling the existing space, and
40491         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40492         allocate the remainder.
40493
40494 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40495
40496         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40497         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40498
40499 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40500
40501         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40502         sysdeps/mach/hurd/readlink.c.
40503
40504         * posix/tst-sysconf.c (posix_options): Only use
40505         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40506         _POSIX_SYNCHRONIZED_IO when they are defined
40507         * sysdeps/mach/hurd/bits/posix_opt.h:
40508         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40509         (_XOPEN_REALTIME): Undefine macro.
40510         (_XOPEN_REALTIME_THREADS): Undefine macro.
40511         (_XOPEN_SHM): Undefine macro.
40512         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40513         macro to -1.
40514         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40515         macro to -1.
40516         (_POSIX_ASYNC_IO): Undefine macro.
40517         (_POSIX_PRIORITIZED_IO): Undefine macro.
40518         (_POSIX_SPIN_LOCKS): Define macro to -1.
40519
40520         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40521         SA_NODEFER, SA_RESETHAND.
40522         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40523         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40524         F_DUPFD_CLOEXEC.
40525
40526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40527
40528         * elf/Makefile (pldd-modules): Define unconditionally.
40529
40530 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40531
40532         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40533
40534 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40535
40536         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40537         Return ENOENT when name is empty.
40538         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40539
40540 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40541
40542         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40543
40544         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40545
40546 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40547
40548         Fix mlock in all cases except non-readable pages.
40549         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40550         instead of VM_PROT_ALL as parameter to __vm_wire function.
40551
40552         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40553         (__mkdir): When path is `/', just fail with EEXIST.
40554         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40555
40556 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40557
40558         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40559         <sys/uio.h> (for writev).
40560         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40561         and <sys/param.h> (for MIN).
40562
40563 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40564
40565         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40566         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40567         if interrupted.
40568
40569 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40570
40571         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40572         Depend on against $(link-rpcuserlibs).
40573
40574 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40575
40576         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40577         (__libc_stack_end): Do not use attribute_relro.
40578         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40579         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40580         to libthread-provided value.
40581         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40582         attribute_relro.
40583
40584 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40585
40586         [BZ #3748]
40587         * bits/libc-lock.h (__libc_once_get): New macro.
40588         * sysdeps/mach/bits/libc-lock.h: Likewise.
40589         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40590         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40591         instead of using implementation details.
40592
40593         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40594         * libio/freopen.c: Likewise.
40595         * libio/freopen64.c: Likewise.
40596         * misc/syslog.c: Likewise.
40597         * nscd/connections.c: Likewise.
40598         * nscd/netgroupcache.c: Likewise.
40599         * sysdeps/posix/getcwd.c: Likewise.
40600
40601 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40602
40603         * math/w_ilogbf.c: Add #include <limits.h>.
40604
40605 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40606
40607         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40608         path instead of returning without unlocking.
40609
40610         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40611         immediate-write ioctls.
40612         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40613
40614 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40615
40616         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40617         __builtin_frame_address instead of making assumptions about the
40618         location of the return address relative to DATA.  Force early load of
40619         the return address.
40620         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40621         __builtin_frame_address.
40622
40623         dup3 for GNU Hurd.
40624         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40625         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40626         implement dup3 and do some further code clean-ups.
40627         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40628         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40629
40630 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40631
40632         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40633
40634         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40635         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40636         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40637         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40638         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40639         d->port.lock.
40640
40641         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40642         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40643         when handler == SIG_ERR, not when handler != SIG_ERR.
40644
40645 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40646
40647         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40648         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40649         definitions.
40650
40651         accept4 for GNU Hurd.
40652         * include/sys/socket.h (__libc_accept4): New prototype.
40653         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40654         to implement __libc_accept4.
40655         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40656         __libc_accept4.
40657         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40658
40659         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40660         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40661         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40662         signal-defines.sym.
40663
40664 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40665
40666         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40667
40668 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40669
40670         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40671         assertion on O_CLOEXEC flag.
40672         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40673         * hurd/intern-fd.c: Likewise.
40674         * hurd/port2fd.c: Likewise.
40675
40676 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40677
40678         [BZ #3906]
40679         * bits/in.h (IPV6_PKTINFO): Define new macro.
40680         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40681
40682 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40683
40684         [BZ #13954]
40685         [BZ #13955]
40686         [BZ #13956]
40687         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40688         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40689         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40690         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40691         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40692         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40693         * math/libm-test.inc (logb_test) : Additional logb tests.
40694
40695 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40696             Andreas Jaeger  <aj@suse.de>
40697
40698         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40699         * configure: Regenerated.
40700         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40701         * config.make.in (link-obsolete-rpc): New substituted variable.
40702         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40703         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40704         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40705         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40706         so that libc.a contains the symbols.
40707         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40708         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40709         * sunrpc/auth_none.c: Likewise.
40710         * sunrpc/auth_unix.c: Likewise.
40711         * sunrpc/authdes_prot.c: Likewise.
40712         * sunrpc/authuxprot.c: Likewise.
40713         * sunrpc/clnt_gen.c: Likewise.
40714         * sunrpc/clnt_perr.c: Likewise.
40715         * sunrpc/clnt_raw.c: Likewise.
40716         * sunrpc/clnt_simp.c: Likewise.
40717         * sunrpc/clnt_tcp.c: Likewise.
40718         * sunrpc/clnt_udp.c: Likewise.
40719         * sunrpc/clnt_unix.c: Likewise.
40720         * sunrpc/des_crypt.c: Likewise.
40721         * sunrpc/des_soft.c: Likewise.
40722         * sunrpc/get_myaddr.c: Likewise.
40723         * sunrpc/key_call.c: Likewise.
40724         * sunrpc/key_prot.c: Likewise.
40725         * sunrpc/netname.c: Likewise.
40726         * sunrpc/pm_getmaps.c: Likewise.
40727         * sunrpc/pm_getport.c: Likewise.
40728         * sunrpc/pmap_clnt.c: Likewise.
40729         * sunrpc/pmap_prot.c: Likewise.
40730         * sunrpc/pmap_prot2.c: Likewise.
40731         * sunrpc/pmap_rmt.c: Likewise.
40732         * sunrpc/publickey.c: Likewise.
40733         * sunrpc/rpc_cmsg.c: Likewise.
40734         * sunrpc/rpc_common.c: Likewise.
40735         * sunrpc/rpc_dtable.c: Likewise.
40736         * sunrpc/rpc_prot.c: Likewise.
40737         * sunrpc/rpc_thread.c: Likewise.
40738         * sunrpc/rtime.c: Likewise.
40739         * sunrpc/svc.c: Likewise.
40740         * sunrpc/svc_auth.c: Likewise.
40741         * sunrpc/svc_raw.c: Likewise.
40742         * sunrpc/svc_run.c: Likewise.
40743         * sunrpc/svc_tcp.c: Likewise.
40744         * sunrpc/svc_udp.c: Likewise.
40745         * sunrpc/svc_unix.c: Likewise.
40746         * sunrpc/svcauth_des.c: Likewise.
40747         * sunrpc/xcrypt.c: Likewise.
40748         * sunrpc/xdr.c: Likewise.
40749         * sunrpc/xdr_array.c: Likewise.
40750         * sunrpc/xdr_float.c: Likewise.
40751         * sunrpc/xdr_intXX_t.c: Likewise.
40752         * sunrpc/xdr_mem.c: Likewise.
40753         * sunrpc/xdr_rec.c: Likewise.
40754         * sunrpc/xdr_ref.c: Likewise.
40755         * sunrpc/xdr_sizeof.c: Likewise.
40756         * sunrpc/xdr_stdio.c: Likewise.
40757
40758 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40759
40760         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40761         change.  Update copyright years.
40762
40763 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40764
40765         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40766
40767 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40768             Joseph Myers  <joseph@codesourcery.com>
40769             Paul Pluzhnikov  <ppluzhnikov@google.com>
40770
40771         [BZ #14012]
40772         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40773         requiring rpcgen.
40774         [cross-compiling] (extra-libs): Likewise.
40775         [cross-compiling] (extra-libs-others): Likewise.
40776         [cross-compiling] (librpcsvc-routines): Likewise.
40777         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40778         [cross-compiling] (omit-deps): Likewise.
40779         (sunrpc-CPPFLAGS): New variable.
40780         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40781         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40782         (cross-rpcgen-objs): New variable.
40783         (extra-objs): Append $(cross-rpcgen-objs).
40784         ($(cross-rpcgen-objs)): New rule.
40785         ($(objpfx)cross-rpcgen): Likewise.
40786         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40787         comment.
40788         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40789         ($(objpfx)x%.stmp): Likewise.
40790         * sunrpc/proto.h [IS_IN_build] (_): Define.
40791         [IS_IN_build] (_libc_intl_domainname): Likewise.
40792
40793 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40794
40795         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40796         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40797         and R_X86_64_TPOFF64.
40798
40799 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40800
40801         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40802         sysdeps/unix/sysv/syscalls.list.
40803         (stime): Likewise.
40804         (utime): Likewise.
40805         * sysdeps/unix/sysv/syscalls.list: Remove file.
40806
40807 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40808
40809         [BZ #3440]
40810         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40811         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40812         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40813         (__LC_IDENTIFICATION): Make these macros useful in #if
40814         expressions, as required by C99.
40815
40816 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40817
40818         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40819         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40820         after this.
40821
40822 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40823
40824         * stdlib/longlong.h: Updated from GCC.
40825
40826 2012-05-09  Andreas Jaeger  <aj@suse.de>
40827
40828         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40829         default is first entry.
40830         (run_mode): Set type.
40831         (main): Remove informal message about syslog.
40832         (options): Fix typo.
40833
40834         [BZ #14053]
40835         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40836         to asm.
40837         (lrint): Likewise.
40838         (llrintf): Likewise.
40839         (llrint): Likewise.
40840         (rint): Likewise.
40841         (rintf): Likewise.
40842         (nearbyint): Likewise.
40843         (nearbyintf): Likewise.
40844
40845 2012-05-09  Andreas Jaeger  <aj@suse.de>
40846             Pedro Alves  <palves@redhat.com>
40847
40848         * nscd/nscd.c (run_mode): Use enum.
40849         (main): Cleanup coding style issue.
40850
40851 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40852             Andreas Jaeger  <aj@suse.de>
40853
40854         * nscd/nscd.c (go_background): Replaced with...
40855         (run_mode): ... this.
40856         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40857         (options): Add -F --foreground.
40858         (main): Implement it.
40859         (parse_opt): Parse it.
40860
40861 2012-05-09  Andreas Jaeger  <aj@suse.de>
40862
40863         [BZ #14083]
40864         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40865         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40866         -Wconversion warning.
40867         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40868         Likewise.
40869
40870 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40871
40872         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40873         == 0.
40874         (LC_ALL): Use macro-int-constant.
40875         (LC_COLLATE): Likewise.
40876         (LC_CTYPE): Likewise.
40877         (LC_MESSAGES): Likewise.
40878         (LC_MONETARY): Likewise.
40879         (LC_NUMERIC): Likewise.
40880         (LC_TIME): Likewise.
40881         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40882         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40883         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40884         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40885         Specify type.
40886         [C99-based standards] (float_t): Expect type.
40887         [C99-based standards] (double_t): Expect type.
40888         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40889         type.
40890         [C99-based standards] (HUGE_VALL): Likewise.
40891         [C99-based standards] (INFINITY): Likewise.
40892         [C99-based standards] (NAN): Likewise.
40893         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40894         [C99-based standards] (FP_NAN): Likewise.
40895         [C99-based standards] (FP_NORMAL): Likewise.
40896         [C99-based standards] (FP_SUBNORMAL): Likewise.
40897         [C99-based standards] (FP_ZERO): Likewise.
40898         [C99-based standards] (FP_FAST_FMA): Use
40899         optional-macro-int-constant.  Specify type.  Require == 1.
40900         [C99-based standards] (FP_FAST_FMAF): Likewise.
40901         [C99-based standards] (FP_FAST_FMAL): Likewise.
40902         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40903         [C99-based standards] (FP_ILOGBNAN): Likewise.
40904         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40905         Specify type.
40906         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40907         [C99-based standards] (math_errhandling): Specify type.
40908         [ISO99 || ISO11] (signgam): Do not allow.
40909         [non-C99-based standards] (copysignf): Do not allow.
40910         [non-C99-based standards] (exp2f): Likewise.
40911         [non-C99-based standards] (log2f): Likewise.
40912         [non-C99-based standards] (modff): Allow.
40913         [non-C99-based standards] (erff): Do not allow.
40914         [non-C99-based standards] (erfcf): Likewise.
40915         [non-C99-based standards] (gammaf): Likewise.
40916         [non-C99-based standards] (hypotf): Likewise.
40917         [non-C99-based standards] (j0f): Likewise.
40918         [non-C99-based standards] (j1f): Likewise.
40919         [non-C99-based standards] (jnf): Likewise.
40920         [non-C99-based standards] (lgammaf): Likewise.
40921         [non-C99-based standards] (tgammaf): Likewise.
40922         [non-C99-based standards] (y0f): Likewise.
40923         [non-C99-based standards] (y1f): Likewise.
40924         [non-C99-based standards] (ynf): Likewise.
40925         [non-C99-based standards] (isnanf): Likewise.
40926         [non-C99-based standards] (acoshf): Likewise.
40927         [non-C99-based standards] (asinhf): Likewise.
40928         [non-C99-based standards] (atanhf): Likewise.
40929         [non-C99-based standards] (cbrtf): Likewise.
40930         [non-C99-based standards] (expm1f): Likewise.
40931         [non-C99-based standards] (ilogbf): Likewise.
40932         [non-C99-based standards] (log1pf): Likewise.
40933         [non-C99-based standards] (logbf): Likewise.
40934         [non-C99-based standards] (nextafterf): Likewise.
40935         [non-C99-based standards] (remainderf): Likewise.
40936         [non-C99-based standards] (rintf): Likewise.
40937         [non-C99-based standards] (scalbf): Likewise.
40938         [non-C99-based standards] (copysignl): Likewise.
40939         [non-C99-based standards] (exp2l): Likewise.
40940         [non-C99-based standards] (log2l): Likewise.
40941         [non-C99-based standards] (modfl): Allow.
40942         [non-C99-based standards] (erfl): Do not allow.
40943         [non-C99-based standards] (erfcl): Likewise.
40944         [non-C99-based standards] (gammal): Likewise.
40945         [non-C99-based standards] (hypotl): Likewise.
40946         [non-C99-based standards] (j0l): Likewise.
40947         [non-C99-based standards] (j1l): Likewise.
40948         [non-C99-based standards] (jnl): Likewise.
40949         [non-C99-based standards] (lgammal): Likewise.
40950         [non-C99-based standards] (tgammal): Likewise.
40951         [non-C99-based standards] (y0l): Likewise.
40952         [non-C99-based standards] (y1l): Likewise.
40953         [non-C99-based standards] (ynl): Likewise.
40954         [non-C99-based standards] (isnanl): Likewise.
40955         [non-C99-based standards] (acoshl): Likewise.
40956         [non-C99-based standards] (asinhl): Likewise.
40957         [non-C99-based standards] (atanhl): Likewise.
40958         [non-C99-based standards] (cbrtl): Likewise.
40959         [non-C99-based standards] (expm1l): Likewise.
40960         [non-C99-based standards] (ilogbl): Likewise.
40961         [non-C99-based standards] (log1pl): Likewise.
40962         [non-C99-based standards] (logbl): Likewise.
40963         [non-C99-based standards] (nextafterl): Likewise.
40964         [non-C99-based standards] (remainderl): Likewise.
40965         [non-C99-based standards] (rintl): Likewise.
40966         [non-C99-based standards] (scalbl): Likewise.
40967         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40968         [non-C99-based standards] (FP_*): Do not allow.
40969         [C99-based standards] (FP_*): Change to
40970         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40971         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40972         allow.
40973         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40974         (SIG_ERR): Likewise.
40975         [X/Open-based standards] (SIG_HOLD): Likewise.
40976         (SIG_IGN): Likewise.
40977         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40978         positive value.
40979         (SIGFPE): Likewise.
40980         (SIGILL): Likewise.
40981         (SIGINT): Likewise.
40982         (SIGSEGV): Likewise.
40983         (SIGTER): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40988         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40992         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40993         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40994         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40995         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40996         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40997         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40998         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40999         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41000         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41001         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41002         [X/Open-based standards] (SIGTRAP): Likewise.
41003         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41004         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41005         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41006         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41007         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41008         allow.
41009
41010 2012-05-08  Ian Wienand  <ianw@vmware.com>
41011
41012         [BZ #14080]
41013         * time/tzset.c (__tzset_parse_tz): Update default rules for
41014         daylight time changes in the Energy Policy Act of 2005.
41015
41016 2012-05-09  Andreas Jaeger  <aj@suse.de>
41017
41018         [BZ #13983]
41019         * elf/ldconfig.c (parse_conf): Change string to make clear that
41020         ldconfig only issued a warning if ld.so.conf does not exist.
41021
41022 2012-05-08  David S. Miller  <davem@davemloft.net>
41023
41024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41025         movxtod instead of popping the value on the stack.
41026
41027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41028
41029 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41030
41031         * config.h.in: Add HAVE_ARM_PCS_VFP.
41032
41033 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41034
41035         [BZ #13979]
41036         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41037         checking but the checks are disabled for any reason.
41038
41039 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41040
41041         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41042         and ELF64_R_TYPE with ELFW(R_TYPE).
41043
41044 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41045
41046         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41047         (ulimit): Likewise.
41048
41049         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41050         (settimeofday): Likewise.
41051
41052 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41053
41054         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41055         a struct th_u2 inside the union, and move tu_block/tu_code into
41056         a new th_u3 union of tu_block/tu_code inside of that.  Move
41057         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41058         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41059         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41060         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41061         (th_stuff): Change to th_u1.tu_stuff.
41062         (th_data): Define.
41063         (th_msg): Change to th_u1.th_u2.tu_data.
41064
41065 2012-05-07  David S. Miller  <davem@davemloft.net>
41066
41067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41068
41069         [BZ #14074]
41070         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41071         (SETUP_PIC_REG): Use it.
41072         (SETUP_PIC_REG_LEAF): Use it.
41073
41074 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41075
41076         [BZ #13885]
41077         [BZ #13923]
41078         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41079         USE_AS_EXPM1L.
41080         (EXPL_FINITE): Likewise.
41081         (FLDLOG): Likewise.
41082         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41083         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41084         e_expl.S.
41085         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41086         USE_AS_EXPM1L.
41087         (EXPL_FINITE): Likewise.
41088         (FLDLOG): Likewise.
41089         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41090         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41091         e_expl.S.
41092         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41093         test of -max_value argument for long double.
41094         * sysdeps/i386/fpu/libm-test-ulps: Update.
41095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41096
41097 2012-05-06  David S. Miller  <davem@davemloft.net>
41098
41099         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41100         quad soft-float symbols whose references which are compiler
41101         generated.
41102         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41103
41104 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41105
41106         [BZ #13884]
41107         [BZ #13914]
41108         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41109         USE_AS_EXP10L.
41110         (EXPL_FINITE): Likewise.
41111         (FLDLOG): Likewise.
41112         (c0): Likewise.
41113         (c1): Likewise.
41114         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41115         Adjust comments for base varying.
41116         (__expl_finite): Change alias to EXPL_FINITE.
41117         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41118         e_expl.S.
41119         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41120         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41121         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41122         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41123         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41124         USE_AS_EXP10L.
41125         (EXPL_FINITE): Likewise.
41126         (FLDLOG): Likewise.
41127         (c0): Likewise.
41128         (c1): Likewise.
41129         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41130         Adjust comments for base varying.
41131         (__expl_finite): Change alias to EXPL_FINITE.
41132         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41133         tests for bugs.
41134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41135
41136         [BZ #14064]
41137         * math/libm-test.inc (check_float_internal): Correct ulp
41138         calculation for subnormal expected results.
41139
41140 2012-05-06  Andreas Jaeger  <aj@suse.de>
41141
41142         * Makeconfig (+math-flags): New, set to -frounding-math.
41143         (+cflags): Add +math-flags so that all of glibc gets compiled with
41144         it.
41145
41146         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41147
41148 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41149
41150         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41151         Disable one test.
41152
41153         [BZ #13787]
41154         [BZ #13922]
41155         [BZ #14036]
41156         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41157         (__ieee754_expl): Allow for and saturate large arguments.
41158         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41159         (u_threshold): Likewise.
41160         (__exp): Call __ieee754_exp before checking for overflow and
41161         underflow.
41162         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41163         (u_threshold): Likewise.
41164         (__expf): Call __ieee754_expf before checking for overflow and
41165         underflow.
41166         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41167         (u_threshold): Likewise.
41168         (__expl): Call __ieee754_expl before checking for overflow and
41169         underflow.
41170         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41171         (__ieee754_expl): Allow for and saturate large arguments.
41172         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41173         missing overflow exception on overflow.
41174         (expm1_test): Do not allow missing overflow exception on overflow.
41175
41176         * sysdeps/i386/fpu/e_expl.c: Move to ...
41177         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41178         rather than using inline asm.
41179         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41180         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41181         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41182
41183         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41184         (nice): Likewise.
41185         (poll): Likewise.
41186         (signal): Likewise.
41187         (time): Likewise.
41188         (times): Likewise.
41189
41190 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41191
41192         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41193         sysdeps/unix/common/syscalls.list.
41194         (fchmod): Likewise.
41195         (fchown): Likewise.
41196         (ftruncate): Likewise.
41197         (getrusage): Likewise.
41198         (gettimeofday): Likewise.
41199         (setpgid): Likewise.
41200         (setregid): Likewise.
41201         (setreuid): Likewise.
41202         (sigaction): Likewise.
41203         (truncate): Likewise.
41204         (vhangup): Likewise.
41205         * sysdeps/unix/common/syscalls.list: Remove file.
41206         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41207         * sysdeps/unix/sysv/linux/Implies: Likewise.
41208
41209 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41210
41211         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41212         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41213         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41214         Moved to ...
41215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41216         Here.
41217         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41218         to ...
41219         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41220         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41221         to ...
41222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41223         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41224         to ...
41225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41226         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41227         to ...
41228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41229         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41230         to ...
41231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41232         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41233         to ...
41234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41235         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41236         to ...
41237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41238         Here.
41239         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41240         to ...
41241         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41242         Here.
41243         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41244         to ...
41245         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41246         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41247         Moved to ...
41248         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41249         Here.
41250         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41251         to ...
41252         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41253
41254 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41255
41256         * sysdeps/unix/common/bits/dirent.h: Remove file.
41257         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41258
41259         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41260         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41261         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41262         * sysdeps/unix/bsd/isatty.c: Likewise.
41263         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41264         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41265         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41266
41267 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41268
41269         [BZ #13563]
41270         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41271         long double comparison inaccuracies.
41272         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41273         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41274
41275 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41276
41277         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41278         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41279
41280 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41281
41282         [BZ #14049]
41283         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41284         nonzero digits before rounding a hex value.
41285         * stdlib/tst-strtod.c (tests): Add another test.
41286
41287 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41288
41289         * sysdeps/s390/fpu/libm-test-ulps: Update.
41290
41291 2012-05-03  Andreas Jaeger  <aj@suse.de>
41292
41293         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41294         does not get optimized out.
41295         (malloc_opt_barrier): New.
41296
41297 2012-05-03  Andreas Jaeger  <aj@suse.de>
41298             Roland McGrath  <roland@hack.frob.com>
41299
41300         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41301         intermediate file deletion.
41302         (generated): Add .symlist files.
41303
41304 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41305
41306         [BZ #13775]
41307         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41308         Redirect under this condition.
41309         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41310         [__USE_GNU] (__dprintf_chk): Not under this condition.
41311         [__USE_GNU] (__vdprintf_chk): Likewise.
41312         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41313         under this condition.
41314         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41315         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41316         [__USE_XOPEN2K8] (vdprintf): Likewise.
41317         [__USE_GNU] (__dprintf_chk): Not under this condition.
41318         [__USE_GNU] (__vdprintf_chk): Likewise.
41319         [__USE_GNU] (dprintf): Likewise.
41320         [__USE_GNU] (vdprintf): Likewise.
41321
41322 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41323
41324         * elf/Makefile (common-generated): Set this instead of generated for
41325         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41326         $(all-built-dso)-derived lists.
41327
41328 2012-05-03  Andreas Jaeger  <aj@suse.de>
41329
41330         * sysdeps/i386/fpu/libm-test-ulps: Update.
41331
41332         * FAQ: Removed.
41333         * FAQ.in: Likewise.
41334         * scripts/gen-FAQ.pl: Likewise.
41335         * manual/install.texi (Installation): Point to online location of
41336         FAQ.
41337         * Makefile (files-for-dist): Remove FAQ.
41338         (FAQ): Remove.
41339
41340 2012-05-02  Allan McRae  <allan@archlinux.org>
41341
41342         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41343         (LDFLAGS-reldepmod5.so): Likewise.
41344         (LDFLAGS-reldep6mod1.so): Likewise.
41345         (LDFLAGS-reldep6mod4.so): Likewise.
41346         (LDFLAGS-reldep8mod3.so): Likewise.
41347         (LDFLAGS-unload4mod1.so): Likewise.
41348         (LDFLAGS-unload4mod2.so): Likewise.
41349         (LDFLAGS-tst-initorder): Likewise.
41350         (LDFLAGS-tst-initordera2.so): Likewise.
41351         (LDFLAGS-tst-initordera3.so): Likewise.
41352         (LDFLAGS-tst-initordera4.so): Likewise.
41353         (LDFLAGS-tst-initorderb2.so): Likewise.
41354         (LDFLAGS-noload): Likewise.
41355         (LDFLAGS-next): Likewise.
41356         (LDFLAGS-order2mod1.so): Likewise.
41357         (LDFLAGS-order2mod2.so): Likewise.
41358         (LDFLAGS-tst-initorder2): Likewise.
41359         (LDFLAGS-tst-initorder2a.so): Likewise.
41360         (LDFLAGS-tst-initorder2b.so): Likewise.
41361         (LDFLAGS-tst-initorder2c.so): Likewise.
41362         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41363
41364 2012-05-02  David S. Miller  <davem@davemloft.net>
41365
41366         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41367
41368 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41369
41370         [BZ #14055]
41371         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41372
41373 2012-05-02  Andreas Jaeger  <aj@suse.de>
41374
41375         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41376         since we manipulate rounding mode.
41377         (CPPFLAGS-test-idouble.c): Likewise.
41378         (CPPFLAGS-test-ifloat.c): Likewise.
41379         (CFLAGS-test-ldouble.c): Likewise.
41380         (CFLAGS-test-double.c): Likewise.
41381         (CFLAGS-test-float.c): Likewise.
41382         (CFLAGS-test-misc.c): Likewise.
41383         (CFLAGS-test-test-fenv.c): Likewise.
41384
41385 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41386
41387         [BZ #2550]
41388         [BZ #2570]
41389         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41390         comparisons to determine direction to adjust input.
41391
41392 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41393
41394         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41395         output to the target.
41396
41397         * scripts/localplt.awk: New file.
41398         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41399         (check-localplt-CFLAGS): Variable removed.
41400         ($(all-built-dso:=.jmprel)): New static pattern rule.
41401         (generated): Add those targets.
41402         (localplt-built-dso): New variable.
41403         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41404
41405         * elf/check-localplt.c: File removed.
41406
41407         * scripts/check-execstack.awk: New file.
41408         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41409         (check-execstack-CFLAGS): Variable removed.
41410         ($(objpfx)check-execstack.h): Target removed.
41411         ($(objpfx)execstack-default): New target.
41412         (generated): Add that instead of check-execstack.h.
41413         ($(all-built-dso:=.phdr)): New static pattern rule.
41414         (generated): Add those targets.
41415         * elf/check-execstack.c: File removed.
41416
41417         * scripts/check-textrel.awk: New file.
41418         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41419         (check-textrel-CFLAGS): Variable removed.
41420         (all-built-dso): Use := to define.o
41421         ($(all-built-dso:=.dyn)): New static pattern rule.
41422         (generated): Add those targets.
41423         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41424         * config.make.in (READELF): New substituted variable.
41425         * elf/check-textrel.c: File removed.
41426
41427 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41428
41429         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41430         allow.
41431         * conform/data/ctype.h-data [C99-based standards] (isblank):
41432         Expect function.
41433         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41434         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41435         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41436         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41437         Specify type.  Require positive value.
41438         (EILSEQ): Likewise.
41439         (ERANGE): Likewise.
41440         [ISO || POSIX] (EILSEQ): Do not expect.
41441         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41442         Specify type.  Require positive value.
41443         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41444         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41445         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41446         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41447         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41448         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41449         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41450         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41451         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41452         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41453         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41454         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41455         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41456         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41457         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41458         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41459         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41460         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41461         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41462         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41463         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41464         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41465         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41466         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41467         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41468         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41469         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41470         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41471         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41472         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41473         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41474         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41475         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41476         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41477         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41478         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41479         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41480         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41481         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41482         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41483         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41484         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41485         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41486         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41487         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41488         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41489         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41490         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41491         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41492         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41493         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41494         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41495         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41496         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41497         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41498         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41499         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41500         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41501         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41502         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41503         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41504         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41505         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41506         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41507         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41508         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41509         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41510         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41511         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41512         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41513         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41514         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41515         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41516         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41517         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41518         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41519         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41520         Require >= 2.
41521         (FLT_ROUNDS): Expect as macro, not constant.
41522         (FLT_MANT_DIG): Use macro-int-constant.
41523         (DBL_MANT_DIG): Likewise.
41524         (LDBL_MANT_DIG): Likewise.
41525         (FLT_DIG): Likewise.
41526         (DBL_DIG): Likewise.
41527         (LDBL_DIG): Likewise.
41528         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41529         (DBL_MIN_EXP): Likewise.
41530         (LDBL_MIN_EXP): Likewise.
41531         (FLT_MAX_EXP): Use macro-int-constant.
41532         (DBL_MAX_EXP): Likewise.
41533         (LDBL_MAX_EXP): Likewise.
41534         (FLT_MAX_10_EXP): Likewise.
41535         (DBL_MAX_10_EXP): Likewise.
41536         (LDBL_MAX_10_EXP): Likewise.
41537         (FLT_MAX): Use macro-constant.
41538         (DBL_MAX): Likewise.
41539         (LDBL_MAX): Likewise.
41540         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41541         (DBL_EPSILON): Likewise.
41542         (LDBL_EPSILON): Likewise.
41543         (FLT_MIN): Likewise.
41544         (DBL_MIN): Likewise.
41545         (LDBL_MIN): Likewise.
41546         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41547         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41548         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41549         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41550         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41551         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41552         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41553         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41554         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41555         [ISO11] (FLT_TRUE_MIN): Likewise.
41556         [ISO11] (LDBL_TRUE_MIN): Likewise.
41557         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41558         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41559         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41560         (SCHAR_MAX): Likewise.
41561         (UCHAR_MAX): Likewise.
41562         (CHAR_MIN): Likewise.
41563         (CHAR_MAX): Likewise.
41564         (MB_LEN_MAX): Use macro-int-constant.
41565         (SHRT_MIN): Use macro-int-constant.  Specify type.
41566         (SHRT_MAX): Likewise.
41567         (USHRT_MAX): Likewise.
41568         (INT_MAX): Likewise.
41569         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41570         bound negative.
41571         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41572         bound with "U".
41573         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41574         bound with "L".
41575         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41576         bound negative.  Suffix upper bound with "L".
41577         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41578         bound with "UL".
41579         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41580         Specify type.
41581         [C99-based standards] (LLONG_MAX): Likewise.
41582         [C99-based standards] (ULLONG_MAX): Likewise.
41583         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41584         == 0.
41585         [ISO11] (max_align_t): Require type.
41586         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41587
41588         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41589         from $CFLAGS, without defining away __attribute__ calls.
41590         (checknamespace): Use $CFLAGS_namespace.
41591
41592         * conform/conformtest.pl (@keywords): Only include C99 keywords
41593         for standards based on C99 or C11.
41594
41595         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41596         Disable tests.
41597         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41598         UNIX98]: Likewise.
41599
41600         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41601         usability of symbols in #if.
41602
41603         * conform/conformtest.pl: If macro or constant types start
41604         "promoted:", expect the symbol to be of the following type
41605         promoted by the integer promotions.
41606
41607         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41608         in one place.  Also handle "macro-constant".
41609
41610         * conform/conformtest.pl: Only accept expected macro values with
41611         "==".  Parse all "macro" lines in one place.
41612         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41613
41614         * conform/conformtest.pl: Handle braced types on "constant" lines
41615         instead of handling "typed-constant".
41616         * conform/data/signal.h-data: Use "constant" instead of
41617         "typed-constant".
41618
41619         * conform/conformtest.pl: Handle "optional-" at start of lines in
41620         one place rather than duplicating several cases.  Handle each
41621         format of "macro" line with initial "optional-".
41622
41623         * conform/conformtest.pl: Only accept expected constant or
41624         optional-constant values with "==".  Parse all "constant" lines in
41625         one place.  Parse all "optional-constant" lines in one place.
41626         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41627         * conform/data/fmtmsg.h-data: Likewise.
41628         * conform/data/netinet/in.h-data: Likewise.
41629         * conform/data/tar.h-data: Likewise.
41630         * conform/data/limits.h-data: Use "==" form on "constant" and
41631         "optional-constant" lines.
41632
41633         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41634         Use -std=c99 for XOPEN2K.
41635         (@knownproblems): Remove.
41636         (newtoken): Don't check %isknown.
41637
41638         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41639         Do not expect macro.
41640         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41652         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41653         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41667         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41668         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41670         [XPG3] (acosh): Likewise.
41671         [XPG3] (asinh): Likewise.
41672         [XPG3] (atanh): Likewise.
41673         [XPG3] (cbrt): Likewise.
41674         [XPG3] (expm1): Likewise.
41675         [XPG3] (ilogb): Likewise.
41676         [XPG3] (log1p): Likewise.
41677         [XPG3] (logb): Likewise.
41678         [XPG3] (nextafter): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41681         [XPG3] (remainder): Likewise.
41682         [XPG3] (rint): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41690         [UNIX98 || XOPEN2K] (scalb): Expect.
41691         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41692         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41737         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41738         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41741         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41742         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41756         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41828
41829         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41830         _XOPEN_SOURCE_EXTENDED for XPG4.
41831
41832         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41833
41834         * Makeconfig (localtime): Remove variable.
41835         (inst_localtime-file): Likewise.
41836
41837 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41838
41839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41840         Update.
41841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41842         Update.
41843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41844         Update.
41845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41846         Update.
41847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41848         Update.
41849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41850         Update.
41851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41852         Update.
41853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41854         Update.
41855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41856         Update.
41857
41858 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41859
41860         [BZ #2550]
41861         [BZ #2570]
41862         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41863         comparisons to determine direction to adjust input.
41864         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41865         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41866         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41867         Likewise.
41868         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41869         Likewise.
41870         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41871         Likewise.
41872         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41873         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41874         Likewise.
41875         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41876         Likewise.
41877         * math/libm-test.inc (nexttoward_test): Add more tests.
41878
41879 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41880
41881         [BZ #14040]
41882         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41883         in version GLIBC_2.1, not GLIBC_2.0.
41884         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41885         Likewise.
41886
41887 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41888
41889         [BZ #13942]
41890         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41891         (1 - x) * (1 + x).
41892         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41893         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41894         * math/libm-test.inc (acos_test): Add more tests.
41895         (asin_test): Likewise.
41896         * sysdeps/i386/fpu/libm-test-ulps: Update.
41897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41898
41899         [BZ #14034]
41900         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41901         of square root.
41902         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41903         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41904         * math/libm-test.inc (acos_test_tonearest): New function.
41905         (acos_test_towardzero): Likewise.
41906         (acos_test_downward): Likewise.
41907         (acos_test_upward): Likewise.
41908         (asin_test_tonearest): Likewise.
41909         (asin_test_towardzero): Likewise.
41910         (asin_test_downward): Likewise.
41911         (asin_test_upward): Likewise.
41912         (main): Call the new functions.
41913         * sysdeps/i386/fpu/libm-test-ulps: Update.
41914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41915
41916         [BZ #13884]
41917         [BZ #13924]
41918         * math/e_exp10.c: Include <float.h>.
41919         (__ieee754_exp10): Handle underflow here rather than multiplying
41920         large negative argument by M_LN10.
41921         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41922         of __ieee754_expf.
41923         * math/e_exp10l.c: Include <float.h>.
41924         (__ieee754_exp10l): Handle underflow here rather than multiplying
41925         large negative argument by M_LN10l.
41926         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41927         spurious overflow exception on underflow.
41928
41929 2012-04-29  Marek Polacek  <polacek@redhat.com>
41930
41931         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41932         (__fortify_function): New macro.
41933         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41934         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41935         __extern_always_inline.
41936         * libio/bits/stdio2.h: Likewise.
41937         * libio/bits/stdio.h: Likewise.
41938         * string/string.h: Likewise.
41939         * string/bits/string3.h: Likewise.
41940         * include/stdio.h: Likewise.
41941         * stdlib/bits/stdlib.h: Likewise.
41942         * stdlib/stdlib.h: Likewise.
41943         * rt/bits/mqueue2.h: Likewise.
41944         * rt/mqueue.h: Likewise.
41945         * posix/bits/unistd.h: Likewise.
41946         * posix/unistd.h: Likewise.
41947         * io/bits/poll2.h: Likewise.
41948         * io/bits/fcntl2.h: Likewise.
41949         * io/fcntl.h: Likewise.
41950         * io/sys/poll.h: Likewise.
41951         * misc/bits/syslog.h: Likewise.
41952         * misc/bits/syslog-ldbl.h: Likewise.
41953         * misc/sys/syslog.h: Likewise.
41954         * socket/bits/socket2.h: Likewise.
41955         * socket/sys/socket.h: Likewise.
41956         * debug/tst-chk1.c: Likewise.
41957         * wcsmbs/bits/wchar2.h: Likewise.
41958         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41959         * wcsmbs/wchar.h: Likewise.
41960
41961 2012-04-29  Andreas Jaeger  <aj@suse.de>
41962
41963         * Makerules (tests): Remove enable-check-abi protection.
41964         (check-abi-warn): Remove.
41965         (check-abi-%): Remove check-abi-warn usage.
41966
41967         * configure.in: Remove check-abi configure option.
41968         * configure: Regenerated.
41969         * config.make.in (enable-check-abi): Remove.
41970
41971 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41972
41973         [BZ #14033]
41974         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41975         double functions to double *_finite functions.
41976
41977         [BZ #13941]
41978         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41979         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41980         LDBL_MIN_EXP.
41981         * stdio-common/Makefile (tests): Add tst-sprintf3.
41982         * stdio-common/tst-sprintf3.c: New file.
41983
41984         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41985         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41986
41987 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41988
41989         * conform/conformtest.pl: Remove duplicate typed-constant
41990         handling.
41991
41992 2012-04-28  David S. Miller  <davem@davemloft.net>
41993
41994         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41995         (check-abi-%): Remove AWK script prerequisite and explicit
41996         abilist directory.
41997         (check-abi): Rewrite to just diff the symlist with the abilist.
41998         (config-tls, config-abi-config): Delete, no longer used.
41999         (update-abi-%): Remove AWK script and explicit abilist directory.
42000         (update-abi): Rewrite to simply compare and conditionally copy the
42001         symlist and the sysdep abilist file.  Remove update-abi-config
42002         checks.
42003         * abilist/ld.abilist: Remove.
42004         * abilist/libBrokenLocale.abilist: Remove.
42005         * abilist/libanl.abilist: Remove.
42006         * abilist/libcrypt.abilist: Remove.
42007         * abilist/libdl.abilist: Remove.
42008         * abilist/librt.abilist: Remove.
42009         * abilist/libthread_db.abilist: Remove.
42010         * abilist/libutil.abilist: Remove.
42011         * scripts/extract-abilist.awk: Remove.
42012         * scripts/merge-abilist.awk: Remove.
42013         * sysdeps/generic/libcidn.abilist: New file.
42014         * sysdeps/generic/libnss_compat.abilist: New file.
42015         * sysdeps/generic/libnss_db.abilist: New file.
42016         * sysdeps/generic/libnss_dns.abilist: New file.
42017         * sysdeps/generic/libnss_files.abilist: New file.
42018         * sysdeps/generic/libnss_hesiod.abilist: New file.
42019         * sysdeps/generic/libnss_nis.abilist: New file.
42020         * sysdeps/generic/libnss_nisplus.abilist: New file.
42021         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42022         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42023         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42024         file.
42025         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42026         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42027         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42028         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42029         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42030         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42031         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42032         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42033         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42034         file.
42035         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42036         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42037         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42038         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42039         file.
42040         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42041         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42042         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42043         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42044         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42045         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42046         file.
42047         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42048         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42049         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42050         file.
42051         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42053         New file.
42054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42057         New file.
42058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42059         New file.
42060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42061         New file.
42062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42063         New file.
42064         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42065         New file.
42066         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42067         New file.
42068         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42069         New file.
42070         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42071         New file.
42072         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42073         New file.
42074         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42075         New file.
42076         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42077         New file.
42078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42079         file.
42080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42081         New file.
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42083         New file.
42084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42085         file.
42086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42087         New file.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42089         New file.
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42091         file.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42093         New file.
42094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42095         New file.
42096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42097         New file.
42098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42099         New file.
42100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42101         New file.
42102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42103         New file.
42104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42106         file.
42107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42108         New file.
42109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42110         file.
42111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42112         file.
42113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42114         file.
42115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42116         file.
42117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42118         file.
42119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42120         New file.
42121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42122         file.
42123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42124         file.
42125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42126         New file.
42127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42128         file.
42129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42131         file.
42132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42133         New file.
42134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42135         file.
42136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42137         file.
42138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42139         file.
42140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42141         file.
42142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42143         file.
42144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42145         New file.
42146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42147         file.
42148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42149         file.
42150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42151         New file.
42152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42153         file.
42154         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42155         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42156         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42157         file.
42158         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42159         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42160         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42161         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42162         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42163         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42164         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42165         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42166         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42167         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42168         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42172         New file.
42173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42174         file.
42175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42180         file.
42181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42182         file.
42183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42184         New file.
42185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42186         New file.
42187         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42190         New file.
42191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42192         file.
42193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42197         New file.
42198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42205         file.
42206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42209         New file.
42210         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42215         New file.
42216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42217         file.
42218
42219 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42220
42221         * conform/conformtest.pl: Fix typo in handling typed-constant from
42222         allow-header.
42223
42224 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42225
42226         * README: Cut down references to pre-2.6 Linux kernels and
42227         Linuxthreads.  Update lists of configurations in libc and ports
42228         and sort alphabetically.  Say "or newer" with Linux kernel version
42229         requirements.
42230
42231         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42232
42233 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42234
42235         [BZ #887]
42236         * math/libm-test.inc (logb_test_downward): New test to expose
42237         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42238         rounding mode.
42239
42240 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42241
42242         [BZ #14027]
42243         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42244         to be done.
42245         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42246         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42247
42248 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42249
42250         * sysdeps/unix/i386/brk.S: Remove file.
42251         * sysdeps/unix/i386/dl-brk.S: Likewise.
42252         * sysdeps/unix/i386/pipe.S: Likewise.
42253         * sysdeps/unix/i386/sigreturn.S: Likewise.
42254         * sysdeps/unix/i386/syscall.S: Likewise.
42255         * sysdeps/unix/i386/vfork.S: Likewise.
42256         * sysdeps/unix/i386/wait.S: Likewise.
42257
42258         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42259         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42260
42261         * configure.in (arm*-none*): Do not allow without
42262         --enable-hacker-mode.
42263         (netbsd*): Remove case setting base_os.
42264         (386bsd*): Likewise.
42265         (freebsd*): Likewise.
42266         (bsdi*): Likewise.
42267         (osf*): Likewise.
42268         (sunos*): Likewise.
42269         (ultrix*): Likewise.
42270         (newsos*): Likewise.
42271         (dynix*): Likewise.
42272         (*bsd*): Likewise.
42273         (sysv*): Likewise.
42274         (isc*): Likewise.
42275         (esix*): Likewise.
42276         (sco*): Likewise.
42277         (minix*): Likewise.
42278         (irix4*): Likewise.
42279         (irix6*): Likewise.
42280         (solaris[2-9]*): Likewise.
42281         (none): Likewise.
42282         * configure: Regenerated.
42283
42284 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42285
42286         [BZ #11521]
42287         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42288         overflow or cancellation in calculating denominator.
42289         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42290         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42291         down expression to avoid unexpected rounding in newer GCCs.
42292         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42293
42294 2012-04-26  David S. Miller  <davem@davemloft.net>
42295
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42297         long-double compat symbols.
42298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42311
42312 2012-04-25  David S. Miller  <davem@davemloft.net>
42313
42314         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42315         HWCAP_* values only after the memory barriers have been defined.
42316         (atomic_full_barrier): Define.
42317         (atomic_read_barrier): Define.
42318         (atomic_write_barrier): Define.
42319
42320 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42321
42322         * shlib-versions: Add libgcc_s version information.
42323         * sysdeps/generic/libgcc_s.h: Remove.
42324         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42325         libgcc_s.h.
42326         * sysdeps/gnu/unwind-resume.c: Likewise.
42327         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42328
42329 2012-04-25  David S. Miller  <davem@davemloft.net>
42330
42331         * sysdeps/unix/sparc/brk.S: Delete.
42332         * sysdeps/unix/sparc/dl-brk.S: Delete.
42333         * sysdeps/unix/sparc/pipe.S: Delete.
42334         * sysdeps/unix/sparc/sysdep.S: Delete.
42335         * sysdeps/unix/sparc/sysdep.h: Delete.
42336         * sysdeps/unix/sparc/vfork.S: Delete.
42337         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42338         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42339         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42340         (ret_ERRVAL, r0, r1, MOVE): Define.
42341         (JUMPTARGET): Remove.
42342         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42343         sysdeps/unix/sparc/sysdep.h
42344         (ENTRY, END): Remove.
42345         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42346
42347 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42348
42349         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42350         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42351         -DIS_IN_build.
42352
42353         * timezone/README: Update upstream location and email address for
42354         tzcode and tzdata.
42355         * timezone/zdump.c: Update from tzcode 2012b.
42356         * timezone/zic.c: Likewise.
42357
42358         * configure.in (libc_cv_as_needed): Remove test.
42359         * configure: Regenerated.
42360         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42361         conditional definition.
42362         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42363         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42364         * config.make.in (have-as-needed): Remove variable.
42365
42366 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42367             Paul Pluzhnikov  <ppluzhnikov@google.com>
42368
42369         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42370         strings correctly.
42371
42372 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42373
42374         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42375         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42376         * sysdeps/sh/strlen.S: Likewise.
42377
42378 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42379
42380         * sysdeps/unix/fork.S: Remove file.
42381         * sysdeps/unix/i386/fork.S: Likewise.
42382         * sysdeps/unix/sparc/fork.S: Likewise.
42383
42384         * sysdeps/unix/system.c: Remove file.
42385         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42386
42387         * sysdeps/unix/getegid.S: Remove file.
42388         * sysdeps/unix/geteuid.S: Likewise.
42389
42390 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42391
42392         * scripts/check-localplt.awk: New file.
42393         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42394         of diff.
42395         * scripts/data/localplt-generic.data: Add a comment.
42396
42397         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42398         NODE when __dir_mkfile failed.
42399         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42400         Reported by Ludovic Courtès <ludo@gnu.org>.
42401
42402 2012-04-24  Andreas Jaeger  <aj@suse.de>
42403
42404         * Makerules (common-clean): Also remove gen-as-const-headers
42405         files.
42406
42407 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42408
42409         * Makerules (native-compile): Do not change working directory for
42410         build.  Use $(OUTPUT_OPTION) in command.
42411         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42412
42413 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42414
42415         [BZ #13886]
42416         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42417         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42418         * math/libm-test.inc (floor_test): Add more tests.
42419         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42420
42421 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42422
42423         * sysdeps/unix/getdents.c: Remove file.
42424         * sysdeps/unix/sysv/getdents.c: Likewise.
42425         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42426
42427         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42428         sysdeps/unix/mman/syscalls.list.
42429         (mmap): Likewise.
42430         (mprotect): Likewise.
42431         (msync): Likewise.
42432         (munmap): Likewise.
42433         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42434         * sysdeps/unix/mman/syscalls.list: Remove.
42435         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42436
42437         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42438         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42439         * configure: Regenerated.
42440         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42441         $(libgcc_s_suffix).
42442         * config.make.in (libgcc_s_suffix): Remove variable.
42443
42444 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42445
42446         * sysdeps/unix/sysv/gethostname.c: Move to ...
42447         * sysdeps/posix/gethostname.c: ... here.
42448
42449         * sysdeps/unix/execve.S: Remove file.
42450
42451         * sysdeps/unix/_exit.S: Remove file.
42452
42453 2012-04-23  Andreas Jaeger  <aj@suse.de>
42454
42455         [BZ #13739]
42456         * manual/Makefile: Remove make dist support, there's no
42457         need for a stand-alone documentation tar ball.
42458         (TEXI2DVI): Define always, it's not in Makeconfig.
42459         (dist): Removed.
42460         (tar-it): Removed.
42461         (edition): Removed.
42462         (glibc-doc-$(edition).tar): Removed
42463         (%.Z): Removed.
42464         (%.gz): Removed.
42465         (%.uu): Removed.
42466         (ETAGS): Remove, it's in Makeconfig.
42467         (move-if-change): Remove, it's in Makeconfig.
42468
42469 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42470
42471         [BZ #13970]
42472         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42473         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42474         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42475         (strtod_l, strtof_l, strtold_l): Remove __wur.
42476         It is not necessarily an error to ignore strtol's return value.
42477         One can reliably look at the stored endptr to decide whether
42478         the number had valid syntax.
42479
42480 2012-04-21  Andreas Jaeger  <aj@suse.de>
42481
42482         [BZ #13739]
42483         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42484
42485 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42486
42487         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42488         * sysdeps/unix/sysv/Versions: Remove file.
42489
42490 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42491
42492         [BZ #13927]
42493         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42494
42495 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42496
42497         [BZ #7064]
42498         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42499         version from __vm86.
42500
42501 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42502
42503         * sysdeps/unix/common/lxstat.c: Remove file.
42504         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42505
42506         * sysdeps/unix/sysv/Makefile: Remove file.
42507
42508         * sysdeps/unix/sysv/direct.h: Remove file.
42509
42510         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42511         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42512         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42513         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42514         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42515         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42516         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42517
42518         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42519
42520         * sysdeps/unix/xmknod.c: Remove file.
42521         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42522
42523         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42524
42525         * sysdeps/unix/sysv/i386/time.S: Remove file.
42526
42527         * sysdeps/unix/fxstat.c: Remove file.
42528         * sysdeps/unix/xstat.c: Likewise.
42529         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42530
42531         * sysdeps/unix/sysv/sigaction.c: Remove file.
42532
42533         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42534         (sysdep_headers): Remove variable.
42535         [termio.h not in sysdep_headers] (generated): Likewise.
42536         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42537         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42538         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42539         * sysdeps/unix/sysv/tcflow.c: Likewise.
42540         * sysdeps/unix/sysv/tcflush.c: Likewise.
42541         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42542         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42543         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42544         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42545         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42546
42547         * sysdeps/unix/siglist.c: Remove file.
42548
42549         * sysdeps/unix/getppid.S: Remove file.
42550
42551         * sysdeps/unix/mkdir.c: Remove file.
42552         * sysdeps/unix/rmdir.c: Likewise.
42553
42554 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42555
42556         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42557         ERR_MAX value.
42558         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42559         errlist-compat value.
42560
42561 2012-04-18  David S. Miller  <davem@davemloft.net>
42562
42563         * sysdeps/generic/memcopy.h (reg_char): Delete.
42564         * debug/strcat_chk.c: Use char, not reg_char.
42565         * debug/strcpy_chk.c: Likewise.
42566         * debug/strncat_chk.c: Likewise.
42567         * debug/strncpy_chk.c: Likewise.
42568         * string/memchr.c: Likewise.
42569         * string/memrchr.c: Likewise.
42570         * string/rawmemchr.c: Likewise.
42571         * string/strcat.c: Likewise.
42572         * string/strchr.c: Likewise.
42573         * string/strchrnul.c: Likewise.
42574         * string/strcmp.c: Likewise.
42575         * string/strcpy.c: Likewise.
42576         * string/strncat.c: Likewise.
42577         * string/strncmp.c: Likewise.
42578         * string/strncpy.c: Likewise.
42579
42580 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42581
42582         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42583         __builtin_memcopy is called when src and dest ranges are known to not
42584         overlap.
42585
42586 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42587
42588         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42589         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42590         fwd_align_merge macro call.
42591         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42592         bwd_align_merge macro call.
42593         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42594
42595 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42596
42597         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42598         bwd_align_merge macros.
42599         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42600         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42601         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42602
42603 2012-04-18  David S. Miller  <davem@davemloft.net>
42604
42605         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42606
42607 2012-04-18  Andreas Jaeger  <aj@suse.de>
42608
42609         [BZ# 6794]
42610         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42611         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42612         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42613
42614         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42615         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42616         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42617
42618         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42619         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42620         Adjust for changed ldbl-128 files.
42621
42622         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42623         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42624         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42625
42626 2012-04-17  David S. Miller  <davem@davemloft.net>
42627
42628         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42629
42630 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42631
42632         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42633         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42634         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42635         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42636         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42637         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42638
42639 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42640
42641         [BZ #6794]
42642         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42643         * math/libm-test.inc: Add ilogb errno and exception tests.
42644         * math/w_ilogb.c: New file: ilogb wrapper.
42645         * math/w_ilogbf.c: New file: ilogbf wrapper.
42646         * math/w_ilogbl.c: New file: ilogbl wrapper.
42647         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42648         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42649         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42650         exception being thrown with 0.0 as argument.
42651         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42652         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42653         exception being thrown with 0.0 as argument.
42654         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42655         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42656         exception being thrown with 0.0 as argument.
42657         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42658         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42659         exception being thrown with 0.0 as argument.
42660         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42661         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42662         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42663         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42664         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42665         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42666         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42667         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42668         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42669
42670 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42671
42672         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42673         with altivec.
42674
42675 2012-04-16  Marek Polacek  <polacek@redhat.com>
42676
42677         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42678
42679 2012-04-16  Marek Polacek  <polacek@redhat.com>
42680
42681         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42682         operands of fdivp instruction.
42683
42684 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42685
42686         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42687         * elf/tst-auditmod3b.c: Likewise.
42688         * elf/tst-auditmod4b.c: Likewise.
42689         * elf/tst-auditmod5b.c: Likewise.
42690         * elf/tst-auditmod6b.c: Likewise.
42691         * elf/tst-auditmod6c.c: Likewise.
42692         * elf/tst-auditmod7b.c: Likewise.
42693         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42694         * sysdeps/x86_64/preconfigure.in: Likewise.
42695         * sysdeps/x86_64/preconfigure: Regenerated.
42696
42697 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42698
42699         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42700         __ILP32__.
42701
42702 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42703
42704         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42705         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42706
42707 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42708
42709         [BZ #13973]
42710         * locale/iso-639.def: Fix gl language name. Spotted by
42711         Yaron Shahrabani.
42712
42713 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42714
42715         [BZ #2074]
42716         * libio/libio.h (__io_write_fn): Update comment.
42717
42718 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42719
42720         [BZ #2074]
42721         * stdio.texi (Hook Functions): The user provided writer function
42722         is not allowed to return -1.
42723
42724 2012-04-11  David S. Miller  <davem@davemloft.net>
42725
42726         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42727
42728 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42729
42730         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42731         Add a leading slash to rtkaio.
42732
42733 2012-04-11  Jim Meyering  <meyering@redhat.com>
42734
42735         [BZ #11959]
42736         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42737         It is not necessarily an error to ignore fwrite's return
42738         value.  One can reliably use ferror to test for errors after
42739         the fact.
42740
42741 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42742
42743         * bits/types.h (__snseconds_t): New type.
42744         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42745
42746         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42747         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42748         (__SNSECONDS_T_TYPE): Likewise.
42749         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42750         (__SNSECONDS_T_TYPE): Likewise.
42751         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42752         (__SNSECONDS_T_TYPE): Likewise.
42753
42754 2012-04-10  Andreas Jaeger  <aj@suse.de>
42755
42756         [BZ #2636]
42757         * manual/time.texi (Processor Time): Return type of times is
42758         elapsed real time since an arbitrary point in the past.
42759         (CPU Time): Move CLK_TCK from here...
42760         (Processor Time): ...to here.  Correct description.
42761         * manual/conf.texi (Constants for Sysconf): Correct description of
42762         _SC_CLK_TCK.
42763
42764 2012-04-10  David S. Miller  <davem@davemloft.net>
42765
42766         [BZ #13967]
42767         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42768         where the is a gap between DT_REL(A) and DT_JMPREL.
42769
42770 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42771
42772         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42773         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42774         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42775
42776 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42777
42778         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42779         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42780         (dl_main): Handle --inhibit-cache.
42781         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42782         _dl_inhibit_cache.
42783         * elf/dl-load.c (_dl_map_object): Use it.
42784         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42785
42786 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42787
42788         [BZ #13872]
42789         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42790         (__ieee754_powl): Saturate large exponents rather than testing for
42791         overflow of y*log2(x).
42792         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42793         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42794         exceptions.
42795
42796         [BZ #11521]
42797         * math/s_ctan.c: Include <float.h>.
42798         (__ctan): Avoid internal overflow or cancellation in calculating
42799         denominator.
42800         * math/s_ctanf.c: Likewise.
42801         * math/s_ctanl.c: Likewise.
42802         * math/s_ctanh.c: Likewise.
42803         * math/s_ctanhf.c: Likewise.
42804         * math/s_ctanhl.c: Likewise.
42805         * math/libm-test.inc (ctan_test): Add more tests.
42806         (ctanh_test): Likewise.
42807         * sysdeps/i386/fpu/libm-test-ulps: Update.
42808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42809
42810 2012-04-09  Andreas Jaeger  <aj@suse.de>
42811
42812         [BZ #6894]
42813         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42814         is an optional BSD extension.
42815
42816         [BZ #10254]
42817         * manual/stdio.texi (Opening Streams): Document additional fopen
42818         parameters.
42819
42820 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42821
42822         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42823         %eax without telling the compiler.
42824
42825 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42826
42827         [BZ # 13963]
42828         * manual/install.texi: Use sourceware.org.
42829
42830 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42831
42832         [BZ #13873]
42833         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42834         (__ieee754_pow): Generate overflow and underflow using huge*huge
42835         and tiny*tiny rather than just returning constant infinity or zero
42836         for large exponents.
42837         * math/libm-test.inc (pow_test): Require overflow exceptions for
42838         applicable cases of large exponents.
42839
42840         [BZ #706]
42841         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42842         (__ieee754_pow): Use iterative multiplication algorithm only for
42843         integer exponents with absolute value below 1024.  Check for odd
42844         integer exponents when using algorithm for real exponents.
42845         * math/libm-test.inc (pow_test): Add more tests.
42846         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42847
42848 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42849
42850         [BZ #13705]
42851         * math/libm-test.inc (exp_test): Do not allow overflow exception
42852         on underflow test.
42853
42854 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42855
42856         [BZ #13705]
42857         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42858         instead of __kernel_standard_f.
42859
42860 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42861
42862         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42863         * sysdeps/x86_64/memset_chk.S: Likewise.
42864
42865 2012-04-08  Andreas Jaeger  <aj@suse.de>
42866
42867         [BZ #10153]
42868         * manual/startup.texi (Environment Access): Describe return value
42869         for putenv and setenv.
42870
42871         [BZ #6895]
42872         * manual/filesys.texi (Directory Entries): Add description for
42873         DT_LNK.
42874
42875         [BZ #6890]
42876         * manual/filesys.texi (Directory Entries): Clarify that it's file
42877         system not operating system in the description of DT_UNKNOWN.
42878
42879         [BZ #6578]
42880         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42881
42882 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42883
42884         [BZ #6649]
42885         * manual/llio.texi (Opening and Closing Files): Add cross
42886         reference to explain mode argument.
42887
42888 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42889
42890         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42891         * sysdeps/x86_64/memset_chk.S: Likewise.
42892
42893 2012-04-07  David S. Miller  <davem@davemloft.net>
42894
42895         * elf/elf.h (R_SPARC_WDISP10): Define.
42896         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42897         R_SPARC_SIZE32.
42898         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42899         R_SPARC_SIZE64 and R_SPARC_H34.
42900
42901 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42902
42903         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42904         conditions and remove no longer applicable assertion.
42905
42906 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42907
42908         * bits/byteswap.h: Include <features.h>.
42909         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42910         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42911
42912 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42913
42914         * bits/byteswap.h (__bswap_16): Removed.
42915         Include <bits/byteswap-16.h> to get __bswap_16.
42916         * sysdeps/i386/bits/byteswap.h: Likewise.
42917         * sysdeps/s390/bits/byteswap.h: Likewise.
42918         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42919         * bits/byteswap-16.h: New file.
42920         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42921         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42922         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42923         * string/Makefile (headers): Add bits/byteswap-16.h.
42924
42925 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42926
42927         [BZ #13895]
42928         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42929         extra indirection.
42930         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42931         * nss/tst-nss-static.c: New.
42932
42933 2012-04-06  Robert Millan  <rmh@gnu.org>
42934
42935         [BZ #6486]
42936         * manual/llio.texi (File Position Primitive): lseek
42937         refers to WHENCE when it really means OFFSET.
42938
42939 2012-04-06  Andreas Jaeger  <aj@suse.de>
42940
42941         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42942         strncmp declarations.
42943
42944         * abilist/libc.abilist: Add __poll and __ppoll.
42945
42946 2012-04-05  David S. Miller  <davem@davemloft.net>
42947
42948         * scripts/check-local-headers.sh: Accept a host triplet in the
42949         path matched by the exclude regexp.
42950
42951         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42952         definition.
42953         * sysdeps/powerpc/powerpc32/dl-machine.h
42954         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42955         * sysdeps/s390/s390-32/dl-machine.h
42956         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42957         * sysdeps/sparc/sparc32/dl-machine.h
42958         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42959         * sysdeps/sparc/sparc64/dl-machine.h
42960         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42961
42962         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42963         lazy binding.
42964         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42965         undefined symbol errors.
42966
42967         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42968         DT_NEEDED entries.
42969
42970 2012-04-05  Michael Matz  <matz@suse.de>
42971
42972         [BZ #13592]
42973         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42974
42975 2012-04-05  Andreas Jaeger  <aj@suse.de>
42976
42977         [BZ #13908]
42978         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42979         comment.
42980
42981 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42982
42983         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42984         which ROUND is no valid rounding mode.
42985
42986 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42987
42988         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42989         read again.
42990         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42991
42992 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42993
42994         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42995         an exception using FPU order intentionally.
42996
42997 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42998
42999         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43000         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43001         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43002         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43003
43004 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43005
43006         [BZ #12340]
43007         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43008         EINVAL when BUFLEN is too smal.
43009
43010 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43011
43012         [BZ #13553]
43013         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43014         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43015
43016 2012-04-03  Andreas Jaeger  <aj@suse.de>
43017
43018         [BZ #13938]
43019         * manual/setjmp.texi (System V contexts): Fix sentence.
43020
43021         [BZ #13926]
43022         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43023         New macro for this case.
43024         [!__GNUC__] (__bswap_64): New inline function for this case.
43025         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43026         * bits/byteswap.h: Likewise.
43027         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43028         ull, guard with __GLIBC_HAVE_LONG_LONG.
43029
43030         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43031         __GLIBC_HAVE_LONG_LONG.
43032
43033         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43034         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43035
43036 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43037
43038         [BZ #13691]
43039         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43040         inptr and inend, rather than using last_ch.
43041
43042 2012-04-02  David S. Miller  <davem@davemloft.net>
43043
43044         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43045         * stdio-common/printf-parse.h (read_int): Change return type to
43046         'int', return -1 on INT_MAX overflow.
43047         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43048         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43049         overflows INT_MAX.  Check for overflow of in-format-string precision
43050         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43051         SIZE_MAX not INT_MAX for integer overflow test.
43052         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43053         skip the construct in the format string but do not record anything.
43054         * stdio-common/bug22.c: Adjust to test both width/prevision
43055         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43056         explicitly for proper errno values.
43057
43058 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43059
43060         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43061         CHAR_MAX.
43062         * string/test-strcmp.c [! WIDE]: Likewise.
43063         * time/tst-mktime2.c: Likewise for INT_MAX.
43064         * string/test-string.h: #include <sys/param.h> for MIN.
43065
43066         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43067         * sysdeps/i386/init-first.c (init): Likewise.
43068         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43069         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43070         * sysdeps/sh/init-first.c (init): Likewise.
43071
43072 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43073
43074         * po/ru.po: Update from translation team.
43075         * po/vi.po: Likewise.
43076
43077 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43078
43079         * resolv/nss_dns/dns-host.c: Merge copyright years.
43080
43081 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43082
43083         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43084         Optimize memcpy with prefetch if
43085         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43086         src, dst pointers have unequal 16 byte alignments.
43087
43088 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43089
43090         [BZ #13928]
43091         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43092         from a CNAME entry and return the minimum ttl for the query.
43093         (gaih_getanswer_slice): Likewise.
43094
43095 2012-03-30  Jeff Law  <law@redhat.com>
43096
43097         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43098         due to long keys.
43099         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43100         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43101
43102         * resolv/nss_dns/dns-host.c: Update copyright year.
43103
43104 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43105
43106         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43107         requests to save a system call.  Fix check that all bytes are sent.
43108
43109         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43110         comments for sendmmsg.
43111
43112 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43113
43114         [BZ #13691]
43115         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43116         with only 1 character between 0x0041 and 0x01b0.
43117         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43118         * wcsmbs/tst-mbsnrtowcs.c: New file.
43119
43120 2012-03-29  David S. Miller  <davem@davemloft.net>
43121
43122         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43123         small copies by hand.
43124
43125 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43126
43127         [BZ #13761]
43128         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43129         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43130         group memberships.
43131
43132 2012-03-28  David S. Miller  <davem@davemloft.net>
43133
43134         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43135         that branches into memcpy.
43136         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43137         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43138         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43139         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43140         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43141         bits.
43142         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43143         implementation too.
43144         * sysdeps/sparc/mempcpy.S: New file.
43145
43146         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43147         the IFUNC routine in the libc case.
43148         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43149
43150         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43151         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43152         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43153         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43154         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43155         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43156         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43157         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43158
43159         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43160         loop to 256 bytes instead of 64 bytes and fix test signedness.
43161
43162         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43163         * sysdeps/sparc/sparc32/Makefile: rather than here...
43164         * sysdeps/sparc/sparc64/Makefile: and here.
43165
43166 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43167
43168         * malloc/mallocbug.c: Avoid warnings about unused variables.
43169
43170 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43171
43172         [BZ #13760]
43173         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43174         in the right place. Discard and retry query if response is
43175         larger than input buffer size.
43176
43177 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43178
43179         [BZ #369]
43180         [BZ #2678]
43181         [BZ #3866]
43182         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43183         x for large integer exponent.
43184         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43185         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43186         sign of result as needed afterwards.
43187         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43188         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43189         result for underflowing pow the same as for overflow.
43190         (__kernel_standard_l): Handle powl overflow and underflow here
43191         rather than calling __kernel_standard.
43192         * math/libm-test.inc (pow_test): Add more tests.
43193
43194         [BZ #3868]
43195         [BZ #13879]
43196         [BZ #13910]
43197         [BZ #13911]
43198         [BZ #13912]
43199         [BZ #13913]
43200         [BZ #13915]
43201         [BZ #13916]
43202         [BZ #13917]
43203         [BZ #13918]
43204         [BZ #13919]
43205         [BZ #13920]
43206         [BZ #13921]
43207         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43208         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43209         (__kernel_standard_l): New function.
43210         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43211         __kernel_standard.
43212         * math/w_acosl.c (__acosl): Likewise.
43213         * math/w_asinl.c (__asinl): Likewise.
43214         * math/w_atan2l.c (__atan2l): Likewise.
43215         * math/w_atanhl.c (__atanhl): Likewise.
43216         * math/w_coshl.c (__coshl): Likewise.
43217         * math/w_exp10l.c (__exp10l): Likewise.
43218         * math/w_exp2l.c (__exp2l): Likewise.
43219         * math/w_fmodl.c (__fmodl): Likewise.
43220         * math/w_hypotl.c (__hypotl): Likewise.
43221         * math/w_j0l.c (__j0l, __y0l): Likewise.
43222         * math/w_j1l.c (__j1l, __y1l): Likewise.
43223         * math/w_jnl.c (__jnl, __ynl): Likewise.
43224         * math/w_lgammal.c (__lgammal): Likewise.
43225         * math/w_log10l.c (__log10l): Likewise.
43226         * math/w_log2l.c (__log2l): Likewise.
43227         * math/w_logl.c (__logl): Likewise.
43228         * math/w_powl.c (__powl): Likewise.
43229         * math/w_remainderl.c (__remainderl): Likewise.
43230         * math/w_scalbl.c (sysv_scalbl): Likewise.
43231         * math/w_sinhl.c (__sinhl): Likewise.
43232         * math/w_sqrtl.c (__sqrtl): Likewise.
43233         * math/w_tgammal.c (__tgammal): Likewise.
43234         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43235         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43236         * math/libm-test.inc (acos_test): Add more tests.
43237         (acosh_test): Likewise.
43238         (asin_test): Likewise.
43239         (atanh_test): Likewise.
43240         (exp_test): Likewise.
43241         (exp10_test): Likewise.
43242         (exp2_test): Likewise.
43243         (expm1_test): Likewise.
43244         (lgamma_test): Likewise.
43245         (log_test): Likewise.
43246         (log10_test): Likewise.
43247         (log1p_test): Likewise.
43248         (log2_test): Likewise.
43249         (pow_test): Do not allow some spurious overflow exceptions.
43250         (sqrt_test): Add more tests.
43251         (tgamma_test): Likewise.
43252         (y0_test): Likewise.
43253         (y1_test): Likewise.
43254         (yn_test): Likewise.
43255
43256 2012-03-27  Anton Blanchard  <anton@samba.org>
43257
43258         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43259         MAP_HUGETLB.
43260         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43261         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43262         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43263
43264 2012-03-27  David S. Miller  <davem@davemloft.net>
43265
43266         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43267
43268         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43269         have-as-vis3 check.
43270
43271 2012-03-27  Andreas Jaeger  <aj@suse.de>
43272
43273         * sysdeps/x86_64/elf/configure.in: Moved to ...
43274         * sysdeps/x86_64/configure.in: ... here.
43275         * sysdeps/x86_64/elf/start.S: Moved to ...
43276         * sysdeps/x86_64/start.S: ... here.
43277         * sysdeps/x86_64/elf/configure: Delete.
43278
43279         * sysdeps/x86_64/configure.in: Merge contents from
43280         sysdeps/i386/configure.in (without i686 check).
43281
43282         * sysdeps/i386/elf/Versions: Merge into ...
43283         * sysdeps/i386/Versions: ... this.
43284         * sysdeps/i386/elf/Versions: Delete file.
43285         * sysdeps/i386/elf/start.S: Moved to ...
43286         * sysdeps/i386/start.S: ...here.
43287         * sysdeps/i386/elf/configure.in: Merge into...
43288         * sysdeps/i386/configure.in: ...here.
43289         * sysdeps/i386/elf/configure.in: Delete file.
43290         * sysdeps/i386/elf/configure: Delete file.
43291
43292         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43293         * debug/backtracesyms.c: ... here.
43294         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43295         * debug/backtracesymsfd.c: ... here.
43296         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43297         * sysdeps/generic/ifunc-sel.h: ... here.
43298
43299         * sysdeps/unix/i386/start.c: Delete file.
43300         * sysdeps/unix/sparc/start.c: Delete file.
43301         * sysdeps/unix/start.c: Delete file.
43302
43303         * sysdeps/sh/elf/configure.in: Moved to ...
43304         * sysdeps/sh/configure.in: ... here.
43305         * sysdeps/sh/elf/start.S: Moved to ...
43306         * sysdeps/sh/start.S: ... here.
43307         * sysdeps/sh/elf/configure: Delete file.
43308
43309         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43310         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43311         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43312         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43313         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43314         * sysdeps/powerpc/powerpc64/start.S: here.
43315         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43316         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43317         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43318         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43319         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43320
43321         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43322         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43323         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43324         * sysdeps/powerpc/powerpc32/start.S: ... here.
43325         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43326         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43327         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43328
43329         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43330         * sysdeps/powerpc/ifunc-sel.h: ... here.
43331         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43332         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43333
43334         * sysdeps/sparc/elf/configure.in: Moved to ...
43335         * sysdeps/sparc/configure.in: ... here.
43336         * sysdeps/sparc/elf/configure: Delete file.
43337         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43338         * sysdeps/sparc/sparc32/start.S: ... here.
43339         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43340         * sysdeps/sparc/sparc64/start.S: ... here.
43341         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43342         * sysdeps/sparc/sparc32/Makefile: ... this.
43343         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43344         * sysdeps/sparc/sparc64/Makefile: ... this.
43345
43346         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43347         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43348         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43349         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43350         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43351         * sysdeps/s390/s390-32/setjmp.S: ... here.
43352         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43353         * sysdeps/s390/s390-32/configure.in: ... here.
43354         * sysdeps/s390/s390-32/elf/configure: Delete file.
43355         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43356         * sysdeps/s390/s390-32/start.S: ... here.
43357
43358         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43359         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43360         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43361         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43362         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43363         * sysdeps/s390/s390-64/setjmp.S: ... here.
43364         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43365         * sysdeps/s390/s390-64/configure.in: ... here
43366         * sysdeps/s390/s390-64/elf/configure: Delete file.
43367         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43368         * sysdeps/s390/s390-64/start.S: ... here.
43369         * sysdeps/s390/s390-64/elf/configure: Delete.
43370
43371         * configure.in: Remove support for elf directories in sysdeps.
43372
43373         * configure: Regenerated.
43374         * sysdeps/i386/configure: Regenerated.
43375         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43376         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43377         * sysdeps/s390/s390-32/configure: Regenerated.
43378         * sysdeps/s390/s390-64/configure: Regenerated.
43379         * sysdeps/sh/configure: Regenerated.
43380         * sysdeps/sparc/configure: Regenerated.
43381         * sysdeps/x86_64/configure: Regenerated.
43382
43383 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43384
43385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43386
43387         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43388         denormal result into account.
43389
43390 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43391
43392         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43393         Reported by Allan McRae <allan@archlinux.org>.
43394
43395 2012-03-23  Jeff Law  <law@redhat.com>
43396
43397         * nss/getnssent.c (__nss_getent): Fix typo.
43398
43399 2012-03-23  David S. Miller  <davem@davemloft.net>
43400
43401         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43402
43403 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43404
43405         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43406         to pad to uint64_t for each field.
43407         (dl_tls_index): Replace unsigned long with uint64_t.
43408
43409 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43410         Paul Pluzhnikov  <ppluzhnikov@google.com>
43411
43412         [BZ #6528]
43413         * grp/Makefile (otherlibs): Don't set it.
43414         * inet/Makefile (otherlibs): Likewise.
43415         * login/Makefile (otherlibs): Likewise.
43416         * nscd/Makefile (otherlibs): Likewise.
43417         * posix/Makefile (otherlibs): Likewise.
43418         * pwd/Makefile (otherlibs): Likewise.
43419         * rt/Makefile (otherlibs): Likewise.
43420         * sunrpc/Makefile (otherlibs): Likewise.
43421         * nss/Makefile (otherlibs): Likewise.
43422         Add libnss_files to routines and static-only-routines.
43423         ($(objpfx)getent): Remove rule.
43424         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43425         static-only-routines.
43426
43427 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43428
43429         [BZ #13892]
43430         * math/s_cexp.c: Include <float.h>.
43431         (__cexp): Handle exp result overflowing not necessarily
43432         overflowing both real and imaginary parts of result.
43433         * math/s_cexpf.c: Likewise.
43434         * math/s_cexpl.c: Likewise.
43435         * math/libm-test.inc (cexp_test): Add more tests.
43436         * sysdeps/i386/fpu/libm-test-ulps: Update.
43437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43438
43439 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43440
43441         * include/link.h (ELFW): New macro.
43442         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43443         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43444
43445 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43446
43447         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43448         with uint64_t.
43449
43450 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43451
43452         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43453         declaration.
43454         (struct La_x32_retval): Likewise.
43455
43456 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43457
43458         * sysdeps/x86_64/preconfigure.in: New file.
43459         * sysdeps/x86_64/preconfigure: New generated file.
43460
43461 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43462
43463         [BZ #13824]
43464         * math/e_exp2l.c: Include <float.h>.
43465         (__ieee754_exp2l): Handle overflow and underflow cases
43466         separately.  Only pass fractional part of argument to
43467         __ieee754_expl.
43468         * math/libm-test.inc (exp2_test): Add more tests.
43469
43470         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43471         negating x to take absolute value.
43472         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43473         Likewise.
43474         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43475         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43476         Likewise.
43477         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43478         computing low part if x was negated.
43479         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43480
43481 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43482
43483         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43484         la_x32_gnu_pltexit.
43485         (pltexit): Cast int_retval to ptrdiff_t.
43486         * elf/tst-auditmod3b.c: Likewise.
43487         * elf/tst-auditmod4b.c: Likewise.
43488         * elf/tst-auditmod5b.c: Likewise.
43489         * elf/tst-auditmod6b.c: Likewise.
43490         * elf/tst-auditmod6c.c: Likewise.
43491         * elf/tst-auditmod7b.c: Likewise.
43492
43493         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43494         and x32_gnu_pltexit.
43495
43496         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43497         __ELF_NATIVE_CLASS.
43498         (La_x32_regs): New macro.
43499         (La_x32_retval): Likewise.
43500         (la_x32_gnu_pltenter): New function prototype.
43501         (la_x32_gnu_pltexit): Likewise.
43502
43503 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43504
43505         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43506         exponent.
43507
43508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43509
43510         * configure.in (libc_cv_cc_nofma): Check for option to disable
43511         generation of FMA instructions.
43512         * configure: Regenerate.
43513         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43514         * sysdeps/ieee754/dbl-64/Makefile: New file.
43515         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43516         Remove brandred-fma4.
43517         (CFLAGS-brandred-fma4.c): Remove.
43518         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43519         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43520         define.
43521         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43522         define.
43523
43524 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43525
43526         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43527         LLONG_MAX != LONG_MAX.
43528         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43529         (_fitoa_word): Likewise.
43530         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43531         LLONG_MAX != LONG_MAX.
43532         * stdio-common/_itowa.h: Include <_itoa.h>.
43533         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43534         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43535         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43536         only if not defined.
43537         (_ITOA_WORD_TYPE): Likewise.
43538         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43539         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43540
43541 2012-03-21  David S. Miller  <davem@davemloft.net>
43542
43543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43544
43545 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43546
43547         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43548         of x86_64 when setting libc_cv_slibdir, libdir and
43549         libc_cv_localedir.
43550         * sysdeps/unix/sysv/linux/configure: Regenerated.
43551
43552 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43553
43554         * manual/lang.texi (Old Varargs): Remove section.
43555         (How Variadic): Update menu.
43556         (va_start): Do not mention varargs.h.
43557
43558 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43559             Joseph Myers  <joseph@codesourcery.com>
43560
43561         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43562         link test.
43563         * configure: Regenerated.
43564
43565 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43566
43567         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43568         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43569         conformtest.pl
43570
43571 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43572
43573         * NOTES: Remove.
43574         * Makefile (files-for-dist): Remove NOTES.
43575         (NOTES): Remove rule.
43576         * README: Don't refer to NOTES.
43577         * manual/creature.texi: Don't include macros.texi.
43578         * manual/intro.texi (creature.texi): Remove comment referring to
43579         NOTES.
43580
43581         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43582         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43583         * configure: Regenerated.
43584         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43585         LIBC_TRY_CC_OPTION.
43586         (libc_cv_as_i686): Likewise.
43587         (libc_cv_cc_avx): Likewise.
43588         (libc_cv_cc_sse2avx): Likewise.
43589         (libc_cv_cc_fma4): Likewise.
43590         (libc_cv_cc_novzeroupper): Likewise.
43591         * sysdeps/i386/configure: Regenerated.
43592
43593         [BZ #13883]
43594         * sysdeps/i386/fpu/s_cexp.S: Remove.
43595         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43596         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43597         * math/libm-test.inc (cexp_test): Add more tests.
43598         * sysdeps/i386/fpu/libm-test-ulps: Update.
43599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43600
43601 2012-03-21  Allan McRae  <allan@archlinux.org>
43602
43603         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43604
43605 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43606
43607         [BZ #13871]
43608         * math/w_exp2.c: Do not include <float.h>.
43609         (o_threshold, u_threshold): Remove.
43610         (__exp2): Calculate result before checking finiteness and calling
43611         __kernel_standard.
43612         * math/w_exp2f.c: Likewise.
43613         * math/w_exp2l.c: Likewise.
43614         * math/libm-test.inc (exp2_test): Require overflow exception for
43615         1e6 input.
43616
43617         [BZ #3866]
43618         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43619         range of signed 64-bit integers before using fistpll.  Remove
43620         checks for whether integers fit in mantissa bits.
43621         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43622         the range of signed 32-bit integers before using fistpl.  Remove
43623         checks for whether integers fit in mantissa bits.
43624         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43625         (__ieee754_powl): Test for y outside the range of signed 64-bit
43626         integers before using fistpll.  Reduce 64-bit values to 63-bit
43627         ones as needed.
43628         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43629         divide-by-zero is raised for zero to large negative powers.
43630         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43631         (__ieee754_powl): Test for y outside the range of signed 64-bit
43632         integers before using fistpll.  Reduce 64-bit values to 63-bit
43633         ones as needed.
43634         * math/libm-test.inc (pow_test): Add more tests.
43635
43636 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43637
43638         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43639         <stdio-common/_itoa.h>.
43640         * debug/segfault.c: Likewise.
43641         * elf/dl-cache.c: Likewise.
43642         * elf/dl-minimal.c: Likewise.
43643         * elf/dl-misc.c: Likewise.
43644         * elf/dl-sysdep.c: Likewise.
43645         * elf/dl-version.c: Likewise.
43646         * elf/rtld.c: Likewise.
43647         * hurd/hurdsock.c: Likewise.
43648         * hurd/lookup-retry.c: Likewise.
43649         * malloc/malloc.c: Likewise.
43650         * malloc/mtrace.c: Likewise.
43651         * nscd/nscd_getgr_r.c: Likewise.
43652         * nscd/nscd_getpw_r.c: Likewise.
43653         * nscd/nscd_getserv_r.c: Likewise.
43654         * posix/getopt_init.c: Likewise.
43655         * posix/wordexp.c: Likewise.
43656         * stdio-common/_itoa.c: Likewise.
43657         * stdio-common/printf_fphex.c: Likewise.
43658         * stdio-common/vfprintf.c: Likewise.
43659         * string/_strerror.c: Likewise.
43660         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43661         * sysdeps/i386/i686/hp-timing.h: Likewise.
43662         * sysdeps/mach/_strerror.c: Likewise.
43663         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43664         * sysdeps/mach/hurd/sethostid.c: Likewise.
43665         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43666         * sysdeps/mach/xpg-strerror.c: Likewise.
43667         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43668         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43669         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43670         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43671         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43672         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43673         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43674         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43675         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43676         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43677         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43678         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43679         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43680         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43681         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43682         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43683         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43684         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43685         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43686         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43687         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43688
43689         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43690
43691         * stdio-common/_itoa.h: Moved to ...
43692         * sysdeps/generic/_itoa.h: Here.
43693
43694         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43695
43696         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43697         instead of "_itoa.h" and "_itowa.h".
43698         * stdio-common/vfprintf.: Likewise.
43699
43700 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43701
43702         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43703         <bits/wordsize.h>.
43704         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43705         (__signbit): Likwise.
43706         (llrintf): Likwise.
43707         (llrint): Likwise.
43708
43709 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43710
43711         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43712         __WORDSIZE != 64.
43713
43714 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43715
43716         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43717         OVERFLOW_EXCEPTION_OK.
43718         * math/libm-test.inc ("Philosophy"): Update comment about
43719         exception testing.
43720         (OVERFLOW_EXCEPTION): Define.
43721         (OVERFLOW_EXCEPTION_OK): Likewise.
43722         (INVALID_EXCEPTION_OK): Renumber.
43723         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43724         (IGNORE_ZERO_INF_SIGN): Likewise.
43725         (test_exceptions): Handle FE_OVERFLOW.
43726         (exp10_test): Expect overflow exceptions.
43727         (exp2_test): Likewise.
43728         (expm1_test): Likewise.
43729         (nextafter_test): Likewise.
43730         (pow_test): Likewise.
43731         (scalbn_test): Likewise.
43732         (scalbln_test): Likewise.
43733
43734 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43735
43736         * sysdeps/x86_64/bits/atomic.h
43737         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43738         64bit integer.
43739         (atomic_exchange_acq): Likewise.
43740         (__arch_exchange_and_add_body): Likewise.
43741         (__arch_add_body): Likewise.
43742         (atomic_add_negative): Likewise.
43743         (atomic_add_zero): Likewise.
43744
43745 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43746
43747         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43748         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43749
43750 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43751
43752         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43753         Check __x86_64__ instead of __WORDSIZE.
43754
43755 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43756
43757         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43758
43759 2012-03-19  David S. Miller  <davem@davemloft.net>
43760
43761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43762
43763         * sysdeps/sparc/fpu/fenv_private.h: New file.
43764         * sysdeps/sparc/fpu/math_private.h: Use it.
43765         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43766         Remove.
43767         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43768         (libc_feholdexcept_setroundl): Remove.
43769         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43770         Remove.
43771         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43772         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43773
43774 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43775
43776         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43777         int64_t instead of long int.
43778         (INSERT_WORDS64): Likwise.
43779
43780 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43781
43782         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43783         _Unwind_GetCFA return to _Unwind_Ptr first.
43784
43785 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43786
43787         [BZ #13629]
43788         * math/s_clog.c: Include <float.h>.
43789         (__clog): Scale large or subnormal inputs.
43790         * math/s_clogf.c: Likewise.
43791         * math/s_clogl.c: Likewise.
43792         * math/s_clog10.c: Include <float.h>.
43793         (M_LOG10_2): Define.
43794         (__clog10): Scale large or subnormal inputs.
43795         * math/s_clog10f.c: Likewise.
43796         * math/s_clog10l.c: Likewise.
43797         * math/libm-test.inc (clog_test): Add more tests.
43798         (clog10_test): Likewise.
43799         * sysdeps/i386/fpu/libm-test-ulps: Update.
43800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43801
43802         [BZ #11451]
43803         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43804         x and y.
43805         * math/libm-test.inc (atan2_test): Add another test.
43806
43807         * Makerules (common-objdir-compile): Remove.
43808         * sysdeps/unix/Makefile (config-generated): Do not add
43809         $(unix-generated) to variable.
43810         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43811         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43812         Remove rule.
43813         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43814         Likewise.
43815         [generic bits/local_lim.h] (before-compile): Do not append to
43816         variable.
43817         [generic bits/local_lim.h] (common-generated): Likewise.
43818         [generic sys/param.h] (before-compile): Do not append to variable.
43819         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43820         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43821         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43822         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43823         include.
43824         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43825         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43826         [generic sys/param.h] ($(addprefix
43827         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43828         [generic sys/param.h] (common-generated): Do not append to
43829         variable.
43830         [generic sys/param.h] (sysdep_headers): Likewise.
43831         [generic bits/errno.h] (before-compile): Do not append to
43832         variable.
43833         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43834         rule.
43835         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43836         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43837         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43838         [generic bits/errno.h] (common-generated): Do not append to
43839         variable.
43840         [generic bits/ioctls.h] (before-compile): Do not append to
43841         variable.
43842         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43843         rule.
43844         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43845         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43846         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43847         rule.
43848         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43849         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43850         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43851         [generic bits/ioctls.h] (common-generated): Do not append to
43852         variable.
43853         [generic sys/syscall.h] (syscall.h): Remove variable.
43854         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43855         rule.
43856         [generic sys/syscall.h] (before-compile): Do not append to
43857         variable.
43858         [generic sys/syscall.h] (common-generated): Likewise.
43859         * sysdeps/unix/errnos-tmpl.c: Remove file.
43860         * sysdeps/unix/errnos.awk: Likewise.
43861         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43862         * sysdeps/unix/ioctls.awk: Likewise.
43863         * sysdeps/unix/mk-local_lim.c: Likewise.
43864         * sysdeps/unix/snarf-ioctls: Likewise.
43865
43866 2012-03-19  Richard Henderson  <rth@twiddle.net>
43867
43868         * sysdeps/i386/fpu/fenv_private.h: New file.
43869         * sysdeps/i386/fpu/math_private.h: Use it.
43870         (math_opt_barrier, math_force_eval): Remove.
43871         (libc_feholdexcept_setround_53bit): Remove.
43872         (libc_feupdateenv_53bit): Remove.
43873         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43874         (math_opt_barrier, math_force_eval): Remove.
43875         (libc_feholdexcept): Remove.
43876         (libc_feholdexcept_setround): Remove.
43877         (libc_fetestexcept, libc_fesetenv): Remove.
43878         (libc_feupdateenv_test): Remove.
43879         (libc_feupdateenv, libc_feholdsetround): Remove.
43880         (libc_feresetround): Remove.
43881
43882         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43883         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43884
43885         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43886         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43887         (libc_feupdateenv_testl): New.
43888         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43889         (libc_feupdateenv_testf): New.
43890         (libc_feupdateenv): Use libc_feupdateenv_test.
43891         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43892         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43893
43894         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43895         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43896         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43897         (libc_feresetround_noex): New.
43898         (libc_feresetround_noexf): New.
43899         (libc_feresetround_noexl): New.
43900         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43901         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43902         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43903         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43904         SET_RESTORE_ROUND.
43905         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43906         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43907         (__cos): Likewise.
43908         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43909         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43910         SET_RESTORE_ROUND_NOEX.
43911         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43912         SET_RESTORE_ROUND_NOEXF.
43913         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43914         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43915         (libc_feholdsetroundf): New.
43916         (libc_feresetround, libc_feresetroundf): New.
43917
43918         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43919         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43920         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43921
43922         * sysdeps/generic/math_private.h: Include <fenv.h>.
43923         (default_libc_feholdexcept): New.
43924         (default_libc_feholdexcept_setround): New.
43925         (default_libc_fesetenv, default_libc_feupdateenv): New.
43926         (libc_feholdexcept): Only define if undefined.
43927         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43928         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43929         (libc_feholdexcept_setroundl): Likewise.
43930         (libc_feholdexcept_setround_53bit): Likewise.
43931         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43932         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43933         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43934         (libc_feupdateenv_53bit): Likewise.
43935         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43936         (libc_feholdexcept): Convert from macro to inline function.
43937         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43938         (libc_fesetenv, libc_feupdateenv): Likewise.
43939
43940         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43941         not previously defined.
43942         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43943         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43944         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43945         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43946         * sysdeps/ieee754/flt-32/math_private.h: New file.
43947         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43948         math_private.h below SET_FLOAT_WORD.
43949         (__isnan, __isinf_ns, __finite): Remove.
43950         (__isnanf, __isinf_nsf, __finitef): Remove.
43951
43952 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43953
43954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43955
43956 2012-03-17  David S. Miller  <davem@davemloft.net>
43957
43958         [BZ #6471]
43959         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43960         for 2.16.
43961
43962 2012-03-16  David S. Miller  <davem@davemloft.net>
43963
43964         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43965         warnings.
43966
43967         [BZ #6471]
43968         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43969         properly.
43970         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43971         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43972         sysdep_routines when subdir is sysvipc.
43973         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43974         __getshmlba helper.
43975
43976         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43977
43978 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43979
43980         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43981         [__LP64__].
43982
43983 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43984
43985         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43986         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43987         (__lround): Renamed to ...
43988         (__llround): This.  Replace long int with long long int.
43989         Define lround functions as aliases of llround functions.
43990         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43991
43992 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43993
43994         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43995         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43996         adresses to uintptr_t.  Replace "long int" and "unsigned long
43997         int" with "greg_t" on va_arg.
43998
43999 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44000
44001         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44002         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44003
44004         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44005         Move e_machine check before EI_CLASS check.  Handle x32
44006         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44007         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44008         SKIP_EM_IA_64 and include
44009         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44010
44011         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44012         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44013         (add_system_dir): New macro.
44014
44015         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44016         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44017
44018 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44019
44020         [BZ #2551]
44021         [BZ #2552]
44022         [BZ #2553]
44023         [BZ #2554]
44024         [BZ #2562]
44025         [BZ #2563]
44026         [BZ #2565]
44027         [BZ #2566]
44028         [BZ #2576]
44029         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44030         (y0): Likewise.
44031         * math/w_j0f.c (j0f): Likewise.
44032         (y0f): Likewise.
44033         * math/w_j0l.c (__j0l): Likewise.
44034         (__y0l): Likewise.
44035         * math/w_j1.c (j1): Likewise.
44036         (y1): Likewise.
44037         * math/w_j1f.c (j1f): Likewise.
44038         (y1f): Likewise.
44039         * math/w_j1l.c (__j1l): Likewise.
44040         (__y1l): Likewise.
44041         * math/w_jn.c (jn): Likewise.
44042         (yn): Likewise.
44043         * math/w_jnf.c (jnf): Likewise.
44044         (ynf): Likewise.
44045         * math/w_jnl.c (__jnl): Likewise.
44046         (__ynl): Likewise.
44047         * math/libm-test.inc (j0_test): Add more tests.
44048         (j1_test): Likewise.
44049         (jn_test): Likewise.  Add trailing semicolon to existing test.
44050         (y0_test): Likewise.
44051         (y1_test): Likewise.
44052         * sysdeps/i386/fpu/libm-test-ulps: Update.
44053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44054
44055         [BZ #13851]
44056         [BZ #13854]
44057         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44058         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44059         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44060         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44061         (__tanl): Set errno for infinite argument.
44062         * sysdeps/i386/fpu/mptan.c: Remove.
44063         * sysdeps/i386/fpu/s_tan.S: Likewise.
44064         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44065         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44066         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44067         * math/libm-test.inc (tan_test): Add more tests and enable more
44068         tests for double and long double.
44069         * sysdeps/i386/fpu/libm-test-ulps: Update.
44070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44071
44072 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44073
44074         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44075         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44076
44077 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44078
44079         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44080         * configure.in: Use it for both main tree and add-ons.
44081         * configure: Regenerated.
44082
44083 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44084
44085         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44086
44087 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44088
44089         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44090         in comment.
44091
44092         [BZ #13851]
44093         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44094         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44095         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44096         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44097         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44098         infinite argument.
44099         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44100         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44101         != 0 for prec == 2.
44102         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44103         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44104         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44105         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44106         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44107         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44108         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44109         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44110         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44111         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44112         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44113         * math/libm-test.inc (cos_test): Add more tests and enable more
44114         tests for long double.
44115         (sin_test): Likewise.
44116         (sincos_test): Likewise.
44117         * sysdeps/i386/fpu/libm-test-ulps: Update.
44118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44119
44120 2012-03-16  David S. Miller  <davem@davemloft.net>
44121
44122         * sysdeps/sparc/fpu/math_private.h: New file.
44123
44124 2012-03-15  David S. Miller  <davem@davemloft.net>
44125
44126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44127         file.
44128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44130         file.
44131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44132         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44133         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44134         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44135         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44136         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44137         sysdep routines.
44138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44139
44140         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44141         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44142
44143         * sysdeps/sparc/sparc-ifunc.h: New file.
44144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44145         sparc-ifunc.h
44146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44148         Likewise.
44149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44150         Likewise.
44151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44155         Likewise.
44156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44161         Likewise.
44162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44163         Likewise.
44164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44168         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44169         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44170         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44171         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44172         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44173         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44174         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44176         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44177         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44178         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44180         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44181         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44182         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44183         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44184         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44185         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44186         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44187         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44188
44189 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44190
44191         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44192         scaling.
44193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44194
44195 2012-03-15  Andreas Jaeger  <aj@suse.de>
44196
44197         [BZ #13852]
44198         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44199         ieee754/flt-32 implementation for sin, cos and sincos.
44200         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44201         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44202         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44203         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44204         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44205         ieee754/flt-32 implementation for tan.
44206
44207         * math/libm-test.inc (cos_test): Enable some large input tests for
44208         float as well
44209         (sin_test): Likewise.
44210         (sincos_test): Likewise.
44211         (tan_test): Add tests for large input.
44212
44213         * sysdeps/i386/fpu/libm-test-ulps: Update.
44214
44215 2012-03-15  Andreas Jaeger  <aj@suse.de>
44216
44217         [BZ #13658]
44218         * math/libm-test.inc (cos_test): Add more test cases.
44219         (sin_test): Likewise.
44220         (sincos_test): Likewise.
44221
44222 2012-03-15  Andreas Jaeger  <aj@suse.de>
44223
44224         [BZ #13837]
44225         * math/libm-test.inc (cos_test): Add a test case for large input
44226         value.
44227         (sin_test): Likewise.
44228         (sincos_test): Likewise.
44229
44230 2012-03-15  Andreas Jaeger  <aj@suse.de>
44231             Joseph Myers  <joseph@codesourcery.com>
44232
44233         [BZ #13658]
44234         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44235         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44236         * sysdeps/i386/fpu/branred.c: Likewise.
44237         * sysdeps/i386/fpu/dosincos.c: Likewise.
44238         * sysdeps/i386/fpu/mpa.c: Likewise.
44239         * sysdeps/i386/fpu/s_cos.S: Likewise.
44240         * sysdeps/i386/fpu/s_sin.S: Likewise.
44241         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44242         * sysdeps/i386/fpu/sincos32.c: Likewise.
44243
44244         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44245         Define.
44246         (libc_feupdateenv_53bit): Define.
44247         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44248         Define.
44249         (libc_feupdateenv_53bit): Define.
44250
44251         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44252         53 bit (without extend i386 double precision).
44253
44254         * math/libm-test.inc (sincos_test): Add tests for large input.
44255         (sin): Likewise.
44256         (cos): Likewise.
44257
44258         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44259
44260 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44261
44262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44263
44264 2012-03-15  David S. Miller  <davem@davemloft.net>
44265
44266         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44267         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44268         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44269         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44274         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44275         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44277         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44278         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44279         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44280         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44282         file.
44283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44285         file.
44286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44288         file.
44289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44291         file.
44292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44293         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44294         fmin/fmax sysdep routines.
44295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44296
44297 2012-03-14  David S. Miller  <davem@davemloft.net>
44298
44299         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44301         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44302         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44303         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44304         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44305         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44319         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44320         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44321         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44322         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44323         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44324         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44325         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44326         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44327         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44328         routines.
44329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44330         file.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44333         file.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44336         file.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44339         file.
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44342         file.
44343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44345         file.
44346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44347         file.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44349         file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44351         file.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44353         New file.
44354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44355         file.
44356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44357         file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44360         file.
44361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44363         file.
44364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44366         file.
44367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44369         VIS3 routines.
44370
44371         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44372         New file.
44373
44374         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44375
44376         * sysdeps/sparc/configure.in: New file.
44377         * sysdeps/sparc/configure: Generate.
44378         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44379         * configure: Regenerate.
44380         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44381         * config.make.in (have-as-vis3): New.
44382         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44383         available use -Av9d instead of -Av9a.
44384         * sysdeps/sparc/sparc64/Makefile: Likewise.
44385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44387         New file.
44388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44389         file.
44390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44391         New file.
44392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44393         file.
44394         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44395         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44396         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44397         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44398         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44399
44400         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44401         fzeros/fnegs to load 0x80000000 into a float register instead of
44402         using the stack.
44403         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44404
44405 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44406
44407         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44408         bits/syscall.h.
44409         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44410         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44411         ($(inst_includedir)/bits/syscall.h): Remove rule.
44412         ($(objpfx)bits/syscall.d): Include instead of
44413         $(objpfx)syscall-list.d.
44414         (generated): Change syscall-list.h and syscall-list.d to
44415         bits/syscall.h and bits/syscall.d.
44416
44417 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44418
44419         [BZ #13846]
44420         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44421
44422 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44423
44424         [BZ #13841]
44425         * math/s_csqrt.c: Include <float.h>.
44426         (__csqrt): Scale large or subnormal inputs.
44427         * math/s_csqrtf.c: Likewise.
44428         * math/s_csqrtl.c: Likewise.
44429         * math/libm-test.inc (csqrt_test): Add more tests.
44430         * sysdeps/i386/fpu/libm-test-ulps: Update.
44431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44432
44433         [BZ #13840]
44434         * math/libm-test.inc (hypot_test): Add more tests.
44435
44436 2012-03-13  David S. Miller  <davem@davemloft.net>
44437
44438         [BZ #13840]
44439         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44440         double-precision for the calculation instead of scaling.
44441
44442 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44443
44444         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44445         manipulate bits before adding and subtracting TWO52[sx].
44446         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44447         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44448         Likewise.
44449         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44450
44451 2012-03-13  David S. Miller  <davem@davemloft.net>
44452
44453         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44454         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44455         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44456         rtld-global-offsets.h
44457         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44458
44459         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44460         large parameters.
44461
44462         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44463
44464         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44465         'err' in the ifdef scope in which it is actually used.
44466
44467         * nss/nss_db/db-init.c: Include string.h
44468
44469 2012-03-12  David S. Miller  <davem@davemloft.net>
44470
44471         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44472         masking out of the most significant byte of random value used.
44473         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44474         Fix coding style in previous change.
44475
44476         * sysdeps/unix/sysv/linux/kernel-features.h
44477         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44478         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44479         expression.
44480         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44481         later.
44482
44483 2012-03-11  David S. Miller  <davem@davemloft.net>
44484
44485         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44486         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44487         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44488         for 'resultvar' otherwise things get truncated on 64-bit.
44489
44490         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44491         Fix masking out of the most significant byte of random value used.
44492
44493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44494
44495 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44496
44497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44498
44499 2012-03-09  David S. Miller  <davem@davemloft.net>
44500
44501         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44502         variables with appropriate CPP guards.
44503         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44504         from the frame pointer, not the stack pointer.  Correct layout
44505         comments.  Fix test on resulting framesize and the management of
44506         the outregs buffer for pltexit.  Preserve floating point return
44507         values across _dl_call_pltexit call.
44508         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44509         framesize and the management of the outregs buffer for pltexit.
44510         Preserve floating point return values across _dl_call_pltexit
44511         call.
44512         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44513         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44514         (la_sparc64_gnu_pltexit): New functions.
44515         (print_exit): Fix format string for return register value.
44516
44517 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44518
44519         * sunrpc/Makefile (others): Add rpcgen.
44520         ($(objpfx)rpcgen): Remove special build rule and dependency on
44521         libc.
44522         * sunrpc/rpcgen.c: New file.
44523
44524 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44525
44526         [BZ #13673]
44527         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44528         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44529         * sysdeps/i386/crti.S: Likewise.
44530         * sysdeps/i386/crtn.S: Likewise.
44531         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44532         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44533         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44534         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44535         * sysdeps/sh/crti.S: Likewise.
44536         * sysdeps/sh/crtn.S: Likewise.
44537         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44538
44539         [BZ #13673]
44540         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44541         with URL.
44542         * locale/programs/locfile-kw.gperf: Likewise.
44543         * locale/programs/charmap-kw.h: Regenerated.
44544         * locale/programs/locfile-kw.h: Likewise.
44545
44546         [BZ #13673]
44547         * intl/plural.y: Replace FSF snail mail address with URL.
44548         * intl/plural.c: Regenerated.
44549
44550 2012-03-09  Richard Henderson  <rth@twiddle.net>
44551
44552         * include/math_private.h: Remove file.
44553         * math/math_private.h: Move file ...
44554         * sysdeps/generic/math_private.h: ... here.
44555
44556         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44557         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44558         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44559
44560         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44561         and <math_private.h>.
44562         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44563         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44564         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44565         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44566         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44568         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44569         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44570         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44571         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44572         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44574         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44579         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44580         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44581         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44582         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44583         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44584         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44586         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44587         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44588         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44589         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44590         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44591         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44592         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44593         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44594         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44595         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44596         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44597         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44598         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44599         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44600         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44601         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44602         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44603         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44604         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44605         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44612         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44613         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44614         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44615         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44616         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44617         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44618         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44619         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44620         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44621         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44622         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44623         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44624         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44625         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44626         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44646         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44647         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44649         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44650         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44651         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44652         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44653         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44654         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44655         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44656         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44657         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44658         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44659         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44660         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44661         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44662         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44663         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44664         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44665         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44666         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44667         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44668         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44669         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44670         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44671         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44672         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44673         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44674         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44675         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44676         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44677         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44678         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44679         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44680         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44681         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44682         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44683         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44684         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44685         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44686         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44687         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44688         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44689         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44690         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44691         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44692         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44693         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44694         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44695         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44696         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44697         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44698         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44699         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44700         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44701         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44702         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44703         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44704         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44705         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44706         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44707         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44708         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44709         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44710         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44711         * sysdeps/ieee754/k_standard.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44729         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44735         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44739         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44743         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44745         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44748         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44753         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44754         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44756         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44758         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44759         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44760         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44762         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44763         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44764         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44765         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44824         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44827         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44828         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44830         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44831         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44832         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44834         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44839         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44844         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44849         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44860         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44861         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44862         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44869         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44870         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44871         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44872         * sysdeps/ieee754/s_lib_version.c: Likewise.
44873         * sysdeps/ieee754/s_matherr.c: Likewise.
44874         * sysdeps/ieee754/s_signgam.c: Likewise.
44875         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44876         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44877         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44878         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44879         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44880         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44881         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44882         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44883         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44884         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44885         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44886         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44887         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44888         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44889         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44890         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44891         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44892         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44893         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44894         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44895         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44896
44897 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44898
44899         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44900         * sunrpc/rpc_main.c: Likewise.
44901         * sunrpc/rpc_svcout.c: Likewise.
44902
44903 2012-03-09  David S. Miller  <davem@davemloft.net>
44904
44905         * include/math_private.h: New file.
44906
44907 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44908
44909         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44910         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44911         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44912         from <bits/socket_type.h>.
44913         (enum __socket_type): Don't define here.
44914         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44915         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44916         bits/socket_type.h.
44917
44918         [BZ #13566]
44919         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44920         checking __USE_GNU.
44921
44922         * Makerules ($(inst_includedir)/%.h): New rule.
44923         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44924         (install-others): Remove variable setting.
44925         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44926
44927 2012-03-08  Richard Henderson  <rth@twiddle.net>
44928
44929         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44930         from macro to inline function; merge with the
44931         !__LIBC_INTERNAL_MATH_INLINES version.
44932         (__ieee754_sqrtf): Likewise.
44933
44934         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44935         to inline function.
44936         (__rintf, __floor, __floorf): Likewise.
44937
44938         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44939         macro to inline function.
44940         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44941
44942         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44943         not <math/math_private.h>.
44944
44945 2012-03-08  David S. Miller  <davem@davemloft.net>
44946
44947         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44948         copyright year.
44949         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44950
44951 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44952
44953         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44954         normalization.
44955         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44956         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44957
44958 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44959
44960         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44961         be defined individually, they must be defined as a block.  Define
44962         S for printing a string instead of hidint the different by using a
44963         macro for adding the 'l'.
44964         * stdio-common/tst-fphex-wide.c: Adjust.
44965
44966 2012-03-07  Marek Polacek  <polacek@redhat.com>
44967
44968         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44969
44970 2012-03-08  Marek Polacek  <polacek@redhat.com>
44971
44972         [BZ #13806]
44973         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44974         * stdio-common/tst-fphex.c: Define a few macros to make the
44975         test reusable.  Use them.
44976         * stdio-common/tst-fphex-wide.c: New file.
44977
44978 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44979
44980         [BZ #6911]
44981         * manual/macros.texi (gnusystems): New macro.
44982         (nongnusystems): Likewise.
44983         (gnulinuxhurdsystems): Likewise.
44984         (gnuhurdsystems): Likewise..
44985         (gnulinuxsystems): Likewise.
44986         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44987         variants of the GNU system, not "GNU system".
44988         * manual/conf.texi: Likewise.
44989         * manual/errno.texi: Likewise.  Update example of errno macro
44990         expansion.
44991         * manual/filesys.texi: Likewise.
44992         (getumask): Document as specific to GNU/Hurd.
44993         * manual/install.texi: Likewise.  Reword some references to
44994         GNU/Linux.
44995         * manual/intro.texi: Likewise.
44996         * manual/io.texi: Likewise.
44997         (File Name Portability): Detail which constraints are inapplicable
44998         to all GNU systems and which are only inapplicable to GNU/Hurd.
44999         * manual/job.texi: Likewise.
45000         * manual/llio.texi: Likewise.
45001         (O_NOCTTY): Document as present on GNU/Linux.
45002         * manual/maint.texi: Likewise.
45003         * manual/memory.texi: Likewise.
45004         * manual/pattern.texi: Likewise.
45005         * manual/pipe.texi: Likewise.
45006         * manual/process.texi: Likewise.
45007         * manual/resource.texi: Likewise.
45008         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45009         child on GNU/Hurd.
45010         * manual/setjmp.texi: Likewise.
45011         * manual/signal.texi: Likewise.
45012         * manual/startup.texi: Likewise.
45013         * manual/stdio.texi: Likewise.
45014         * manual/terminal.texi: Likewise.
45015         (ONLCR): Document as POSIX.
45016         (OXTABS): Document availability on GNU/Linux as XTABS.
45017         (ONOEOT): Document availability separately from other bits.
45018         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45019         * manual/time.texi: Likewise.
45020         * manual/users.texi: Likewise.
45021         * INSTALL: Regenerated.
45022         * sysdeps/gnu/errlist.c: Regenerated.
45023
45024         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45025         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45026         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45027         puts.
45028         * configure: Regenerated.
45029
45030 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45031
45032         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45033         default includes instead of AC_HEADER_CHECK.
45034         * sysdeps/i386/configure: Regenerated.
45035
45036         [BZ #10716]
45037         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45038         * math/s_cacoshf.c (__cacoshf): Likewise.
45039         * math/s_cacoshl.c (__cacoshl): Likewise.
45040         * math/s_casinh.c (__casinh): Set signs of result from argument.
45041         * math/s_casinhf.c (__casinhf): Likewise.
45042         * math/s_casinhl.c (__casinhl): Likewise.
45043         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45044         (casinh_test): Add more tests.
45045         * sysdeps/i386/fpu/libm-test-ulps: Update.
45046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45047
45048 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45049
45050         * po/zh_TW.po: Update from translation team.
45051
45052         * login/Makefile (distribute): Remove variable.
45053         * catgets/Makefile: Likewise.
45054         * mach/Makefile: Likewise.
45055         * malloc/Makefile: Likewise.
45056         * misc/Makefile: Likewise.
45057         * iconv/Makefile: Likewise.
45058         * nscd/Makefile: Likewise.
45059         * hurd/Makefile: Likewise.
45060         * manual/Makefile: Likewise.
45061         * locale/Makefile: Likewise.
45062         * intl/Makefile: Likewise.
45063         * conform/Makefile: Likewise.
45064         * nss/Makefile: Likewise.
45065         * time/Makefile: Likewise.
45066         * soft-fp/Makefile: Likewise.
45067         * dirent/Makefile: Likewise.
45068         * gmon/Makefile: Likewise.
45069         * po/Makefile: Likewise.
45070         * rt/Makefile: Likewise.
45071         * socket/Makefile: Likewise.
45072         * math/Makefile: Likewise.
45073         * signal/Makefile: Likewise.
45074         * debug/Makefile: Likewise.
45075         * elf/Makefile: Likewise.
45076         * timezone/Makefile: Likewise.
45077         * stdlib/Makefile: Likewise.
45078         * iconvdata/Makefile: Likewise.
45079         * sunrpc/Makefile: Likewise.
45080         * io/Makefile: Likewise.
45081         * argp/Makefile: Likewise.
45082         * inet/Makefile: Likewise.
45083         * hesiod/Makefile: Likewise.
45084         * grp/Makefile: Likewise.
45085         * csu/Makefile: Likewise.
45086         * wctype/Makefile: Likewise.
45087         * crypt/Makefile: Likewise.
45088         * libio/Makefile: Likewise.
45089         * string/Makefile: Likewise.
45090         * nis/Makefile: Likewise.
45091         * resolv/Makefile: Likewise.
45092         * stdio-common/Makefile: Likewise.
45093         * wcsmbs/Makefile: Likewise.
45094         * dlfcn/Makefile: Likewise.
45095         * posix/Makefile: Likewise.
45096
45097         [BZ #6959]
45098         * timezone/Makefile: Don't install timezone files, just the programs
45099         and scripts.
45100
45101 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45102
45103         * nss/databases.def: Add missing gshadow entry.
45104
45105         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45106
45107 2012-03-06  Marek Polacek  <polacek@redhat.com>
45108
45109         [BZ #13726]
45110         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45111         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45112         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45113         * stdio-common/tst-long-dbl-fphex.c: New file.
45114
45115 2012-03-06  David S. Miller  <davem@davemloft.net>
45116
45117         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45118         (set_obp_int): New function.
45119         (get_obp_int): New function.
45120         (__get_clockfreq_via_dev_openprom): Likewise.
45121         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45122         Avoid unused variable warnings on 'val' and use builtin_expect.
45123         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45124         __builtin_expect.
45125         (INLINE_CLONE_SYSCALL): Likewise.
45126
45127 2012-03-05  David S. Miller  <davem@davemloft.net>
45128
45129         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45130
45131 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45132
45133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45134
45135         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45136         only for |x| >= 40.
45137         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45138
45139 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45140
45141         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45142         Replace gettimeofday with __vdso_gettimeofday.
45143
45144         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45145         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45146         __vdso_clock_gettime and __vdso_getcpu.
45147
45148         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45149         time with __vdso_time.
45150
45151 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45152
45153         * manual/lang.texi (size_t): Note types to which size_t may be
45154         equivalent with the GNU C Library, but do not describe when
45155         differences between them are significant.
45156
45157 2012-03-05  Andreas Jaeger  <aj@suse.de>
45158
45159         * sysdeps/i386/fpu/libm-test-ulps: Update.
45160
45161 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45162
45163         [BZ #3976]
45164         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45165         (__ieee754_pow): Save and restore rounding mode and use
45166         round-to-nearest for main computations.
45167         * math/libm-test.inc (pow_test_tonearest): New function.
45168         (pow_test_towardzero): Likewise.
45169         (pow_test_downward): Likewise.
45170         (pow_test_upward): Likewise.
45171         (main): Call the new functions.
45172         * sysdeps/i386/fpu/libm-test-ulps: Update.
45173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45174
45175         [BZ #3976]
45176         * math/libm-test.inc (cosh_test_tonearest): New function.
45177         (cosh_test_towardzero): Likewise.
45178         (cosh_test_downward): Likewise.
45179         (cosh_test_upward): Likewise.
45180         (sinh_test_tonearest): Likewise.
45181         (sinh_test_towardzero): Likewise.
45182         (sinh_test_downward): Likewise.
45183         (sinh_test_upward): Likewise.
45184         (main): Call the new functions.
45185         * sysdeps/i386/fpu/libm-test-ulps: Update.
45186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45187
45188 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45189
45190         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45191         default stack guard is set in last bytes.
45192         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45193
45194 2012-03-05  Kees Cook  <keescook@chromium.org>
45195
45196         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45197
45198         [BZ #13656]
45199         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45200         possibly allocate from heap instead of stack.
45201         * stdio-common/bug-vfprintf-nargs.c: New file.
45202         * stdio-common/Makefile (tests): Add nargs overflow test.
45203
45204 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45205
45206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45207
45208 2012-03-03  Marek Polacek  <polacek@redhat.com>
45209
45210         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45211         * math/math_private.h: Likewise.
45212         * stdlib/tst-strtod.c: Likewise.
45213         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45214         * sysdeps/x86_64/bits/atomic.h: Likewise.
45215
45216 2012-03-02  David S. Miller  <davem@davemloft.net>
45217
45218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45221         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45222         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45223         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45224         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45225         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45226
45227 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45228
45229         [BZ #13792]
45230         * manual/examples/README: New file, says the example source files
45231         can be used under GPL>=2.
45232         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45233         line containing just "*/".
45234         * manual/examples/add.c: Add copyright header (GPL>=2).
45235         * manual/examples/argp-ex1.c: Likewise.
45236         * manual/examples/argp-ex2.c: Likewise.
45237         * manual/examples/argp-ex3.c: Likewise.
45238         * manual/examples/argp-ex4.c: Likewise.
45239         * manual/examples/atexit.c: Likewise.
45240         * manual/examples/db.c: Likewise.
45241         * manual/examples/dir.c: Likewise.
45242         * manual/examples/dir2.c: Likewise.
45243         * manual/examples/execinfo.c: Likewise.
45244         * manual/examples/filecli.c: Likewise.
45245         * manual/examples/filesrv.c: Likewise.
45246         * manual/examples/fmtmsgexpl.c: Likewise.
45247         * manual/examples/genpass.c: Likewise.
45248         * manual/examples/inetcli.c: Likewise.
45249         * manual/examples/inetsrv.c: Likewise.
45250         * manual/examples/isockad.c: Likewise.
45251         * manual/examples/longopt.c: Likewise.
45252         * manual/examples/memopen.c: Likewise.
45253         * manual/examples/memstrm.c: Likewise.
45254         * manual/examples/mkfsock.c: Likewise.
45255         * manual/examples/mkisock.c: Likewise.
45256         * manual/examples/mygetpass.c: Likewise.
45257         * manual/examples/pipe.c: Likewise.
45258         * manual/examples/popen.c: Likewise.
45259         * manual/examples/rprintf.c: Likewise.
45260         * manual/examples/search.c: Likewise.
45261         * manual/examples/select.c: Likewise.
45262         * manual/examples/setjmp.c: Likewise.
45263         * manual/examples/sigh1.c: Likewise.
45264         * manual/examples/sigusr.c: Likewise.
45265         * manual/examples/stpcpy.c: Likewise.
45266         * manual/examples/strdupa.c: Likewise.
45267         * manual/examples/strftim.c: Likewise.
45268         * manual/examples/strncat.c: Likewise.
45269         * manual/examples/subopt.c: Likewise.
45270         * manual/examples/swapcontext.c: Likewise.
45271         * manual/examples/termios.c: Likewise.
45272         * manual/examples/testopt.c: Likewise.
45273         * manual/examples/testpass.c: Likewise.
45274         * manual/examples/timeval_subtract.c: Likewise.
45275
45276         [BZ #13792]
45277         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45278         function to ...
45279         * manual/timeval_subtract.c.texi: ... here, new file.
45280
45281 2012-03-02  David S. Miller  <davem@davemloft.net>
45282
45283         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45284
45285 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45286
45287         [BZ #3976]
45288         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45289         (__sin): Save and restore rounding mode and use round-to-nearest
45290         for all computations.
45291         (__cos): Save and restore rounding mode and use round-to-nearest
45292         for all computations.
45293         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45294         <fenv.h>.
45295         (tan): Save and restore rounding mode and use round-to-nearest for
45296         all computations.
45297         * math/libm-test.inc (cos_test_tonearest): New function.
45298         (cos_test_towardzero): Likewise.
45299         (cos_test_downward): Likewise.
45300         (cos_test_upward): Likewise.
45301         (sin_test_tonearest): Likewise.
45302         (sin_test_towardzero): Likewise.
45303         (sin_test_downward): Likewise.
45304         (sin_test_upward): Likewise.
45305         (tan_test_tonearest): Likewise.
45306         (tan_test_towardzero): Likewise.
45307         (tan_test_downward): Likewise.
45308         (tan_test_upward): Likewise.
45309         (main): Call the new functions.
45310         * sysdeps/i386/fpu/libm-test-ulps: Update.
45311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45312
45313         [BZ #10135]
45314         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45315         small n, then large n, before computing and testing k+n.
45316         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45317         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45318         Likewise.
45319         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45320         Likewise.
45321         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45322         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45323         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45324         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45325         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45326         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45327         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45328         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45329         * math/libm-test.inc (scalbn_test): Add more tests.
45330         (scalbln_test): Likewise.
45331
45332         * manual/filesys.texi (mode_t): Describe constraints on size and
45333         signedness, not exact equivalence to a particular type.
45334         (ino_t): Likewise.
45335         (ino64_t): Likewise.
45336         (dev_t): Likewise.
45337         (nlink_t): Likewise.
45338         (blkcnt_t): Likewise.
45339         (blkcnt64_t): Likewise.
45340         * manual/llio.texi (off_t): Likewise.
45341
45342         [BZ #3976]
45343         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45344         (__ieee754_exp): Save and restore rounding mode and use
45345         round-to-nearest for all computations.
45346         * math/libm-test.inc (exp_test_tonearest): New function.
45347         (exp_test_towardzero): Likewise.
45348         (exp_test_downward): Likewise.
45349         (exp_test_upward): Likewise.
45350         (main): Call the new functions.
45351         * sysdeps/i386/fpu/libm-test-ulps: Update.
45352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45353
45354 2012-03-01  Chris Demetriou  <cgd@google.com>
45355
45356         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45357         have predictable order.
45358
45359 2012-03-01  David S. Miller  <davem@davemloft.net>
45360
45361         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45362
45363         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45364         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45365         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45366         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45367
45368         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45369         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45370         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45372         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45373         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45374         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45375         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45376         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45377
45378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45379
45380         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45381         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45382         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45383
45384         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45385         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45386         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45387         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45388         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45389         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45390         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45391         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45392         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45393         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45394         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45395         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45396         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45397         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45398         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45400         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45401         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45402         * sysdeps/sparc/elf/configure: Regenerated.
45403
45404 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45405
45406         * configure.in (AS, LD): Require binutils 2.20 or later.
45407         * configure: Regenerated.
45408         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45409         as required minimum version.
45410         * INSTALL: Regenerated.
45411
45412         [BZ #2541]
45413         [BZ #4108]
45414         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45415         before squaring exponent.
45416         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45417         bottom long double and 27 bits of top long double before squaring
45418         exponent.
45419         * math/libm-test.inc (erfc_test): Add more tests.
45420         * sysdeps/i386/fpu/libm-test-ulps: Update.
45421         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45423
45424 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45425
45426         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45427         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45428         containing bit-fields.
45429         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45430         * soft-fp/single.h (_FP_UNION_S): Likewise.
45431         * soft-fp/double.h (_FP_UNION_D): Likewise.
45432
45433 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45434
45435         [BZ #13786]
45436         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45437         not include ../strcmp.S.
45438         [USE_AS_STRNCASECMP_L]: Likewise.
45439         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45440         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45441         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45442         (__strncasecmp_l_ia32): Define as alias to
45443         __strncasecmp_l_nonascii.
45444
45445         [BZ #5794]
45446         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45447         * sysdeps/i386/fpu/libm-test-ulps: Update.
45448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45449
45450         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45452
45453 2012-02-29  Jeff Law  <law@redhat.com>
45454
45455         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45456         out of bounds read.
45457
45458 2012-02-29  Marek Polacek  <polacek@redhat.com>
45459
45460         [BZ #13706]
45461         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45462         * elf/Makefile: Add rules to run tst-unused-dep.out.
45463
45464 2012-02-28  David S. Miller  <davem@davemloft.net>
45465
45466         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45467         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45468         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45469         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45470         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45471         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45472
45473 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45474
45475         * math/libm-test.inc (llround_test): Move one test from
45476         lround_test.  Use TEST_f_L in moved test.
45477         (lround_test): Move misplaced test to llround_test.  Add testcase
45478         from bug 2561.
45479
45480 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45481
45482         * sysdeps/x86_64/fpu/e_expf.S: New file.
45483         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45484
45485 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45486
45487         [BZ #13637]
45488         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45489         of remain_len that may cause incomplete multi-byte character and
45490         false match.
45491         * posix/bug-regex33.c: New file.
45492         * posix/Makefile (tests): Add bug-regex33.
45493
45494 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45495
45496         * manual/macros.texi: New file.
45497         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45498         * manual/libc.texinfo: Include macros.texi.
45499         * manual/creatute.texi: Likewise.
45500         * manual/install.texi: Likewise.
45501         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45502         @glibcadj{} in references to the GNU C Library.
45503         * manual/charset.texi: Likewise.
45504         * manual/conf.texi: Likewise.
45505         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45506         when not using those macros.
45507         * manual/creature.texi: Likewise.
45508         * manual/crypt.texi: Likewise.
45509         * manual/errno.texi: Likewise.
45510         * manual/filesys.texi: Likewise.
45511         * manual/header.texi: Likewise.
45512         * manual/install.texi: Likewise.
45513         * manual/intro.texi: Likewise.
45514         * manual/io.texi: Likewise.
45515         * manual/job.texi: Likewise.
45516         * manual/lang.texi: Likewise.
45517         * manual/libc.texiinfo: Likewise.
45518         * manual/llio.texi: Likewise.
45519         * manual/locale.texi: Likewise.
45520         * manual/maint.texi: Likewise.
45521         * manual/math.texi: Likewise.
45522         * manual/memory.texi: Likewise.
45523         * manual/message.texi: Likewise.
45524         * manual/nss.texi: Likewise.
45525         * manual/pattern.texi: Likewise.
45526         * manual/process.texi: Likewise.
45527         * manual/resource.texi: Likewise.
45528         * manual/search.texi: Likewise.
45529         * manual/setjmp.texi: Likewise.
45530         * manual/signal.texi: Likewise.
45531         * manual/socket.texi: Likewise.
45532         * manual/startup.texi: Likewise.
45533         * manual/stdio.texi: Likewise.
45534         * manual/string.texi: Likewise.
45535         * manual/sysinfo.texi: Likewise.
45536         * manual/syslog.texi: Likewise.
45537         * manual/terminal.texi: Likewise.
45538         * manual/time.texi: Likewise.
45539         * manual/users.texi: Likewise.
45540         * INSTALL: Regenerated.
45541         * NOTES: Regenerated.
45542         * sysdeps/gnu/errlist.c: Regenerated.
45543
45544 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45545
45546         * include/dirent.h: Include <dirstream.h> before
45547         <dirent/dirent.h>.
45548
45549 2012-02-28  David S. Miller  <davem@davemloft.net>
45550
45551         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45552         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45553         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45554         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45555
45556 2012-02-27  David S. Miller  <davem@davemloft.net>
45557
45558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45560         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45561         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45562
45563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45564         frame pointer instead of stack pointer relative arg slot.
45565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45566         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45567         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45568
45569 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45570
45571         [BZ #3992]
45572         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45573
45574 2012-02-27  David S. Miller  <davem@davemloft.net>
45575
45576         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45580         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45581         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45582         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45583         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45584
45585 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45586
45587         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45588         later.  Allow versions 5-9.
45589         * configure: Regenerated.
45590         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45591         required minimum version and 4.6 as recommended version.  Do not
45592         mention bugs in GCC 2.7 and 2.8.
45593         * INSTALL: Regenerated.
45594
45595 2012-02-27  David S. Miller  <davem@davemloft.net>
45596
45597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45601         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45602         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45603         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45604         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45605
45606         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45607         manipulate bits before adding and subtracting TWO112[sx].
45608         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45609
45610 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45611
45612         [BZ #13775]
45613         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45614         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45615         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45616         being in POSIX, because they are in 1003.1-2008.
45617
45618         * rt/tst-aio.c: Include <fcntl.h>.
45619         * rt/tst-aio7.c: Likewise.
45620         * rt/tst-aio64.c: Likewise.
45621
45622         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45623
45624 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45625
45626         * manual/install.texi (--with-headers): Describe headers as
45627         interface headers, not private headers.
45628         (Specific advice for GNU/Linux systems): Describe use of headers
45629         from "make headers_install", not private headers from older
45630         kernels.
45631         * INSTALL: Regenerated.
45632         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45633         Change to 2.6.19.
45634         * sysdeps/unix/sysv/linux/configure: Regenerated.
45635
45636         * manual/llio.texi (fclean): Remove documentation.
45637
45638         * manual/Makefile (libc-texi-generated): New variable.  Include
45639         version.texi.
45640         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45641         $(libc-texi-generated), not duplicated list of files.
45642         (version.texi, stamp-version): New rules.
45643         (realclean): Remove $(libc-texi-generated), not individual files
45644         from that list.  Do not remove dir-add.texinfo.
45645         * manual/libc.texinfo: Comment out uses of edition numbers and
45646         references to printed manual.  Remove last-updated dates.
45647         (EDITION): Comment out.
45648         (ISBN): Likewise.
45649         (VERSION, UPDATED): Remove.
45650         (version.texi): Include.
45651
45652 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45653
45654         * sysdeps/posix/spawni.c: Include <signal.h>.
45655         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45656         * sysdeps/pthread/aio_fsync.c: Likewise.
45657
45658 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45659
45660         * conform/Makefile (tests): Run only when not cross-compiling and
45661         when fast-check is not defined.
45662
45663         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45664         * conform/data/limits.h-data: Fixes for POSIX2008.
45665         * conform/run-conformtest.sh: Run all tests.
45666         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45667         headers.
45668         * include/bits/dlfcn.h: Likewise.
45669         * include/langinfo.h: Likewise.
45670         * include/monetary.h: Likewise.
45671         * include/sys/poll.h: Likewise.
45672
45673         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45674         for __USE_GNU.
45675         * posix/spawn.h: Define __need_sigset_t.
45676         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45677         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45678         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45679         to get sigevent_t only.
45680         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45681         only for __USE_GNU.
45682         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45683         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45684         process_vm_writev only for __USE_GNU.
45685         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45686
45687         * conform/Makefile: For now ignore errors from run-conformtest.
45688         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45689         POSIX to avoid namespace pollution.  Don't prepend headers.
45690         * conform/data/aio.h-data: Fixes for POSIX testing.
45691         * conform/data/fcntl.h-data: Likewise.
45692         * conform/data/glob.h-data: Likewise.
45693         * conform/data/grp.h-data: Likewise.
45694         * conform/data/pthread.h-data: Likewise.
45695         * conform/data/pwd.h-data: Likewise.
45696         * conform/data/signal.h-data: Likewise.
45697         * conform/data/spawn.h-data: Likewise.
45698         * conform/data/stdio.h-data: Likewise.
45699         * conform/data/stdlib.h-data: Likewise.
45700         * conform/data/stropts.h-data: Likewise.
45701         * conform/data/sys/mman.h-data: Likewise.
45702         * conform/data/sys/stat.h-data: Likewise.
45703         * conform/data/sys/types.h-data: Likewise.
45704         * conform/data/sys/wait.h-data: Likewise.
45705         * conform/data/time.h-data: Likewise.
45706         * conform/data/unistd.h-data: Likewise.
45707         * conform/data/utime.h-data: Likewise.
45708
45709         * io/sys/stat.h: fchmod was always in POSIX.
45710         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45711         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45712         * rt/aio.h: Define __need_timespec before including <time.h>.
45713         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45714         struct.  Add forward declaration of pthread_attr_t and use it in
45715         sigevent.
45716         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45717         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45718         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45719         always remove CLK_TCK definition.
45720
45721 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45722
45723         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45724
45725 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45726
45727         * conform/run-conformtest.sh: New file.
45728         * conform/Makefile: Run run-conformtest for tests.
45729         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45730         support.
45731
45732         * conform/data/uchar.h-data: New file.
45733         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45734         * conform/data/arpa/inet.h-data: Likewise.
45735         * conform/data/assert.h-data: Likewise.
45736         * conform/data/complex.h-data: Likewise.
45737         * conform/data/cpio.h-data: Likewise.
45738         * conform/data/ctype.h-data: Likewise.
45739         * conform/data/dirent.h-data: Likewise.
45740         * conform/data/dlfcn.h-data: Likewise.
45741         * conform/data/errno.h-data: Likewise.
45742         * conform/data/fcntl.h-data: Likewise.
45743         * conform/data/float.h-data: Likewise.
45744         * conform/data/fmtmsg.h-data: Likewise.
45745         * conform/data/fnmatch.h-data: Likewise.
45746         * conform/data/ftw.h-data: Likewise.
45747         * conform/data/glob.h-data: Likewise.
45748         * conform/data/grp.h-data: Likewise.
45749         * conform/data/iconv.h-data: Likewise.
45750         * conform/data/inttypes.h-data: Likewise.
45751         * conform/data/langinfo.h-data: Likewise.
45752         * conform/data/libgen.h-data: Likewise.
45753         * conform/data/limits.h-data: Likewise.
45754         * conform/data/locale.h-data: Likewise.
45755         * conform/data/math.h-data: Likewise.
45756         * conform/data/monetary.h-data: Likewise.
45757         * conform/data/mqueue.h-data: Likewise.
45758         * conform/data/ndbm.h-data: Likewise.
45759         * conform/data/net/if.h-data: Likewise.
45760         * conform/data/netdb.h-data: Likewise.
45761         * conform/data/netinet/in.h-data: Likewise.
45762         * conform/data/nl_types.h-data: Likewise.
45763         * conform/data/poll.h-data: Likewise.
45764         * conform/data/pthread.h-data: Likewise.
45765         * conform/data/pwd.h-data: Likewise.
45766         * conform/data/regex.h-data: Likewise.
45767         * conform/data/sched.h-data: Likewise.
45768         * conform/data/search.h-data: Likewise.
45769         * conform/data/semaphore.h-data: Likewise.
45770         * conform/data/setjmp.h-data: Likewise.
45771         * conform/data/signal.h-data: Likewise.
45772         * conform/data/spawn.h-data: Likewise.
45773         * conform/data/stdarg.h-data: Likewise.
45774         * conform/data/stdio.h-data: Likewise.
45775         * conform/data/stdlib.h-data: Likewise.
45776         * conform/data/string.h-data: Likewise.
45777         * conform/data/strings.h-data: Likewise.
45778         * conform/data/stropts.h-data: Likewise.
45779         * conform/data/sys/ipc.h-data: Likewise.
45780         * conform/data/sys/mman.h-data: Likewise.
45781         * conform/data/sys/msg.h-data: Likewise.
45782         * conform/data/sys/resource.h-data: Likewise.
45783         * conform/data/sys/select.h-data: Likewise.
45784         * conform/data/sys/sem.h-data: Likewise.
45785         * conform/data/sys/shm.h-data: Likewise.
45786         * conform/data/sys/socket.h-data: Likewise.
45787         * conform/data/sys/stat.h-data: Likewise.
45788         * conform/data/sys/statvfs.h-data: Likewise.
45789         * conform/data/sys/time.h-data: Likewise.
45790         * conform/data/sys/timeb.h-data: Likewise.
45791         * conform/data/sys/times.h-data: Likewise.
45792         * conform/data/sys/types.h-data: Likewise.
45793         * conform/data/sys/uio.h-data: Likewise.
45794         * conform/data/sys/un.h-data: Likewise.
45795         * conform/data/sys/utsname.h-data: Likewise.
45796         * conform/data/sys/wait.h-data: Likewise.
45797         * conform/data/syslog.h-data: Likewise.
45798         * conform/data/tar.h-data: Likewise.
45799         * conform/data/termios.h-data: Likewise.
45800         * conform/data/utime.h-data: Likewise.
45801         * conform/data/utmpx.h-data: Likewise.
45802         * conform/data/varargs.h-data: Likewise.
45803         * conform/data/wchar.h-data: Likewise.
45804         * conform/data/wctype.h-data: Likewise.
45805         * conform/data/wordexp.h-data: Likewise.
45806
45807         * include/stropts.h: New file.
45808         * include/uchar.h: New file.
45809         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45810         * include/assert.h: Likewise.
45811         * include/ctype.h: Likewise.
45812         * include/dirent.h: Likewise.
45813         * include/dlfcn.h: Likewise.
45814         * include/fcntl.h: Likewise.
45815         * include/fnmatch.h: Likewise.
45816         * include/glob.h: Likewise.
45817         * include/grp.h: Likewise.
45818         * include/libio.h: Likewise.
45819         * include/locale.h: Likewise.
45820         * include/math.h: Likewise.
45821         * include/net/if.h: Likewise.
45822         * include/netdb.h: Likewise.
45823         * include/netinet/in.h: Likewise.
45824         * include/pthread.h: Likewise.
45825         * include/pwd.h: Likewise.
45826         * include/regex.h: Likewise.
45827         * include/sched.h: Likewise.
45828         * include/search.h: Likewise.
45829         * include/setjmp.h: Likewise.
45830         * include/signal.h: Likewise.
45831         * include/stdio.h: Likewise.
45832         * include/stdlib.h: Likewise.
45833         * include/string.h: Likewise.
45834         * include/sys/cdefs.h: Likewise.
45835         * include/sys/mman.h: Likewise.
45836         * include/sys/msg.h: Likewise.
45837         * include/sys/resource.h: Likewise.
45838         * include/sys/select.h: Likewise.
45839         * include/sys/socket.h: Likewise.
45840         * include/sys/stat.h: Likewise.
45841         * include/sys/statvfs.h: Likewise.
45842         * include/sys/time.h: Likewise.
45843         * include/sys/times.h: Likewise.
45844         * include/sys/uio.h: Likewise.
45845         * include/sys/utsname.h: Likewise.
45846         * include/sys/wait.h: Likewise.
45847         * include/termios.h: Likewise.
45848         * include/time.h: Likewise.
45849         * include/ulimit.h: Likewise.
45850         * include/unistd.h: Likewise.
45851         * include/utime.h: Likewise.
45852         * include/wchar.h: Likewise.
45853         * include/wctype.h: Likewise.
45854         * include/wordexp.h: Likewise.
45855
45856         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45857
45858         * time/time.h: TIME_UTC must be a macro.
45859         Make timespec_get available for ISO C11 only as well.
45860
45861 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45862
45863         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45864         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45865
45866 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45867
45868         * configure.in: Use -o not -a in test for unsupported multi-arch.
45869
45870 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45871
45872         * manual/texinfo.tex: Update to version 2012-01-19.16.
45873
45874 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45875
45876         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45877
45878 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45879
45880         [BZ #13738]
45881         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45882         * manual/fdl-1.3.texi: New file.
45883         * manual/fdl-1.1.texi: File removed.
45884
45885         [BZ #13738]
45886         * manual/libc.texinfo (FDL_VERSION): New @set.
45887         Use it for mention of FDL in cover text.
45888         (Documentation License): Use it in @include file name.
45889
45890 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45891             Roland McGrath  <roland@hack.frob.com>
45892
45893         [BZ #5461]
45894         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45895         (not LONG_LONG_MAX and LONG_LONG_MIN.
45896         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45897         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45898         name.
45899         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45900
45901 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45902
45903         [BZ #2547]
45904         [BZ #11365]
45905         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45906         manipulate bits before adding and subtracting TWO23[sx].
45907         * math/libm-test.inc (nearbyint_test): Add more tests.
45908
45909 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45910
45911         [BZ #2548]
45912         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45913         bits before adding and subtracting TWO23[sx].
45914         * math/libm-test.inc (rint_test): Add more tests.
45915         (rint_test_tonearest): Likewise.
45916         (rint_test_towardzero): Likewise.
45917         (rint_test_downward): Likewise.
45918         (rint_test_upward: Likewise.
45919
45920 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45921
45922         [BZ #10110]
45923         * include/stdc-predef.h: New file.  Extracted from features.h.
45924         * include/features.h: Include stdc-predef.h.
45925         * Makefile (headers): Add stdc-predef.h.
45926         * CONFORMANCE (Compiler limitations): Update.
45927
45928 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45929
45930         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45931
45932 2012-02-21  David S. Miller  <davem@davemloft.net>
45933
45934         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45935         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45936
45937 2012-02-20  David S. Miller  <davem@davemloft.net>
45938
45939         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45940         using a normal save/restore sequence, rather than allocating a
45941         dummy stack frame just to store a frame pointer and restore.
45942         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45943
45944 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45945
45946         * manual/install.texi: Fix stray word in line-wrapped comment.
45947
45948 2012-02-20  David S. Miller  <davem@davemloft.net>
45949
45950         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45951         both binutils and gcc support GOTDATA.
45952
45953         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45954         "rd %pc" in the PIC register setup sequences.
45955
45956         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45957         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45958         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45959         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45960         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45961         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45962         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45963         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45964         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45965         (SYSCALL_ERROR_HANDLER): Likewise.
45966         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45967         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45968         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45969         (SYSCALL_ERROR_HANDLER): Likewise.
45970
45971         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45972         (HAVE_GCC_GOTDATA): New.
45973         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45974         relocation support in both binutils and gcc.
45975         * sysdeps/sparc/elf/configure: Regenerate.
45976
45977         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45978         * sysdeps/sparc/sparc32/elf/configure: Delete.
45979         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45980         * sysdeps/sparc/sparc64/elf/configure: Delete.
45981         * sysdeps/sparc/elf/configure.in: New file.
45982         * sysdeps/sparc/elf/configure: Generate.
45983
45984         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45985         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45986         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45987         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45988         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45989
45990 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45991
45992         * manual/install.texi: Do not mention specific glibc version
45993         numbers.
45994         * manual/libc.texinfo (VERSION, UPDATED): Update.
45995         (@copying): Use @copyright{} and range of years.
45996
45997 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45998
45999         [BZ #13695]
46000         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46001         [crti.S not in sysdirs] (generated): Do not append.
46002         [crti.S not in sysdirs] (omit-deps): Likewise.
46003         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46004         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46005         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46006         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46007         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46008         Likewise.
46009         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46010         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46011         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46012         * csu/defs.awk: Remove file.
46013         * sysdeps/generic/initfini.c: Likewise.
46014         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46015         variable.
46016         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46017         Likewise.
46018
46019 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46020
46021         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46022         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46023         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46024         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46025         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46026         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46027         <bits/epoll.h>.
46028         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46029         (__EPOLL_PACKED): Define to empty if not defined by
46030         <bits/epoll.h>.
46031         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46032         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46033         bits/epoll.h.
46034
46035 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46036
46037         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46038         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46039         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46040         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46041         <bits/timerfd.h>.
46042         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46043         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46044         bits/timerfd.h.
46045
46046 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46047
46048         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46049         in C locale.
46050         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46051         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46052         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46054
46055 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46056
46057         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46058         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46059
46060 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46061
46062         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46063         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46064         defined.
46065         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46066         Likewise.
46067         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46068         entry for 2.16.
46069
46070 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46071
46072         * math/w_acos.c: Use non-signaling floating-point comparisons.
46073         * math/w_acosf.c: Likewise.
46074         * math/w_acosh.c: Likewise.
46075         * math/w_acoshf.c: Likewise.
46076         * math/w_acoshl.c: Likewise.
46077         * math/w_acosl.c: Likewise.
46078         * math/w_asin.c: Likewise.
46079         * math/w_asinf.c: Likewise.
46080         * math/w_asinl.c: Likewise.
46081         * math/w_atanh.c: Likewise.
46082         * math/w_atanhf.c: Likewise.
46083         * math/w_atanhl.c: Likewise.
46084         * math/w_exp2.c: Likewise.
46085         * math/w_exp2f.c: Likewise.
46086         * math/w_exp2l.c: Likewise.
46087         * math/w_j0.c: Likewise.
46088         * math/w_j0f.c: Likewise.
46089         * math/w_j0l.c: Likewise.
46090         * math/w_j1.c: Likewise.
46091         * math/w_j1f.c: Likewise.
46092         * math/w_j1l.c: Likewise.
46093         * math/w_jn.c: Likewise.
46094         * math/w_jnf.c: Likewise.
46095         * math/w_log.c: Likewise.
46096         * math/w_log10.c: Likewise.
46097         * math/w_log10f.c: Likewise.
46098         * math/w_log10l.c: Likewise.
46099         * math/w_log2.c: Likewise.
46100         * math/w_log2f.c: Likewise.
46101         * math/w_log2l.c: Likewise.
46102         * math/w_logf.c: Likewise.
46103         * math/w_logl.c: Likewise.
46104         * math/w_sqrt.c: Likewise.
46105         * math/w_sqrtf.c: Likewise.
46106         * math/w_sqrtl.c: Likewise.
46107         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46108         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46109         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46110         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46111         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46112
46113 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46114
46115         [BZ #9739]
46116         * manual/string.texi (strnlen): Use correct parameter name in
46117         equivalent expression.
46118
46119 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46120
46121         [BZ #11174]
46122         * manual/users.texi (seteuid): Consistently use neweuid for
46123         argument name.
46124
46125 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46126
46127         [BZ #13704]
46128         * manual/nss.texi (Services in the NSS configuration): Correct
46129         list of services in example configuration file.
46130
46131 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46132
46133         [BZ #11322]
46134         * manual/arith.texi: Remove statements about negative zero
46135         behaving identically to zero.
46136
46137 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46138
46139         [BZ #5993]
46140         * manual/install.texi: Do not document upgrading from libc5.
46141
46142 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46143
46144         [BZ #4596]
46145         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46146
46147 2012-02-18  David S. Miller  <davem@davemloft.net>
46148
46149         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46150         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46151         %o7 across the call.
46152         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46153         instead.
46154         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46155         SETUP_PIC_REG_LEAF.
46156         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46157         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46158         * sysdeps/sparc/crtn.S: Likewise.
46159
46160 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46161
46162         * aout/Makefile: Remove.
46163
46164 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46165
46166         [BZ #13058]
46167         * manual/examples/argp-ex1.c (main): Format definition in GNU
46168         style.
46169         * manual/examples/argp-ex2.c (main): Likewise.
46170         * manual/examples/argp-ex3.c (main): Likewise.
46171         * manual/examples/argp-ex4.c (main): Likewise.
46172         * manual/examples/longopt.c (main): Use new-style prototype
46173         definition.
46174         * manual/examples/strncat.c (main): Specify return type and use
46175         (void) for arguments.
46176         * manual/examples/subopt.c (main): Use char **argv argument.
46177
46178 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46179
46180         [BZ #5077]
46181         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46182         rounding modes.
46183
46184 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46185
46186         [BZ #6907]
46187         * manual/string.texi (strchr): Change when strchrnul is
46188         recommended.
46189
46190 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46191
46192         [BZ #174]
46193         * manual/locale.texi (setlocale): Document LOCPATH.
46194
46195 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46196
46197         [BZ #10210]
46198         * manual/process.texi (execle): Move @dots{} before last argument.
46199
46200 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46201
46202         [BZ #12047]
46203         * manual/charset.texi (Generic Charset Conversion): Fix typo
46204         (LC_TYPE -> LC_CTYPE).
46205
46206 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46207
46208         [BZ #5805]
46209         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46210         (scalbnf): Likewise.
46211         (scalbnl): Likewise.
46212         (scalbln): Likewise.
46213         (scalblnf): Likewise.
46214         (scalblnl): Likewise.
46215         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46216         (vwarnx): Likewise.
46217         (verr): Likewise.
46218         (verrx): Likewise.
46219         * manual/filesys.texi (telldir): Use braces around return type.
46220         * manual/llio.texi (mmap): Add space after comma.
46221         (mmap64): Likewise.
46222         * manual/math.texi (jn): Use @var{} on parameter names.
46223         (jnf): Likewise.
46224         (jnl): Likewise.
46225         (yn): Likewise.
46226         (ynf): Likewise.
46227         (ynl): Likewise.
46228         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46229         line.
46230         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46231         "...".
46232         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46233         (sched_get_priority_max): Likewise.
46234         * manual/signal.texi (sigvec): Add space after comma.
46235         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46236         names.
46237         (if_indextoname): Likewise.
46238         (if_freenameindex): Likewise.
46239         (sendto): Use ',' instead of '.' in prototype.
46240         * manual/startup.texi (syscall): Use @dots{} instead of literal
46241         "...".
46242         * manual/stdio.texi (__fpending): Separate initial words of
46243         paragraph from @deftypefun line.
46244         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46245         "...".
46246         (vsyslog): Use @var{} on parameter names.
46247         * manual/terminal.texi (stty): Use @var{} on parameter names.
46248         * manual/users.texi (getutmp): Use @var{} on parameter names.
46249         (getutmpx): Likewise.
46250
46251 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46252
46253         [BZ #6884]
46254         * manual/stdio.texi (fopen): Fix typos in description of
46255         ",ccs=STRING".
46256
46257 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46258
46259         [BZ #4026]
46260         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46261         get clock_id definition.
46262
46263 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46264
46265         [BZ #4822]
46266         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46267         (madvise): Cast every argument to void on its own.
46268
46269 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46270
46271         [BZ #9902]
46272         * manual/startup.texi (Exit Status): Fix typo.
46273
46274 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46275
46276         [BZ #10140]
46277         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46278         * manual/examples/argp-ex2.c: Likewise.
46279         * manual/examples/argp-ex3.c: Likewise.
46280
46281 2012-02-16  Richard Henderson  <rth@redhat.com>
46282
46283         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46284         * sysdeps/s390/s390-32/initfini.c: Remove.
46285         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46286         * sysdeps/s390/s390-64/initfini.c: Remove.
46287
46288 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46289
46290         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46291         compiler output for sysdeps/generic/initfini.c.
46292         * sysdeps/sh/elf/initfini.c: Remove file.
46293
46294 2012-02-16  David S. Miller  <davem@davemloft.net>
46295
46296         [BZ #11494]
46297         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46298
46299         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46300         * sysdeps/sparc/crti.S: New file.
46301         * sysdeps/sparc/crtn.S: New file.
46302         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46303         * sysdeps/sparc/sparc64/Makefile: Likewise.
46304
46305 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46306
46307         [BZ #3335]
46308         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46309
46310 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46311
46312         [BZ #4822]
46313         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46314
46315         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46316         (write, read, close): Likewise.
46317         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46318
46319 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46320
46321         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46322         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46323         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46324         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46325         <bits/signalfd.h>.
46326         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46327         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46328         bits/signalfd.h.
46329
46330 2012-02-14  Marek Polacek  <polacek@redhat.com>
46331
46332         * sysdeps/x86_64/crti.S: New file.
46333         * sysdeps/x86_64/crtn.S: New file.
46334         * sysdeps/x86_64/elf/initfini.c: Remove file.
46335
46336 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46337
46338         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46339         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46340         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46341         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46342         <bits/inotify.h>.
46343         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46344         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46345         bits/inotify.h.
46346
46347 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46348
46349         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46350         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46351         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46352         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46353         <bits/eventfd.h>.
46354         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46355         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46356         bits/eventfd.h.
46357
46358 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46359
46360         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46361         __feraiseexcept instead of feraiseexcept.
46362
46363         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46364         nanosleep invocations.
46365         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46366         strings, and add error checking for a nanosleep invocations.
46367
46368 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46369
46370         Replace FSF snail mail address with URLs, as per GNU coding standards.
46371         Most of the snail mail addresses were wrong anyway, and omitting
46372         them makes the source code easier to maintain.  Almost all of the
46373         changes are to license notices and to locale LC_IDENTIFICATION
46374         addresses, except for this one:
46375         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46376         not its snail mail address.
46377
46378 2012-02-09  Richard Henderson  <rth@twiddle.net>
46379
46380         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46381         of kernel-features.h.
46382
46383         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46384
46385 2012-02-08  Marek Polacek  <polacek@redhat.com>
46386
46387         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46388         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46389         * sysdeps/gnu/_G_config.h: Likewise.
46390         * sysdeps/generic/_G_config.h: Likewise.
46391
46392 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46393
46394         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46395         tests.
46396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46397
46398         * sysdeps/powerpc/powerpc32/crti.S: New file.
46399         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46400         * sysdeps/powerpc/powerpc64/crti.S: New file.
46401         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46402
46403         * Makeconfig (have-initfini): Don't set.
46404         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46405         * configure.in (nopic_initfini): Don't substitute.
46406         * config.h.in (HAVE_INITFINI): Don't #undef.
46407         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46408         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46409
46410 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46411
46412         Support crti.S and crtn.S provided directly by architectures.
46413         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46414         [crti.S in sysdirs] (omit-deps): Likewise.
46415         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46416         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46417         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46418         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46419         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46420         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46421         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46422         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46423         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46424         compiler output for sysdeps/generic/initfini.c.
46425         * sysdeps/i386/elf/Makefile: Remove file.
46426         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46427
46428 2012-02-07  Marek Polacek  <polacek@redhat.com>
46429
46430         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46431         * sysdeps/gnu/_G_config.h: Likewise.
46432         * sysdeps/mach/hurd/_G_config.h: Likewise.
46433
46434 2012-02-07  Marek Polacek  <polacek@redhat.com>
46435
46436         * math/Makefile (tests): Add tst-CMPLX2.
46437         * math/tst-CMPLX2.c: New file.
46438
46439 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46440
46441         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46442
46443         * math/libm-test.inc (jn_test): Add missing L suffix.
46444
46445 2012-02-06  Marek Polacek  <polacek@redhat.com>
46446
46447         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46448         * sysdeps/i386/fpu/e_powf.S: Likewise.
46449         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46450         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46451         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46452         * sysdeps/i386/fpu/e_pow.S: Likewise.
46453         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46454         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46455         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46456         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46457         * sysdeps/i386/fpu/e_log2.S: Likewise.
46458         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46459         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46460         * sysdeps/i386/fpu/e_powl.S: Likewise.
46461         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46462         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46463         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46464         * sysdeps/i386/fpu/e_logl.S: Likewise.
46465         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46466         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46467         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46468         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46469         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46470         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46471         * sysdeps/i386/fpu/e_log.S: Likewise.
46472         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46473         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46474         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46475         * sysdeps/i386/fpu/e_logf.S: Likewise.
46476         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46477         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46478         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46479         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46480         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46481         * sysdeps/i386/fpu/e_log10.S: Likewise.
46482         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46483         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46484         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46485         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46486         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46487         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46488         * sysdeps/i386/asm-syntax.h: Likewise.
46489         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46490         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46491         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46492         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46493         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46494         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46495         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46496         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46497         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46498         * sysdeps/powerpc/sysdep.h: Likewise.
46499         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46500         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46501
46502 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46503
46504         [BZ #411]
46505         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46506
46507 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46508
46509         * sysdeps/i386/sysdep.h: Include <features.h>.
46510         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46511         version.
46512
46513 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46514
46515         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46516         Define.
46517         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46518         LOAD_PIC_REG_STR.
46519
46520 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46521
46522         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46523         (SETUP_PIC_REG): Use GET_PC_THUNK.
46524         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46525         macro.
46526
46527 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46528
46529         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46530         for non-PIC compilation.
46531         (SETUP_PIC_REG): Add .p2align directive.
46532         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46533         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46534         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46535         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46536         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46537         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46538         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46539         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46540         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46541         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46542         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46543         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46544         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46545         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46546         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46547         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46548         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46549         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46550         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46551         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46552         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46553         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46554         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46555         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46556         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46557         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46558         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46559         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46560         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46561         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46562         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46563         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46564         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46565         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46566         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46567         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46568         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46569         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46570         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46571         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46572         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46573
46574 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46575
46576         * math/tst-CMPLX.c: Include <stdio.h>.
46577
46578 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46579
46580         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46581         float.
46582         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46583         * sysdeps/sparc/bits/mathdef.h: Likewise.
46584
46585 2012-01-31  Marek Polacek  <polacek@redhat.com>
46586
46587         * libio/libio.h: Don't define _PARAMS.
46588         * locale/programs/config.h: Don't define PARAMS.
46589         * stdlib/strtol_l.c: Likewise.
46590         (__strtol_l): Remove PARAMS from the prototype.
46591
46592 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46593
46594         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46595         names.  Just use the correct names.  Remove unnecessary wrapper
46596         functions.
46597         * malloc/arena.c: Likewise.
46598         * malloc/hooks.c: Likewise.
46599
46600         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46601         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46602         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46603
46604 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46605
46606         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46607         into tail calls.
46608         (update_get_addr): New function.
46609         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46610         GET_ADDR_MODULE parameter.
46611
46612 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46613
46614         * crypt/cert.c: Remove __STDC__ conditionals.
46615         * crypt/crypt-entry.c: Likewise.
46616         * crypt/crypt_util.c: Likewise.
46617         * libio/filedoalloc.c: Likewise.
46618         * libio/fileops.c: Likewise.
46619         * libio/genops.c: Likewise.
46620         * libio/iofclose.c: Likewise.
46621         * libio/iofdopen.c: Likewise.
46622         * libio/iofopen.c: Likewise.
46623         * libio/iofopen64.c: Likewise.
46624         * libio/iogetdelim.c: Likewise.
46625         * libio/iopopen.c: Likewise.
46626         * libio/obprintf.c: Likewise.
46627         * libio/oldfileops.c: Likewise.
46628         * libio/oldiofclose.c: Likewise.
46629         * libio/oldiofdopen.c: Likewise.
46630         * libio/oldiofopen.c: Likewise.
46631         * libio/oldiopopen.c: Likewise.
46632         * libio/wfiledoalloc.c: Likewise.
46633         * libio/wgenops.c: Likewise.
46634         * locale/programs/xmalloc.c: Likewise.
46635         * misc/syslog.c: Likewise.
46636         * stdio-common/xbug.c: Likewise.
46637         * string/memchr.c: Likewise.
46638         * string/memcmp.c: Likewise.
46639         * string/memrchr.c: Likewise.
46640         * string/rawmemchr.c: Likewise.
46641         * sysdeps/posix/getcwd.c: Likewise.
46642         * time/strftime_l.c: Likewise.
46643
46644 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46645
46646         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46647         * config.make.in (config-cflags-sse2avx): Define.
46648         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46649         Fix typo.
46650
46651 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46652
46653         * scripts/config.guess: Update from upstream config git repository.
46654         * scripts/config.sub: Likewise.
46655
46656 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46657
46658         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46659         (EM_NUM): Update.
46660         (R_TILEPRO_*, R_TILEGX_*): New macros.
46661
46662         * scripts/firstversions.awk: Fix bug in version range handling.
46663
46664         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46665
46666         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46667
46668         * include/sys/epoll.h: New file.
46669         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46670         libc_hidden_def.
46671
46672 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46673
46674         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46675         Avoid unnecessary __WORDSIZE == 64 test.
46676         (fmaxf): Use VEX format if possible.
46677         (fmax): Likewise.
46678         (fminf): Likewise.
46679         (fmin): Likewise.
46680
46681         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46682         * math/math_private.h: Remove libc_fegetround* and
46683         libc_fesetround*.
46684         * sysdeps/i386/configure.in: Check for -msse2avx.
46685         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46686         also if SSE2AVX is defined.
46687         Remove libc_fegetround* and libc_fesetround*.
46688         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46689         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46690         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46691         of HAS_YMM_USABLE.
46692         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46693         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46694         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46695         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46696         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46697
46698         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46699
46700 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46701
46702         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46703         size is not set.
46704         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46705
46706 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46707
46708         [BZ #13618]
46709         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46710         relocation.
46711         * Makeconfig (libm): Define.
46712         * elf/Makefile: Add rules to build and run tst-relsort1.
46713         * elf/tst-relsort1.c: New file.
46714         * elf/tst-relsort1mod1.c: New file.
46715         * elf/tst-relsort1mod2.c: New file.
46716
46717 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46718
46719         * math/s_ldexp.c: Remove __STDC__ conditionals.
46720         * math/s_ldexpf.c: Likewise.
46721         * math/s_ldexpl.c: Likewise.
46722         * math/s_nextafter.c: Likewise.
46723         * math/s_nexttowardf.c: Likewise.
46724         * math/s_significand.c: Likewise.
46725         * math/s_significandf.c: Likewise.
46726         * math/s_significandl.c: Likewise.
46727         * math/w_jnl.c: Likewise.
46728         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46729         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46730         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46731         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46732         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46733         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46734         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46737         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46738         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46739         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46740         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46741         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46742         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46743         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46744         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46745         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46746         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46747         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46748         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46749         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46750         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46751         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46752         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46753         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46754         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46755         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46756         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46757         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46758         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46759         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46760         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46761         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46762         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46763         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46764         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46765         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46766         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46767         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46768         * sysdeps/ieee754/k_standard.c: Likewise.
46769         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46770         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46771         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46772         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46773         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46774         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46775         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46776         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46777         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46778         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46779         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46780         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46781         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46782         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46783         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46784         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46785         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46786         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46787         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46788         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46789         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46790         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46791         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46792         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46793         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46794         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46795         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46796         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46797         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46798         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46799         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46800         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46801         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46802         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46803         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46804         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46805         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46806         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46807         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46808         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46809         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46810         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46811         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46812         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46813         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46814         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46815         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46816         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46817         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46818         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46819         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46820         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46821         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46822         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46823         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46824         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46825         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46826         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46827         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46828         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46829         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46830         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46831         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46832         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46833         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46834         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46835         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46837         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46838         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46839         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46840         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46841         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46842         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46843         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46844         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46845         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46846         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46847         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46848         * sysdeps/ieee754/s_matherr.c: Likewise.
46849         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46850         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46851         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46852         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46853
46854 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46855
46856         * crypt/md5.h: Remove __STDC__ conditionals.
46857         * libio/libioP.h: Likewise.
46858         * locale/programs/config.h: Likewise.
46859         * sysdeps/generic/sysdep.h: Likewise.
46860         * sysdeps/i386/asm-syntax.h: Likewise.
46861         * sysdeps/s390/asm-syntax.h: Likewise.
46862         * sysdeps/unix/sysdep.h: Likewise.
46863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46865
46866 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46867
46868         * libio/libio.h: Remove __STDC__ conditionals.
46869         * malloc/obstack.h: Likewise.
46870         * math/complex.h: Likewise.
46871         * math/math.h: Likewise.
46872         * sysdeps/generic/_G_config.h: Likewise.
46873         * sysdeps/gnu/_G_config.h: Likewise.
46874         * sysdeps/mach/hurd/_G_config.h: Likewise.
46875         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46876         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46877         * sysdeps/sparc/bits/mathdef.h: Likewise.
46878
46879 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46880
46881         [BZ #13583]
46882         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46883         Clean up HAS_* macros.
46884         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46885         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46886         possible.
46887         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46888         HAS_AVX.
46889         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46890         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46891         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46892         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46893         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46894
46895 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46896
46897         * elf/tst-unique3.cc (gets): Remove declaration.
46898         * elf/tst-unique3lib.cc (gets): Likewise.
46899         * elf/tst-unique3lib2.cc (gets): Likewise.
46900         * elf/tst-unique4.cc (gets): Likewise.
46901
46902 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46903
46904         * include/stdio.h: Add C++ protection.  Add gets declarations and
46905         definitions.
46906         * debug/tst-chk1.c: Don't declare gets here.
46907         * stdio-common/tst-gets.c: Likewise.
46908
46909 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46910
46911         * posix/glob: Remove directory.
46912
46913 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46914
46915         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46916
46917 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46918
46919         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46920         of the non-standard EPFNOSUPPORT.
46921
46922 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46923
46924         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46925         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46926         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46927
46928 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46929
46930         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46931
46932 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46933
46934         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46935         transient errors.
46936         * nscd/grpcache.c (cache_addgr): Likewise.
46937         * nscd/hstcache.c (cache_addhst): Likewise.
46938         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46939         * nscd/pwdcache.c (cache_addpw): Likewise.
46940         * nscd/servicescache.c (cache_addserv): Likewise.
46941
46942 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46943
46944         * malloc/malloc.c: Various cleanups.
46945         * malloc/hooks.c: Likewise.
46946
46947         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46948         * stdlib/bug-fmtmsg1.c: New file.
46949
46950         * stdlib/fmtmsg.c (init): Add missing unlock.
46951         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46952
46953 2012-01-12  Marek Polacek  <polacek@redhat.com>
46954
46955         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46956         and _GNU_SOURCE.
46957
46958 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46959
46960         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46961         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46962         macro to ensure uniqueness of label name.
46963         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46964         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46965
46966 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46967
46968         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46969
46970         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46971         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46972         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46973         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46974
46975 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46976
46977         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46978
46979         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46980         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46981         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46982
46983         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46984
46985         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46986         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46987         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46988         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46989
46990         * math/bits/math-finite.h: Add ldexp support.
46991
46992 2012-01-10  Marek Polacek  <polacek@redhat.com>
46993
46994         * locale/programs/localedef.h (show_archive_content): Add noreturn
46995         attribute.
46996
46997 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46998
46999         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47000
47001 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47002
47003         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47004
47005         * io/Makefile (headers): Add bits/poll2.h.
47006
47007 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47008
47009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47010         typo #include statement.
47011
47012 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47013
47014         * include/sys/cdefs.h: Define __attribute_alloc_size.
47015         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47016         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47017         * elf/pldd.c: Likewise.
47018         * iconv/iconv_charmap.c: Likewise.
47019         * iconv/iconvconfig.c: Likewise.
47020         * iconv/strtab.c: Likewise.
47021         * locale/programs/locale.c: Likewise.
47022         * locale/programs/localedef.h: Likewise.
47023         * locale/programs/simple-hash.c: Likewise.
47024         * nscd/nscd.h: Likewise.
47025         * nss/makedb.c: Likewise.
47026         * sysdeps/generic/ldconfig.h: Likewise.
47027         * locale/programs/localedef.c: Remove xmalloc prototype.
47028         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47029
47030 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47031
47032         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47033         appropriate.
47034
47035 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47036
47037         * math/Makefile (tests): Add tst-CMPLX.
47038         * math/tst-CMPLX.c: New file.
47039
47040         * math/complex.h (CMPLXL): Fix typo.
47041
47042         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47043         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47044         GLIBC_2.16.
47045         * debug/tst-chk1.c: Add poll and ppoll tests.
47046         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47047         * include/sys/poll.h: Add hidden proto for ppoll.
47048         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47049         * sysdeps/mach/hurd/ppoll.c: Likewise.
47050         * io/ppoll.c: Likewise.
47051         * debug/poll_chk.c: New file.
47052         * debug/ppoll_chk.c: New file.
47053         * include/bits/poll2.h: New file.
47054         * io/bits/poll2.h: New file.
47055
47056         [BZ #1350]
47057         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47058
47059         * configure.in: static is always set to yes.  Remove.
47060         * config.make.in: Don't set build-static.
47061         * Makeconfig: Remove use of build-static.
47062         * dlfcn/Makefile: Likewise.
47063         * elf/Makefile: Likewise.
47064         * math/Makefile: Likewise.
47065         * misc/Makefile: Likewise.
47066         * nptl/Makefile: Likewise.
47067         * sysdeps/mach/hurd/Makefile: Likewise.
47068
47069         * configure.in: PWD_P is not used anymore.
47070         * config.make.in: Remove PWD_P entry.
47071
47072         * configure.in: Remove last remnants of RANLIB.
47073         No need to check for signed size_t anymore.
47074         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47075         and IA-64.
47076         Remove __builtin_expect test because we require at least gcc 3.4.
47077         * aclocal.m4: Likewise.
47078
47079         * wcsmbs/mbrtoc16.c: Implement using towc function.
47080         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47081         * wcsmbs/wcsmbsload.c: Likewise.
47082         * iconv/gconv_simple.c: Likewise.
47083         * iconv/gconv_int.h: Likewise.
47084         * iconv/gconv_builtin.h: Likewise.
47085         * iconv/iconv_prog.c: Remove CHAR16 handling.
47086
47087         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47088
47089         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47090
47091         * configure.in: Remove --with-elf and --enable-bounded options.
47092         Dont set base_machine for ia64.  More non-ELF conditions removed.
47093         Remove testing and setting of leading underscore information.
47094         * config.make.in (build-bounded): Set to no.
47095         * config.h.in: Remove NO_UNDERSCORES entry.
47096         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47097         them.
47098         * csu/start.c: Remove !NO_UNDERSCORE code.
47099         * locale/localeinfo.h: Likewise.
47100         * sysdeps/generic/machine-gmon.h: Likewise.
47101         * sysdeps/generic/sysdep.h: Likewise.
47102         * sysdeps/i386/sysdep.h: Likewise.
47103         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47104         * sysdeps/mach/sysdep.h: Likewise.
47105         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47106         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47107         * sysdeps/sh/sysdep.h: Likewise.
47108         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47109         * sysdeps/unix/i386/sysdep.S: Likewise.
47110         * sysdeps/unix/sparc/start.c: Likewise.
47111         * sysdeps/unix/sparc/sysdep.S: Likewise.
47112         * sysdeps/unix/sparc/sysdep.h: Likewise.
47113         * sysdeps/unix/start.c: Likewise.
47114         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47115         * sysdeps/x86_64/sysdep.h: Likewise.
47116
47117 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47118
47119         [BZ #13553]
47120         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47121         for non-gcc.
47122         * argp/argp-fmtstream.h: Use const instead __const.
47123         * argp/argp.h: Likewise.
47124         * assert/assert.h: Likewise.
47125         * bits/fenv.h: Likewise.
47126         * bits/sched.h: Likewise.
47127         * bits/sigset.h: Likewise.
47128         * bits/sigthread.h: Likewise.
47129         * catgets/nl_types.h: Likewise.
47130         * conform/data/pthread.h-data: Likewise.
47131         * crypt/crypt-private.h: Likewise.
47132         * crypt/crypt.h: Likewise.
47133         * crypt/crypt_util.c: Likewise.
47134         * ctype/ctype.h: Likewise.
47135         * debug/execinfo.h: Likewise.
47136         * debug/mbsnrtowcs_chk.c: Likewise.
47137         * debug/mbsrtowcs_chk.c: Likewise.
47138         * debug/wcsnrtombs_chk.c: Likewise.
47139         * debug/wcsrtombs_chk.c: Likewise.
47140         * debug/wcstombs_chk.c: Likewise.
47141         * dirent/dirent.h: Likewise.
47142         * dlfcn/dlfcn.h: Likewise.
47143         * elf/neededtest4.c: Likewise.
47144         * grp/grp.h: Likewise.
47145         * gshadow/gshadow.h: Likewise.
47146         * iconv/gconv.h: Likewise.
47147         * iconv/gconv_int.h: Likewise.
47148         * iconv/gconv_simple.c: Likewise.
47149         * iconv/iconv.h: Likewise.
47150         * iconv/loop.c: Likewise.
47151         * iconv/skeleton.c: Likewise.
47152         * include/aio.h: Likewise.
47153         * include/aliases.h: Likewise.
47154         * include/argz.h: Likewise.
47155         * include/arpa/inet.h: Likewise.
47156         * include/assert.h: Likewise.
47157         * include/dirent.h: Likewise.
47158         * include/dlfcn.h: Likewise.
47159         * include/execinfo.h: Likewise.
47160         * include/fcntl.h: Likewise.
47161         * include/fenv.h: Likewise.
47162         * include/glob.h: Likewise.
47163         * include/grp.h: Likewise.
47164         * include/libintl.h: Likewise.
47165         * include/mntent.h: Likewise.
47166         * include/netdb.h: Likewise.
47167         * include/pwd.h: Likewise.
47168         * include/rpc/netdb.h: Likewise.
47169         * include/sched.h: Likewise.
47170         * include/search.h: Likewise.
47171         * include/shadow.h: Likewise.
47172         * include/signal.h: Likewise.
47173         * include/stdio.h: Likewise.
47174         * include/stdlib.h: Likewise.
47175         * include/string.h: Likewise.
47176         * include/sys/socket.h: Likewise.
47177         * include/sys/stat.h: Likewise.
47178         * include/sys/statfs.h: Likewise.
47179         * include/sys/statvfs.h: Likewise.
47180         * include/sys/syslog.h: Likewise.
47181         * include/sys/time.h: Likewise.
47182         * include/sys/uio.h: Likewise.
47183         * include/time.h: Likewise.
47184         * include/unistd.h: Likewise.
47185         * include/utmp.h: Likewise.
47186         * include/wchar.h: Likewise.
47187         * include/wctype.h: Likewise.
47188         * inet/aliases.h: Likewise.
47189         * inet/arpa/inet.h: Likewise.
47190         * inet/netinet/ether.h: Likewise.
47191         * inet/netinet/in.h: Likewise.
47192         * intl/libintl.h: Likewise.
47193         * io/bits/fcntl2.h: Likewise.
47194         * io/fcntl.h: Likewise.
47195         * io/ftw.h: Likewise.
47196         * io/sys/poll.h: Likewise.
47197         * io/sys/stat.h: Likewise.
47198         * io/sys/statfs.h: Likewise.
47199         * io/sys/statvfs.h: Likewise.
47200         * io/utime.h: Likewise.
47201         * libio/bits/stdio.h: Likewise.
47202         * libio/bits/stdio2.h: Likewise.
47203         * libio/libio.h: Likewise.
47204         * libio/libioP.h: Likewise.
47205         * libio/stdio.h: Likewise.
47206         * locale/lc-ctype.c: Likewise.
47207         * locale/locale.h: Likewise.
47208         * login/utmp.h: Likewise.
47209         * malloc/arena.c: Likewise.
47210         * malloc/malloc.c: Likewise.
47211         * malloc/malloc.h: Likewise.
47212         * malloc/mcheck.c: Likewise.
47213         * malloc/mtrace.c: Likewise.
47214         * math/bits/mathcalls.h: Likewise.
47215         * math/fenv.h: Likewise.
47216         * math/math_private.h: Likewise.
47217         * misc/bits/error.h: Likewise.
47218         * misc/bits/syslog.h: Likewise.
47219         * misc/err.h: Likewise.
47220         * misc/error.h: Likewise.
47221         * misc/fstab.h: Likewise.
47222         * misc/mntent.h: Likewise.
47223         * misc/regexp.h: Likewise.
47224         * misc/search.h: Likewise.
47225         * misc/sgtty.h: Likewise.
47226         * misc/sys/mman.h: Likewise.
47227         * misc/sys/syslog.h: Likewise.
47228         * misc/sys/uio.h: Likewise.
47229         * misc/sys/xattr.h: Likewise.
47230         * misc/ttyent.h: Likewise.
47231         * nis/rpcsvc/ypclnt.h: Likewise.
47232         * nss/nss.h: Likewise.
47233         * posix/bits/unistd.h: Likewise.
47234         * posix/fnmatch.h: Likewise.
47235         * posix/glob.h: Likewise.
47236         * posix/sched.h: Likewise.
47237         * posix/spawn.h: Likewise.
47238         * posix/sys/wait.h: Likewise.
47239         * posix/unistd.h: Likewise.
47240         * posix/wordexp.h: Likewise.
47241         * pwd/pwd.h: Likewise.
47242         * resolv/netdb.h: Likewise.
47243         * resource/sys/resource.h: Likewise.
47244         * rt/aio.h: Likewise.
47245         * rt/bits/mqueue2.h: Likewise.
47246         * rt/mqueue.h: Likewise.
47247         * shadow/shadow.h: Likewise.
47248         * signal/signal.h: Likewise.
47249         * socket/send.c: Likewise.
47250         * socket/sendto.c: Likewise.
47251         * socket/sys/socket.h: Likewise.
47252         * stdio-common/printf.h: Likewise.
47253         * stdlib/bits/stdlib.h: Likewise.
47254         * stdlib/fmtmsg.h: Likewise.
47255         * stdlib/monetary.h: Likewise.
47256         * stdlib/stdlib.h: Likewise.
47257         * stdlib/ucontext.h: Likewise.
47258         * streams/stropts.h: Likewise.
47259         * string/argz.h: Likewise.
47260         * string/bits/string2.h: Likewise.
47261         * string/string.h: Likewise.
47262         * string/strings.h: Likewise.
47263         * sunrpc/rpc/auth.h: Likewise.
47264         * sunrpc/rpc/auth_des.h: Likewise.
47265         * sunrpc/rpc/clnt.h: Likewise.
47266         * sunrpc/rpc/netdb.h: Likewise.
47267         * sunrpc/rpc/pmap_clnt.h: Likewise.
47268         * sunrpc/rpc/xdr.h: Likewise.
47269         * sysdeps/generic/inttypes.h: Likewise.
47270         * sysdeps/generic/net/if.h: Likewise.
47271         * sysdeps/generic/sys/swap.h: Likewise.
47272         * sysdeps/gnu/net/if.h: Likewise.
47273         * sysdeps/gnu/utmpx.h: Likewise.
47274         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47275         * sysdeps/i386/i486/bits/string.h: Likewise.
47276         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47277         * sysdeps/s390/bits/string.h: Likewise.
47278         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47279         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47280         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47281         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47282         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47283         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47284         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47285         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47286         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47287         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47288         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47289         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47290         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47291         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47292         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47293         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47294         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47295         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47296         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47297         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47298         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47299         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47300         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47301         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47302         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47303         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47304         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47305         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47306         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47307         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47308         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47309         * sysvipc/sys/ipc.h: Likewise.
47310         * sysvipc/sys/msg.h: Likewise.
47311         * sysvipc/sys/sem.h: Likewise.
47312         * sysvipc/sys/shm.h: Likewise.
47313         * termios/termios.h: Likewise.
47314         * time/sys/time.h: Likewise.
47315         * time/time.h: Likewise.
47316         * wcsmbs/bits/wchar2.h: Likewise.
47317         * wcsmbs/uchar.h: Likewise.
47318         * wcsmbs/wchar.h: Likewise.
47319         * wctype/wctype.h: Likewise.
47320
47321         [BZ #13551]
47322         * Makeconfig: Remove all but ELF support including AIX support.
47323         * Makerules: Likewise.
47324         * config.h.in: Likewise.
47325         * config.make.in: Likewise.
47326         * configure: Likewise.
47327         * configure.in: Likewise.
47328         * csu/Makefile: Likewise.
47329         * csu/version.c: Likewise.
47330         * debug/Makefile: Likewise.
47331         * dlfcn/Makefile: Likewise.
47332         * elf/Makefile: Likewise.
47333         * extra-lib.mk: Likewise.
47334         * iconv/Makefile: Likewise.
47335         * include/libc-symbols.h: Likewise.
47336         * include/shlib-compat.h: Likewise.
47337         * resolv/Makefile: Likewise.
47338         * resolv/res_libc.c: Likewise.
47339         * rt/Makefile: Likewise.
47340         * sysdeps/i386/asm-syntax.h: Likewise.
47341         * sysdeps/i386/sysdep.h: Likewise.
47342         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47343         * sysdeps/mach/sysdep.h: Likewise.
47344         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47345         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47346         * sysdeps/s390/asm-syntax.h: Likewise.
47347         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47348         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47349         * sysdeps/sh/sysdep.h: Likewise.
47350         * sysdeps/unix/sparc/sysdep.h: Likewise.
47351         * sysdeps/wordsize-32/divdi3.c: Likewise.
47352         * sysdeps/x86_64/sysdep.h: Likewise.
47353
47354         * argp/Versions: Remove _argp_unlock_xxx.
47355
47356         [BZ #13559]
47357         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47358         * abilist/libBrokenLocale.abilist: Likewise.
47359         * abilist/libanl.abilist: Likewise.
47360         * abilist/libc.abilist: Likewise.
47361         * abilist/libcrypt.abilist: Likewise.
47362         * abilist/libdl.abilist: Likewise.
47363         * abilist/libm.abilist: Likewise.
47364         * abilist/libnsl.abilist: Likewise.
47365         * abilist/libpthread.abilist: Likewise.
47366         * abilist/libresolv.abilist: Likewise.
47367         * abilist/librt.abilist: Likewise.
47368         * abilist/libthread_db.abilist: Likewise.
47369         * abilist/libutil.abilist: Likewise.
47370         * abilist/libnss_db.abilist: New file.
47371
47372         * scripts/abilist.awk: Add support for indirect functions.
47373
47374         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47375
47376         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47377
47378         * shlib-versions: Remove entries for ports architectures.
47379
47380         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47381         files in ports.
47382         * elf/stackguard-macros.h: Remove support for IA-64.
47383         * elf/tst-auditmod1.c: Likewise.
47384         * sysdeps/generic/ldsodefs.h: Likewise.
47385
47386         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47387         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47388         configure files.
47389
47390         [BZ #13552]
47391         * configure.in: Remove --enable-omitfp support.
47392         * FAQ.in: Adjust.
47393         * config.make.in: Likewise.
47394         * Makeconfig: Likewise.
47395         * manual/install.texi: Likewise.
47396
47397         In case anyone cares, the IA-64 architecture could move to ports.
47398         * sysdeps/ia64/*: Removed.
47399         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47400         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47401
47402         [BZ #13555]
47403         * configure.in: Remove entries for unsupported architectures.
47404
47405         [BZ #13533]
47406         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47407         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47408         routines.
47409         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47410         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47411         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47412         fall back to using wcrtomb.
47413         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47414         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47415         renaming.
47416         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47417         * wcsmbs/tst-c16c32-1.c: New file.
47418
47419         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47420         local variable.
47421
47422         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47423
47424         * elf/tst-unique3.cc: Add explicit declaration of gets.
47425         * elf/tst-unique3lib.cc: Likewise.
47426         * elf/tst-unique3lib2.cc: Likewise.
47427         * elf/tst-unique4.cc: Likewise.
47428
47429         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47430
47431 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47432
47433         [BZ #13566]
47434         * assert/assert.h (static_assert): Don't define for C++.
47435         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47436         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47437
47438 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47439
47440         * iconv/loop.c (single loop): Fix assertion in storing of
47441         remaining bytes.
47442
47443         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47444
47445 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47446
47447         * posix/getconf.c: Update copyright year.
47448         * nss/getent.c: Likewise.
47449         * nss/makedb.c: Likewise.
47450         * iconv/iconvconfig.c: Likewise.
47451         * iconv/iconv_prog.c: Likewise.
47452         * elf/ldconfig.c: Likewise.
47453         * elf/pldd.c: Likewise.
47454         * elf/sotruss.ksh: Likewise.
47455         * catgets/gencat.c: Likewise.
47456         * csu/version.c: Likewise.
47457         * elf/ldd.bash.in: Likewise.
47458         * elf/sprof.c (print_version): Likewise.
47459         * locale/programs/locale.c: Likewise.
47460         * locale/programs/localedef.c: Likewise.
47461         * login/programs/pt_chown.c: Likewise.
47462         * nscd/nscd.c (print_version): Likewise.
47463         * debug/xtrace.sh: Likewise.
47464         * malloc/memusage.sh: Likewise.
47465         * malloc/mtrace.pl: Likewise.
47466         * debug/catchsegv.sh: Likewise.
47467
47468 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47469
47470         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47471         pure attribute.
47472
47473 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47474
47475         [BZ #13533]
47476         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47477         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47478         transformations.
47479         * iconv/gconv_int.h: Likewise.
47480         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47481         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47482         from libc for GLIBC_2.16.
47483         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47484         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47485         * wcsmbs/uchar.h: Really define mbstate_t.
47486         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47487         * wcsmbs/c16rtomb.c: New file.
47488         * wcsmbs/mbrtoc16.c: New file.
47489         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47490         for C/POSIX locale.
47491         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47492         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47493
47494         * wcsmbs/wchar.h: Add missing __restrict.
47495
47496 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47497
47498         [BZ #13532]
47499         * time/Makefile (routines): Add timespec_get.
47500         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47501         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47502         timespec for ISO C11.
47503         * time/timespec_get.c: New file.
47504         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47505         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47506
47507         [BZ #13531]
47508         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47509         * stdlib/stdlib.h: Declare aligned_alloc.
47510         * Versions.def: Add GLIBC_2.16 for libc.
47511         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47512
47513         [BZ 13527]
47514         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47515         ISO C11.
47516
47517         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47518         code.
47519
47520         [BZ #13528]
47521         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47522
47523         [BZ #13529]
47524         * assert/assert.h (static_assert): Define.
47525
47526         * version.h: Update for 2.16 development version.
47527
47528         [BZ #13526]
47529         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47530         _ISOC11_SOURCE.
47531
47532         * version.h (RELEASE): Bump for 2.15 release.
47533         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47534
47535         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47536         Patch by Marek Polacek <mpolacek@redhat.com>.
47537
47538         * bits/byteswap.h: Protect long long constants with __extension__.
47539         * sysdeps/i386/bits/byteswap.h: Likewise.
47540         * sysdeps/ia64/bits/byteswap.h: Likewise.
47541         * sysdeps/s390/bits/byteswap.h: Likewise.
47542         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47543
47544 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47545
47546         [BZ #13540]
47547         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47548         destination buffer.
47549         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47550
47551 2011-12-23  Marek Polacek  <polacek@redhat.com>
47552
47553         * elf/dl-addr.c (determine_info): Add inline keyword.
47554         * elf/tst-auditmod4b.c (check_avx): Likewise.
47555         * elf/tst-auditmod6b.c (check_avx): Likewise.
47556         * elf/tst-auditmod6c.c (check_avx): Likewise.
47557         * elf/tst-auditmod7b.c (check_avx): Likewise.
47558
47559 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47560
47561         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47562         !__SSE_MATH__.
47563
47564 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47565
47566         [BZ #13540]
47567         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47568         processing for last bytes.
47569
47570 2011-08-06  Bruno Haible  <bruno@clisp.org>
47571
47572         [BZ #13061]
47573         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47574         U+0385, not to U+1FEE.
47575
47576         [BZ #13062]
47577         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47578         entry for U+00A5 U+0301.
47579
47580 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47581
47582         [BZ #13166]
47583         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47584         buffer for the output is too small.
47585
47586         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47587         optimization.
47588
47589         [BZ #13185]
47590         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47591         SSE flags if possible.
47592
47593 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47594
47595         [BZ #13540]
47596         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47597         processing for last bytes.
47598
47599 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47600
47601         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47602         (syscall-list-default-options, syscall-list-default-condition)
47603         (syscall-list-includes): Define.
47604         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47605         list of ABIs and options and #if conditions for each ABI.  Do not
47606         handle common syscalls between ABIs specially.
47607         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47608         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/s390/Makefile (64bit-predefine): Remove.
47613         (syscall-list-variants, syscall-list-32bit-options)
47614         (syscall-list-32bit-condition, syscall-list-64bit-options)
47615         (syscall-list-64bit-condition): Define.
47616         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47617         Remove.
47618         (syscall-list-variants, syscall-list-32bit-options)
47619         (syscall-list-32bit-condition, syscall-list-64bit-options)
47620         (syscall-list-64bit-condition): Define.
47621         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47622         Remove.
47623         (syscall-list-variants, syscall-list-32bit-options)
47624         (syscall-list-32bit-condition, syscall-list-64bit-options)
47625         (syscall-list-64bit-condition): Define.
47626
47627 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47628
47629         * locale/iso-639.def: Add brx entry.
47630
47631         [BZ #13328]
47632         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47633         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47634
47635         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47636         __feraiseexcept_renamed.
47637
47638 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47639
47640         [BZ #13538]
47641         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47642         EPOLLET with unsigned values.
47643         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47644         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47645
47646         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47647         to large cancellation.
47648         * math/s_cacoshf.c: Likewise.
47649         * math/s_cacoshl.c: Likewise.
47650
47651 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47652
47653         [BZ #13305]
47654         [BZ #12786]
47655         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47656         * math/s_cacoshf.c: Likewise.
47657         * math/s_cacoshl.c: Likewise.
47658
47659 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47660
47661         [BZ #13439]
47662         * iconv/gconv.h: Define __GCONV_SWAP.
47663         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47664         * iconvdata/utf-16.c: Likewise.
47665         * iconvdata/utf-32.c: Likewise.
47666
47667 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47668
47669         [BZ #13524]
47670         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47671         numerator after shifting it by one limb.
47672
47673 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47674
47675         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47676         under [__USE_EXTERN_INLINES].
47677
47678 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47679
47680         [BZ #13446]
47681         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47682
47683 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47684
47685         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47686         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47687         optimized code.
47688         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47689         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47690         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47691         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47692         for strncasecmp/strncasecmp_l compilation.
47693         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47694         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47695
47696 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47697
47698         [BZ #13484]
47699         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47700         of __asm__.
47701
47702 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47703
47704         [BZ #13506]
47705         * time/tzfile.c (__tzfile_read): Check values from file header.
47706
47707 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47708
47709         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47710         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47711         * powerpc/powerpc32/dl-start.S: Likewise.
47712         * powerpc/powerpc32/elf/start.S: Likewise.
47713         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47714         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47715         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47716         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47717         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47718         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47719         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47720         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47721         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47722         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47723         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47724         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47725         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47726         * powerpc/powerpc32/memset.S: Likewise.
47727         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47728         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47729         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47730         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47731         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47732         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47733         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47734         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47735         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47736         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47737         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47738         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47739         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47740
47741 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47742
47743         * math/libm-test.inc: Added more nearbyint tests.
47744         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47745         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47746         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47747         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47748
47749 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47750
47751         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47752         FD_CLOEXEC.
47753
47754 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47755
47756         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47757         Add wcscpy-ssse3 wcscpy-c.
47758         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47759         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47760         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47761         * sysdeps/x86_64/wcschr.S: New file.
47762         * sysdeps/x86_64/wcsrchr.S: New file.
47763         * string/test-strcmp.c: Remove checking of wcscmp function for
47764         wrong alignments.
47765         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47766         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47767         wcsrchr-sse2 wcsrchr-c.
47768         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47769         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47770         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47771         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47772         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47773         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47774         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47775         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47776         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47777         * wcsmbc/wcschr.c (WCSCHR): New macro.
47778
47779 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47780
47781         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47782         * wcsmbs/test-wcsrchr.c: New file.
47783         * string/test-strrchr.c: Add wcsrchr support.
47784         (WIDE): New macro.
47785         * wcsmbs/test-wcscpy.c: New file.
47786         * string/test-strcpy.c: Add wcscpy support.
47787         (WIDE): New macro.
47788
47789 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47790
47791         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47792         the inner loop.
47793
47794 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47795
47796         [BZ #13472]
47797         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47798
47799 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47800
47801         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47802         Minor optimizations.
47803
47804         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47805         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47806         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47807
47808 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47809
47810         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47811         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47812         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47813         for gcc to avoid warnings.
47814         * inet/Makefile (tests): Add tst-checks.
47815         * inet/tst-checks.c: New file.
47816
47817         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47818         warning.
47819
47820         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47821         __wmemcmp_sse2.
47822
47823         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47824         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47825
47826         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47827
47828 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47829
47830         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47831         problem.
47832
47833         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47834
47835 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47836
47837         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47838         conditional on GCC version.
47839         (__arch_compare_and_exchange_val_8_acq)
47840         (__arch_compare_and_exchange_val_16_acq)
47841         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47842         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47843         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47844
47845 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47846
47847         * sysdeps/sh/backtrace.c: New file.
47848
47849 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47850
47851         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47852         parenthesis.
47853
47854 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47855
47856         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47857         falling back to utime.
47858
47859 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47860
47861         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47862         expectations for float.
47863
47864 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47865
47866         * locale/weight.h (findidx): Add parameter len.
47867         * locale/weightwc.h (findidx): Likewise.
47868         * posix/fnmatch_loop.c (FCT): Adjust caller.
47869         * posix/regcomp.c (build_equiv_class): Likewise.
47870         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47871         * posix/regexec.c (check_node_accept_bytes): Likewise.
47872         * string/strcoll_l.c (STRCOLL): Likewise.
47873         * string/strxfrm_l.c (STRXFRM): Likewise.
47874
47875 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47876
47877         * Makefile.in: Remove CVSOPT handling.
47878         * configure.in: Remove use of AC_REVISION.
47879         * iconvdata/Makefile (distribute): No need to filter out CVS.
47880         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47881         handling.
47882
47883 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47884
47885         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47886         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47887         [USE_AS_STRNCASECMP_L]: Likewise.
47888         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47889         NO_TLS_DIRECT_SEG_REFS.
47890         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47891         Fix argument offsets for non-PIC.
47892         [USE_AS_STRNCASECMP_L]: Likewise.
47893         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47894         NO_TLS_DIRECT_SEG_REFS.
47895
47896 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47897
47898         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47899         O_CLOEXEC.
47900         * locale/loadlocale.c (_nl_load_locale): Likewise.
47901
47902 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47903
47904         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47905         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47906         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47907         (SYSCALL_GETTIME): Set errno on error.
47908
47909         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47910         count references to noai6ai_cached.
47911
47912 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47913
47914         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47915
47916         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47917         FD_CLOEXEC for /proc/self/maps.
47918
47919         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47920         FD_CLOEXEC for /proc/meminfo.
47921
47922         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47923         gai.conf.
47924
47925         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47926         FD_CLOEXEC for given file.
47927
47928         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47929
47930         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47931         FD_CLOEXEC for /etc/hosts.
47932         (_gethtent): Likewise.
47933
47934         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47935
47936         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47937         cancellation and set FD_CLOEXEC for /etc/netgroup.
47938
47939         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47940         reading /etc/publickey.
47941
47942         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47943         allow cancellation when reading /etc/group.
47944
47945         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47946         cancellation.
47947         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47948
47949         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47950         when using data file.
47951
47952         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47953
47954         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47955         (write_nis_obj): Use "c" and "e" in fopen.
47956
47957         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47958
47959         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47960
47961         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47962
47963         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47964
47965         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47966         locale.alias.
47967
47968         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47969
47970         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47971
47972         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47973
47974         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47975         file parsing and set FD_CLOEXEC.
47976
47977 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47978
47979         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47980
47981 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47982
47983         * malloc/arena.c (arena_get2): Don't call reused_arena when
47984         _int_new_arena failed.
47985
47986 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47987
47988         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47989         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47990         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47991         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47992         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47993         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47994         to compile strcasecmp and strncasecmp.
47995         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47996         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47997
47998         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47999
48000 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48001
48002         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48003         locale-defines.sym to gen-as-const-headers.
48004         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48005         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48006         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48007         to compile strcasecmp and strncasecmp.
48008         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48009         strcasecmp_l and strncasecmp_l.
48010         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48011         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48012         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48013         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48014         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48015         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48016         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48017         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48018         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48019         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48020         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48021
48022 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48023
48024         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48025         result of SYSDEP_GETTIME_CPU to retval.
48026         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48027         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48028
48029         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48030         variable.
48031
48032         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48033         mantissa words.
48034         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48035
48036         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48037         from unused variable.
48038
48039         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48040         DWARF definitions.
48041         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48042         for assembling.
48043
48044         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48045         over namespaces.
48046
48047         * sunrpc/rpc_prot.c (rejected): Fix case value.
48048
48049         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48050         unsigned long long int to avoid warnings in shift.
48051
48052         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48053         of use of trans.
48054         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48055         variable tmp.
48056
48057         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48058         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48059         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48060
48061         * nis/nis_table.c (nis_list): Use variable of correct type for
48062         result of __follow_path call.
48063
48064 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48065
48066         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48067         of math functions ceil, trunc, floor, round, and sqrt, when
48068         avaliable on the platform.
48069         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48070         name clash.
48071         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48072         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48073         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48074
48075 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48076
48077         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48078         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48079
48080 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48081
48082         * include/unistd.h: Fix __readlink return type.
48083         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48084
48085 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48086
48087         * stdlib/ucontext.h: Undo last change for makecontext.
48088
48089 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48090
48091         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48092
48093         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48094         * setjmp/setjmp.h: Mark functions as non-leaf.
48095         * setjmp/bits/setjmp2.h: Likewise.
48096         * stdlib/ucontext.h: Likewise.
48097
48098 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48099
48100         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48101         (reused_arena): Don't check arena limit.
48102         (arena_get2): Atomically check arena limit.
48103
48104 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48105
48106         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48107         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48108
48109         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48110         instructions.
48111
48112 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48113
48114         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48115         handler when locking.
48116
48117         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48118         Fix size of allocated buffer.
48119
48120 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48121
48122         [BZ #10103]
48123         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48124         declarations for long double functions.
48125         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48126
48127         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48128
48129 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48130
48131         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48132         installed.
48133
48134         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48135         is disabled.
48136
48137 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48138
48139         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48140
48141 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48142
48143         * include/alloca.h (stackinfo_alloca_round): Define.
48144         (extend_alloca): Use it.
48145         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48146         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48147         here.
48148
48149         * scripts/check-local-headers.sh: Ignore libaudit.h.
48150
48151         * nscd/Makefile (extra-objs): Make recursively expanded.
48152
48153 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48154
48155         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48156         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48157
48158         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48159         * posix/tst-rfc3484-2.c: Likewise.
48160         * posix/tst-rfc3484-3.c: Likewise.
48161
48162         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48163         process_vm_writev.
48164         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48165         process_vm_writev.
48166         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48167         process_vm_writev from libc using GLIBC_2.15 version.
48168
48169         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48170
48171 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48172
48173         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48174         stack usage.
48175
48176 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48177
48178         [BZ #13367]
48179         * nss/getent.c (initgroups_keys): Show error message in case no group
48180         names are given.
48181
48182         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48183         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48184         __bump_nl_timestamp.
48185         * nscd/connections (nscd_init): When host database is served open
48186         netlink socket and request notification about configuration changes.
48187         (main_loop_poll): Track netlink file descriptor and bump timestamp
48188         in case data becomes available.
48189         (main_loop_epoll): Likewise.
48190         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48191         (database_pers_head): Add extra_data fileds.
48192         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48193         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48194         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48195         Adjust caller.
48196         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48197         in6ai data, call __free_in6ai.
48198         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48199         Add -DHAVE_NETLINK.
48200         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48201         interface information.  Reuse previous data if netlink timestamp
48202         is not changed.
48203         (__bump_nl_timestamp): New function.
48204         (__free_in6ai): New function.
48205
48206 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48207
48208         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48209         close_not_cancel_no_status here.
48210         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48211
48212 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48213
48214         [BZ #13276]
48215         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48216         return value.
48217
48218         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48219         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48220         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48221
48222 2011-07-03  Andreas Jaeger  <aj@suse.de>
48223
48224         [BZ #10709]
48225         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48226         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48227         * math/libm-test.inc (sin_test): Add test case.
48228
48229 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48230
48231         [BZ #13337]
48232         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48233         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48234
48235         * elf/chroot_canon.c (chroot_canon): Cleanups.
48236
48237         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48238
48239         [BZ #13335]
48240         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48241         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48242
48243         * string/test-strchr.c: Make usable for strchrnul testing.
48244         * string/test-strchrnul.c: New file.
48245         * string/Makefile (strop-tests): Add strchrnul.
48246
48247         * po/it.po: Update from translation team.
48248         * po/es.po: Likewise.
48249
48250 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48251
48252         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48253         the three constants needed as parameters.  Drop the others.
48254         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48255         __m128i_strloadu_tolower.
48256         Create and initialize variable zero and use it in all the places
48257         where _mm_setzero_si128 was used.
48258
48259         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48260         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48261         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48262         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48263         anymore.
48264         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48265         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48266         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48267         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48268         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48269         __mpranred, __mptan.
48270         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48271         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48272         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48273         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48274         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48275         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48276         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48277         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48278         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48279
48280 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48281
48282         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48283         redefine if SHARED.
48284         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48285
48286         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48287         wide char related routines to wcsmbs subdir.
48288
48289 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48290
48291         [BZ #13344]
48292         * misc/sys/cdefs.h (__THROWNL): Define.
48293         * posix/unistd.h: Use __THREADNL instead of __THREAD
48294         for memory synchronization functions.
48295
48296 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48297
48298         [BZ #13349]
48299         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48300         doesn't exist.
48301         * manual/stdio.texi (Obstack Streams): Node removed.
48302
48303 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48304
48305         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48306         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48307         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48308
48309         * math/math_private.h (math_force_eval): Allow non-addressable
48310         arguments.
48311         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48312
48313 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48314
48315         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48316         file is not needed.
48317
48318         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48319         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48320         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48321         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48322         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48323         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48324         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48325         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48326         Add AVX variants.
48327         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48328         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48329         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48330         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48331         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48332         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48333         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48334         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48335         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48336         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48337         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48338         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48339         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48340         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48341         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48342         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48343         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48344         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48345         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48346
48347         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48348         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48349
48350         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48351         place.  Use VEX encoding when compiling for AVX.
48352
48353 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48354
48355         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48356         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48357
48358         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48359
48360 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48361
48362         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48363         useless if() expression.
48364         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48365         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48366         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48367         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48368         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48369         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48370         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48371         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48372         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48373         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48374         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48375         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48376         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48377         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48378         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48379         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48380         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48381         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48382         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48383
48384         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48385
48386 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48387
48388         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48389         condition.
48390         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48391
48392 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48393
48394         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48395         .text section.  Avoid duplicate constants.
48396         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48397         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48398         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48399         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48400         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48401         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48402         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48403         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48404         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48405         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48406         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48407         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48408         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48409         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48410         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48411         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48412         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48413         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48414         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48415         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48416         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48417         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48418         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48419         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48420         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48421         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48422         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48423         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48424         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48425         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48426         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48427         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48428         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48429         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48430         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48431         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48432         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48433         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48434         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48435         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48436         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48437         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48438         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48439         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48440         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48441
48442 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48443
48444         * sysdeps/x86_64/dla.h: Move to ...
48445         * sysdeps/x86_64/fpu/dla.h: ...here.
48446         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48447         situations.  Use __builtin_fma only for gcc 4.6 and up.
48448
48449         * config.make.in: Add have-mfma4 entry.
48450         * configure.in: Substitute libc_cv_cc_fma4.
48451         * math/Makefile (dbl-only-routines): Add sincostab.
48452         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48453         Use __sincostab not sincos.
48454         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48455         name is a macro.
48456         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48460         using __copysign.
48461         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48462         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48463         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48464         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48465         and __inv.
48466         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48467         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48468         __copysign.
48469         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48470         define aliases when function name is a macro.
48471         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48472         sysdeps/ieee754/dbl-64/sincos.tbl.
48473         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48474         fma4-enabled routines.
48475         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48485         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48486         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48487         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48489         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48490         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48491         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48492         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48493         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48494         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48495         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48496         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48497         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48498         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48499         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48500         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48501         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48502         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48503         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48504         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48505
48506         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48507         rename.
48508         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48516
48517 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48518
48519         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48520
48521 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48522
48523         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48524
48525         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48526         prediction.
48527         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48528
48529         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48530         Remove unused variable magic_bits.
48531         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48532
48533         * string/strnlen.c: Define and use STRNLEN macro.
48534         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48535         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48536         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48537         * wcsmbs/wcslen.c: Define and use WCSLEN.
48538         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48539         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48540         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48541         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48542         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48543         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48544         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48545
48546 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48547
48548         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48549         strnlen-sse2-no-bsf.
48550         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48551         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48552         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48553         Add strnlen support.
48554         (USE_AS_STRNLEN): New macro.
48555         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48556         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48557         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48558         * sysdeps/x86_64/wcslen.S: New file.
48559
48560 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48561
48562         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48563         XMM-moves are used for copying on small sizes.
48564
48565 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48566
48567         * wcsmbs/Makefile (strop-tests): Add wcschr.
48568         * wcsmbs/test-wcschr.c: New file.
48569         * string/test-strchr.c: Update.
48570         Add wcschr support.
48571         (WIDE): New macro.
48572
48573 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48574
48575         * wcsmbs/Makefile (strop-tests): Add wcslen.
48576         * wcsmbs/test-wcslen.c: New file.
48577         * string/test-strlen.c: Update.
48578         Add wcslen support.
48579         (WIDE): New macro.
48580
48581 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48582
48583         * po/it.po: Update from translation team.
48584
48585 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48586
48587         * sysdeps/x86_64/wcscmp.S: Update.
48588         Fix wrong comparison semantics.
48589         wcscmp shall use signed comparison not unsigned.
48590         Don't use substraction to avoid overflow bug.
48591         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48592         * wcsmbc/wcscmp.c: Likewise.
48593         * string/test-strcmp.c: Likewise.
48594         Add new tests to check cases with negative values.
48595
48596 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48597
48598         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48599         * sysdeps/x86_64/dla.h: ...here.  New file.
48600         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48601         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48609
48610 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48611
48612         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48613         __ynl_finite aliases.
48614
48615 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48616
48617         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48618
48619         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48620         define DLA_FMA.
48621         [DLA_FMA] (EMULV): Use DLA_FMA.
48622         [DLA_FMA] (MUL12): Use EMULV.
48623         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48624         that are not needed.
48625         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48632
48633 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48634
48635         * math/s_nan.c: Undef __nan.
48636         * math/s_nanf.c: Undef __nanf.
48637         * math/s_nanl.c: Undef __nanl.
48638         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48639         "math_private.h".
48640
48641 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48642
48643         * math/s_catan.c: Add branch predictions.
48644         * math/s_catanf.c: Likewise.
48645         * math/s_catanh.c: Likewise.
48646         * math/s_catanhf.c: Likewise.
48647         * math/s_catanhl.c: Likewise.
48648         * math/s_catanl.c: Likewise.
48649         * math/s_cexp.c: Likewise.
48650         * math/s_cexpf.c: Likewise.
48651         * math/s_cexpl.c: Likewise.
48652         * math/s_clog.c: Likewise.
48653         * math/s_clog10.c: Likewise.
48654         * math/s_clog10f.c: Likewise.
48655         * math/s_clog10l.c: Likewise.
48656         * math/s_clogf.c: Likewise.
48657         * math/s_clogl.c: Likewise.
48658         * math/s_csqrt.c: Likewise.
48659         * math/s_csqrtf.c: Likewise.
48660         * math/s_csqrtl.c: Likewise.
48661         * math/s_ctanf.c: Likewise.
48662         * math/s_ctanh.c: Likewise.
48663         * math/s_ctanhf.c: Likewise.
48664         * math/s_ctanhl.c: Likewise.
48665         * math/s_ctanl.c: Likewise.
48666
48667         * math/math_private.h: Define __nan, __nanf, __nanl.
48668         * math/s_cacosh.c: Include <math_private.h>.
48669         * math/s_cacoshl.c: Likewise.
48670         * math/s_casinh.c: Likewise.
48671         * math/s_casinhf.c: Likewise.
48672         * math/s_casinhl.c: Likewise.
48673         * math/s_ccos.c: Rely entire on ccosh.
48674         * math/s_ccosf.c: Rely entire on ccoshf.
48675         * math/s_ccosl.c: Rely entirely on ccoshl.
48676         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48677         Remove tests for FE_INVALID.
48678         * math/s_ccoshf.c: Likewise.
48679         * math/s_ccoshl.c: Likewise.
48680         * math/s_csin.c: Likewise.
48681         * math/s_csinf.c: Likewise.
48682         * math/s_csinh.c Likewise.
48683         * math/s_csinhf.c: Likewise.
48684         * math/s_csinhl.c: Likewise.
48685         * math/s_csinl.c: Likewise.
48686         * math/s_ctan.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48688         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48689         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48690
48691 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48692
48693         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48694         compilation problems.
48695
48696         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48697         __builtin_expect.
48698
48699 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48700
48701         * sysdeps/i386/configure.in: Test for -mfma4 option.
48702         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48703         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48704         COMMON_CPUID_INDEX_80000001.
48705         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48706         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48707         use it if FMA3 is not supported.
48708         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48709
48710         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48711         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48712
48713 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48714
48715         [BZ #12892]
48716         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48717         it would create a cycle with a link time dependency.
48718
48719 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48720
48721         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48722         instruction.
48723         * string/Makefile (strop-tests): Add rawmemchr.
48724         * string/test-rawmemchr.c: New file.
48725
48726         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48727         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48728         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48729         when compiling str{,n}casecmp and when AVX is available.  Hook up
48730         new optimized code in initializers.
48731
48732 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48733
48734         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48735         __feraiseexcept instead of feraiseexcept.
48736
48737 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48738
48739         * math/math_private.h: Define defaults for libc_fetestexcept and
48740         libc_feupdateenv.
48741         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48742         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48743         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48744         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48745         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48746         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48747         libc_fetestexcept and libc_feupdateenv.
48748
48749         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48750         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48751         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48752         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48753         libc_feholdexcept_setround.
48754
48755         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48756         Add s_nearbyint-c and s_nearbyintf-c.
48757         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48758         nearbyintf inlines.
48759         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48760         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48761         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48762         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48763
48764         * math/math_private.h: Define defaults for libc_fegetround,
48765         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48766         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48767         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48768         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48769         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48770         standard functions.
48771         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48772         Remove comments and hacks for old compiler versions.
48773         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48774         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48775         libc_feholdexceptl.
48776
48777 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48778
48779         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48780         (__feraiseexcept_renamed): Add __NTH.
48781         (feraiseexcept): Add __NTH.  Rename local variables to fix
48782         namespace violations.
48783
48784 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48785
48786         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48787
48788         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48789
48790         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48791         recently added interfaces.
48792         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48793
48794         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48795         about macro parameter expansion.
48796
48797         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48798         __NO_MATH_INLINES is defined.  Cleanups.
48799
48800         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48801         and __floorf is target has SSE4.1.
48802         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48803         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48804         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48805         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48806
48807         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48808         name.
48809         (floorf): Likewise.
48810
48811         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48812
48813 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48814
48815         * misc/sys/cdefs.h: Fix last change.
48816
48817         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48818         database lookup.
48819
48820 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48821
48822         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48823
48824         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48825         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48826         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48828         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48830         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48831         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48832         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48833         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48834         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48835         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48836         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48837         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48838         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48839         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48840         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48841         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48842         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48843         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48844         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48845         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48846
48847         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48848         ceil, ceilf, floor, floorf.
48849
48850         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48851         Perform IRELATIVE relocations last.
48852
48853         * elf/do-rel.h: Add another parameter nrelative, replacing the
48854         local variable with the same name.  Change name of the function
48855         to end in Rel or Rela (uppercase).
48856         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48857         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48858         elf_dynamic_do_##reloc function.
48859
48860 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48861
48862         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48863         is sufficient, at least on modern CPUs.
48864
48865         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48866
48867         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48868         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48869
48870         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48871         __expl_finite.
48872         * math/bits/math-finite.h: Add entries for exp.
48873         * math/e_expl.c: Add __*_finite alias.
48874         * sysdeps/i386/fpu/e_exp.S: Likewise.
48875         * sysdeps/i386/fpu/e_expf.S: Likewise.
48876         * sysdeps/i386/fpu/e_expl.c: Likewise.
48877         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48878         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48879         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48880         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48881         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48882         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48883         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48884
48885         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48886         is sufficient, at least on modern CPUs.
48887
48888         * ctype/ctype-info.c (__ctype_init): Define.
48889         * include/ctype.h (__ctype_init): Declare.
48890         (__ctype_b_loc): The variable is always initialized.
48891         (__ctype_toupper_loc): Likewise.
48892         (__ctype_tolower_loc): Likewise.
48893         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48894         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48895
48896 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48897
48898         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48899
48900         * configure.in: Also look in $cxxmachine/include for C++ system
48901         headers.
48902
48903 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48904
48905         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48906         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48907         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48908         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48909         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48910         (USE_AS_WMEMCMP): New macro.
48911         Fixing indents.
48912         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48913         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48914         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48915         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48916         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48917         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48918         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48919         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48920         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48921         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48922         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48923         (USE_AS_WMEMCMP): New macro.
48924         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48925         * sysdeps/string/test-memcmp.c: Update.
48926         Fix simple_wmemcmp.
48927         Add new tests.
48928         * wcsmbs/wmemcmp.c: Update.
48929         (WMEMCMP): New macro.
48930         Fix overflow bug.
48931
48932 2011-10-12  Andreas Jaeger  <aj@suse.de>
48933
48934         [BZ #13268]
48935         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48936
48937 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48938
48939         * libio/iofwide.c (do_length): Avoid warning.
48940
48941         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48942
48943 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48944
48945         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48946
48947         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48948         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48949         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48950         * sysdeps/i386/i686/fpu/e_log.S: New file.
48951         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48952         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48953
48954         * ctype/ctype.h: Add support for inlined isXXX functions when
48955         compiling C++ code.
48956
48957 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48958
48959         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48960
48961         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48962
48963 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48964
48965         [BZ #13291]
48966         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48967
48968 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48969
48970         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48971         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48972         feraiseexcept.
48973
48974         * sysdeps/x86_64/memrchr.S: Check for zero size.
48975
48976         * string/stratcliff.c: Add memrchr tests.
48977
48978 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48979
48980         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48981         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48982         rawmemchr-sse2 rawmemchr-sse2-bsf.
48983         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48984         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48985         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48986         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48987         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48988         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48989         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48990         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48991         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48992         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48993         * string/memrchr.c (MEMRCHR): New macro.
48994
48995 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48996
48997         Add integration with gcc's -ffinite-math-only and optimize wrapper
48998         functions in libm.
48999         * Versions.def: Define GLIBC_2.15 version for libm.
49000         * math/Makefile (headers): Add bits/math-finite.h.
49001         * math/bits/math-finite.h: New file.
49002         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49003         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49004         * math/e_acoshl.c: Add __*_finite alias.
49005         * math/e_acosl.c: Likewise.
49006         * math/e_asinl.c: Likewise.
49007         * math/e_atan2l.c: Likewise.
49008         * math/e_atanhl.c: Likewise.
49009         * math/e_coshl.c: Likewise.
49010         * math/e_exp10.c: Likewise.
49011         * math/e_exp10f.c: Likewise.
49012         * math/e_exp10l.c: Likewise.
49013         * math/e_exp2l.c: Likewise.
49014         * math/e_fmodl.c: Likewise.
49015         * math/e_gammal_r.c: Likewise.
49016         * math/e_hypotl.c: Likewise.
49017         * math/e_j0l.c: Likewise.
49018         * math/e_j1l.c: Likewise.
49019         * math/e_jnl.c: Likewise.
49020         * math/e_lgammal_r.c: Likewise.
49021         * math/e_log10l.c: Likewise.
49022         * math/e_log2l.c: Likewise.
49023         * math/e_logl.c: Likewise.
49024         * math/e_powl.c: Likewise.
49025         * math/e_sinhl.c: Likewise.
49026         * math/e_sqrtl.c: Likewise.
49027         * math/e_scalb.c: Completely rewritten and optimized.
49028         * math/e_scalbf.c: Likewise.
49029         * math/e_scalbl.c: Likewise.
49030         * math/w_acos.c: Likewise.
49031         * math/w_acosf.c: Likewise.
49032         * math/w_acosl.c: Likewise.
49033         * math/w_acosh.c: Likewise.
49034         * math/w_acoshf.c: Likewise.
49035         * math/w_acoshl.c: Likewise.
49036         * math/w_asin.c: Likewise.
49037         * math/w_asinf.c: Likewise.
49038         * math/w_asinl.c: Likewise.
49039         * math/w_atan2.c: Likewise.
49040         * math/w_atan2f.c: Likewise.
49041         * math/w_atan2l.c: Likewise.
49042         * math/w_atanh.c: Likewise.
49043         * math/w_atanhf.c: Likewise.
49044         * math/w_atanhl.c: Likewise.
49045         * math/w_exp10.c: Likewise.
49046         * math/w_exp10f.c: Likewise.
49047         * math/w_exp10l.c: Likewise.
49048         * math/w_fmod.c: Likewise.
49049         * math/w_fmodf.c: Likewise.
49050         * math/w_fmodl.c: Likewise.
49051         * math/w_j0.c: Likewise.
49052         * math/w_j0f.c: Likewise.
49053         * math/w_j0l.c: Likewise.
49054         * math/w_j1.c: Likewise.
49055         * math/w_j1f.c: Likewise.
49056         * math/w_j1l.c: Likewise.
49057         * math/w_jn.c: Likewise.
49058         * math/w_jnf.c: Likewise.
49059         * math/w_log.c: Likewise.
49060         * math/w_logf.c: Likewise.
49061         * math/w_logl.c: Likewise.
49062         * math/w_log10.c: Likewise.
49063         * math/w_log10f.c: Likewise.
49064         * math/w_log10l.c: Likewise.
49065         * math/w_log2.c: Likewise.
49066         * math/w_log2f.c: Likewise.
49067         * math/w_log2l.c: Likewise.
49068         * math/w_pow.c: Likewise.
49069         * math/w_powf.c: Likewise.
49070         * math/w_powl.c: Likewise.
49071         * math/w_remainder.c: Likewise.
49072         * math/w_remainderf.c: Likewise.
49073         * math/w_remainderl.c: Likewise.
49074         * math/w_scalb.c: Likewise.
49075         * math/w_scalbf.c: Likewise.
49076         * math/w_scalbl.c: Likewise.
49077         * math/w_sqrt.c: Likewise.
49078         * math/w_sqrtf.c: Likewise.
49079         * math/w_sqrtl.c: Likewise.
49080         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49081         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49082         used.
49083         * math/math_private.h: Declare __kernel_standard_f.
49084         * math/w_cosh.c: Remove cruft and optimize a bit.
49085         * math/w_coshf.c: Likewise.
49086         * math/w_coshl.c: Likewise.
49087         * math/w_exp2.c: Likewise.
49088         * math/w_exp2f.c: Likewise.
49089         * math/w_exp2l.c: Likewise.
49090         * math/w_hypot.c: Likewise.
49091         * math/w_hypotf.c: Likewise.
49092         * math/w_hypotl.c: Likewise.
49093         * math/w_lgamma.c: Likewise.
49094         * math/w_lgamma_r.c: Likewise.
49095         * math/w_lgammaf.c: Likewise.
49096         * math/w_lgammaf_r.c: Likewise.
49097         * math/w_lgammal.c: Likewise.
49098         * math/w_lgammal_r.c: Likewise.
49099         * math/w_sinh.c: Likewise.
49100         * math/w_sinhf.c: Likewise.
49101         * math/w_sinhl.c: Likewise.
49102         * math/w_tgamma.c: Likewise.
49103         * math/w_tgammaf.c: Likewise.
49104         * math/w_tgammal.c: Likewise.
49105         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49106         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49107         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49108         Minor optimizations.  Pretty printing.  Remove cruft.
49109         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49110         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49111         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49112         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49113         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49114         * sysdeps/i386/fpu/e_asin.S: Likewise.
49115         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49116         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49117         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49118         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49119         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49120         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49121         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49122         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49123         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49124         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49125         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49126         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49127         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49128         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49129         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49130         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49131         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49132         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49133         * sysdeps/i386/fpu/e_log.S: Likewise.
49134         * sysdeps/i386/fpu/e_log10.S: Likewise.
49135         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49136         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49137         * sysdeps/i386/fpu/e_log2.S: Likewise.
49138         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49139         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49140         * sysdeps/i386/fpu/e_logf.S: Likewise.
49141         * sysdeps/i386/fpu/e_logl.S: Likewise.
49142         * sysdeps/i386/fpu/e_pow.S: Likewise.
49143         * sysdeps/i386/fpu/e_powf.S: Likewise.
49144         * sysdeps/i386/fpu/e_powl.S: Likewise.
49145         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49146         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49147         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49148         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49149         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49150         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49151         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49152         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49153         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49154         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49170         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49172         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49173         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49174         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49175         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49176         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49177         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49178         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49179         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49180         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49181         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49182         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49183         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49184         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49185         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49186         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49187         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49188         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49189         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49190         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49191         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49192         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49193         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49194         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49195         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49221         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49223         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49225         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49226         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49230         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49233         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49234         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49235         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49236         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49237         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49238         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49239         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49240         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49241         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49242         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49243         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49244         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49245         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49246         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49247         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49248         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49249         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49250         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49251         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49252         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49253         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49254         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49255         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49256         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49257         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49258         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49259         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49260         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49261         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49262         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49263         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49264         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49265         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49266         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49267         (__isnanf): Likewise.
49268         (__isinf_ns): Likewise.
49269         (__isinf_nsf): Likewise.
49270         (__finite): Likewise.
49271         (__finitef): Likewise.
49272         (__ieee754_sqrt): Define as macro.
49273         (__ieee754_sqrtf): Define as macro.
49274         (__ieee754_sqrtl): Define as macro.
49275         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49276         inlined copy.
49277         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49278         __FINITE_MATH_ONLY__ consistent.
49279         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49280
49281 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49282
49283         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49284         of rawmemchr.
49285
49286         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49287
49288 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49289
49290         * po/ja.po: Update from translation team.
49291
49292 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49293
49294         * locale/programs/locarchive.c (prepare_address_space): New function.
49295         (create_archive, enlarge_archive, open_archive): Use it.
49296
49297         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49298         inside [SHARED], where it is used.
49299
49300         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49301
49302         * nss/getent.c (netgroup_keys): Remove unused variable.
49303         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49304
49305 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49306
49307         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49308         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49309         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49310         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49311         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49312         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49313         * math/Makefile (libm-calls): Add s_isinf_ns.
49314         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49315         * math/multc3.c: Likewise.
49316         * math/s_casin.c: Likewise.
49317         * math/s_casinf.c: Likewise.
49318         * math/s_casinl.c: Likewise.
49319         * math/s_ccos.c: Likewise.
49320         * math/s_ccosf.c: Likewise.
49321         * math/s_ccosl.c: Likewise.
49322         * math/s_ctan.c: Likewise.
49323         * math/s_ctanf.c: Likewise.
49324         * math/s_ctanh.c: Likewise.
49325         * math/s_ctanhf.c: Likewise.
49326         * math/s_ctanhl.c: Likewise.
49327         * math/s_ctanl.c: Likewise.
49328         * math/w_fmod.c: Likewise.
49329         * math/w_fmodf.c: Likewise.
49330         * math/w_fmodl.c: Likewise.
49331         * math/w_remainder.c: Likewise.
49332         * math/w_remainderf.c: Likewise.
49333         * math/w_remainderl.c: Likewise.
49334         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49335         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49336         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49337         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49338         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49339         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49340         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49341         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49342
49343         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49344         of the number.
49345         * stdio-common/printf_fphex.c: Likewise.
49346         * stdio-common/printf_size.c: Likewise.
49347
49348         * math/e_exp10.c: Include math_private.h using <...> not "...".
49349         * math/e_exp10f.c: Likewise.
49350         * math/e_exp10l.c: Likewise.
49351         * math/e_exp2l.c: Likewise.
49352         * math/e_j0l.c: Likewise.
49353         * math/e_j1l.c: Likewise.
49354         * math/e_jnl.c: Likewise.
49355         * math/e_lgammal_r.c: Likewise.
49356         * math/e_rem_pio2l.c: Likewise.
49357         * math/e_scalb.c: Likewise.
49358         * math/e_scalbf.c: Likewise.
49359         * math/e_scalbl.c: Likewise.
49360         * math/k_cosl.c: Likewise.
49361         * math/k_sinl.c: Likewise.
49362         * math/k_tanl.c: Likewise.
49363         * math/s_cacoshf.c: Likewise.
49364         * math/s_catan.c: Likewise.
49365         * math/s_catanf.c: Likewise.
49366         * math/s_catanh.c: Likewise.
49367         * math/s_catanhf.c: Likewise.
49368         * math/s_catanhl.c: Likewise.
49369         * math/s_catanl.c: Likewise.
49370         * math/s_ccosh.c: Likewise.
49371         * math/s_ccoshf.c: Likewise.
49372         * math/s_ccoshl.c: Likewise.
49373         * math/s_cexp.c: Likewise.
49374         * math/s_cexpf.c: Likewise.
49375         * math/s_cexpl.c: Likewise.
49376         * math/s_clog.c: Likewise.
49377         * math/s_clog10.c: Likewise.
49378         * math/s_clog10f.c: Likewise.
49379         * math/s_clog10l.c: Likewise.
49380         * math/s_clogf.c: Likewise.
49381         * math/s_clogl.c: Likewise.
49382         * math/s_csin.c: Likewise.
49383         * math/s_csinf.c: Likewise.
49384         * math/s_csinh.c: Likewise.
49385         * math/s_csinhf.c: Likewise.
49386         * math/s_csinhl.c: Likewise.
49387         * math/s_csinl.c: Likewise.
49388         * math/s_csqrt.c: Likewise.
49389         * math/s_csqrtf.c: Likewise.
49390         * math/s_csqrtl.c: Likewise.
49391         * math/s_ctan.c: Likewise.
49392         * math/s_ctanf.c: Likewise.
49393         * math/s_ctanh.c: Likewise.
49394         * math/s_ctanhf.c: Likewise.
49395         * math/s_ctanhl.c: Likewise.
49396         * math/s_ctanl.c: Likewise.
49397         * math/s_ldexp.c: Likewise.
49398         * math/s_ldexpf.c: Likewise.
49399         * math/s_ldexpl.c: Likewise.
49400         * math/s_significand.c: Likewise.
49401         * math/s_significandf.c: Likewise.
49402         * math/s_significandl.c: Likewise.
49403         * math/w_acos.c: Likewise.
49404         * math/w_acosf.c: Likewise.
49405         * math/w_acosh.c: Likewise.
49406         * math/w_acoshf.c: Likewise.
49407         * math/w_acoshl.c: Likewise.
49408         * math/w_acosl.c: Likewise.
49409         * math/w_asin.c: Likewise.
49410         * math/w_asinf.c: Likewise.
49411         * math/w_asinl.c: Likewise.
49412         * math/w_atan2.c: Likewise.
49413         * math/w_atan2f.c: Likewise.
49414         * math/w_atan2l.c: Likewise.
49415         * math/w_atanh.c: Likewise.
49416         * math/w_atanhf.c: Likewise.
49417         * math/w_atanhl.c: Likewise.
49418         * math/w_cosh.c: Likewise.
49419         * math/w_coshf.c: Likewise.
49420         * math/w_coshl.c: Likewise.
49421         * math/w_dremf.c: Likewise.
49422         * math/w_exp10.c: Likewise.
49423         * math/w_exp10f.c: Likewise.
49424         * math/w_exp10l.c: Likewise.
49425         * math/w_exp2.c: Likewise.
49426         * math/w_exp2f.c: Likewise.
49427         * math/w_fmod.c: Likewise.
49428         * math/w_fmodf.c: Likewise.
49429         * math/w_fmodl.c: Likewise.
49430         * math/w_hypot.c: Likewise.
49431         * math/w_hypotf.c: Likewise.
49432         * math/w_hypotl.c: Likewise.
49433         * math/w_j0.c: Likewise.
49434         * math/w_j0f.c: Likewise.
49435         * math/w_j0l.c: Likewise.
49436         * math/w_j1.c: Likewise.
49437         * math/w_j1f.c: Likewise.
49438         * math/w_j1l.c: Likewise.
49439         * math/w_jn.c: Likewise.
49440         * math/w_jnf.c: Likewise.
49441         * math/w_jnl.c: Likewise.
49442         * math/w_lgamma.c: Likewise.
49443         * math/w_lgamma_r.c: Likewise.
49444         * math/w_lgammaf.c: Likewise.
49445         * math/w_lgammaf_r.c: Likewise.
49446         * math/w_lgammal.c: Likewise.
49447         * math/w_lgammal_r.c: Likewise.
49448         * math/w_log.c: Likewise.
49449         * math/w_log10.c: Likewise.
49450         * math/w_log10f.c: Likewise.
49451         * math/w_log10l.c: Likewise.
49452         * math/w_log2.c: Likewise.
49453         * math/w_log2f.c: Likewise.
49454         * math/w_log2l.c: Likewise.
49455         * math/w_logf.c: Likewise.
49456         * math/w_logl.c: Likewise.
49457         * math/w_pow.c: Likewise.
49458         * math/w_powf.c: Likewise.
49459         * math/w_powl.c: Likewise.
49460         * math/w_remainder.c: Likewise.
49461         * math/w_remainderf.c: Likewise.
49462         * math/w_remainderl.c: Likewise.
49463         * math/w_scalb.c: Likewise.
49464         * math/w_scalbf.c: Likewise.
49465         * math/w_scalbl.c: Likewise.
49466         * math/w_sinh.c: Likewise.
49467         * math/w_sinhf.c: Likewise.
49468         * math/w_sinhl.c: Likewise.
49469         * math/w_sqrt.c: Likewise.
49470         * math/w_sqrtf.c: Likewise.
49471         * math/w_sqrtl.c: Likewise.
49472         * math/w_tgamma.c: Likewise.
49473         * math/w_tgammaf.c: Likewise.
49474         * math/w_tgammal.c: Likewise.
49475
49476         * po/ja.po: Update from translation team.
49477
49478 2011-09-29  Andreas Jaeger  <aj@suse.de>
49479
49480         [BZ #13179]
49481         * sunrpc/netname.c (netname2host): Fix logic.
49482
49483         [BZ #6779]
49484         [BZ #6783]
49485         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49486         correctly.
49487         * math/w_remainder.c (__remainder): Likewise.
49488         * math/w_remainderf.c (__remainderf): Likewise.
49489         * math/libm-test.inc (remainder_test): Add test cases.
49490
49491 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49492
49493         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49494         sdiv_qrnnd.
49495
49496 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49497
49498         * string/test-memcmp.c: Avoid unncessary #defines.
49499         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49500
49501 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49502
49503         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49504         Use new sse2 version for core i3 - i7 as it's faster
49505         than sse42 version.
49506         (bit_Prefer_PMINUB_for_stringop): New.
49507         * sysdeps/x86_64/rawmemchr.S: Update.
49508         Replace with faster SSE2 version.
49509         * sysdeps/x86_64/memrchr.S: New file.
49510         * sysdeps/x86_64/memchr.S: Update.
49511         Replace with faster SSE2 version.
49512
49513 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49514
49515         * elf/dl-load.c (lose): Add cast to avoid warning.
49516
49517 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49518
49519         * po/ca.po: Update from translation team.
49520
49521         * inet/getnetgrent_r.c: Hook up nscd.
49522         * nscd/Makefile (routines): Add nscd_netgroup.
49523         (nscd-modules): Add netgroupcache.
49524         (CFLAGS-netgroupcache.c): Define.
49525         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49526         (cache_search): Add const to second parameter.
49527         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49528         INNETGR.
49529         (dbs): Add netgrdb entry.
49530         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49531         (verify_persistent_db): Handle netgrdb.
49532         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49533         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49534         GETFDNETGR.
49535         (netgroup_response_header): Define.
49536         (innetgroup_response_header): Define.
49537         (datahead): Add netgroup_response_header and innetgroup_response_header
49538         elements.
49539         * nscd/nscd.conf: Add entries for netgroup cache.
49540         * nscd/nscd.h (dbtype): Add netgrdb.
49541         (_PATH_NSCD_NETGROUP_DB): Define.
49542         (netgroup_iov_disabled): Declare.
49543         (xmalloc, xcalloc, xrealloc): Move declarations here.
49544         (cache_search): Adjust prototype.
49545         Add netgroup-related prototypes.
49546         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49547         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49548         (__nscd_innetgr): Declare.
49549         * nscd/selinux.c (perms): Use access_vector_t as element type and
49550         add netgroup-related initializers.
49551         * nscd/netgroupcache.c: New file.
49552         * nscd/nscd_netgroup.c: New file.
49553         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49554         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49555         For four parameters use innetgr.
49556         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49557         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49558         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49559         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49560
49561         * nscd/connections.c (register_traced_file): Don't register file
49562         for disabled databases.
49563
49564 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49565
49566         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49567
49568         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49569         from tree and freeing node.
49570
49571 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49572
49573         * nss/nsswitch.c (__nss_database_lookup): Handle
49574         nss_parse_service_list out of memory case.
49575
49576 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49577
49578         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49579         out of memory case.
49580
49581 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49582
49583         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49584         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49585         pass it down.
49586         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49587         elf_machine_rela, elf_machine_lazy_rel.
49588         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49589         (ELF_DYNAMIC_DO_REL): Likewise.
49590         (ELF_DYNAMIC_DO_RELA): Likewise.
49591         (ELF_DYNAMIC_RELOCATE): Likewise.
49592         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49593         to ELF_DYNAMIC_DO_REL.
49594         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49595         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49596         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49597         elf_machine_rela.
49598         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49599         skip_ifunc, don't call ifunc function if non-zero.
49600         (elf_machine_rela): Likewise.
49601         (elf_machine_lazy_rel): Likewise.
49602         (elf_machine_lazy_rela): Likewise.
49603         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49604         (elf_machine_lazy_rel): Likewise.
49605         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49606         Likewise.
49607         (elf_machine_lazy_rel): Likewise.
49608         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49609         Likewise.
49610         (elf_machine_lazy_rel): Likewise.
49611         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49612         (elf_machine_lazy_rel): Likewise.
49613         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49614         (elf_machine_lazy_rel): Likewise.
49615         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49616         (elf_machine_lazy_rel): Likewise.
49617         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49618         (elf_machine_lazy_rel): Likewise.
49619         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49620         (elf_machine_lazy_rel): Likewise.
49621         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49622         (elf_machine_lazy_rel): Likewise.
49623
49624 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49625
49626         * nss/nss_files/files-init.c (_nss_files_init): Use static
49627         initialization for all the *_traced_file variables.
49628
49629 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49630
49631         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49632
49633 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49634
49635         [BZ #13226]
49636         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49637
49638 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49639
49640         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49641         Reread the line before reparsing it.
49642
49643 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49644
49645         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49646
49647 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49648             Maxim Kuvyrkov  <maxim@codesourcery.com>
49649             Joseph Myers  <joseph@codesourcery.com>
49650
49651         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49652         if needed for __stack_chk_guard.
49653
49654 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49655
49656         * sysdeps/posix/spawni.c (script_execute): Always define it.
49657         It will be optimized away if unused.
49658         (maybe_script_execute): New function.
49659         (__spawni): Call it.
49660
49661         * Makerules: Don't include tls.make.
49662         (config-tls): Always set to thread.
49663         * tls.make.c: File removed.
49664
49665 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49666
49667         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49668         * config.make.in (CPPFLAGS-config): New substituted variable.
49669
49670 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49671
49672         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49673
49674         [BZ #13192]
49675         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49676         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49677
49678 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49679
49680         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49681         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49682         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49683         (CALL_FAIL): Likewise.
49684         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49685         (CALL_FAIL): Macro removed.
49686         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49687
49688 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49689
49690         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49691         for __FINITE_MATH_ONLY__ == 1.
49692
49693 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49694
49695         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49696         __ieee754_sqrt instead of sqrt.
49697         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49698         __ieee754_sqrtf instead of sqrtf.
49699         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49700         __floorf instead of floorf.
49701         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49702         __floorf, __truncf instead of floorf, truncf.
49703
49704 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49705
49706         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49707
49708         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49709         __extern_always_inline.
49710         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49711         32-bit.
49712
49713 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49714
49715         * elf/rtld.c (dl_main): Also relocate in dependency order when
49716         doing symbol dependency testing.
49717
49718 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49719
49720         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49721         Always define `refsym'.
49722
49723 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49724
49725         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49726         (__FD_ELT): Renamed from __FDELT.
49727         * misc/bits/select2.h (__FD_ELT): Likewise.
49728         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49729         __FD_MASK instead of __FDELT, __FDMASK.
49730         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49731         Likewise.
49732         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49733         Likewise.
49734
49735         * elf/Makefile (gen-ldd): Fix pattern.
49736
49737         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49738         (init_tls): Likewise.
49739
49740 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49741
49742         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49743
49744 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49745
49746         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49747         `struct cmsghdr *' instead of `void *'.
49748         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49749         Likewise.
49750
49751 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49752
49753         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49754         if non-absolute.
49755         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49756         ldd_rewrite_script.
49757
49758 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49759
49760         * configure.in: Remove --with-tls option.
49761         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49762         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49763         out in case it is missing.
49764         * sysdeps/ia64/elf/configure.in: Likewise.
49765         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49766         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49767         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49768         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49769         * sysdeps/sh/elf/configure.in: Likewise.
49770         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49771         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49772         * sysdeps/x86_64/elf/configure.in: Likewise.
49773         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49774         * sysdeps/mach/hurd/tls.h: Likewise.
49775
49776         [BZ #13067]
49777         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49778
49779         [BZ #13090]
49780         * configure.in: Fix use of AC_INIT.
49781
49782         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49783
49784 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49785
49786         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49787         __set_errno.
49788         * malloc/hooks.c: Likewise.
49789
49790         [BZ #11929]
49791         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49792         variables statically.
49793         (narenas): Initialize.
49794         (list_lock): Initialize.
49795         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49796         initializtion of main_arena and list_lock.  Small cleanups.
49797         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49798         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49799         Add initializers to main_arena and mp_.
49800         (malloc_state): Remove pagesize member.  Change all users to use
49801         GLRO(dl_pagesize).
49802
49803         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49804         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49805         is always initialized.
49806
49807         * malloc/malloc.c: Removed unused configurations and dead code.
49808         * malloc/arena.c: Likewise.
49809         * malloc/hooks.c: Likewise.
49810         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49811
49812         * include/tls.h: Removed.  USE___THREAD must always be defined.
49813         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49814         * elf/dl-libc.c: Likewise.
49815         * elf/dl-tsd.c: Likewise.
49816         * include/errno.h: Likewise.
49817         * include/netdb.h: Likewise.
49818         * include/resolv.h: Likewise.
49819         * inet/herrno-loc.c: Likewise.
49820         * inet/herrno.c: Likewise.
49821         * malloc/arena.c: Likewise.
49822         * malloc/hooks.c: Likewise.
49823         * malloc/malloc.c: Likewise.
49824         * resolv/res-state.c: Likewise.
49825         * resolv/res_libc.c: Likewise.
49826         * sysdeps/i386/dl-machine.h: Likewise.
49827         * sysdeps/ia64/dl-machine.h: Likewise.
49828         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49829         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49830         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49831         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49832         * sysdeps/sh/dl-machine.h: Likewise.
49833         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49834         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49835         * sysdeps/unix/i386/sysdep.S: Likewise.
49836         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49837         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49838         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49839         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49840         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49841         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49842         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49843         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49844         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49845         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49846         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49847         * sysdeps/x86_64/dl-machine.h: Likewise.
49848         * tls.make.c: Likewise.
49849
49850         * configure.in: Remove --with-__thread option.  Make tests for
49851         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49852         tls_model attribute fail if no support is available.  Remove
49853         USE_IN_LIBIO.
49854         * Makeconfig: Adjust for dropped configure option.  All features are
49855         now mandatory.
49856         * Makerules: Likewise.
49857         * Versions.def: Likewise.
49858         * argp/argp-fmtstream.c: Likewise.
49859         * argp/argp-fmtstream.h: Likewise.
49860         * argp/argp-help.c: Likewise.
49861         * assert/assert.c: Likewise.
49862         * config.h.in: Likewise.
49863         * config.make.in: Likewise.
49864         * configure: Likewise.
49865         * configure.in: Likewise.
49866         * csu/Versions: Likewise.
49867         * csu/init.c: Likewise.
49868         * elf/tst-audit2.c: Likewise.
49869         * elf/tst-tls10.c: Likewise.
49870         * elf/tst-tls10.h: Likewise.
49871         * elf/tst-tls11.c: Likewise.
49872         * elf/tst-tls12.c: Likewise.
49873         * elf/tst-tls14.c: Likewise.
49874         * elf/tst-tlsmod11.c: Likewise.
49875         * elf/tst-tlsmod12.c: Likewise.
49876         * elf/tst-tlsmod13.c: Likewise.
49877         * elf/tst-tlsmod13a.c: Likewise.
49878         * elf/tst-tlsmod14a.c: Likewise.
49879         * elf/tst-tlsmod15b.c: Likewise.
49880         * elf/tst-tlsmod16a.c: Likewise.
49881         * elf/tst-tlsmod16b.c: Likewise.
49882         * elf/tst-tlsmod7.c: Likewise.
49883         * elf/tst-tlsmod8.c: Likewise.
49884         * elf/tst-tlsmod9.c: Likewise.
49885         * gmon/gmon.c: Likewise.
49886         * grp/fgetgrent_r.c: Likewise.
49887         * grp/putgrent.c: Likewise.
49888         * hurd/fopenport.c: Likewise.
49889         * include/libc-symbols.h: Likewise.
49890         * include/tls.h: Likewise.
49891         * intl/gettextP.h: Likewise.
49892         * intl/loadinfo.h: Likewise.
49893         * locale/global-locale.c: Likewise.
49894         * locale/localeinfo.h: Likewise.
49895         * mach/devstream.c: Likewise.
49896         * malloc/arena.c: Likewise.
49897         * malloc/set-freeres.c: Likewise.
49898         * misc/err.c: Likewise.
49899         * misc/getttyent.c: Likewise.
49900         * misc/mntent_r.c: Likewise.
49901         * posix/getopt.c: Likewise.
49902         * posix/wordexp.c: Likewise.
49903         * pwd/fgetpwent_r.c: Likewise.
49904         * resolv/Versions: Likewise.
49905         * resolv/res_hconf.c: Likewise.
49906         * shadow/fgetspent_r.c: Likewise.
49907         * shadow/putspent.c: Likewise.
49908         * stdio-common/printf_fphex.c: Likewise.
49909         * stdio-common/tmpfile.c: Likewise.
49910         * stdlib/abort.c: Likewise.
49911         * stdlib/fmtmsg.c: Likewise.
49912         * sunrpc/auth_unix.c: Likewise.
49913         * sunrpc/clnt_perr.c: Likewise.
49914         * sunrpc/clnt_tcp.c: Likewise.
49915         * sunrpc/clnt_udp.c: Likewise.
49916         * sunrpc/clnt_unix.c: Likewise.
49917         * sunrpc/openchild.c: Likewise.
49918         * sunrpc/svc_simple.c: Likewise.
49919         * sunrpc/svc_tcp.c: Likewise.
49920         * sunrpc/svc_udp.c: Likewise.
49921         * sunrpc/svc_unix.c: Likewise.
49922         * sunrpc/xdr.c: Likewise.
49923         * sunrpc/xdr_array.c: Likewise.
49924         * sunrpc/xdr_rec.c: Likewise.
49925         * sunrpc/xdr_ref.c: Likewise.
49926         * sunrpc/xdr_stdio.c: Likewise.
49927
49928 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49929
49930         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49931
49932 2011-07-03  Andreas Jaeger  <aj@suse.de>
49933
49934         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49935         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49936         regenerate with gen-libm-tests.pl.
49937
49938 2010-05-12  Petr Baudis  <pasky@suse.cz>
49939
49940         [BZ #11589]
49941         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49942         around j0() zero points by switching to j1().
49943         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49944         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49945         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49946         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49947
49948 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49949
49950         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49951         instead of 0.
49952         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49953         instead of 0.
49954         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49955         Patch in part by Pavel Roskin <proski@gnu.org>.
49956
49957         [BZ #13138]
49958         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49959         realloc.
49960         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49961         Free memory block if necessary.
49962
49963         [BZ #12847]
49964         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49965         be NULL.  Don't lock in this case.
49966
49967 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49968
49969         * elf/elf.h (ELFOSABI_GNU): New macro.
49970         (ELFOSABI_LINUX): Define to that.
49971
49972 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49973
49974         * string/strncat.c (strncat): Undef the symbol in case it has been
49975         defined in bits/string.h.
49976
49977 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49978
49979         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49980
49981         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49982         link map.
49983
49984 2011-08-17  Andreas Jaeger  <aj@suse.de>
49985
49986         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49987
49988 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49989             Ian Lance Taylor  <iant@google.com>
49990
49991         * math/libm-test.inc (lround_test): New testcase.
49992         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49993
49994 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49995
49996         * Makefile: Remove support for automatic cvs check-ins.
49997         * Makerules: Likewise.
49998         * config.make.in: Likewise.
49999         * configure.in: Likewise.
50000         * intl/Makefile: Likewise.
50001         * locale/Makefile: Likewise.
50002         * po/Makefile: Likewise.
50003         * posix/Makefile: Likewise.
50004         * sysdeps/gnu/Makefile: Likewise.
50005         * sysdeps/mach/hurd/Makefile: Likewise.
50006         * sysdeps/sparc/sparc32/Makefile: Likewise.
50007
50008         [BZ #13118]
50009         * posix/Makefile (bug-regex32-ENV): Define.
50010         Patch by John Stanley <jpsinthemix@verizon.net>.
50011
50012         * misc/Makefile (headers): Add bits/select2.h.
50013         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50014         * misc/bits/select2.h: New file.
50015         * include/bits/select2.h: New file.
50016         * debug/Makefile (routines): Add fdelt_chk.
50017         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50018         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50019         FD_ISSET.
50020         * debug/fdelt_chk.c: New file.
50021
50022         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50023         * wcsmbs/test-wmemcmp.c: Likewise.
50024         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50025         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50026
50027 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50028
50029         * string/Makefile (strop-tests): Add memcmp.
50030         * string/test-wmemcmp.c: New file.
50031         * string/test-memcmp.c: Add wmemcmp support.
50032
50033 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50034
50035         [BZ #13153]
50036         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50037         2011-07-19 change.
50038
50039         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50040         garbage value in a __mach_port_mod_refs call in the cases of the
50041         task-self and thread-self ports.
50042
50043 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50044
50045         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50046
50047 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50048
50049         * elf/dl-load.c (lose): Check for non-null L.
50050
50051 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50052
50053         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50054
50055         * elf/dl-libc.c (dlerror_run): Pass back error code from
50056         dl_catch_error.
50057
50058         [BZ #13123]
50059         * elf/dl-load.c (lose): Free l_origin if it is valid.
50060
50061         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50062         names.
50063         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50064         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50065         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50066         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50067         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50068         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50069
50070 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50071
50072         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50073         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50074         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50075         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50076         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50077         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50078         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50079         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50080         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50081         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50082
50083 2011-08-15  Alan Modra  <amodra@gmail.com>
50084
50085         [BZ #13092]
50086         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50087         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50088         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50089         ppc_mcount to static-only-routines.
50090         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50091         __mcount_internal.
50092         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50093         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50094
50095 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50096
50097         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50098         for finite and infinity parameters.
50099
50100 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50101
50102         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50103         and add nop instructions for throughput optimization.
50104         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50105
50106 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50107
50108         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50109         aligned copy for power7 with vector-scalar instructions.
50110         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50111
50112 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50113
50114         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50115         AVX check.
50116
50117 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50118
50119         [BZ #13144]
50120         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50121         last change.
50122
50123 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50124
50125         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50126         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50127         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50128         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50129         clock_gettime.
50130
50131 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50132
50133         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50134         Forgot to demangle the pointer.
50135
50136         * sysdeps/i386/sysdep.h: Define atom_text_section.
50137         * sysdeps/x86_64/sysdep.h: Likewise.
50138         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50139         section with atom_text_section.
50140         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50141         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50142         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50143         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50144         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50145
50146         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50147         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50148         already be defined.  Change to take two parameters and don't assign
50149         result to variable.  Adjust all users.
50150         Define INTERNAL_GETTIME if not already defined.
50151         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50152         call.
50153         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50154         HAVE_CLOCK_GETTIME_VSYSCALL.
50155         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50156
50157         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50158         gettimeofday vsyscall, just use time.
50159
50160 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50161
50162         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50163         <errno.h>.
50164
50165 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50166
50167         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50168         syscall on x86-64.
50169         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50170         syscall.
50171         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50172         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50173         syscall if possible.
50174
50175 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50176
50177         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50178         e_ident.  Don't pass to find_mapsXX.
50179         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50180
50181 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50182
50183         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50184         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50185         * sysdeps/x86_64/multiarch/strchr.S: Update.
50186         Check bit_slow_BSF bit.
50187         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50188         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50189         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50190
50191 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50192
50193         [BZ #13134]
50194         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50195         before glibc 2.15.
50196         (tryshell): Define.
50197         (__spawni): Change last parameter to be flag.  Test
50198         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50199         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50200         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50201         * posix/spawni.c: Likewise.
50202         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50203         * posix/spawnp.c: Likewise.  Change normal version to use
50204         SPAWN_XFLAGS_USE_PATH.
50205         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50206         SPAWN_XFLAGS_TRY_SHELL.
50207
50208         [BZ #13150]
50209         * posix/glob.h: Remove gcc 1.x support.
50210
50211         [BZ #13068]
50212         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50213
50214 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50215
50216         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50217         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50218         strrchr-sse2-bsf
50219         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50220         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50221         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50222         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50223         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50224         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50225
50226 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50227
50228         * sysdeps/x86_64/wcscmp.S: New file.
50229
50230         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50231         wcscmp-c wcscmp-sse2
50232         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50233         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50234         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50235         * wcsmbs/wcscmp.c: Allow renaming.
50236
50237 2011-09-05  David S. Miller  <davem@davemloft.net>
50238
50239         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50240         stack slot, rather than the struct return pointer slot.
50241         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50242         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50243         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50244         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50245
50246 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50247
50248         * po/ja.po: Update from translation team.
50249
50250         [BZ #13144]
50251         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50252         kernel in 64-bit binaries.
50253
50254 2011-09-01  David S. Miller  <davem@davemloft.net>
50255
50256         * elf/elf.h (HWCAP_SPARC_*): Move to..
50257         * sysdeps/sparc/sysdep.h: this new file and add new values.
50258         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50259         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50260         _DL_HWCAP_COUNT to 24.
50261         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50262         entries.
50263         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50264         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50265         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50266         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50267         instead of magic constants.
50268         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50269
50270 2011-08-31  David S. Miller  <davem@davemloft.net>
50271
50272         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50273         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50274         Reimplement to do errno handling inline.
50275         (SYSCALL_ERROR_HANDLER): New macro.
50276         (__SYSCALL_STRING): Do not do errno handling in asm.
50277         (__CLONE_SYSCALL_STRING): Delete.
50278         (__INTERNAL_SYSCALL_STRING): Delete.
50279         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50280         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50281         (PSEUDO): Reimplement to do errno handling inline.
50282         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50283         (SYSCALL_ERROR_HANDLER): New macro.
50284         (__SYSCALL_STRING): Do not do errno handling in asm.
50285         (__CLONE_SYSCALL_STRING): Delete.
50286         (__INTERNAL_SYSCALL_STRING): Delete.
50287         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50288         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50289         i386.
50290         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50291         (inline_syscall*): Add 'err' argument.
50292         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50293         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50294         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50295         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50296
50297         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50298         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50299
50300 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50301
50302         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50303
50304 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50305
50306         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50307         directive.
50308
50309 2011-08-24  David S. Miller  <davem@davemloft.net>
50310
50311         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50312
50313 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50314
50315         * elf/Makefile: Add rules to build and run unload8 test.
50316         * elf/unload8.c: New file.
50317         * elf/unload8mod1.c: New file.
50318         * elf/unload8mod1x.c: New file.
50319         * elf/unload8mod2.c: New file.
50320         * elf/unload8mod3.c: New file.
50321
50322         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50323         it wasn't used.
50324
50325 2011-08-23  David S. Miller  <davem@davemloft.net>
50326
50327         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50328         subtract stack bias.
50329         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50330         %sp not %fp in calculations.
50331         (_JMPBUF_UNWINDS_ADJ): Likewise.
50332
50333         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50334         (aio_suspend): Call it to force an exception region around the
50335         AIO_MISC_WAIT() invocation.
50336
50337 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50338
50339         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50340         backslash.
50341
50342 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50343
50344         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50345         protection macro.
50346         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50347         and <dl-machine.h>.
50348         (Elf64_FuncDesc): Remove.
50349
50350 2011-08-22  David S. Miller  <davem@davemloft.net>
50351
50352         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50353         sigaltstack check, add missing cfi directives.
50354         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50355         missing cfi directives, and sigaltstack handling.
50356
50357 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50358
50359         [BZ #11724]
50360         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50361         object is seen twice.
50362         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50363
50364         * elf/Makefile (distribute): Add tst-initorder2.c.
50365         (tests): Add tst-initorder2.
50366         (modules-names): Add tst-initorder2a tst-initorder2b
50367         tst-initorder2c tst-initorder2d.  Add rules to build them.
50368         ($(objpfx)tst-initorder2.out): New rule.
50369         * elf/tst-initorder2.c: New file.
50370         * elf/tst-initorder2.exp: New file.
50371
50372 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50373
50374         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50375
50376         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50377         dependencies back to end of function.
50378
50379         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50380         $(elfobjdir)/ld.so.
50381
50382 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50383
50384         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50385         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50386         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50387         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50388         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50389         of __vdso_gettimeofday.
50390         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50391         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50392         attribute_hidden.
50393         (_libc_vdso_platform_setup): Remove initialization of
50394         __vdso_gettimeofday and __vdso_time.
50395
50396 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50397
50398         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50399         and fgetc_unlocked.
50400         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50401         getc_unlocked.
50402
50403         * elf/dl-open.c (add_to_global): Report additions to the global scope
50404         for LD_DEBUG=scopes.
50405         (dl_open_worker): Also print scope of newly loaded dependencies.
50406         (_dl_show_scope): Indicate if there is no scope.
50407
50408         [BZ #13114]
50409         * stdio-common/Makefile (tests): Add bug24.
50410         * stdio-common/bug24.c: New file.
50411
50412 2011-08-19  Andreas Jaeger  <aj@suse.de>
50413
50414         [BZ #13114]
50415         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50416         non-existant file when using close-on-exec mode.
50417
50418 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50419
50420         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50421         the very first instruction.
50422
50423         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50424         the CFI state in the end.
50425         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50426         inclusion of dl-trampoline.h.
50427         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50428
50429 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50430
50431         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50432         expectations for long double.
50433
50434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50435         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50436
50437 2011-08-14  David S. Miller  <davem@davemloft.net>
50438
50439         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50440         artificual limit depends upon the system page size.
50441
50442 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50443
50444         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50445         * resolv/Makefile: Define CFLAGS-libresolv.
50446
50447 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50448
50449         * nss/makedb.c (compute_tables): Make variables used in nested
50450         function static.
50451
50452 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50453
50454         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50455         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50456         if buffer was too small.
50457
50458         * elf/pldd.c (main): Attach to all threads in the process.
50459         Rewrite /proc handling to use *at functions.
50460
50461 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50462
50463         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50464         specifies first scope to show.
50465         (dl_open_worker): Update callers.  Move printing scope of new
50466         object to before the relocation.
50467         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50468         * sysdeps/generic/ldsodefs.h: Update declaration.
50469
50470         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50471         string for the scope number.
50472
50473 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50474
50475         * nscd/servicescache.c (cache_addserv): Make sure written is always
50476         initialized.
50477
50478 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50479
50480         * sysdeps/i386/i486/bits/atomic.h
50481         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50482         statement expression, so as to suppress "set but not used" warning.
50483         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50484
50485         * string/strncat.c (STRNCAT): Use prototype definition.
50486
50487         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50488         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50489         -Iprograms here.
50490         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50491         (localedef-modules): Add localedef.
50492         (locale-modules): Add locale.
50493
50494         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50495         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50496         to avoid a warning.
50497
50498 2011-08-14  David S. Miller  <davem@davemloft.net>
50499
50500         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50501         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50502
50503 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50504
50505         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50506         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50507         * elf/rtld.c (dl_main): Set l_name of vDSO.
50508         Call _dl_show_scope when DL_DEBUG_SCOPES.
50509         (process_dl_debug): Recognize scopes flag and also set it for all.
50510         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50511         Declare _dl_show_scope.
50512
50513         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50514         (do_dlopen): Pass caller_dlopen to dl_open.
50515         (__libc_dlopen_mode): Initialize caller_dlopen.
50516
50517         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50518         of libc.  Make tolower call locale-independent.  Optimize a bit by
50519         using isdigit instead of isalnum.
50520         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50521
50522 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50523
50524         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50525         was a dependency or dynamically loaded.
50526
50527 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50528
50529         * intl/l10nflist.c: Allow architecture-specific pop function.
50530         * sysdeps/x86_64/l10nflist.c: New file.
50531
50532         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50533         classification.
50534
50535 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50536
50537         * include/dirent.h: Add libc_hidden_proto for scandirat and
50538         scandirat64.  Don't declare __scandirat64.
50539         * dirent/scandirat.c: Add libc_hidden_def.
50540         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50541         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50542
50543 2011-08-10  David S. Miller  <davem@davemloft.net>
50544
50545         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50546         enum.
50547         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50548         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50549         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50550
50551 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50552
50553         * Versions.def [libc]: Add GLIBC_2.15.
50554         * dirent/Makefile (routines): Add scandirat and scandirat64.
50555         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50556         GLIBC_2.15.
50557         * dirent/dirent.h: Declare scandirat and scandirat64.
50558         * dirent/scandirat.c: New file.
50559         * dirent/scandirat64.c: New file.
50560         * sysdeps/wordsize-64/scandirat.c: New file.
50561         * sysdeps/wordsize-64/scandirat64.c: New file.
50562         * dirent/opendir.c: Define opendirat.
50563         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50564         using scandirat.
50565         * dirent/scandir64.c: Adjust for scandir.c change.
50566         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50567         __scandirat64, and __scandir_cancel_handler.
50568         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50569         additional parameter and use openat instead of open (outside of ld.so).
50570         Add new __opendir as wrapper around __opendirat.
50571         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50572         here without requiring old scandirat implementation.
50573
50574 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50575
50576         * dirent/scandir.c (cancel_handler): Renamed to
50577         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50578         defined.  Adjust users.
50579         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50580         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50581
50582 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50583
50584         * string/test-string.h (IMPL): Use __STRING to expand name and then
50585         stringify it.
50586
50587         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50588         of cleanups.
50589
50590 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50591
50592         * string/Makefile: Update.
50593         (strop-tests): Append strncat.
50594         * string/test-wcscmp.c: New file.
50595         New comprehensive test for wcscmp.
50596         * string/test-strcmp.c: Update.
50597         (WIDE): New define.
50598
50599 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50600
50601         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50602         line.
50603
50604 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50605
50606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50607         encoding to ACE if AI_IDN.
50608
50609 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50610
50611         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50612         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50613
50614 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50615
50616         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50617         Fix overflow bug in strncat.
50618         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50619
50620         * string/test-strncat.c: Update.
50621         Add new tests for checking overflow bugs.
50622
50623 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50624
50625         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50626         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50627         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50628         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50629         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50630         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50631         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50632         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50633         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50634
50635         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50636         (USE_AS_STRCAT): Define.
50637         Add strcat and strncat support.
50638         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50639
50640 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50641
50642         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50643         __n bigger than INT_MAX+1.
50644         (__strncmp_g): Likewise.
50645
50646 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50647
50648         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50649         * libio/stido.h: Likewise.
50650
50651         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50652         (AF_NFC): Define.
50653         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50654         (AF_NFC): Define.
50655
50656         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50657         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50658         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50659         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50660         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50661
50662         [BZ #13021]
50663         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50664         installed.
50665
50666         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50667         typo.
50668         (_dl_x86_64_save_sse): Likewise.
50669
50670 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50671
50672         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50673         OSXSAVE.
50674         (_dl_x86_64_save_sse): Likewise.
50675
50676         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50677
50678         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50679
50680 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50681
50682         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50683         change.
50684         (_dl_x86_64_save_sse): Use correct AVX check.
50685
50686 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50687
50688         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50689         bug in strncpy/strncat.
50690         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50691
50692 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50693
50694         * string/tester.c (test_strcat): Add tests for different alignments
50695         of source and destination.
50696         (test_strncat): Likewise.
50697
50698 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50699
50700         [BZ #12852]
50701         * posix/glob.c (glob): Check passed in values before using them in
50702         expressions to avoid some overflows.
50703         (glob_in_dir): Likewise.
50704
50705         [BZ #13007]
50706         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50707         check for AVX enablement so that we don't crash with old kernels and
50708         new hardware.
50709         * elf/tst-audit4.c: Add same checks here.
50710         * elf/tst-audit6.c: Likewise.
50711
50712         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50713
50714 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50715
50716         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50717
50718 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50719
50720         * po/cs.po: Update from translation team.
50721         * po/bg.po: Likewise.
50722
50723 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50724
50725         * misc/sys/cdefs.h: Add support for const attribute.
50726         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50727         to gnu_dev_{major,minor,makedev} functions.
50728
50729 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50730
50731         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50732
50733 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50734
50735         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50736         strlen results.
50737
50738 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50739
50740         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50741         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50742         register in order to avoid conflicts with the soft frame pointer
50743         being held in r11 when necessary.
50744         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50745         (INTERNAL_VSYSCALL_NCS): Likewise.
50746
50747 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50748
50749         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50750         * elf/dl-fini.c (_dl_fini): Adjust caller.
50751         * elf/dl-close.c (_dl_close_worker): Likewise.
50752         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50753
50754 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50755
50756         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50757         "aux_cache->nlibs < 0".
50758
50759         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50760         in the reload-count case.
50761
50762 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50763
50764         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50765         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50766         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50767         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50768         * sysdeps/x86_64/multiarch/strcat.S: New file.
50769         * sysdeps/x86_64/multiarch/strncat.S: New file.
50770         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50771         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50772         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50773         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50774         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50775         (USE_AS_STRCAT): Define.
50776         Add strcat and strncat support.
50777         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50778         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50779         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50780         * string/strncat.c: Update.
50781         (USE_AS_STRNCAT): Define.
50782         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50783         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50784         and i7.
50785         * sysdeps/x86_64/multiarch/init-arch.h
50786         (bit_Prefer_PMINUB_for_stringop): New.
50787         (index_Prefer_PMINUB_for_stringop): Likewise.
50788         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50789         bit_Prefer_PMINUB_for_stringop.
50790
50791 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50792
50793         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50794         buffer64.
50795         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50796         of casting of buffer.
50797         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50798         buffer32 and buffer64.
50799         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50800         writes instead of casting of buffer.
50801         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50802         buffer32.
50803         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50804         casting of buffer.
50805
50806 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50807
50808         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50809
50810 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50811
50812         * nscd/nscd.c (termination_handler): Don't do anything for a database
50813         if it has not yet been initialized.
50814
50815 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50816
50817         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50818
50819 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50820
50821         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50822
50823 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50824
50825         * po/nl.po: Update from translation team.
50826         * po/sv.po: Likewise.
50827
50828 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50829
50830         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50831         now disallowed by GCC.
50832
50833         * configure.in (use-default-link): Default to yes if a test -shared
50834         link meets our qualifications.
50835         * configure: Regenerated.
50836
50837         * config.make.in (output-format): New variable.
50838         * configure.in: Check for ld --print-output-format support.
50839         * configure: Regenerated.
50840         * Makerules ($(common-objpfx)format.lds)
50841         [$(output-format) != unknown]: Just use $(output-format),
50842         instead of the linker-script munging.
50843
50844 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50845
50846         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50847         of $(common-objpfx)shlib.lds.
50848         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50849
50850         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50851         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50852
50853         * configure.in (-z relro check): Adjust test code to add a large
50854         writable data section after it.
50855         * configure: Regenerated.
50856
50857 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50858
50859         * configure.in (-z relro check): Fix test code to make the variable
50860         truly const.
50861         * configure: Regenerated.
50862
50863 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50864
50865         * nscd/nscd.h (struct traced_file): Define.
50866         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50867         elements.  Add traced_files.
50868         (inotify_fd): Declare.
50869         (register_traced_file): Declare.
50870         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50871         (inotify_fd): Export.
50872         (resolv_conf_descr): Remove.
50873         (nscd_init): Move inotify descriptor creation to main.
50874         Don't register files for notification here.
50875         (register_traced_file): New function.
50876         (invalidate_cache): Don't use reset_res to determine whether to call
50877         res_init, go through the list of registered files.
50878         (main_loop_poll): The inotify descriptors are now stored in the
50879         structures for the traced files.
50880         (main_loop_epoll): Likewise
50881         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50882         to __nss_disable_nscd.
50883         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50884         for a database anymore.  Check the records for all the registered
50885         files instead.
50886         * nss/Makefile (libnss_files-routines): Add files-init.
50887         (libnss_db-routines): Add db-init.
50888         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50889         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50890         * nss/nss_db/db-init.c: New file.
50891         * nss/nss_files/files-init.c: New file.
50892         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50893         __nss_lookup_function.
50894         (__nss_lookup_function): Call nss_load_library.
50895         (nss_load_all_libraries): New function.
50896         (__nss_disable_nscd): Take parameter with callback function for files
50897         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50898         used for the cached services.
50899         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50900         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50901         options for features to all the files in nscd.
50902
50903         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50904
50905 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50906
50907         * csu/elf-init.c (__libc_csu_init): Comment typo.
50908
50909 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50910
50911         * po/pl.po: Update from translation team.
50912         * po/ja.po: Likewise.
50913         * po/ru.po: Likewise.
50914         * po/ko.po: Likewise.
50915         * po/fr.po: Likewise.
50916
50917 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50918
50919         * configure.in (.ctors/.dtors header and trailer check):
50920         Use an empirical test on a built program.
50921         * configure: Regenerated.
50922
50923         * configure.in (-z relro check): Use an empirical test on a built DSO.
50924         Detect, but do not require, on ia64.
50925         * configure: Regenerated.
50926
50927         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50928         Update tests that use readelf to use $READELF instead.
50929         * configure: Regenerated.
50930
50931 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50932
50933         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50934         if the result is not used.
50935
50936 2011-07-05  Andreas Jaeger  <aj@suse.de>
50937
50938         [BZ#9696]
50939         * stdlib/tst-strtod.c: Add testcase.
50940
50941 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50942
50943         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50944         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50945         The latter has a higher limit.  Take additional parameter to pass to
50946         the new function.
50947         (__pathconf): Pass file to __statfs_link_max.
50948         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50949         __statfs_link_max.
50950         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50951         __statfs_link_max.
50952
50953         [BZ #12868]
50954         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50955         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50956         Handle Lustre.
50957         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50958         (__statfs_filesize_max): Likewise.
50959         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50960
50961 2011-07-05  Andreas Jaeger  <aj@suse.de>
50962
50963         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50964
50965 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50966
50967         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50968         `status' variable.
50969         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50970         Likewise.
50971
50972 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50973
50974         * Makefile (strop-tests): Add strncat.
50975         * string/test-strncat.c: New file.
50976
50977 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50978
50979         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50980
50981 2011-06-21  Andreas Jaeger  <aj@suse.de>
50982
50983         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50984         Copy rule from iconvdata/Makefile.
50985
50986 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50987
50988         [BZ #12922]
50989         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50990         but no long options are defined, just return 'W'.
50991
50992 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50993
50994         [BZ #9696]
50995         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50996
50997 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50998
50999         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51000         netgroups to read.
51001         (innetgr): Likewise.
51002
51003 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51004
51005         * config.make.in (install_root): Default to $(DESTDIR).
51006
51007 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51008
51009         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51010
51011 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51012
51013         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51014
51015         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51016         containing directory rather than embedding absolute directory names.
51017
51018         * scripts/check-local-headers.sh: Rewritten using awk.
51019         Match by word, not by line.  Print error messages for matches.
51020         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51021
51022         * Makerules [shlib-lds-flags empty]:
51023         ($(common-objpfx)libc_pic.opts): New target.
51024         ($(common-objpfx)libc_pic.os.clean): New target.
51025         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51026
51027         * config.make.in (OBJCOPY): New variable.
51028         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51029         * configure: Regenerated.
51030
51031         * config.make.in (use-default-link): New variable.
51032         * configure.in (use_default_link): Grok --with-default-link to set it.
51033         * configure: Regenerated.
51034         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51035         (shlib-lds, shlib-lds-flags): Define to empty.
51036
51037         * Makerules (shlib-lds): New variable.
51038         (shlib-lds-flags): New variable.
51039         (build-shlib, build-moduile, build-module-asneeded): Use it.
51040         ($(common-objpfx)libc.so): Use $(shlib-lds).
51041         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51042         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51043
51044         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51045         DT_FLAGS/DT_FLAGS_1 with zero flags.
51046
51047         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51048         linker script munging.
51049
51050 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51051
51052         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51053         as 128-bit value.
51054         * crypt/sha512.c (sha512_process_block): Perform total addition using
51055         128-bit if possible.
51056         (__sha512_finish_ctx): Likewise.
51057         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51058         as 64-bit value.
51059         * crypt/sha256.c (SWAP64): Define.
51060         (sha256_process_block): Perform total addition using 64-bit if
51061         possible.
51062         (__sha256_finish_ctx): Likewise.
51063
51064 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51065
51066         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51067         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51068         * nscd/hstcache.c (cache_addhst): Likewise.
51069         * nscd/grpcache.c (cache_addgr): Likewise.
51070         * nscd/aicache.c (addhstaiX): Likewise
51071         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51072
51073 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51074
51075         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51076         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51077         * nscd/hstcache.c (cache_addhst): Likewise.
51078         * nscd/grpcache.c (cache_addgr): Likewise.
51079         * nscd/aicache.c (addhstaiX): Likewise
51080
51081 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51082
51083         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51084         domain only when needed.
51085
51086 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51087
51088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51089         is always restored.
51090
51091 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51092
51093         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51094         are re-adding the entry.
51095         * nscd/servicescache.c (cache_addserv): Likewise.
51096
51097 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51098
51099         * sysdeps/generic/dl-irel.h: fix protection against multiple
51100         inclusions.
51101         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51102
51103 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51104
51105         [BZ #12935]
51106         * malloc/memusage.sh: Fix quoting in message.
51107         * debug/xtrace.sh: Likewise.
51108
51109         * configure.in: Remove support for --experimental-malloc option, make
51110         it the default.
51111         * config.make.in: Likewise.
51112         * malloc/Makefile: Likewise.
51113
51114 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51115
51116         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51117         two-byte characters.
51118
51119 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51120
51121         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51122         AC_CACHE_CHECK invocation.
51123         * configure: Regenerated.
51124
51125         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51126
51127 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51128
51129         [BZ #12350]
51130         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51131         bit from old_res_options.
51132
51133         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51134
51135         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51136         value type for setfct.
51137
51138 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51139
51140         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51141         __gettimeofday instead of gettimeofday.
51142
51143 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51144
51145         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51146
51147 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51148
51149         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51150
51151         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51152         info.
51153
51154 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51155
51156         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51157         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51158         strcpy-sse2-unaligned strncpy-sse2-unaligned
51159         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51160         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51161         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51162         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51163         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51164         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51165         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51166         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51167         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51168         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51169         (STRCPY): Support SSE2 and SSSE3 versions.
51170
51171 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51172
51173         [BZ #12874]
51174         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51175         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51176         kernels which artificially limit size of requests.
51177
51178 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51179
51180         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51181         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51182         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51183         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51184         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51185         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51186         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51187         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51188         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51189         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51190         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51191         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51192         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51193         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51194         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51195         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51196         Enable unaligned load optimization for Intel Core i3, i5 and i7
51197         processors.
51198         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51199         Define.
51200         (index_Fast_Unaligned_Load): Define.
51201         (HAS_FAST_UNALIGNED_LOAD): Define.
51202
51203 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51204
51205         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51206
51207 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51208
51209         [BZ #12907]
51210         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51211         until it is clear that the information is realy needed.
51212         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51213
51214 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51215
51216         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51217
51218 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51219
51220         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51221         /sys/devices/system/cpu/online if it is usable.
51222
51223         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51224         reading the information from the /proc filesystem to once a second.
51225
51226 2011-06-21  Andreas Jaeger  <aj@suse.de>
51227
51228         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51229         NULL after inclusion of kernel headers.
51230
51231 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51232
51233         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51234         calls to internal_setent.
51235
51236         [BZ #12885]
51237         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51238         addresses using gethostbyname4_r ignore IPv4 addresses.
51239
51240         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51241         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51242
51243         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51244
51245 2011-06-20  David S. Miller  <davem@davemloft.net>
51246
51247         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51248         inclusions.
51249         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51250
51251         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51252         (elf_irel): Use it.
51253         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51254         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51255         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51256         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51257         * sysdeps/x86_64/dl-irel.h: Likewise.
51258
51259         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51260         * elf/dl-sym.c: Likewise.
51261
51262 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51263
51264         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51265         need to dereference resplen2.
51266
51267 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51268
51269         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51270
51271 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51272
51273         * Makeconfig: Define vardbdir and inst_vardbdir.
51274         * nss/Makefile: Add rules to install db-Makefile.
51275
51276         * nss/nss_db/db-XXX.c: Cleanup.
51277
51278         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51279         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51280         GLIBC_PRIVATE.
51281         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51282         * nss/makedb.c: Implement -g option to specify that value strings
51283         are generated and should not be added to table iterated over for
51284         get*ent calls.
51285         * nss/nss_db/db-initgroups.c: New file.
51286
51287         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51288         interface.
51289
51290         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51291         (internal_getgrouplist): Adjust to name change.
51292         Update use_initgroups_entry if this is not the first call.
51293         * nss/databases.def: Add initgroups entry.
51294
51295         * nss/makedb.c (compute_tables): Check result of multiple hash table
51296         sizes to minimize maximum chain length.
51297
51298 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51299
51300         * Versions.def: Add entry for libnss_db.
51301         * shlib-versions: Likewise.
51302         * nss/Makefile: Add rules to build libnss_db.
51303         * nss/Versions: Add libnss_db information.  Organize libnss_files
51304         entries better.
51305         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51306         makedb progra.  Some minor improvements to generate smaller files.
51307         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51308         here from...
51309         * nss/makedb.c: ...here.
51310         Improve database format to be smaller and require less memory at
51311         runtime.
51312         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51313         db anymore.
51314         * nss/nss_db/db-netgrp.c: Likewise.
51315         * nss/nss_db/db-open.c: Likewise.
51316         * nss/nss_files/flies-XXX.x: Adjust comments.
51317         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51318         * nss/nss_files/files-grp.c: Likewise.
51319         * nss/nss_files/files-hosts.c: Likewise.
51320         * nss/nss_files/files-network.c: Likewise.
51321         * nss/nss_files/files-proto.c: Likewise.
51322         * nss/nss_files/files-pwd.c: Likewise.
51323         * nss/nss_files/files-rpc.c: Likewise.
51324         * nss/nss_files/files-service.c: Likewise.
51325         * nss/nss_files/files-sgrp.c: Likewise.
51326         * nss/nss_files/files-spwd.c: Likewise.
51327         * nss/nss_db/db-alias.c: Removed.
51328         * nss/nss_db/dummy-db.h: Removed.
51329
51330 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51331
51332         * nss/makedb.c: Rewritten to not use database library.
51333         * nss/Makefile: Update to build new makedb program.
51334
51335 2011-06-14  Andreas Jaeger  <aj@suse.de>
51336
51337         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51338         memset declaration.
51339
51340 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51341
51342         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51343         tmpbuf.
51344
51345 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51346
51347         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51348         * elf/Makefile ($(objpfx)ld.so): Likewise.
51349
51350         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51351         Don't list ld.so twice in dependencies.
51352
51353         * posix/bug-regex31.c: Include <stdlib.h>.
51354
51355         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51356
51357         * nis/nss_compat/compat-spwd.c
51358         (getspent_next_nss_netgr): Remove unused variable.
51359         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51360
51361         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51362         nonmembers" output to use the right array.
51363
51364         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51365
51366         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51367
51368         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51369         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51370         * catgets/gencat.c (read_input_file): Likewise.
51371         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51372
51373         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51374         variable definition inside #if's controlling its use.
51375
51376         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51377
51378         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51379
51380         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51381
51382         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51383         unreachable code.
51384
51385         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51386
51387         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51388         * configure: Regenerated.
51389
51390         * Makerules: Revert last change.
51391         * elf/Makefile: Likewise.
51392
51393 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51394
51395         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51396         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51397         (reloc-link): Likewise.
51398
51399 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51400
51401         * elf/Makefile: Add rules to build pldd.
51402         * elf/pldd.c: New file.
51403         * elf/pldd-xx.c: New file.
51404
51405 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51406
51407         * version.h: Update for 2.15 development version.
51408
51409 2011-06-07  David S. Miller  <davem@davemloft.net>
51410
51411         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51412         ifuncs.
51413         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51414         elf_machine_lazy_rel): Likewise.
51415         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51416         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51417         elf_machine_lazy_rel): Likewise.
51418         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51419         dl_hwcap via passed in argument.
51420         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51421         Likewise.
51422
51423 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51424
51425         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51426
51427 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51428
51429         [BZ #12849]
51430         * manual/fdl-1.1.texi: New file, verbatim from:
51431         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51432         * manual/lgpl-2.1.texi: New file, verbatim from:
51433         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51434         * manual/Makefile (licenses): New variable, list those new file names.
51435         (texis): Use it.
51436         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51437
51438         * manual/fdl.texi: File removed.
51439         * manual/lesser.texi: File removed.
51440         * manual/libc.texinfo (Copying, Documentation License):
51441         Use new @include file names, put @appendix directive before @include.
51442
51443 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51444
51445         [BZ #12841]
51446         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51447         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51448         (mq_open): Add __NTH.
51449
51450 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51451
51452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51453         Assume Intel Core i3/i5/i7 processor if AVX is available.
51454
51455 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51456
51457         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51458         typo.
51459
51460 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51461
51462         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51463         memory.  Use alloca_account.  Fix memory leak when retrying.
51464
51465 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51466
51467         * version.h (RELEASE): Bump for 2.14 release.
51468         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51469
51470         * config.make.in (RANLIB): Remove entry.
51471
51472 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51473
51474         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51475         (libc.pot): Work around missing support for .ksh extension in xgettext.
51476
51477         [BZ #12684]
51478         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51479         if both request failed.
51480         (send_dg): In case of server errors clear resplen or *resplen2.
51481
51482         [BZ #12454]
51483         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51484         when there are multiple maps.
51485         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51486         (_dl_fini): Remove test here.
51487
51488         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51489
51490 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51491
51492         [BZ #12350]
51493         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51494         bit from old_res_options.
51495         (gaih_inet): Likewise.
51496
51497         [BZ #11099]
51498         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51499         as signed.
51500
51501         * resolv/res_init.c (res_setoptions): Make the code more compact.
51502
51503         [BZ #11558]
51504         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51505         set RES_USEVC.
51506
51507         [BZ #11634]
51508         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51509
51510         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51511
51512         [BZ #11781]
51513         * malloc/malloc.h: Declare malloc hook variables as volatile.
51514
51515         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51516         in last patch.
51517
51518         [BZ #11799]
51519         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51520         raise in the comment.
51521         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51522         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51523         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51524
51525 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51526
51527         [BZ #12811]
51528         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51529         grow the buffers more if it already has to be sufficient.
51530         (build_wcs_upper_buffer): Likewise.
51531         * posix/regexec.c (check_matching): Likewise.
51532         (clean_state_log_if_needed): Likewise.
51533         (extend_buffers): Don't enlarge buffers beyond size of the input
51534         buffer.
51535         Patches mostly by Emil Wojak <emil@wojak.eu>.
51536         * posix/bug-regex32.c: New file.
51537         * posix/Makefile (tests): Add bug-regex32.
51538
51539         * locale/findlocale.c (_nl_find_locale): Return right away if
51540         _nl_explode_name failed.
51541         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51542
51543         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51544
51545         * debug/xtrace.sh: Unify messages.
51546         * malloc/memusage.sh: Likewise.
51547
51548         [BZ #12813]
51549         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51550         time symbol from vDSO.  Substitute with vsyscall if not available.
51551         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51552         __vdso_time.
51553
51554         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51555         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51556         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51557         Add sendmmsg and internal_sendmmsg.
51558         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51559         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51560         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51561
51562         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51563         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51564         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51565
51566 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51567
51568         [BZ #12813]
51569         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51570         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51571         available.
51572         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51573         __vdso_getcpu.
51574
51575         [BZ #12814]
51576         * iconvdata/Makefile (tests): Add bug-iconv9.
51577         * iconvdata/bug-iconv9.c: New file.
51578
51579 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51580
51581         [BZ #12814]
51582         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51583
51584 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51585
51586         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51587         (struct user_regs_struct): Change intcs field back to cs.
51588
51589 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51590
51591         * po/ja.po: Update from translation team.
51592
51593 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51594
51595         [BZ #12795]
51596         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51597         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51598
51599 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51600
51601         * stdlib/longlong.h: Update from GCC.
51602
51603 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51604
51605         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51606         parameter name.
51607         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51608         Add parameter name.
51609         (__sysconf): Pass it down.
51610
51611 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51612
51613         [BZ #12671]
51614         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51615         some situations.
51616         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51617         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51618         add in in __libc_use_alloca calls.  Adjust callers.
51619         (glob): Use malloc in some situations.
51620
51621         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51622         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51623         pltexit.
51624
51625 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51626
51627         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51628         and CLOCK_BOOTTIME_ALARM.
51629
51630         [BZ #12782]
51631         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51632         is returned.
51633
51634         * string/_strerror.c (__strerror_r): Print negative errors as signed
51635         numbers.
51636
51637         [BZ #12777]
51638         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51639         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51640         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51641
51642         * configure.in: Fix typo in redirection and correct removal of test
51643         files in two cases.
51644
51645         [BZ #12788]
51646         * locale/setlocale.c (new_composite_name): Fix test to check for
51647         identical name of all categories.
51648
51649         [BZ #12792]
51650         * libio/filedoalloc.c (local_isatty): New function.
51651         (_IO_file_doallocate): Use local_isatty.
51652         * stdio-common/perror.c (perror): In case a new stream is used
51653         forward the stream error.
51654         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51655         error flag.
51656
51657 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51658
51659         [BZ #11869]
51660         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51661         alloca.
51662         * include/alloca.h (extend_alloca_account): Define.
51663
51664         [BZ #11857]
51665         * posix/regex.h: Fix comments with documentation of user-accessible
51666         fields after compilation and describe correct free'ing of pattern
51667         after re_compile_pattern.
51668         Patch by Reuben Thomas <rrt@sc3d.org>.
51669
51670 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51671
51672         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51673         and -mno-altivec to prevent the compiler from using Altivec and/or
51674         VSX instructions when the corresponding registers are not available.
51675
51676 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51677
51678         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51679
51680 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51681
51682         * libio/freopen.c (freopen): Use __dup2, not dup2.
51683         * libio/freopen64.c (freopen64): Likewise.
51684
51685 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51686
51687         [BZ #12775]
51688         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51689         * math/Makefile (tests): Add test-powl.
51690         (CFLAGS-test-powl.c): Define.
51691         * math/test-powl.c: New file.
51692
51693 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51694
51695         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51696
51697 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51698
51699         [BZ #11837]
51700         * iconvdata/gb18030.c: Update to GB18020-2005.
51701
51702 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51703
51704         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51705         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51706         Patch by Aharon Robbins <arnold@skeeve.com>.
51707
51708         [BZ #11892]
51709         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51710         on the stack.
51711
51712         [BZ #11895]
51713         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51714         through underflows.
51715
51716         [BZ #12766]
51717         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51718         point to strings before performing equality test for error_one_per_line
51719         mode.
51720
51721         [BZ #11697]
51722         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51723
51724         [BZ #11820]
51725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51726         (struct user_fpregs_struct): Avoid __uint*_t types.
51727
51728         [BZ #6420]
51729         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51730         symbol info.  Use it instead of calling _dl_addr locally.
51731         (lock_and_info): New function.
51732         (tr_freehook): Call lock_and_info and pass symbol info as additional
51733         parameter to tr_where.
51734         (tr_mallochook): Likewise.
51735         (tr_reallochook): Likewise.
51736         (tr_memalignhook): Likewise.
51737
51738         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51739         used and couldn't be at all thread-safe.
51740
51741 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51742
51743         * libio/freopen.c (freopen): Don't close old file descriptor
51744         before the new one is opened.  Instead dup the new file descriptor
51745         to the old one after the new stream is created.
51746         * libio/freopen64.c (freopen64): Likewise.
51747         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51748         * libio/fileops.c (_IO_new_file_close_it): Handle new
51749         _IO_FLAGS2_NOCLOSE flag.
51750         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51751         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51752         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51753         _IO_FLAGS2_NOCLOSE flag.
51754         * include/unistd.h: Add hidden_proto for dup3.
51755         Define __have_dup3.
51756         * io/dup3.c: Define hidden symbol.
51757         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51758
51759         [BZ #7101]
51760         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51761         when an incomplete long option is used.
51762         * posix/tst-getopt_long1.c: New file.
51763         * posix/Makefile (tests): Add tst-getopt_long1.
51764
51765         [BZ #10138]
51766         * scripts/config.guess: Update from autoconf-2.68.
51767         * scripts/config.sub: Likewise.
51768
51769         [BZ #10157]
51770         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51771         tests into ...
51772         (has_cpuclock): ...this.  New function.
51773         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51774         macro here based on has_cpuclock code.
51775
51776         [BZ #10149]
51777         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51778         First byte (not low byte) is now always NUL.
51779         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51780
51781         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51782         Use non-cancelable interfaces.
51783
51784         [BZ #9809]
51785         * locale/iso-639.def: Add entry for Sorani.
51786
51787         [BZ #11901]
51788         * include/stdlib.h: Move include protection to the right place.
51789         Define abort_msg_s.  Declare __abort_msg with it.
51790         * stdlib/abort.c (__abort_msg): Adjust type.
51791         * assert/assert.c (__assert_fail_base): New function.  Majority
51792         of code from __assert_fail.  Allocate memory for __abort_msg with
51793         mmap.
51794         (__assert_fail): Now call __assert_fail_base.
51795         * assert/assert-perr.c: Remove bulk of implementation.  Use
51796         __assert_fail_base.
51797         * include/assert.hL Declare __assert_fail_base.
51798         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51799         mmap.
51800         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51801
51802 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51803
51804         [BZ #11952]
51805         [BZ #12453]
51806         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51807         until all modules are registered in the DTV.
51808         * elf/Makefile: Add rules to build and run tst-tls19.
51809         * elf/tst-tls19.c: New file.
51810         * elf/tst-tls19mod1.c: New file.
51811         * elf/tst-tls19mod2.c: New file.
51812         * elf/tst-tls19mod3.c: New file.
51813         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51814
51815         [BZ #12083]
51816         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51817         correctly.
51818
51819         [BZ #12601]
51820         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51821         two-byte sequence errors.
51822         * iconvdata/Makefile (tests): Add bug-iconv8.
51823         * iconvdata/bug-iconv8.c: New file.
51824
51825         [BZ #12626]
51826         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51827         buf2 definition.
51828
51829         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51830
51831         [BZ #12432]
51832         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51833         (dummy_getcfa): New function.
51834         (init): Get _Unwind_GetCFA address, use dummy if not found.
51835         (backtrace_helper): In recursion check, also check whether CFA changes.
51836         (__backtrace): Completely initialize arg.
51837
51838         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51839         storing incomplete byte sequence in state object.  Avoid testing for
51840         guaranteed too small input if we know there is enough data available.
51841
51842 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51843
51844         * Makeconfig (+link-pie): Indent.
51845         * Rules (binaries-pie): Define if $(have-fpie) and
51846         $(build-shared).
51847         (binaries-shared): Also filter out $(binaries-pie).
51848         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51849         * nscd/Makefile (others-pie): Add nscd.
51850         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51851         ($(objpfx)nscd): Remove command override.
51852         * login/Makefile (others-pie): Add pt_chown.
51853         ($(objpfx)pt_chown): Remove command override.
51854         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51855         remove command overrides.
51856
51857 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51858
51859         * libio/tst_putwc.c: Fix error messages.
51860
51861         [BZ #12724]
51862         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51863         currently writing and seek to current position when not.
51864         * libio/Makefile (tests): Add bug-fclose1.
51865         * libio/bug-fclose1.c: New file.
51866
51867 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51868
51869         [BZ #12511]
51870         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51871         don't set DF_1_NODELETE here.
51872         (do_lookup_x): When entering new entry test for copy relocation
51873         and if necessary set DF_1_NODELETE flag.
51874         * elf/tst-unique4.cc: New file.
51875         * elf/tst-unique4.h: New file.
51876         * elf/tst-unique4lib.cc: New file.
51877         * elf/Makefile: Add rules to build and run tst-unique4.
51878         Patch by Piotr Bury <pbury@goahead.com>.
51879
51880 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51881
51882         [BZ #12052]
51883         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51884
51885         [BZ #12625]
51886         * misc/mntent_r.c (addmntent): Flush the stream after the output
51887
51888         [BZ #12393]
51889         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51890         (is_trusted_path_normalize): Skip initial colon.  Append slash
51891         to empty buffer.  Duplicate is_trusted_path code but allow
51892         constructed patch to be prefix.
51893         (is_dst): Allow $ORIGIN followed by /.
51894         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51895         Correct testing of result of is_trusted_path_normalize
51896         (decompose_rpath): Fix warning.
51897
51898 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51899
51900         [BZ #11257]
51901         * grp/initgroups.c (internal_getgrouplist): When we found the service
51902         list through the initgroups entry in nsswitch.conf do not always
51903         continue on a successful lookup.  Don't always use the
51904         __nss_group_database value if it is set.
51905         * nss/nsswitch.conf (initgroups): Change action for successful db
51906         lookup to continue for compatibility.
51907
51908 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51909
51910         [BZ #11532]
51911         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51912         and CP774 modules.
51913         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51914         and CP774 modules.
51915         * iconvdata/tst-tables.sh: Likewise.
51916         * iconvdata/cp770.c: New file.
51917         * iconvdata/cp771.c: New file.
51918         * iconvdata/cp772.c: New file.
51919         * iconvdata/cp773.c: New file.
51920         * iconvdata/cp774.c: New file.
51921         * iconvdata/testdata/CP770: New file.
51922         * iconvdata/testdata/CP770..UTF8: New file.
51923         * iconvdata/testdata/CP771: New file.
51924         * iconvdata/testdata/CP771..UTF8: New file.
51925         * iconvdata/testdata/CP772: New file.
51926         * iconvdata/testdata/CP772..UTF8: New file.
51927         * iconvdata/testdata/CP773: New file.
51928         * iconvdata/testdata/CP773..UTF8: New file.
51929         * iconvdata/testdata/CP774: New file.
51930         * iconvdata/testdata/CP774..UTF8: New file.
51931
51932         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51933         END CHARMAP line.
51934         * iconvdata/gen-8bit-gap.sh: Likewise.
51935         * iconvdata/gen-8bit.sh: Likewise.
51936
51937         * locale/iso-639.def: Add ary entry.
51938
51939         [BZ #11258]
51940         * locale/C-translit.h.in: Add U20A1 transliteration.
51941
51942         [BZ #12178]
51943         * locale/iso-639.def: Add wae entry.
51944         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51945
51946         [BZ #12545]
51947         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51948         for n.
51949
51950         [BZ #12711]
51951         * locale/C-translit.h.in: Add entry for U20B9.
51952         Patch by pravin.d.s@gmail.com.
51953
51954 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51955
51956         [BZ #12713]
51957         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51958         ENAMETOOLONG use generic getcwd.
51959         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51960         in rtld.  Use *stat64.
51961         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51962         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51963         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51964         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51965         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51966         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51967         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51968         __fstatat64 macros.
51969         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51970         * dirent/rewinddir.c: Add libc_hidden_def.
51971         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51972         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51973
51974         * include/dirent.h (__alloc_dir): Add flags parameter.
51975         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51976         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51977         __alloc_dir.
51978         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51979         from fdopendir if O_CLOEXEC is already set.
51980
51981 2011-03-15  Alan Modra  <amodra@gmail.com>
51982
51983         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51984         l_tls_firstbyte_offset non-zero.  Save padding offset in
51985         l_tls_firstbyte_offset for later use.
51986         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51987         freeing static tls block.
51988
51989 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51990
51991         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51992         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51993         being defined by the kernel headers.
51994
51995 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51996
51997         [BZ #12734]
51998         * resolv/resolv.h: Define RES_NOTLDQUERY.
51999         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52000         no-tld-query and set RES_NOTLDQUERY.
52001         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52002         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52003         modern BIND to search name as TLD unless forbidden.
52004
52005 2011-05-07  Petr Baudis  <pasky@suse.cz>
52006             Ulrich Drepper  <drepper@gmail.com>
52007
52008         [BZ #12393]
52009         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52010         (is_trusted_path): ...to here.
52011         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52012         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52013         using is_trusted_path_normalize() in setuid scripts.
52014
52015 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52016
52017         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52018         __BEGIN/__END_DECLS.
52019
52020 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52021
52022         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52023         NSS_STATUS_NOTFOUND if no record was found.
52024
52025 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52026
52027         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52028         (headers-not-in-tirpc): Remove rpc/netdb.h
52029         * resolv/netdb.h: Revert last change.
52030
52031 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52032
52033         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52034         circular dependency between libgcc.a and libc.a.
52035
52036 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52037
52038         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52039         * nis/Makefile: Don't install rpcsvc/*.
52040         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52041         instead of <rpc/types.h>.
52042         (MAXHOSTNAMELEN): Define.
52043
52044 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52045
52046         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52047
52048 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52049
52050         [BZ #12714]
52051         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52052         gethostbyname4_r when IPv6 results are possible.
52053
52054 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52055
52056         [BZ #12723]
52057         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52058         _PC_PIPE_BUF handling.
52059
52060 2011-04-30  Bruno Haible  <bruno@clisp.org>
52061
52062         [BZ #12717]
52063         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52064         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52065         to 'int'.
52066         * inet/getnameinfo.c (getnameinfo): Likewise.
52067
52068 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52069
52070         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52071         to groups setting in database lookup.
52072         * nss/nsswitch.conf: Add initgroups entry.
52073
52074 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52075
52076         [BZ #12685]
52077         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52078         mode string.
52079         Patch by Eric Blake <eblake@redhat.com>.
52080
52081 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52082
52083         * sunrpc/Makefile (need-export-routines): Add svc_run.
52084         (routines): Remove svc_run.
52085         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52086         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52087         * sunrpc/svc_run.c (svc_run): Likewise.
52088         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52089
52090 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52091
52092         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52093         problem in reallocation in last patch.
52094
52095 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52096
52097         * sunrpc/Makefile: Move inclusion of Rules.
52098
52099 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52100
52101         * nss/nss_files/files-initgroups.c: New file.
52102         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52103         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52104         _nss_files_initgroups_dyn.
52105
52106 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52107
52108         * elf/elf.h (R_ARM_IRELATIVE): Define.
52109
52110 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52111
52112         * po/ru.po: Update from translation team.
52113
52114 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52115
52116         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52117         dependencies.
52118
52119 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52120
52121         [BZ #12653]
52122         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52123         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52124         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52125         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52126         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52127
52128 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52129
52130         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52131         differing bytes.
52132         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52133         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52134         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52135
52136 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52137
52138         [BZ #12420]
52139         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52140         storing it.
52141         * stdlib/bug-getcontext.c: New file.
52142         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52143
52144 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52145
52146         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52147         instructions into .machine "z9-109".
52148         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52149         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52150
52151 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52152
52153         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52154         between environment variables and auxiliary vector.
52155
52156 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52157
52158         * Makefile: Add rules to build linkobj/libc.so.
52159         * include/libc-symbols.h: Define libc_hidden_nolink.
52160         * include/rpc/auth.h: Mark functions which are to be hidden.
52161         * include/rpc/auth_des.h: Likewise.
52162         * include/rpc/auth_unix.h: Likewise.
52163         * include/rpc/clnt.h: Likewise.
52164         * include/rpc/des_crypt.h: Likewise.
52165         * include/rpc/key_prot.h: Likewise.
52166         * include/rpc/pmap_clnt.h: Likewise.
52167         * include/rpc/pmap_prot.h: Likewise.
52168         * include/rpc/pmap_rmt.h: Likewise.
52169         * include/rpc/rpc_msg.h: Likewise.
52170         * include/rpc/svc.h: Likewise.
52171         * include/rpc/svc_auth.h: Likewise.
52172         * include/rpc/xdr.h: Likewise.
52173         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52174         * nss/Makefile: Likewise.
52175         * sunrpc/Makefile: Don't install headers.  Build library with normal
52176         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52177         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52178         for the compat linking library.  Remove use of INTDEF/INTUSE.
52179         * sunrpc/auth_none.c: Likewise.
52180         * sunrpc/auth_unix.c: Likewise.
52181         * sunrpc/authdes_prot.c: Likewise.
52182         * sunrpc/authuxprot.c: Likewise.
52183         * sunrpc/clnt_gen.c: Likewise.
52184         * sunrpc/clnt_perr.c: Likewise.
52185         * sunrpc/clnt_raw.c: Likewise.
52186         * sunrpc/clnt_simp.c: Likewise.
52187         * sunrpc/clnt_tcp.c: Likewise.
52188         * sunrpc/clnt_udp.c: Likewise.
52189         * sunrpc/clnt_unix.c: Likewise.
52190         * sunrpc/des_crypt.c: Likewise.
52191         * sunrpc/des_soft.c: Likewise.
52192         * sunrpc/get_myaddr.c: Likewise.
52193         * sunrpc/key_call.c: Likewise.
52194         * sunrpc/key_prot.c: Likewise.
52195         * sunrpc/netname.c: Likewise.
52196         * sunrpc/pm_getmaps.c: Likewise.
52197         * sunrpc/pm_getport.c: Likewise.
52198         * sunrpc/pmap_clnt.c: Likewise.
52199         * sunrpc/pmap_prot.c: Likewise.
52200         * sunrpc/pmap_prot2.c: Likewise.
52201         * sunrpc/pmap_rmt.c: Likewise.
52202         * sunrpc/publickey.c: Likewise.
52203         * sunrpc/rpc_cmsg.c: Likewise.
52204         * sunrpc/rpc_common.c: Likewise.
52205         * sunrpc/rpc_dtable.c: Likewise.
52206         * sunrpc/rpc_prot.c: Likewise.
52207         * sunrpc/rpc_thread.c: Likewise.
52208         * sunrpc/rtime.c: Likewise.
52209         * sunrpc/svc.c: Likewise.
52210         * sunrpc/svc_auth.c: Likewise.
52211         * sunrpc/svc_authux.c: Likewise.
52212         * sunrpc/svc_raw.c: Likewise.
52213         * sunrpc/svc_run.c: Likewise.
52214         * sunrpc/svc_simple.c: Likewise.
52215         * sunrpc/svc_tcp.c: Likewise.
52216         * sunrpc/svc_udp.c: Likewise.
52217         * sunrpc/svc_unix.c: Likewise.
52218         * sunrpc/svcauth_des.c: Likewise.
52219         * sunrpc/xcrypt.c: Likewise.
52220         * sunrpc/xdr.c: Likewise.
52221         * sunrpc/xdr_array.c: Likewise.
52222         * sunrpc/xdr_float.c: Likewise.
52223         * sunrpc/xdr_intXX_t.c: Likewise.
52224         * sunrpc/xdr_mem.c: Likewise.
52225         * sunrpc/xdr_rec.c: Likewise.
52226         * sunrpc/xdr_ref.c: Likewise.
52227         * sunrpc/xdr_sizeof.c: Likewise.
52228         * sunrpc/xdr_stdio.c: Likewise.
52229
52230 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52231
52232         [BZ #12650]
52233         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52234         * sysdeps/ia64/dl-tls.h: Likewise.
52235         * sysdeps/powerpc/dl-tls.h: Likewise.
52236         * sysdeps/s390/dl-tls.h: Likewise.
52237         * sysdeps/sh/dl-tls.h: Likewise.
52238         * sysdeps/sparc/dl-tls.h: Likewise.
52239         * sysdeps/x86_64/dl-tls.h: Likewise.
52240         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52241
52242 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52243
52244         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52245         rpath element also skip the following colon.
52246         (expand_dynamic_string_token): Add is_path parameter and pass
52247         down to DL_DST_REQUIRED and _dl_dst_substitute.
52248         (decompose_rpath): Call expand_dynamic_string_token with
52249         non-zero is_path.  Ignore empty rpaths.
52250         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52251         with zero is_path.
52252
52253 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52254
52255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52256         Make cancelable.
52257
52258 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52259
52260         [BZ #12655]
52261         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52262         Patch by Filipe David Manana <fdmanana@apache.org>.
52263
52264 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52265
52266         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52267         Maintain aligned stack.
52268         (CHECK_RSP): Remove unused macro.
52269
52270 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52271
52272         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52273         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52274
52275 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52276
52277         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52278
52279         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52280
52281 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52282
52283         [BZ #12518]
52284         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52285         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52286         * sysdeps/x86_64/memmove.c: New file.
52287         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52288         (memcpy): Renamed to ...
52289         (__new_memcpy): This.
52290         (memcpy): Provide GLIBC_2_14 memcpy.
52291         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52292         (memcpy): Provide GLIBC_2_2_5 memcpy.
52293
52294 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52295
52296         [BZ #12631]
52297         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52298
52299 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52300
52301         * misc/syncfs.c: New file.
52302         * misc/Makefile (routines): Add syncfs.
52303         * posix/unistd.h: Declare syncfs.
52304         * sysdeps/unix/syscalls.list: Add syncfs.
52305
52306 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52307
52308         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52309         open_by_handle_at.
52310         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52311         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52312         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52313         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52314         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52315         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52316         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52317
52318 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52319
52320         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52321         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52322         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52323         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52324         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52325         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52326         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52327
52328         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52329         sync_file_range.c with -fexceptions.
52330         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52331         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52332         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52333         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52334         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52335         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52336         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52337         sync_file_range as cancellation point
52338         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52339         now a wrapper around __call_sync_file_range with cancellation handling.
52340         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52341         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52342         function name to __call_sync_file_range.
52343         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52344         Add call_sync_file_range.
52345
52346 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52347
52348         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52349         bits/timex.h.
52350
52351 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52352
52353         * iconv/iconv.h: Fix typo in comment.
52354         * io/fcntl.h: Likewise.
52355         * libio/stdio.h: Likewise.
52356         * posix/spawn.h: Likewise.
52357         * posix/unistd.h: Likewise.
52358         * stdlib/stdlib.h: Likewise.
52359         * time/time.h: Likewise.
52360         * wcsmbs/wchar.h: Likewise.
52361
52362         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52363         open_by_handle): Add.
52364         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52365         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52366         Augment a few comments.
52367         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52368         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52369         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52370         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52371         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52372         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52373         open_by_handle.
52374
52375         * io/fcntl.h (AT_EMPTY_PATH): Define.
52376
52377 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52378
52379         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52380         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52381         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52382         to...
52383         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52384         * Versions.def: Add GLIBC_2.14.
52385         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52386         Export.
52387
52388 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52389
52390         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52391         round counter.
52392         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52393
52394 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52395
52396         [BZ #12597]
52397         * string/test-strncmp.c (do_page_test): New function.
52398         (check2): Likewise.
52399         (test_main): Call check2.
52400         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52401
52402 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52403
52404         [BZ #12587]
52405         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52406         Handle cache information in CPU leaf 4.
52407         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52408
52409 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52410
52411         [BZ #12583]
52412         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52413         character representation.
52414         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52415
52416 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52417
52418         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52419         END(__isnan) to END(__isnanf) to match function entry point/label
52420         EALIGN(__isnanf,...).
52421
52422 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52423
52424         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52425
52426 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52427
52428         [BZ #12510]
52429         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52430         copy from the symbol referenced in the relocation to initialize the
52431         used variable.
52432         Patch by Piotr Bury <pbury@goahead.com>.
52433         * elf/Makefile: Add rules to build and tst-unique3.
52434         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52435         * elf/tst-unique3.cc: New file.
52436         * elf/tst-unique3.h: New file.
52437         * elf/tst-unique3lib.cc: New file.
52438         * elf/tst-unique3lib2.cc: New file.
52439
52440         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52441
52442 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52443
52444         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52445         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52446         to _start.
52447
52448 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52449
52450         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52451         to-be-loaded object along a path to loader is ld.so.
52452
52453 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52454             Ulrich Drepper  <drepper@gmail.com>
52455
52456         * sysdeps/x86_64/memset.S: After aligning destination, code
52457         branches to different locations depending on the value of
52458         misalignment, when multiarch is enabled. Fix this.
52459
52460 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52461
52462         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52463         Set _x86_64_preferred_memory_instruction for AMD processsors.
52464         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52465         Set bit_Prefer_SSE_for_memop for AMD processors.
52466
52467 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52468
52469         * libio/fmemopen.c (fmemopen): Optimize a bit.
52470
52471 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52472
52473         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52474
52475 2011-03-03  Roland McGrath  <roland@redhat.com>
52476
52477         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52478
52479 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52480
52481         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52482         __bzero_ultra1 instead of __memset_ultra1.
52483
52484 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52485             Ulrich Drepper  <drepper@gmail.com>
52486
52487         [BZ #12509]
52488         * include/link.h (struct link_map): Add l_orig_initfini.
52489         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52490         returning unsuccessfully.
52491         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52492         close of a file loaded at startup, restore the original l_initfini
52493         list.
52494         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52495         list, store the pointer.
52496         * elf/Makefile ($(objpfx)noload-mem): New rule.
52497         (noload-ENV): Define.
52498         (tests): Add $(objpfx)noload-mem.
52499         * elf/noload.c: Include <memcheck.h>.
52500         (main): Call mtrace.  Close all opened handles.
52501
52502 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52503
52504         [BZ #12454]
52505         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52506         dependencies are missing.
52507
52508 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52509
52510         Fix __if_freereq crash: Unlike the generic version which uses free,
52511         Hurd needs munmap.
52512         * sysdeps/mach/hurd/ifreq.h: New file.
52513
52514 2011-01-27  Petr Baudis  <pasky@suse.cz>
52515             Ulrich Drepper  <drepper@gmail.com>
52516
52517         [BZ 12445]#
52518         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52519         to extend_alloca().
52520         * stdio-common/bug23.c: New file.
52521         * stdio-common/Makefile (tests): Add bug23.
52522
52523 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52524             Ulrich Drepper  <drepper@gmail.com>
52525
52526         [BZ #12489]
52527         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52528         before performing relro protection.  At old place add assertion
52529         to make sure nothing changed.
52530
52531 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52532             Glauber de Oliveira Costa  <glommer@gmail.com>
52533
52534         * elf/elf.h: Add new ARM TLS relocs.
52535
52536 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52537
52538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52539         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52540         cast from r3.
52541         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52542         'tests' variable.
52543         * sysdeps/wordsize-64/tst-writev.c: New file.
52544
52545 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52546
52547         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52548         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52549         insns in _dl_start to prevent a TOC reference before relocs are
52550         resolved.
52551
52552 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52553
52554         [BZ #12469]
52555         * Makeconfig: Remove RANLIB definition.
52556         * Makerules: Don't use RANLIB.
52557         * aclocal.m4: Remove ranlib test.
52558         * configure.in: No need to check for ranlib.
52559         * elf/rtld-Rules: Don't use RANLIB.
52560
52561 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52562
52563         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52564         protection macro.
52565         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52566         inclusion protection macro.
52567
52568         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52569         SIGRTMIN and SIGRTMAX and print information in that case only when
52570         SIGRTMIN is defined.
52571
52572 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52573
52574         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52575         arginfo fn returning -1.
52576
52577         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52578         and thousands string is zero terminated.
52579
52580 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52581
52582         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52583         sysdeps/unix/sysv/linux/bits/socket.h.
52584
52585 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52586
52587         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52588         (__CPU_COUNT): Remove old macros.
52589         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52590         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52591         (__CPU_ALLOC, __CPU_FREE): Add macros.
52592         (__sched_cpualloc, __sched_cpufree): Add declarations.
52593
52594 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52595
52596         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52597         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52598         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52599         (readdhstai): Return value of addhstaiX call.
52600         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52601         (addgrbyX): Return value returned by cache_addgr.
52602         (readdgrbyname): Return value returned by addgrbyX.
52603         (readdgrbygid): Likewise.
52604         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52605         (addpwbyX): Return value returned by cache_addpw.
52606         (readdpwbyname): Return value returned by addhstbyX.
52607         (readdpwbyuid): Likewise.
52608         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52609         (addservbyX): Return value returned by cache_addserv.
52610         (readdservbyname): Return value returned by addservbyX:
52611         (readdservbyport): Likewise.
52612         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52613         (addhstbyX): Return value returned by cache_addhst.
52614         (readdhstbyname): Return value returned by addhstbyX.
52615         (readdhstbyaddr): Likewise.
52616         (readdhstbynamev6): Likewise.
52617         (readdhstbyaddrv6): Likewise.
52618         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52619         (readdinitgroups): Return value returned by addinitgroupsX.
52620         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52621         (prune_cache): Keep track of timeout value of re-added entries.
52622         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52623         * nscd/nscd.h: Adjust prototypes of readd* functions.
52624
52625 2011-02-04  Roland McGrath  <roland@redhat.com>
52626
52627         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52628         (nis_stats): Likewise.
52629         * nis/nis_modify.c (nis_modify): Likewise.
52630         * nis/nis_remove.c (nis_remove): Likewise.
52631         * nis/nis_add.c (nis_add): Likewise.
52632
52633         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52634
52635         * posix/fnmatch_loop.c: Add some consts.
52636
52637         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52638
52639 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52640
52641         [BZ #12460]
52642         * config.make.in (config-cflags-novzeroupper): Define.
52643         * configure.in: Substitute libc_cv_cc_novzeroupper.
52644         * elf/Makefile (AVX-CFLAGS): Define.
52645         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52646         (CFLAGS-tst-auditmod4a.c): Likewise.
52647         (CFLAGS-tst-auditmod4b.c): Likewise.
52648         (CFLAGS-tst-auditmod6b.c): Likewise.
52649         (CFLAGS-tst-auditmod6c.c): Likewise.
52650         (CFLAGS-tst-auditmod7b.c): Likewise.
52651         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52652
52653 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52654
52655         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52656         function to the callback.
52657         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52658
52659 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52660
52661         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52662         of errno.
52663
52664 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52665
52666         [BZ #11724]
52667         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52668         of constructors.
52669         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52670         of destructors.
52671         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52672
52673         [BZ #11724]
52674         * elf/Makefile: Add rules to build and run new test.
52675         * elf/tst-initorder.c: New file.
52676         * elf/tst-initorder.exp: New file.
52677         * elf/tst-initordera1.c: New file.
52678         * elf/tst-initordera2.c: New file.
52679         * elf/tst-initordera3.c: New file.
52680         * elf/tst-initordera4.c: New file.
52681         * elf/tst-initorderb1.c: New file.
52682         * elf/tst-initorderb2.c: New file.
52683         * elf/tst-order-a1.c: New file.
52684         * elf/tst-order-a2.c: New file.
52685         * elf/tst-order-a3.c: New file.
52686         * elf/tst-order-a4.c: New file.
52687         * elf/tst-order-b1.c: New file.
52688         * elf/tst-order-b2.c: New file.
52689         * elf/tst-order-main.c: New file.
52690         New test case by George Gensure <werkt0@gmail.com>.
52691
52692 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52693
52694         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52695         decoding ACE if AI_CANONIDN.
52696
52697 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52698
52699         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52700
52701 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52702
52703         * version.h (RELEASE): Bump for 2.13 release.
52704         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52705
52706         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52707
52708         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52709         MADV_NOHUGEPAGE.
52710         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52711         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52712         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52713         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52714         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52715         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52716
52717         * posix/getconf.c: Update copyright year.
52718         * catgets/gencat.c: Likewise.
52719         * csu/version.c: Likewise.
52720         * debug/catchsegv.sh: Likewise.
52721         * debug/xtrace.sh: Likewise.
52722         * elf/ldconfig.c: Likewise.
52723         * elf/ldd.bash.in: Likewise.
52724         * elf/sprof.c (print_version): Likewise.
52725         * iconv/iconv_prog.c: Likewise.
52726         * iconv/iconvconfig.c: Likewise.
52727         * locale/programs/locale.c: Likewise.
52728         * locale/programs/localedef.c: Likewise.
52729         * malloc/memusage.sh: Likewise.
52730         * malloc/mtrace.pl: Likewise.
52731         * nscd/nscd.c (print_version): Likewise.
52732         * nss/getent.c: Likewise.
52733
52734         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52735         PF_CAIF, and PF_ALG.
52736         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52737
52738 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52739
52740         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52741         (modules-names): Use them.
52742         (ifunc-test-modules, ifunc-pie-tests): Define.
52743         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52744         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52745         (test-extras): Likewise.
52746         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52747         $(compile-command.c).
52748         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52749         (all-built-dso): Define.
52750         (check-textrel.out, check-execstack.out): Depend on it.
52751
52752         * configure.in: Don't override --enable-multi-arch.
52753
52754 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52755
52756         [BZ #6812]
52757         * nscd/hstcache.c (tryagain): Define.
52758         (cache_addhst): Return tryagain not notfound for temporary errors.
52759         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52760         failed.
52761
52762 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52763
52764         [BZ #10563]
52765         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52766         to make the syscall.
52767         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52768
52769         [BZ #12378]
52770         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52771         and fall back to matching as normal character if the string ends before
52772         the matching ']' is found.  This is what POSIX requires.
52773         * posix/testfnm.c: Adjust test result.
52774         * posix/globtest.sh: Adjust test result.  Add new test.
52775         * posix/tst-fnmatch.input: Likewise.
52776         * posix/tst-fnmatch2.c: Add new test.
52777
52778 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52779
52780         * elf/Makefile (check-execstack): Revert last change.  Depend on
52781         check-execstack.h.
52782         (check-execstack.h): New target.
52783         (generated): Add check-execstack.h.
52784         * elf/check-execstack.c: Include "check-execstack.h".
52785         (main): Revert last change.
52786         (handle_file): Return zero if GNU_STACK is absent and
52787         DEFAULT_STACK_PERMS doesn't include PF_X.
52788
52789 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52790
52791         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52792         in child fails because the descriptor is already closed.
52793         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52794         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52795         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52796
52797         [BZ #12397]
52798         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52799         syscall.
52800
52801         [BZ #10484]
52802         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52803         temporary buffer used to handle multi lookups locally.
52804         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52805
52806 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52807
52808         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52809         loader is ld.so.
52810
52811 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52812
52813         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52814         alignment for SSE2.
52815
52816 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52817
52818         [BZ #12394]
52819         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52820         characters.  When rounding increased number of integer digits recompute
52821         number of groups.
52822         * stdio-common/tst-grouping.c: New file.
52823         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52824
52825 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52826
52827         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52828         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52829
52830         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52831         void.
52832         * bits/select.h: Likewise.
52833
52834 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52835
52836         * po/ja.po: Update from translation team.
52837
52838 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52839
52840         [BZ #11155]
52841         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52842         implementation just like for lxstat, fxstatat, et al.
52843
52844 2010-12-27  Jim Meyering  <meyering@redhat.com>
52845
52846         [BZ #12348]
52847         * posix/regexec.c (build_trtable): Return failure indication upon
52848         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52849
52850 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52851
52852         [BZ #12201]
52853         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52854         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52855         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52856         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52857
52858         [BZ #12207]
52859         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52860
52861         [BZ #12204]
52862         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52863         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52864
52865 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52866
52867         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52868         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52869         script has SORT_BY_INIT_PRIORITY.
52870         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52871         NO_CTORS_DTORS_SECTIONS is defined.
52872         * elf/soinit.c: Likewise.
52873         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52874         NO_CTORS_DTORS_SECTIONS is defined.
52875         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52876         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52877         * sysdeps/sh/init-first.c: Likewise.
52878         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52879
52880 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52881
52882         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52883         always use the slow path.
52884
52885 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52886
52887         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52888         similar rule which adds the sysdep directories to the header search in
52889         order to pick up the correct platform stackinfo.h.
52890         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52891         perform test if it is, otherwise return successfully without testing.
52892         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52893         DEFAULT_STACK_PERMS define in stackinfo.h.
52894         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52895         defined in stackinfo.h.
52896         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52897         DEFAULT_STACK_PERMS defined in stackinfo.h.
52898         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52899         * sysdeps/ia64/stackinfo.h: Likewise.
52900         * sysdeps/s390/stackinfo.h: Likewise.
52901         * sysdeps/sh/stackinfo.h: Likewise.
52902         * sysdeps/sparc/stackinfo.h: Likewise.
52903         * sysdeps/x86_64/stackinfo.h: Likewise.
52904         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52905         PF_X for powerpc64.  Retain PF_X for powerpc32.
52906
52907 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52908
52909         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52910         accurately.
52911         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52912         GETDENTS_64BIT_ALIGNED.
52913
52914 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52915
52916         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52917
52918 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52919
52920         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52921         _GNU_SOURCE.
52922
52923         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52924         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52925         Remove __restrict.
52926         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52927         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52928
52929 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52930
52931         [BZ #11655]
52932         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52933         are initialized.
52934
52935 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52936
52937         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52938
52939 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52940
52941         * po/it.po: Update from translation team.
52942
52943 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52944
52945         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52946         unused codes.
52947
52948 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52949
52950         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52951
52952 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52953
52954         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52955         specially.
52956         (gaih_getanswer_slice): Likewise.
52957
52958 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52959
52960         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52961
52962 2010-05-31  Petr Baudis  <pasky@suse.cz>
52963
52964         [BZ #11149]
52965         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52966         silently even in the chroot mode.
52967
52968 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52969
52970         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52971         last patch a bit.  Pretty printing
52972
52973 2010-05-31  Petr Baudis <pasky@suse.cz>
52974
52975         [BZ #10085]
52976         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52977         initialization of skip_initgroups_dyn.
52978
52979 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52980
52981         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52982         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52983
52984 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52985
52986         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52987
52988 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52989
52990         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52991         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52992         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52993         ($(objpfx)tst-fnmatch-mem): New rule.
52994         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52995         * posix/tst-fnmatch.c (main): Call mtrace.
52996
52997 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52998
52999         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53000         Support Intel processor model 6 and model 0x2c.
53001
53002 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53003
53004         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53005           signed comparison.
53006
53007 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53008
53009         [BZ #12205]
53010         * string/test-strncasecmp.c (check_result): New function.
53011         (do_one_test): Use it.
53012         (check1): New function.
53013         (test_main): Use it.
53014         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53015         Support strcasecmp and strncasecmp.
53016
53017 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53018
53019         [BZ #12194]
53020         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53021         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53022
53023 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53024
53025         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53026         IFUNC support.
53027         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53028         memset-x86-64.
53029         * sysdeps/x86_64/multiarch/bzero.S: New file.
53030         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53031         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53032         * sysdeps/x86_64/multiarch/memset.S: New file.
53033         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53034         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53035         Set bit_Prefer_SSE_for_memop for Intel processors.
53036         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53037         Define.
53038         (index_Prefer_SSE_for_memop): Define.
53039         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53040
53041 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53042
53043         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53044         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53045
53046 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53047
53048         [BZ #12191]
53049         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53050         (__x86_64_raw_data_cache_size_half): Likewise.
53051         (__x86_64_raw_shared_cache_size): Likewise.
53052         (__x86_64_raw_shared_cache_size_half): Likewise.
53053
53054         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53055         (__x86_64_raw_data_cache_size_half): Likewise.
53056         (__x86_64_raw_shared_cache_size): Likewise.
53057         (__x86_64_raw_shared_cache_size_half): Likewise.
53058         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53059         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53060         and __x86_64_raw_shared_cache_size_half.  Round
53061         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53062         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53063         to multiple of 256 bytes.
53064
53065 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53066
53067         [BZ #12167]
53068         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53069         of inacessible symlinks.  Verify result of symlink before returning it.
53070         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53071         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53072
53073 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53074
53075         * math/math.h (isinf): Fix typo in comment.
53076
53077 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53078
53079         * po/da.po: Update from translation team.
53080
53081 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53082
53083         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53084         is added to the list.
53085
53086 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53087             Ulrich Drepper  <drepper@gmail.com>
53088
53089         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53090         the global list here.  Move code to...
53091         (_dl_add_to_namespace_list): ...here.  New function.
53092         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53093         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53094         * elf/dl-load.c (lose): Don't remove the element from the list.
53095         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53096         (_dl_map_object): Likewise.
53097
53098 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53099
53100         [BZ #12159]
53101         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53102         into all bytes of SSE register.
53103         Patch by Richard Li <richardpku@gmail.com>.
53104
53105 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53106
53107         [BZ #12140]
53108         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53109         perturbing.
53110
53111 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53112
53113         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53114         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53115         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53116         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53118         submachine.
53119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53120
53121 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53122
53123         * include/dlfcn.h (__RTLD_SECURE): Define.
53124         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53125         mode & __RTLD_SECURE instead.
53126         (open_path): Rename preloaded parameter to secure.
53127         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53128         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53129         * elf/dl-deps.c (openaux): Likewise.
53130         * elf/rtld.c (struct map_args): Remove is_preloaded.
53131         (map_doit): Don't use it.
53132         (dl_main): Likewise.
53133         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53134         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53135
53136 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53137
53138         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53139         (sysd-rules-targets): Remove duplicates.
53140         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53141         rtld-%.$o dependency.
53142
53143 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53144
53145         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53146         _dl_map_object do it.
53147
53148 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53149
53150         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53151         fast fma builtins, define the macros in the C99 standard.
53152         (FP_FAST_FMAF): Likewise.
53153         (FP_FAST_FMAL): Likewise.
53154         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53155
53156         * bits/mathdef.h: Update copyright year.
53157         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53158
53159 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53160
53161         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53162         builtins, define the macros in the C99 standard.
53163         (FP_FAST_FMAF): Likewise.
53164         (FP_FAST_FMAL): Likewise.
53165         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53166         multiply/add.
53167         (FP_FAST_FMAF): Likewise.
53168
53169 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53170
53171         [BZ #3268]
53172         * math/libm-test.inc (fma_test): Some new testcases.
53173         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53174         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53175         y and infinite z.  Do multiplication by C already in long double.
53176         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53177         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53178         y and infinite z.  Do bitwise or of inexact bit into u.d.
53179         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53180         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53181         * sysdeps/i386/fpu/s_fma.S: Removed.
53182         * sysdeps/i386/fpu/s_fmal.S: Removed.
53183
53184 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53185
53186         [BZ #3268]
53187         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53188         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53189         computation is not scheduled after fetestexcept.  Fix value
53190         of minimum denormal long double.
53191
53192 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53193
53194         [BZ #3268]
53195         * math/libm-test.inc (fma_test): Add some more tests.
53196         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53197         correctly.
53198
53199 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53200
53201         * scripts/data/localplt-s390-linux-gnu.data: New file.
53202         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53203
53204 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53205
53206         [BZ #3268]
53207         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53208         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53209         instead of dbl-64.
53210         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53211         inlines.
53212         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53214         if one of x and y is very large and the other is subnormal.
53215         * sysdeps/s390/fpu/s_fmaf.c: New file.
53216         * sysdeps/s390/fpu/s_fma.c: New file.
53217         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53218         * sysdeps/powerpc/fpu/s_fma.S: New file.
53219         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53220         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53221         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53222
53223 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53224
53225         [BZ #3268]
53226         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53227         fma tests.
53228         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53229         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53230         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53231         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53232         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53233         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53234         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53235
53236 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53237
53238         [BZ #12078]
53239         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53240         * posix/bug-regex31.input: Add test case.
53241
53242 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53243
53244         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53245         * posix/bug-regex31.input: New file.
53246
53247         [BZ #12078]
53248         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53249         (parse_sub_exp): Fix last change, use postorder.
53250
53251         * posix/bug-regex31.c: New file.
53252         * posix/Makefile: Add rules to build and run bug-regex31.
53253
53254         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53255
53256         [BZ #12078]
53257         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53258
53259         [BZ #12108]
53260         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53261         to have entries in sys_siglist.
53262
53263         [BZ #12093]
53264         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53265         be NULL.
53266
53267 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53268
53269         [BZ #3268]
53270         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53271         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53272         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53273         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53274         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53275         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53276         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53277         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53278         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53279         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53280         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53281         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53282         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53283         * math/ftestexcept.c (fetestexcept): Likewise.
53284         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53285         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53286         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53287         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53288         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53289         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53290         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53291
53292 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53293
53294         [BZ #12107]
53295         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53296         newline.
53297
53298 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53299
53300         * string/bug-strstr1.c: New file.
53301         * string/Makefile: Add rules to build and run bug-strstr1.
53302
53303 2010-10-05  Eric Blake  <eblake@redhat.com>
53304
53305         [BZ #12092]
53306         * string/str-two-way.h (two_way_long_needle): Always clear memory
53307         when skipping input due to the shift table.
53308
53309 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53310
53311         [BZ #12005]
53312         * malloc/mcheck.c: Handle large requests.
53313
53314         [BZ #12077]
53315         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53316         for strncmp and strncasecmp.
53317         * string/stratcliff.c: Add tests for strcmp and strncmp.
53318         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53319
53320 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53321
53322         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53323         __set_fpscr.
53324
53325 2010-09-30  Andreas Jaeger  <aj@suse.de>
53326
53327         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53328         (CGROUP_SUPER_MAGIC): Define.
53329         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53330         Handle btrfs and cgroup file systems.
53331         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53332         Likewise.
53333
53334 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53335
53336         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53337         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53338
53339 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53340
53341         [BZ #12067]
53342         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53343         trying to locate the ELF header.
53344
53345 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53346
53347         [BZ #11611]
53348         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53349         Mask out sign-bit copies when constructing f_fsid.
53350
53351 2010-09-24  Petr Baudis <pasky@suse.cz>
53352
53353         * debug/stack_chk_fail_local.c: Add missing licence exception.
53354         * debug/warning-nop.c: Likewise.
53355
53356 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53357
53358         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53359         implementing getdents64 using getdents syscall, set d_type if
53360         __ASSUME_GETDENTS32_D_TYPE.
53361
53362 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53363
53364         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53365         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53366
53367 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53368
53369         [BZ #12037]
53370         * posix/unistd.h: Undo change of feature selection for ftruncate from
53371         2010-01-11.
53372
53373 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53374
53375         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53376         detection.
53377
53378 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53379
53380         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53381         fanotify_mark.
53382         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53383
53384 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53385
53386         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53387         variables after CHECK_SP call.
53388         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53389
53390 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53391             Ulrich Drepper  <drepper@redhat.com>
53392
53393         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53394         re-relocationg ld.so.
53395         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53396         _dl_init_paths call.
53397         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53398         here anymore.
53399
53400 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53401
53402         * resolv/res_init.c (__res_vinit): Count the default server we added.
53403
53404 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53405             Ulrich Drepper  <drepper@redhat.com>
53406
53407         [BZ #11968]
53408         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53409         (____longjmp_chk): Use %ebx for saving value across system call.
53410         Add unwind info.
53411
53412 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53413
53414         * manual/Makefile: Don't mix pattern rules with normal rules.
53415
53416 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53417
53418         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53419         operation.
53420         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53421         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53422         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53423         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53424         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53425         Likewise.
53426
53427 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53428
53429         [BZ #11979]
53430         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53431         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53432
53433 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53434
53435         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53436         * sysdeps/x86_64/addmul_1.S: Likewise.
53437         * sysdeps/x86_64/lshift.S: Likewise.
53438         * sysdeps/x86_64/mul_1.S: Likewise.
53439         * sysdeps/x86_64/rshift.S: Likewise.
53440         * sysdeps/x86_64/sub_n.S: Likewise.
53441         * sysdeps/x86_64/submul_1.S: Likewise.
53442
53443 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53444
53445         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53446         Define __sched_param instead of SCHED_* and sched_param when
53447         <bits/sched.h> is included with __need_schedparam defined.
53448         * bits/sched.h [__need_schedparam]
53449         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53450         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53451         (__defined_schedparam): Define to 1.
53452         (__sched_param): New structure, identical to sched_param.
53453         (__need_schedparam): Undefine.
53454
53455 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53456
53457         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53458         (epoll_create1): Declare.
53459
53460         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53461
53462 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53463
53464         [BZ #7066]
53465         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53466         shifting retval into place.
53467
53468 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53469
53470         * nis/rpcsvc/nis.h: Update copyright notice.
53471         * nis/rpcsvc/nis.x: Likewise.
53472         * nis/rpcsvc/nis_callback.h: Likewise.
53473         * nis/rpcsvc/nis_callback.x: Likewise.
53474         * nis/rpcsvc/nis_object.x: Likewise.
53475         * nis/rpcsvc/nis_tags.h: Likewise.
53476         * nis/rpcsvc/yp.h: Likewise.
53477         * nis/rpcsvc/yp.x: Likewise.
53478         * nis/rpcsvc/ypupd.h: Likewise.
53479         * nis/yp_xdr.c: Likewise.
53480         * nis/ypupdate_xdr.c: Likewise.
53481
53482         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53483         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53484         (pmap_getport): Use __libc_rpc_getport.
53485         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53486         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53487         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53488
53489 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53490
53491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53492         fanotify_mark.
53493
53494 2010-08-27  Roland McGrath  <roland@redhat.com>
53495
53496         * sysdeps/i386/i686/multiarch/Makefile
53497         (CFLAGS-varshift.c): New variable.
53498
53499 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53500
53501         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53502         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53503
53504         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53505
53506         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53507
53508 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53509
53510         * sysdeps/x86_64/strlen.S: Unroll the loop.
53511         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53512         strlen-sse2 strlen-sse2-bsf.
53513         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53514         __strlen_no_bsf if bit_Slow_BSF is set.
53515         (__strlen_sse42): Removed.
53516         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53517         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53518
53519 2010-08-25  Roland McGrath  <roland@redhat.com>
53520
53521         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53522         * sysdeps/x86_64/multiarch/varshift.c: New file.
53523         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53524         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53525         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53526         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53527
53528 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53529
53530         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53531         strlen-sse2 strlen-sse2-bsf.
53532         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53533         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53534         (__strlen_sse2): Removed.
53535         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53536         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53537         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53538         bit_Slow_BSF for Atom.
53539         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53540         (index_Slow_BSF): Define.
53541         (HAS_SLOW_BSF): Define.
53542
53543 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53544
53545         [BZ #10851]
53546         * resolv/res_init.c (__res_vinit): When no server address at all
53547         is given default to loopback.
53548
53549 2010-08-24  Roland McGrath  <roland@redhat.com>
53550
53551         * configure.in: Remove config-name.h generation.
53552         * configure: Regenerated.
53553         * config-name.in: File removed.
53554         * scripts/config-uname.sh: New file.
53555         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53556         ($(objdir)config-name.h): New target.
53557
53558         * sunrpc/rpc_parse.h: Avoid nested comment.
53559
53560 2010-08-24  Richard Henderson  <rth@redhat.com>
53561             Ulrich Drepper  <drepper@redhat.com>
53562             H.J. Lu  <hongjiu.lu@intel.com>
53563
53564         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53565         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53566         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53567         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53568         _mm_alignr_epi8 with _mm_loadu_si128.
53569         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53570         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53571         (__m128i_shift_right): Removed.
53572         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53573         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53574         * sysdeps/x86_64/multiarch/varshift.h: New file.
53575         * sysdeps/x86_64/multiarch/varshift.S: New file.
53576
53577 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53578
53579         * configure.in: Move assembler checks to before sysdep dir checking.
53580
53581 2010-08-20  Petr Baudis  <pasky@suse.cz>
53582
53583         * LICENSES: Sync the sunrpc license.
53584
53585 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53586
53587         * sunrpc/auth_des.c: Update copyright notice once again.
53588         * sunrpc/auth_none.c: Likewise.
53589         * sunrpc/auth_unix.c: Likewise.
53590         * sunrpc/authdes_prot.c: Likewise.
53591         * sunrpc/authuxprot.c: Likewise.
53592         * sunrpc/bindrsvprt.c: Likewise.
53593         * sunrpc/clnt_gen.c: Likewise.
53594         * sunrpc/clnt_perr.c: Likewise.
53595         * sunrpc/clnt_raw.c: Likewise.
53596         * sunrpc/clnt_simp.c: Likewise.
53597         * sunrpc/clnt_tcp.c: Likewise.
53598         * sunrpc/clnt_udp.c: Likewise.
53599         * sunrpc/clnt_unix.c: Likewise.
53600         * sunrpc/des_crypt.c: Likewise.
53601         * sunrpc/des_soft.c: Likewise.
53602         * sunrpc/get_myaddr.c: Likewise.
53603         * sunrpc/getrpcport.c: Likewise.
53604         * sunrpc/key_call.c: Likewise.
53605         * sunrpc/key_prot.c: Likewise.
53606         * sunrpc/openchild.c: Likewise.
53607         * sunrpc/pm_getmaps.c: Likewise.
53608         * sunrpc/pm_getport.c: Likewise.
53609         * sunrpc/pmap_clnt.c: Likewise.
53610         * sunrpc/pmap_prot.c: Likewise.
53611         * sunrpc/pmap_prot2.c: Likewise.
53612         * sunrpc/pmap_rmt.c: Likewise.
53613         * sunrpc/rpc/auth.h: Likewise.
53614         * sunrpc/rpc/auth_unix.h: Likewise.
53615         * sunrpc/rpc/clnt.h: Likewise.
53616         * sunrpc/rpc/des_crypt.h: Likewise.
53617         * sunrpc/rpc/key_prot.h: Likewise.
53618         * sunrpc/rpc/netdb.h: Likewise.
53619         * sunrpc/rpc/pmap_clnt.h: Likewise.
53620         * sunrpc/rpc/pmap_prot.h: Likewise.
53621         * sunrpc/rpc/pmap_rmt.h: Likewise.
53622         * sunrpc/rpc/rpc.h: Likewise.
53623         * sunrpc/rpc/rpc_des.h: Likewise.
53624         * sunrpc/rpc/rpc_msg.h: Likewise.
53625         * sunrpc/rpc/svc.h: Likewise.
53626         * sunrpc/rpc/svc_auth.h: Likewise.
53627         * sunrpc/rpc/types.h: Likewise.
53628         * sunrpc/rpc/xdr.h: Likewise.
53629         * sunrpc/rpc_clntout.c: Likewise.
53630         * sunrpc/rpc_cmsg.c: Likewise.
53631         * sunrpc/rpc_common.c: Likewise.
53632         * sunrpc/rpc_cout.c: Likewise.
53633         * sunrpc/rpc_dtable.c: Likewise.
53634         * sunrpc/rpc_hout.c: Likewise.
53635         * sunrpc/rpc_main.c: Likewise.
53636         * sunrpc/rpc_parse.c: Likewise.
53637         * sunrpc/rpc_parse.h: Likewise.
53638         * sunrpc/rpc_prot.c: Likewise.
53639         * sunrpc/rpc_sample.c: Likewise.
53640         * sunrpc/rpc_scan.c: Likewise.
53641         * sunrpc/rpc_scan.h: Likewise.
53642         * sunrpc/rpc_svcout.c: Likewise.
53643         * sunrpc/rpc_tblout.c: Likewise.
53644         * sunrpc/rpc_util.c: Likewise.
53645         * sunrpc/rpc_util.h: Likewise.
53646         * sunrpc/rpcinfo.c: Likewise.
53647         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53648         * sunrpc/rpcsvc/key_prot.x: Likewise.
53649         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53650         * sunrpc/rpcsvc/mount.x: Likewise.
53651         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53652         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53653         * sunrpc/rpcsvc/rex.x: Likewise.
53654         * sunrpc/rpcsvc/rstat.x: Likewise.
53655         * sunrpc/rpcsvc/rusers.x: Likewise.
53656         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53657         * sunrpc/rpcsvc/spray.x: Likewise.
53658         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53659         * sunrpc/rtime.c: Likewise.
53660         * sunrpc/svc.c: Likewise.
53661         * sunrpc/svc_auth.c: Likewise.
53662         * sunrpc/svc_authux.c: Likewise.
53663         * sunrpc/svc_raw.c: Likewise.
53664         * sunrpc/svc_run.c: Likewise.
53665         * sunrpc/svc_simple.c: Likewise.
53666         * sunrpc/svc_tcp.c: Likewise.
53667         * sunrpc/svc_udp.c: Likewise.
53668         * sunrpc/svc_unix.c: Likewise.
53669         * sunrpc/svcauth_des.c: Likewise.
53670         * sunrpc/xcrypt.c: Likewise.
53671         * sunrpc/xdr.c: Likewise.
53672         * sunrpc/xdr_array.c: Likewise.
53673         * sunrpc/xdr_float.c: Likewise.
53674         * sunrpc/xdr_mem.c: Likewise.
53675         * sunrpc/xdr_rec.c: Likewise.
53676         * sunrpc/xdr_ref.c: Likewise.
53677         * sunrpc/xdr_sizeof.c: Likewise.
53678         * sunrpc/xdr_stdio.c: Likewise.
53679
53680         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53681         handling.
53682
53683 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53684
53685         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53686
53687 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53688
53689         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53690         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53691         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53692         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53693         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53694         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53695         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53696         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53697         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53698         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53699         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53700         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53701         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53702         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53703
53704 2010-07-26  Anton Blanchard  <anton@samba.org>
53705
53706         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53707         * malloc/arena.c (heap_trim): Likewise.
53708
53709 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53710
53711         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53712         here.  Not...
53713         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53714         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53715
53716 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53717
53718         * sysdeps/i386/elf/Makefile: New file.
53719
53720 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53721
53722         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53723         from fanotify_init.
53724         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53725         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53726
53727 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53728
53729         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53730         of strncasecmp_l.
53731         * sysdeps/multiarch/strcmp.S: Likewise.
53732
53733 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53734
53735         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53736         strncase_l-nonascii.
53737         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53738         Add strncase_l-ssse3.
53739         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53740         * sysdeps/x86_64/strcmp.S: Likewise.
53741         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53742         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53743         * sysdeps/x86_64/strncase.S: New file.
53744         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53745         * sysdeps/x86_64/strncase_l.S: New file.
53746         * string/Makefile (strop-tests): Add strncasecmp.
53747         * string/test-strncasecmp.c: New file.
53748
53749         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53750         warning.
53751
53752         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53753         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53754
53755 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53756
53757         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53758
53759 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53760
53761         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53762         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53763         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53764
53765 2010-05-01  Alan Modra  <amodra@gmail.com>
53766
53767         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53768         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53769         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53770         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53771         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53772         tidying.  Don't tail-call __sigjmp_save for static lib.
53773         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53774         save location.
53775         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53776         (CALL_MCOUNT): Add eh info, and nop after bl.
53777         (TAIL_CALL_SYSCALL_ERROR): New macro.
53778         (PSEUDO_RET): Use it.
53779         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53780         Correct save location of integer regs and cr.
53781         (_dl_profile_resolve): Correct cr save location.  Delete nops
53782         after bl when SHARED.  Reduce cfi size a little by better
53783         placement of cfi directives.
53784         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53785         make a stack frame.  Instead use parm save area as a temp.
53786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53787         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53789         Don't make a stack frame for parent, use parm save area.
53790         Increase child stack frame to 112 bytes.  Don't save unused reg,
53791         and adjust reg usage.  Set up cfi on error recovery and
53792         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53794         (__makecontext): Add dummy nop after jump to exit.
53795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53796         Use correct parm save area and cr save, reduce stack frame.
53797         Correct cfi for possible PSEUDO_RET frame setup.
53798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53799         Branch to local label emitted by PSEUDO_RET rather than
53800         __syscall_error.
53801
53802 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53803
53804         [BZ #11904]
53805         * locale/programs/locale.c (print_assignment): New function.
53806         (show_locale_vars): Use it.
53807
53808 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53809
53810         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53811         field.
53812         (struct statfs64): Likewise.
53813         (_STATFS_F_FLAGS): Define.
53814         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53815         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53816         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53817         (ST_VALID): Define locally.
53818         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53819         __statvfs_getflags, use the provided value.
53820         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53821         __ASSUME_STATFS_F_FLAGS.
53822
53823         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53824
53825         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53826         Add sys/fanotify.h.
53827         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53828         fanotify_mask for GLIBC_2.13.
53829         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53830         fanotify_init and fanotify_mark.
53831         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53832         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53833
53834         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53835         Add prlimit.
53836         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53837         prlimit64 for GLIBC_2.13.
53838         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53839         prlimit64.
53840         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53841         syscall.
53842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53843         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53844         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53845         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53846         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53847         add prlimit alias.
53848         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53849
53850         [BZ #11903]
53851         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53852         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53853
53854         * nss/Makefile: Add rules to build and run tst-nss-test1.
53855         * shlib-versions: Add entry for libnss_test1.
53856         * nss/nss_test1.c: New file.
53857         * nss/tst-nss-test1.c: New file.
53858
53859         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53860         (__nss_configure_lookup): Set appropriate entry in
53861         __nss_configure_lookup to true.
53862         * nss/nsswitch.h: Define enum with indeces of databases in
53863         databases and __nss_database_custom arrays.  Declare
53864         __nss_database_custom.
53865         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53866         to avoid using nscd when custom rules are installed.
53867         * nss/getXXbyYY_r.c: Likewise.
53868         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53869
53870         * nss/nss_files/files-parse.c: Whitespace fixes.
53871
53872 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53873
53874         [BZ #11883]
53875         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53876         * posix/fnmatch_loop.c: Likewise.
53877
53878 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53879
53880         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53881         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53882         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53883         * Versions.def [GLIBC_2.13]: Add.
53884
53885 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53886
53887         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53888         Also fail if tpwd after pwuid call is NULL.
53889
53890 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53891
53892         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53893         when converting to ms.
53894
53895 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53896
53897         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53898         EOPNOTSUPP errors with ENOTTY.
53899         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53900         EOPNOTSUPP errors with ENOTTY.
53901
53902 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53903
53904         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53905         Add strcasecmp_l-ssse3.
53906         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53907         strcasecmp.
53908         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53909         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53910         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53911
53912 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53913
53914         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53915
53916         * string/Makefile (strop-tests): Add strcasecmp.
53917         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53918         strcasecmp_l-nonascii.
53919         (gen-as-const-headers): Add locale-defines.sym.
53920         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53921         * sysdeps/x86_64/strcasecmp.S: New file.
53922         * sysdeps/x86_64/strcasecmp_l.S: New file.
53923         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53924         * sysdeps/x86_64/locale-defines.sym: New file.
53925         * string/test-strcasecmp.c: New file.
53926
53927         * string/test-strcasestr.c: Test both ends of the range of characters.
53928         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53929
53930 2010-07-29  Roland McGrath  <roland@redhat.com>
53931
53932         [BZ #11856]
53933         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53934
53935 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53936
53937         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53938         for ld.so.
53939
53940 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53941
53942         * manual/memory.texi (Malloc Tunable Parameters): Document
53943         M_PERTURB.
53944
53945 2010-07-26  Roland McGrath  <roland@redhat.com>
53946
53947         [BZ #11840]
53948         * configure.in (-fgnu89-inline check): Set and substitute
53949         gnu89_inline, not libc_cv_gnu89_inline.
53950         * configure: Regenerated.
53951         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53952
53953 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53954
53955         * string/test-strnlen.c: New file.
53956         * string/Makefile (strop-tests): Add strnlen.
53957         * string/tester.c (test_strnlen): Add a few more test cases.
53958         * string/tst-strlen.c: Better error reporting.
53959
53960         * sysdeps/x86_64/strnlen.S: New file.
53961
53962 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53963
53964         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53965         lower-latency instructions.
53966
53967 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53968
53969         * string/test-strcasestr.c: New file.
53970         * string/test-strstr.c: New file.
53971         * string/Makefile (strop-tests): Add strstr and strcasestr.
53972         * string/str-two-way.h: Don't undefine MAX.
53973         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53974
53975 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53976
53977         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53978         strcasestr-nonascii.
53979         (CFLAGS-strcasestr-nonascii.c): Define.
53980         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53981         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53982         Remove unused attribute.
53983
53984 2010-07-20  Roland McGrath  <roland@redhat.com>
53985
53986         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53987         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53988         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53989         like LD_HWCAP_MASK can disable hwcaps.
53990
53991 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53992
53993         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53994
53995 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53996
53997         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53998         call in strcasestr.
53999         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54000         __strcasestr_sse42_nonascii.
54001         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54002         strcasestr-nonascii.c.
54003         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54004
54005 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54006
54007         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54008         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54009         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54010         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54011
54012 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54013
54014         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54015         fcntl.
54016
54017 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54018
54019         [BZ #11577]
54020         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54021         dl_signal_cerror.
54022
54023 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54024
54025         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54026         _PC_PIPE_BUF using F_GETPIPE_SZ.
54027
54028 2010-07-05  Roland McGrath  <roland@redhat.com>
54029
54030         * manual/arith.texi (Rounding Functions): Fix rint description
54031         implicit in round description.
54032
54033 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54034
54035         * elf/Makefile: Fix linking for a few tests to make recent linker
54036         happy.
54037
54038 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54039
54040         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54041         $(common-objpfx)libc_nonshared.a.
54042
54043 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54044
54045         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54046         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54047         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54048         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54049         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54050         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54051         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54052         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54067         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54068         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54069         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54070         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54071         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54072         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54073         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54074         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54075         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54076         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54077         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54078         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54093
54094 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54095
54096         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54097         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54098         * string/memmove.c (memmove): Renamed to ...
54099         (MEMMOVE): ...this.  Default to memmove.
54100         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54101         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54102         (END_CHK): Define.
54103         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54104         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54105         mempcpy-ssse3-back memmove-ssse3-back.
54106         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54107         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54108         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54109         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54110         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54111         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54112         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54113         * sysdeps/x86_64/multiarch/memmove.c: New file.
54114         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54115         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54116         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54117         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54118         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54119         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54120         Define.
54121         (index_Fast_Copy_Backward): Define.
54122         (HAS_ARCH_FEATURE): Define.
54123         (HAS_FAST_REP_STRING): Define.
54124         (HAS_FAST_COPY_BACKWARD): Define.
54125
54126 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54127
54128         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54129         Restore proper fallback handling.
54130
54131 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54132
54133         [BZ #11701]
54134         * posix/group_member.c (__group_member): Correct checking loop.
54135
54136         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54137         OOM in getpwuid_r correctly.  Return error number when the caller
54138         should return, otherwise -1.
54139         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54140         call returning > 0 value.
54141         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54142
54143 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54144
54145         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54146         libc_nonshared.a from targets in modules-names.
54147
54148 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54149
54150         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54151         requires it.
54152
54153 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54154
54155         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54156         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54157         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54158         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54159
54160 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54161
54162         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54163
54164 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54165
54166         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54167         and F_GETPIPE_SZ.
54168         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54169         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54170         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54171         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54172         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54173         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54174
54175 2010-06-14  Roland McGrath  <roland@redhat.com>
54176
54177         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54178
54179 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54180
54181         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54182         __REDIRECT followed by __THROW.
54183         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54184         * posix/getopt.h (getopt): Likewise.
54185
54186 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54187
54188         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54189         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54190         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54191         in AT_FLAGS.
54192         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54193         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54194
54195 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54196
54197         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54198
54199 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54200
54201         [BZ #11640]
54202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54203         Properly check family and model.
54204
54205 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54206
54207         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54208
54209 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54210
54211         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54212
54213 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54214
54215         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54216         symbol reference.
54217
54218 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54219
54220         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54221         symbol reference.
54222
54223 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54224
54225         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54226         and internal_recvmmsg.
54227         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54228         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54229         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54230         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54231
54232         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54233         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54234         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54235
54236 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54237
54238         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54239
54240 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54241
54242         POWER7 optimizations.
54243         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54244         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54245
54246 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54247
54248         * version.h: Update for 2.13 development version.
54249
54250 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54251
54252         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54253         exceptions.  Return 0.
54254
54255 2010-05-07  Roland McGrath  <roland@redhat.com>
54256
54257         * elf/ldconfig.c (main): Add a const.
54258
54259 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54260
54261         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54262         (args_options): Add no-idn option.
54263         (ahosts_keys_int): Add idn_flags to ai_flags.
54264         (parse_option): Handle 'i' option to clear idn_flags.
54265
54266         * malloc/malloc.c (_int_free): Possible race in the most recently
54267         added check.  Only act on the data if no current modification
54268         happened.
54269
54270 See ChangeLog.17 for earlier changes.